github.com/algorand/go-algorand-sdk@v1.24.0/go.mod (about) 1 module github.com/algorand/go-algorand-sdk 2 3 go 1.17 4 5 require ( 6 github.com/algorand/avm-abi v0.1.1 7 github.com/algorand/go-codec/codec v1.1.8 8 github.com/cucumber/godog v0.8.1 9 github.com/google/go-querystring v1.0.0 10 github.com/stretchr/testify v1.7.1 11 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 12 ) 13 14 require ( 15 github.com/davecgh/go-spew v1.1.1 // indirect 16 github.com/pmezard/go-difflib v1.0.0 // indirect 17 golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect 18 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect 19 )