Skip to content

Commit 0c4ba61

Browse files
authored
Merge pull request #2242 from Shopify/dnwe/housekeeping
chore(deps): bump thirdparty dependencies to latest releases
2 parents 0151486 + 6170dd9 commit 0c4ba61

File tree

3 files changed

+450
-4
lines changed

3 files changed

+450
-4
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ services:
139139
KAFKA_CFG_DELETE_TOPIC_ENABLE: 'true'
140140
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: 'false'
141141
toxiproxy:
142-
image: 'ghcr.io/shopify/toxiproxy:2.3.0'
142+
image: 'ghcr.io/shopify/toxiproxy:2.4.0'
143143
ports:
144144
# The tests themselves actually start the proxies on these ports
145145
- '29091:29091'

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/Shopify/sarama
33
go 1.16
44

55
require (
6-
github.com/Shopify/toxiproxy/v2 v2.3.0
6+
github.com/Shopify/toxiproxy/v2 v2.4.0
77
github.com/davecgh/go-spew v1.1.1
88
github.com/eapache/go-resiliency v1.2.0
99
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
@@ -13,11 +13,11 @@ require (
1313
github.com/hashicorp/go-multierror v1.1.1
1414
github.com/jcmturner/gofork v1.0.0
1515
github.com/jcmturner/gokrb5/v8 v8.4.2
16-
github.com/klauspost/compress v1.15.0
16+
github.com/klauspost/compress v1.15.6
1717
github.com/kr/pretty v0.3.0 // indirect
1818
github.com/pierrec/lz4/v4 v4.1.14
1919
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
2121
github.com/xdg-go/scram v1.1.1
2222
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
2323
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2

0 commit comments

Comments
 (0)