module github.com/fiscafacile/CryptoFiscaFacile go 1.15 require ( github.com/anaskhan96/base58check v0.0.0-20181220122047-b05365d494c4 github.com/davecgh/go-spew v1.1.1 github.com/go-resty/resty/v2 v2.6.0 github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect github.com/nanmu42/etherscan-api v1.2.0 github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975 github.com/shopspring/decimal v1.2.0 github.com/superoo7/go-gecko v1.0.0 golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect gopkg.in/resty.v1 v1.12.0 )