forked from coinbase/mesh-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
17 lines (15 loc) · 644 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/coinbase/rosetta-sdk-go
go 1.13
require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/ethereum/go-ethereum v1.9.15
github.com/google/addlicense v0.0.0-20200622132530-df58acafd6d5 // indirect
github.com/gorilla/mux v1.7.4
github.com/mitchellh/mapstructure v1.3.2
github.com/segmentio/golines v0.0.0-20200306054842-869934f8da7b // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)