2020-09-16 21:03:14 +02:00
|
|
|
module github.com/coinbase/rosetta-bitcoin
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcd v0.21.0-beta
|
|
|
|
github.com/btcsuite/btcutil v1.0.2
|
2020-10-27 23:24:05 +01:00
|
|
|
github.com/coinbase/rosetta-sdk-go v0.5.8-0.20201027222031-dd9e29377d5f
|
2020-09-16 21:03:14 +02:00
|
|
|
github.com/dgraph-io/badger/v2 v2.2007.2
|
2020-09-19 02:23:14 +02:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
|
2020-09-16 21:03:14 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-09-19 02:22:25 +02:00
|
|
|
go.uber.org/zap v1.16.0
|
2020-09-16 21:03:14 +02:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-10-26 23:45:05 +01:00
|
|
|
golang.org/x/tools v0.0.0-20200904185747-39188db58858 // indirect
|
|
|
|
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
|
2020-09-16 21:03:14 +02:00
|
|
|
)
|