module github.com/fiscafacile/CryptoFiscaFacile go 1.15 require ( github.com/360EntSecGroup-Skylar/excelize v1.4.1 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/google/uuid v1.2.0 github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect github.com/kr/pretty v0.2.1 // indirect github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975 github.com/shopspring/decimal v1.2.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.6.1 // indirect github.com/superoo7/go-gecko v1.0.0 golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/resty.v1 v1.12.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b )