Skip to content

Commit 72ccdfd

Browse files
committed
fix(deps): update module github.com/segmentio/kafka-go to v0.4.30
1 parent 4704262 commit 72ccdfd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/knadh/koanf v1.4.0 // indirect
99
github.com/oklog/run v1.1.0
1010
github.com/pkg/errors v0.9.1
11-
github.com/segmentio/kafka-go v0.4.26
11+
github.com/segmentio/kafka-go v0.4.30
1212
github.com/spf13/cobra v1.3.0 // indirect
1313
github.com/stretchr/testify v1.7.0
1414
google.golang.org/genproto v0.0.0-20220112215332-a9c7c0acf9f2 // indirect
@@ -29,12 +29,13 @@ require (
2929
github.com/golang/snappy v0.0.4 // indirect
3030
github.com/gorilla/mux v1.8.0 // indirect
3131
github.com/inconshreveable/mousetrap v1.0.0 // indirect
32-
github.com/klauspost/compress v1.14.1 // indirect
32+
github.com/klauspost/compress v1.14.2 // indirect
3333
github.com/mitchellh/copystructure v1.2.0 // indirect
3434
github.com/mitchellh/mapstructure v1.4.3 // indirect
3535
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3636
github.com/opentracing/opentracing-go v1.2.0 // indirect
3737
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
38+
github.com/pierrec/lz4/v4 v4.1.14 // indirect
3839
github.com/pmezard/go-difflib v1.0.0 // indirect
3940
github.com/robfig/cron/v3 v3.0.1 // indirect
4041
github.com/spf13/pflag v1.0.5 // indirect

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQ
521521
github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
522522
github.com/klauspost/compress v1.14.1 h1:hLQYb23E8/fO+1u53d02A97a8UnsddcvYzq4ERRU4ds=
523523
github.com/klauspost/compress v1.14.1/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
524+
github.com/klauspost/compress v1.14.2 h1:S0OHlFk/Gbon/yauFJ4FfJJF5V0fc5HbBTJazi28pRw=
525+
github.com/klauspost/compress v1.14.2/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
524526
github.com/knadh/koanf v0.15.0/go.mod h1:Ut3d4JaTRZYfO5a0wdYIGE+oyGaGFo4vXQ3ZvaSWxNc=
525527
github.com/knadh/koanf v1.4.0 h1:/k0Bh49SqLyLNfte9r6cvuZWrApOQhglOmhIU3L/zDw=
526528
github.com/knadh/koanf v1.4.0/go.mod h1:1cfH5223ZeZUOs8FU2UdTmaNfHpqgtjV0+NHjRO43gs=
@@ -679,6 +681,8 @@ github.com/pierrec/lz4 v2.6.0+incompatible h1:Ix9yFKn1nSPBLFl/yZknTp8TU5G4Ps0JDm
679681
github.com/pierrec/lz4 v2.6.0+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
680682
github.com/pierrec/lz4 v2.6.1+incompatible h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=
681683
github.com/pierrec/lz4 v2.6.1+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
684+
github.com/pierrec/lz4/v4 v4.1.14 h1:+fL8AQEZtz/ijeNnpduH0bROTu0O3NZAlPjQxGn8LwE=
685+
github.com/pierrec/lz4/v4 v4.1.14/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
682686
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
683687
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
684688
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
@@ -751,6 +755,8 @@ github.com/segmentio/kafka-go v0.4.23 h1:jjacNjmn1fPvkVGFs6dej98fa7UT/bYF8wZBFMM
751755
github.com/segmentio/kafka-go v0.4.23/go.mod h1:XzMcoMjSzDGHcIwpWUI7GB43iKZ2fTVmryPSGLf/MPg=
752756
github.com/segmentio/kafka-go v0.4.26 h1:7gnfHD25CZmzmPhqfD5ajsaBvQ6JBi/QlJSjCC1fFA0=
753757
github.com/segmentio/kafka-go v0.4.26/go.mod h1:XzMcoMjSzDGHcIwpWUI7GB43iKZ2fTVmryPSGLf/MPg=
758+
github.com/segmentio/kafka-go v0.4.30 h1:jIHLImr9J3qycgwHR+cw1x9eLLLYNntpuYPBPjsOc3A=
759+
github.com/segmentio/kafka-go v0.4.30/go.mod h1:m1lXeqJtIFYZayv0shM/tjrAFljvWLTprxBHd+3PnaU=
754760
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4=
755761
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
756762
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=

0 commit comments

Comments
 (0)