Skip to content

Commit

Permalink
fix(deps): update module github.com/shopify/sarama to v1.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2023
1 parent 0f034b4 commit b7e31d9
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 8 deletions.
11 changes: 3 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,16 @@ go 1.15

require (
github.com/ClickHouse/clickhouse-go v1.5.4
github.com/Shopify/sarama v1.33.0
github.com/Shopify/sarama v1.38.1
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/nats-io/nats-server/v2 v2.8.2 // indirect
github.com/nats-io/nats.go v1.15.0
github.com/nsqio/go-nsq v1.1.0
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/common v0.34.0 // indirect
github.com/prometheus/client_golang v1.13.0
github.com/segmentio/kafka-go v0.4.32
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/net v0.0.0-20220513224357-95641704303c
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
google.golang.org/protobuf v1.28.0 // indirect
golang.org/x/net v0.5.0
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit b7e31d9

Please sign in to comment.