feat: upgrade go.mod.

This commit is contained in:
tx7do
2024-04-07 13:31:34 +08:00
parent 4d6b87fae6
commit d5819c6ef4
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ require (
github.com/go-kratos/kratos/v2 v2.7.3 github.com/go-kratos/kratos/v2 v2.7.3
github.com/google/uuid v1.6.0 github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.9.0 github.com/stretchr/testify v1.9.0
github.com/tx7do/go-utils v1.1.8 github.com/tx7do/go-utils v1.1.9
) )
require ( require (

View File

@@ -1,6 +1,6 @@
git tag v1.1.8 git tag v1.1.9
git tag bank_card/v1.1.0 git tag bank_card/v1.1.1
git tag entgo/v1.1.11 git tag entgo/v1.1.12
git tag geoip/v1.1.0 git tag geoip/v1.1.1
git push origin --tags git push origin --tags