forked from whiteblock/genesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (50 loc) · 2.4 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/whiteblock/genesis
go 1.13
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/hcsshim v0.8.7 // indirect
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/containerd/continuity v0.0.0-20191214063359-1097c8bae83b // indirect
github.com/docker/cli v0.0.0-20200211170139-b52debd9318f
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v1.4.2-0.20191106232431-31abc6c089eb
github.com/docker/docker-credential-helpers v0.6.3 // indirect
github.com/docker/go v1.5.1-1 // indirect
github.com/docker/go-connections v0.4.0
github.com/docker/go-metrics v0.0.1 // indirect
github.com/dspinhirne/netaddr-go v0.0.0-20200114144454-1f4c8303963f // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.0 // indirect
github.com/gorilla/mux v1.7.3
github.com/imdario/mergo v0.3.9
github.com/innodv/errors v1.1.3
github.com/joonix/log v0.0.0-20200409080653-9c1d2ceb5f1d
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/miekg/pkcs11 v1.0.3 // indirect
github.com/mitchellh/mapstructure v1.2.3 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.5.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.3
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/testify v1.5.1
github.com/theupdateframework/notary v0.6.1 // indirect
github.com/whiteblock/amqp v1.3.2
github.com/whiteblock/definition v0.0.0-20200511163508-e58440d535b9
github.com/whiteblock/utility v0.0.0-20200422205139-30654ec668a3
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200427175716-29b57079015a // indirect
google.golang.org/genproto v0.0.0-20200424135956-bca184e23272 // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 // indirect
)