Skip to content

Commit

Permalink
Update dependencies (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Nadler authored Oct 31, 2022
1 parent 85a4fa0 commit 72b3f36
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 14 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.19
require (
github.com/Comcast/go-leaderelection v0.0.0-20181102191523-272fd9e2bddc
github.com/Shopify/sarama v1.30.1
github.com/confluentinc/confluent-kafka-go v1.8.2
github.com/confluentinc/confluent-kafka-go v1.9.2
github.com/digitalocean/captainslog v0.0.0-20190610170928-cd175de8a6e2
github.com/olivere/elastic/v7 v7.0.15
github.com/olivere/elastic/v7 v7.0.32
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_model v0.2.0
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
Expand All @@ -34,8 +34,9 @@ require (
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down
Loading

0 comments on commit 72b3f36

Please sign in to comment.