forked from Practical-Formal-Methods/bran
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (18 loc) · 888 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/practical-formal-methods/bran
require (
github.com/allegro/bigcache v1.2.0 // indirect
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ethereum/go-ethereum v1.8.22
github.com/go-stack/stack v1.8.0 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/syndtr/goleveldb v0.0.0-20190203031304-2f17a3356c66 // indirect
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)