This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
52 lines (49 loc) · 2.33 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 code.linksmart.eu/dt/deployment-tool
go 1.12
replace github.com/docker/docker v1.13.1 => github.com/docker/engine v0.0.0-20190620014054-c513a4c6c298
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.13 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/Pallinder/go-randomdata v1.2.0
github.com/cskr/pubsub v1.0.2
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.2.0
github.com/joho/godotenv v1.2.0
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 // indirect
github.com/mholt/archiver v2.1.0+incompatible
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect
github.com/olivere/elastic v6.2.16+incompatible
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/otiai10/copy v1.0.1
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95 // indirect
github.com/pbnjay/memory v0.0.0-20180430190442-16f8386fc07f
github.com/pebbe/zmq4 v1.0.1-0.20190921115357-d8d193b5e4e6
github.com/pierrec/lz4 v0.0.0-20181005164709-635575b42742 // indirect
github.com/rs/cors v1.6.0
github.com/satori/go.uuid v1.2.0
github.com/sergi/go-diff v1.0.0
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/stianeikeland/go-rpio v4.2.0+incompatible
github.com/stretchr/testify v1.3.0 // indirect
github.com/ulikunitz/xz v0.5.5 // indirect
github.com/urfave/negroni v1.0.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/grpc v1.22.0 // indirect
gopkg.in/yaml.v2 v2.2.1
gotest.tools v2.2.0+incompatible // indirect
)