forked from web3coach/the-blockchain-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 827 Bytes
/
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
module github.com/web3coach/the-blockchain-bar
go 1.13
require (
github.com/VictoriaMetrics/fastcache v1.5.3
github.com/aristanetworks/goarista v0.0.0-20200211191935-58c705f5cf52
github.com/btcsuite/btcd v0.20.1-beta
github.com/caddyserver/certmagic v0.11.2
github.com/davecgh/go-spew v1.1.1
github.com/elastic/gosigar v0.10.5
github.com/ethereum/go-ethereum v1.9.10
github.com/go-stack/stack v1.8.0
github.com/golang/snappy v0.0.1
github.com/inconshreveable/mousetrap v1.0.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
)