forked from rosetta-dogecoin/rosetta-dogecoin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (32 loc) · 1.44 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/rosetta-dogecoin/rosetta-dogecoin
go 1.16
require (
github.com/DataDog/zstd v1.4.8 // indirect
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/coinbase/rosetta-sdk-go v0.6.10
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/ethereum/go-ethereum v1.10.3 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.8.0 // indirect
github.com/tidwall/pretty v1.1.1 // indirect
github.com/tidwall/sjson v1.1.6 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
golang.org/x/tools v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20210524171403-669157292da3 // indirect
google.golang.org/grpc v1.38.0 // indirect
)