Skip to content

Commit

Permalink
chore(deps): bump module github.com/shopify/toxiproxy/v2 to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwe committed Jun 6, 2022
1 parent 1afc0df commit 6170dd9
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
KAFKA_CFG_DELETE_TOPIC_ENABLE: 'true'
KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: 'false'
toxiproxy:
image: 'ghcr.io/shopify/toxiproxy:2.3.0'
image: 'ghcr.io/shopify/toxiproxy:2.4.0'
ports:
# The tests themselves actually start the proxies on these ports
- '29091:29091'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Shopify/sarama
go 1.16

require (
github.com/Shopify/toxiproxy/v2 v2.3.0
github.com/Shopify/toxiproxy/v2 v2.4.0
github.com/davecgh/go-spew v1.1.1
github.com/eapache/go-resiliency v1.2.0
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
Expand Down
Loading

0 comments on commit 6170dd9

Please sign in to comment.