Skip to content

Commit 72b3f36

Browse files
author
Jeff Nadler
authored
Update dependencies (digitalocean#39)
1 parent 85a4fa0 commit 72b3f36

File tree

2 files changed

+85
-14
lines changed

2 files changed

+85
-14
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.19
55
require (
66
github.com/Comcast/go-leaderelection v0.0.0-20181102191523-272fd9e2bddc
77
github.com/Shopify/sarama v1.30.1
8-
github.com/confluentinc/confluent-kafka-go v1.8.2
8+
github.com/confluentinc/confluent-kafka-go v1.9.2
99
github.com/digitalocean/captainslog v0.0.0-20190610170928-cd175de8a6e2
10-
github.com/olivere/elastic/v7 v7.0.15
10+
github.com/olivere/elastic/v7 v7.0.32
1111
github.com/prometheus/client_golang v1.12.1
1212
github.com/prometheus/client_model v0.2.0
1313
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
@@ -34,8 +34,9 @@ require (
3434
github.com/jcmturner/gofork v1.0.0 // indirect
3535
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
3636
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
37+
github.com/josharian/intern v1.0.0 // indirect
3738
github.com/klauspost/compress v1.13.6 // indirect
38-
github.com/mailru/easyjson v0.7.1 // indirect
39+
github.com/mailru/easyjson v0.7.7 // indirect
3940
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
4041
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
4142
github.com/pkg/errors v0.9.1 // indirect

0 commit comments

Comments
 (0)