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
|
|
|
|
github.com/coinbase/rosetta-sdk-go v0.4.4
|
|
|
|
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
|
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
|
|
)
|