File tree 3 files changed +450
-4
lines changed
3 files changed +450
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ services:
139
139
KAFKA_CFG_DELETE_TOPIC_ENABLE : ' true'
140
140
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE : ' false'
141
141
toxiproxy :
142
- image : ' ghcr.io/shopify/toxiproxy:2.3 .0'
142
+ image : ' ghcr.io/shopify/toxiproxy:2.4 .0'
143
143
ports :
144
144
# The tests themselves actually start the proxies on these ports
145
145
- ' 29091:29091'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/Shopify/sarama
3
3
go 1.16
4
4
5
5
require (
6
- github.com/Shopify/toxiproxy/v2 v2.3 .0
6
+ github.com/Shopify/toxiproxy/v2 v2.4 .0
7
7
github.com/davecgh/go-spew v1.1.1
8
8
github.com/eapache/go-resiliency v1.2.0
9
9
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
@@ -13,11 +13,11 @@ require (
13
13
github.com/hashicorp/go-multierror v1.1.1
14
14
github.com/jcmturner/gofork v1.0.0
15
15
github.com/jcmturner/gokrb5/v8 v8.4.2
16
- github.com/klauspost/compress v1.15.0
16
+ github.com/klauspost/compress v1.15.6
17
17
github.com/kr/pretty v0.3.0 // indirect
18
18
github.com/pierrec/lz4/v4 v4.1.14
19
19
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
20
- github.com/stretchr/testify v1.7.0
20
+ github.com/stretchr/testify v1.7.1
21
21
github.com/xdg-go/scram v1.1.1
22
22
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
23
23
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
You can’t perform that action at this time.
0 commit comments