-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
31 lines (29 loc) · 1.25 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
module github.com/xchain/go-chain
go 1.12
require (
github.com/Workiva/go-datastructures v1.0.50
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
github.com/beevik/ntp v0.2.0
github.com/boltdb/bolt v1.3.1
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
github.com/glacjay/goini v0.0.0-20161120062552-fd3024d87ee2
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.1 // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/moonfruit/go-shabal v0.0.0-20190704132617-8cd17efc8c99
github.com/peterh/liner v1.1.0
github.com/rs/cors v1.6.0
github.com/shirou/gopsutil v2.19.6+incompatible
github.com/syndtr/goleveldb v1.0.0
github.com/vmihailenco/msgpack v4.0.4+incompatible
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/fatih/set.v0 v0.2.1
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
)