refactor: rename module: go.fusiongalaxy.cn -> go.yandata.net

This commit is contained in:
Nex Zhu
2025-06-25 21:02:22 +08:00
parent a08ed7e35f
commit cdc2a77042
2 changed files with 6 additions and 5 deletions

9
go.mod
View File

@@ -1,7 +1,8 @@
module go.fusiongalaxy.cn/bdware/bdcontract-client
module go.yandata.net/bdware/bdcontract-client
go 1.23
require github.com/tjfoc/gmsm v1.4.1
require golang.org/x/sync v0.9.0
require (
github.com/tjfoc/gmsm v1.4.1
golang.org/x/sync v0.9.0
)