12 lines
241 B
AMPL
12 lines
241 B
AMPL
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
|