Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
module zxchainsdk
|
||||
|
||||
go 1.26
|
||||
|
||||
require zxsdk v1.0.0
|
||||
|
||||
require (
|
||||
github.com/fogleman/gg v1.3.0 // indirect
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
github.com/google/go-querystring v1.0.0 // indirect
|
||||
github.com/google/uuid v1.1.1 // indirect
|
||||
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
||||
github.com/mozillazg/go-httpheader v0.2.1 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
||||
github.com/tencentyun/cos-go-sdk-v5 v0.7.7 // indirect
|
||||
github.com/tjfoc/gmsm v1.4.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
|
||||
golang.org/x/image v0.40.0 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
wallet_sdk v1.0.0 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
wallet_sdk => ./third_party/official/gosdk_demo/zxsdk/wallet_sdk
|
||||
zxsdk => ./third_party/official/gosdk_demo/zxsdk
|
||||
)
|
||||
Reference in New Issue
Block a user