Skip to content

Commit 09adacb

Browse files
Bump github.com/confluentinc/confluent-kafka-go/v2 from 2.2.0 to 2.4.0
Bumps [github.com/confluentinc/confluent-kafka-go/v2](https://github.com/confluentinc/confluent-kafka-go) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/confluentinc/confluent-kafka-go/releases) - [Changelog](https://github.com/confluentinc/confluent-kafka-go/blob/master/CHANGELOG.md) - [Commits](confluentinc/confluent-kafka-go@v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: github.com/confluentinc/confluent-kafka-go/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b08c0f commit 09adacb

File tree

2 files changed

+275
-2348
lines changed

2 files changed

+275
-2348
lines changed

Diff for: go.mod

+7-8
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.22.0
55
toolchain go1.22.2
66

77
require (
8-
github.com/confluentinc/confluent-kafka-go/v2 v2.2.0
8+
github.com/confluentinc/confluent-kafka-go/v2 v2.4.0
99
github.com/go-resty/resty/v2 v2.7.0
10-
github.com/google/uuid v1.3.0
10+
github.com/google/uuid v1.6.0
1111
github.com/itchyny/gojq v0.12.9
1212
github.com/joho/godotenv v1.5.1
13-
github.com/stretchr/testify v1.8.4
14-
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2
13+
github.com/stretchr/testify v1.9.0
14+
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
1515
gopkg.in/yaml.v2 v2.4.0
1616
gopkg.in/yaml.v3 v3.0.1
1717
k8s.io/api v0.30.0
@@ -35,7 +35,7 @@ require (
3535
github.com/google/gnostic-models v0.6.8 // indirect
3636
github.com/google/go-cmp v0.6.0 // indirect
3737
github.com/google/gofuzz v1.2.0 // indirect
38-
github.com/imdario/mergo v0.3.12 // indirect
38+
github.com/imdario/mergo v0.3.16 // indirect
3939
github.com/itchyny/timefmt-go v0.1.4 // indirect
4040
github.com/josharian/intern v1.0.0 // indirect
4141
github.com/json-iterator/go v1.1.12 // indirect
@@ -45,15 +45,14 @@ require (
4545
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4646
github.com/pkg/errors v0.9.1 // indirect
4747
github.com/pmezard/go-difflib v1.0.0 // indirect
48-
github.com/sirupsen/logrus v1.9.3 // indirect
4948
github.com/spf13/pflag v1.0.5 // indirect
5049
golang.org/x/net v0.23.0 // indirect
51-
golang.org/x/oauth2 v0.10.0 // indirect
50+
golang.org/x/oauth2 v0.16.0 // indirect
5251
golang.org/x/sys v0.18.0 // indirect
5352
golang.org/x/term v0.18.0 // indirect
5453
golang.org/x/text v0.14.0 // indirect
5554
golang.org/x/time v0.3.0 // indirect
56-
google.golang.org/appengine v1.6.7 // indirect
55+
google.golang.org/appengine v1.6.8 // indirect
5756
google.golang.org/protobuf v1.33.0 // indirect
5857
gopkg.in/inf.v0 v0.9.1 // indirect
5958
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect

0 commit comments

Comments
 (0)