Update go.mod

This commit is contained in:
JNG 2025-11-11 09:11:46 +08:00
parent b1b9560909
commit 6d396f6f86

4
go.mod
View File

@ -1,6 +1,6 @@
module github.com/fonchain_enterprise/micro-account module github.com/fonchain_enterprise/micro-account
go 1.18 go 1.24.6
replace ( replace (
github.com/fonchain_enterprise/utils/aes => ../utils/aes github.com/fonchain_enterprise/utils/aes => ../utils/aes
@ -29,6 +29,7 @@ require (
github.com/go-redis/redis v6.15.9+incompatible github.com/go-redis/redis v6.15.9+incompatible
github.com/golang/protobuf v1.5.2 github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0 github.com/google/uuid v1.3.0
github.com/jinzhu/copier v0.3.5
github.com/mozillazg/go-pinyin v0.20.0 github.com/mozillazg/go-pinyin v0.20.0
github.com/mwitkow/go-proto-validators v0.3.2 github.com/mwitkow/go-proto-validators v0.3.2
github.com/nacos-group/nacos-sdk-go v1.1.1 github.com/nacos-group/nacos-sdk-go v1.1.1
@ -127,7 +128,6 @@ require (
github.com/ipfs/go-ipfs-addr v0.0.1 // indirect github.com/ipfs/go-ipfs-addr v0.0.1 // indirect
github.com/ipfs/go-log v1.0.4 // indirect github.com/ipfs/go-log v1.0.4 // indirect
github.com/ipfs/go-log/v2 v2.1.1 // indirect github.com/ipfs/go-log/v2 v2.1.1 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect