Initial commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
module zxsdk
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.1.1
|
||||
github.com/mitchellh/mapstructure v1.4.3
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
wallet_sdk v1.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/go-querystring v1.0.0 // indirect
|
||||
github.com/mozillazg/go-httpheader v0.2.1 // 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/sys v0.22.0 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
github.com/tencentyun/cos-go-sdk-v5 => github.com/tencentyun/cos-go-sdk-v5 v0.7.7
|
||||
wallet_sdk => ./wallet_sdk
|
||||
)
|
||||
Reference in New Issue
Block a user