module github.com/coinbase/rosetta-sdk-go go 1.13 require ( github.com/DataDog/zstd v1.4.5 github.com/btcsuite/btcd v0.21.0-beta github.com/cenkalti/backoff v2.2.1+incompatible github.com/dgraph-io/badger/v2 v2.2007.2 github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect github.com/ethereum/go-ethereum v1.9.22 github.com/fatih/color v1.9.0 github.com/google/addlicense v0.0.0-20200827091314-d1655b921368 // indirect github.com/google/go-cmp v0.5.2 // indirect github.com/gorilla/mux v1.8.0 github.com/kr/pretty v0.2.0 // indirect github.com/lucasjones/reggen v0.0.0-20180717132126-cdb49ff09d77 github.com/mattn/go-colorable v0.1.7 // indirect github.com/mitchellh/mapstructure v1.3.3 github.com/pkg/errors v0.9.1 // indirect github.com/segmentio/golines v0.0.0-20200824192126-7f30d3046793 // indirect github.com/stretchr/testify v1.6.1 github.com/tidwall/gjson v1.6.1 github.com/tidwall/sjson v1.1.2 github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect golang.org/x/tools v0.0.0-20200904185747-39188db58858 // indirect golang.org/x/tools/gopls v0.4.4 // indirect google.golang.org/protobuf v1.25.0 // indirect honnef.co/go/tools v0.0.1-2020.1.5 // indirect mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d // indirect )