You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
241 B
11 lines
241 B
module wallet_sdk
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.7
|
|
github.com/tjfoc/gmsm v1.4.0
|
|
)
|
|
|
|
replace github.com/tencentyun/cos-go-sdk-v5 => github.com/tencentyun/cos-go-sdk-v5 v0.7.7
|
|
|