forked from cpswarm/deployment-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.29 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
module code.linksmart.eu/dt/deployment-tool
go 1.12
require (
github.com/cskr/pubsub v1.0.2
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/go-cmp v0.2.0 // 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/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.0
github.com/pierrec/lz4 v0.0.0-20181005164709-635575b42742 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/rs/cors v1.6.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/ulikunitz/xz v0.5.5 // indirect
github.com/urfave/negroni v1.0.0
gopkg.in/yaml.v2 v2.2.1
)