@@ -13,7 +13,6 @@ require (
13
13
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
14
14
github.com/SermoDigital/jose v0.9.1 // indirect
15
15
github.com/Shopify/sarama v1.19.0
16
- github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
17
16
github.com/alecthomas/jsonschema v0.0.0-20190429041900-eff3f6c90428
18
17
github.com/andygrunwald/go-gerrit v0.0.0-20181207071854-19ef3e9332a4
19
18
github.com/araddon/gou v0.0.0-20180315155215-820e9f87cd05 // indirect
@@ -59,8 +58,6 @@ require (
59
58
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
60
59
github.com/duosecurity/duo_api_golang v0.0.0-20180315112207-d0530c80e49a // indirect
61
60
github.com/eapache/go-resiliency v1.1.0
62
- github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
63
- github.com/eapache/queue v1.1.0 // indirect
64
61
github.com/fatih/color v0.0.0-20161018201348-a360acfe359f
65
62
github.com/fatih/structs v1.0.0
66
63
github.com/fernet/fernet-go v0.0.0-20151007213151-1b2437bc582b // indirect
@@ -79,10 +76,8 @@ require (
79
76
github.com/go-sql-driver/mysql v0.0.0-20180113200744-2cc627ac8def // indirect
80
77
github.com/go-stomp/stomp v1.0.1 // indirect
81
78
github.com/gocql/gocql v0.0.0-20181018123354-22229812a83e // indirect
82
- github.com/gogo/protobuf v1.2.0 // indirect
83
79
github.com/golang/groupcache v0.0.0-20180924190550-6f2cf27854a4 // indirect
84
80
github.com/golang/protobuf v1.3.1
85
- github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
86
81
github.com/google/btree v0.0.0-20180124185431-e89373fe6b4a // indirect
87
82
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
88
83
github.com/google/gops v0.0.0-20170728214508-806455e841dc
@@ -167,8 +162,6 @@ require (
167
162
github.com/nwaples/rardecode v1.0.0 // indirect
168
163
github.com/olekukonko/tablewriter v0.0.0-20160621093029-daf2955e742c
169
164
github.com/olivere/elastic v6.2.17+incompatible // indirect
170
- github.com/onsi/ginkgo v1.7.0 // indirect
171
- github.com/onsi/gomega v1.4.3 // indirect
172
165
github.com/opencontainers/go-digest v1.0.0-rc1
173
166
github.com/opencontainers/image-spec v1.0.1 // indirect
174
167
github.com/opencontainers/runc v0.0.0-20180718062236-bc1467269fce // indirect
@@ -185,12 +178,9 @@ require (
185
178
github.com/pelletier/go-toml v0.0.0-20171222114548-0131db6d737c
186
179
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
187
180
github.com/phayes/permbits v0.0.0-20160816172359-32459f104210
188
- github.com/pierrec/lz4 v2.0.5+incompatible // indirect
189
181
github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
190
182
github.com/pkg/errors v0.8.0
191
183
github.com/pkg/sftp v0.0.0-20160930220758-4d0e916071f6 // indirect
192
- github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 // indirect
193
- github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
194
184
github.com/rubenv/sql-migrate v0.0.0-20160620083229-6f4757563362
195
185
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec // indirect
196
186
github.com/satori/go.uuid v1.2.0 // indirect
@@ -240,7 +230,7 @@ require (
240
230
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
241
231
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
242
232
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
243
- golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
233
+ golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82
244
234
golang.org/x/text v0.3.2
245
235
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
246
236
google.golang.org/grpc v1.20.1
@@ -277,3 +267,5 @@ replace github.com/docker/docker => github.com/docker/engine v0.0.0-201808160814
277
267
replace github.com/ovh/cds/sdk/interpolate => ./sdk/interpolate
278
268
279
269
replace github.com/ovh/cds/sdk/izanami => ./sdk/izanami
270
+
271
+ go 1.13
0 commit comments