-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
22 lines (21 loc) · 968 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
module github.com/gladiusio/legion
require (
github.com/allegro/bigcache v1.2.0 // indirect
github.com/aristanetworks/goarista v0.0.0-20190219163901-728bce664cf5 // indirect
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.8.23
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogo/protobuf v1.2.1
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/kr/pretty v0.1.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
github.com/pborman/uuid v1.2.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/zerolog v1.10.0
github.com/syndtr/goleveldb v1.0.0 // indirect
go.uber.org/atomic v1.3.2
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)