github.com/cidverse/cid-sdk-go@v0.0.0-20240318001225-c193d83f053e/go.mod (about) 1 module github.com/cidverse/cid-sdk-go 2 3 go 1.21 4 5 require ( 6 github.com/cidverse/cidverseutils v0.0.0-20231103225801-e7f71d0c6aba 7 github.com/go-resty/resty/v2 v2.12.0 8 github.com/google/uuid v1.6.0 9 github.com/otiai10/copy v1.14.0 10 github.com/stretchr/testify v1.9.0 11 ) 12 13 require ( 14 github.com/davecgh/go-spew v1.1.1 // indirect 15 github.com/pmezard/go-difflib v1.0.0 // indirect 16 github.com/stretchr/objx v0.5.2 // indirect 17 golang.org/x/net v0.22.0 // indirect 18 golang.org/x/sync v0.6.0 // indirect 19 golang.org/x/sys v0.18.0 // indirect 20 gopkg.in/yaml.v3 v3.0.1 // indirect 21 )