-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
34 lines (32 loc) · 1.53 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/LemoFoundationLtd/lemochain-core
go 1.14
require (
github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
github.com/btcsuite/btcd v0.20.1-beta
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.9.0
github.com/fjl/gencodec v0.0.0-20191126094850-e283372f291f // indirect
github.com/go-stack/stack v1.7.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/inconshreveable/log15 v0.0.0-20171019012758-0decfc6c20d9
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/peterh/liner v1.0.1-0.20180619022028-8c1271fcf47f
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/rs/cors v1.5.1-0.20180731071213-15587285ef6b
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v0.0.0-20180708030551-c4c61651e9e3
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9
gopkg.in/LemoFoundationLtd/npipe.v2 v2.0.0-20181023073812-d73773ca71f4
gopkg.in/fatih/set.v0 v0.2.1
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)