diff --git a/copierutil/go.mod b/copierutil/go.mod index 39b8618..e8158c1 100644 --- a/copierutil/go.mod +++ b/copierutil/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.3 require ( github.com/jinzhu/copier v0.4.0 - github.com/tx7do/go-utils v1.1.22 + github.com/tx7do/go-utils v1.1.24 ) require ( diff --git a/tag.bat b/tag.bat index fe32d0b..6f6bb16 100644 --- a/tag.bat +++ b/tag.bat @@ -3,7 +3,7 @@ git tag v1.1.24 git tag bank_card/v1.1.5 git tag geoip/v1.1.5 git tag translator/v1.1.2 -git tag copierutil/v0.0.3 +git tag copierutil/v0.0.4 git tag jwtutil/v0.0.2 git tag entgo/v1.1.28