module github.com/trustwallet/golibs go 1.15 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/imroc/req v0.3.0 github.com/shopspring/decimal v1.2.0 github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect gopkg.in/yaml.v2 v2.3.0 )