Skip to content

Commit 247b101

Browse files
[release-v1.16][gomod]: Bump the minor group across 1 directory with 10 updates
Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.43.3` | `1.45.1` | | [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` | | [github.com/kedacore/keda/v2](https://github.com/kedacore/keda) | `2.8.1` | `2.16.1` | | [github.com/manifestival/client-go-client](https://github.com/manifestival/client-go-client) | `0.5.0` | `0.6.0` | | [github.com/rickb777/date](https://github.com/rickb777/date) | `1.14.1` | `1.21.1` | Updates `github.com/IBM/sarama` from 1.43.3 to 1.45.1 - [Release notes](https://github.com/IBM/sarama/releases) - [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md) - [Commits](IBM/sarama@v1.43.3...v1.45.1) Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) Updates `github.com/kedacore/keda/v2` from 2.8.1 to 2.16.1 - [Release notes](https://github.com/kedacore/keda/releases) - [Changelog](https://github.com/kedacore/keda/blob/main/CHANGELOG.md) - [Commits](kedacore/keda@v2.8.1...v2.16.1) Updates `github.com/manifestival/client-go-client` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/manifestival/client-go-client/releases) - [Commits](manifestival/client-go-client@v0.5.0...v0.6.0) Updates `github.com/rickb777/date` from 1.14.1 to 1.21.1 - [Release notes](https://github.com/rickb777/date/releases) - [Commits](rickb777/date@v1.14.1...v1.21.1) Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) Updates `go.opentelemetry.io/otel` from 1.24.0 to 1.33.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.33.0) Updates `go.opentelemetry.io/otel/trace` from 1.24.0 to 1.33.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.33.0) Updates `go.uber.org/atomic` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/uber-go/atomic/releases) - [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md) - [Commits](uber-go/atomic@v1.10.0...v1.11.0) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.0 --- updated-dependencies: - dependency-name: github.com/IBM/sarama dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/kedacore/keda/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/manifestival/client-go-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/rickb777/date dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: go.opentelemetry.io/otel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: go.opentelemetry.io/otel/trace dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: go.uber.org/atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80dba3d commit 247b101

File tree

2,258 files changed

+135507
-48594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,258 files changed

+135507
-48594
lines changed

go.mod

+51-46
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
module knative.dev/eventing-kafka-broker
22

33
go 1.22.0
4+
toolchain go1.24.1
45

56
require (
6-
github.com/IBM/sarama v1.43.3
7+
github.com/IBM/sarama v1.45.1
78
github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2 v2.15.2
89
github.com/cloudevents/sdk-go/v2 v2.15.2
9-
github.com/google/go-cmp v0.6.0
10+
github.com/google/go-cmp v0.7.0
1011
github.com/google/gofuzz v1.2.0
1112
github.com/google/uuid v1.6.0
1213
github.com/hashicorp/errwrap v1.1.0
1314
github.com/hashicorp/go-cleanhttp v0.5.2
1415
github.com/hashicorp/golang-lru v1.0.2
15-
github.com/kedacore/keda/v2 v2.8.1
16+
github.com/kedacore/keda/v2 v2.16.1
1617
github.com/kelseyhightower/envconfig v1.4.0
1718
github.com/magiconair/properties v1.8.9
18-
github.com/manifestival/client-go-client v0.5.0
19+
github.com/manifestival/client-go-client v0.6.0
1920
github.com/manifestival/manifestival v0.7.2
2021
github.com/openzipkin/zipkin-go v0.4.3
2122
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
22-
github.com/rickb777/date v1.14.1
23-
github.com/stretchr/testify v1.9.0
23+
github.com/rickb777/date v1.21.1
24+
github.com/stretchr/testify v1.10.0
2425
github.com/xdg-go/scram v1.1.2
2526
go.opencensus.io v0.24.0
26-
go.opentelemetry.io/otel v1.24.0
27-
go.opentelemetry.io/otel/trace v1.24.0
28-
go.uber.org/atomic v1.10.0
27+
go.opentelemetry.io/otel v1.33.0
28+
go.opentelemetry.io/otel/trace v1.33.0
29+
go.uber.org/atomic v1.11.0
2930
go.uber.org/multierr v1.11.0
3031
go.uber.org/zap v1.27.0
31-
google.golang.org/protobuf v1.35.1
32-
k8s.io/api v0.30.10
33-
k8s.io/apiextensions-apiserver v0.30.10
34-
k8s.io/apimachinery v0.30.10
35-
k8s.io/apiserver v0.30.10
36-
k8s.io/client-go v0.30.10
37-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
32+
google.golang.org/protobuf v1.36.0
33+
k8s.io/api v0.31.2
34+
k8s.io/apiextensions-apiserver v0.31.2
35+
k8s.io/apimachinery v0.31.2
36+
k8s.io/apiserver v0.31.2
37+
k8s.io/client-go v0.31.2
38+
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
3839
knative.dev/eventing v0.43.4-0.20250211152250-d59d3b68f852
3940
knative.dev/hack v0.0.0-20250114120502-30344aeba756
40-
knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad
41+
knative.dev/pkg v0.0.0-20241218051509-40afb7c5436e
4142
knative.dev/reconciler-test v0.0.0-20241015093232-09111f0f1364
42-
sigs.k8s.io/controller-runtime v0.12.3
43+
sigs.k8s.io/controller-runtime v0.19.1
4344
sigs.k8s.io/yaml v1.4.0
4445
)
4546

@@ -58,18 +59,19 @@ require (
5859
github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.15.2 // indirect
5960
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
6061
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
61-
github.com/davecgh/go-spew v1.1.1 // indirect
62+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6263
github.com/eapache/go-resiliency v1.7.0 // indirect
6364
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
6465
github.com/eapache/queue v1.1.0 // indirect
6566
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
66-
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
6767
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
68+
github.com/expr-lang/expr v1.16.9 // indirect
69+
github.com/fsnotify/fsnotify v1.7.0 // indirect
70+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
6871
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
6972
github.com/go-kit/log v0.2.1 // indirect
70-
github.com/go-logfmt/logfmt v0.5.1 // indirect
73+
github.com/go-logfmt/logfmt v0.6.0 // indirect
7174
github.com/go-logr/logr v1.4.2 // indirect
72-
github.com/go-logr/zapr v1.3.0 // indirect
7375
github.com/go-openapi/jsonpointer v0.21.0 // indirect
7476
github.com/go-openapi/jsonreference v0.21.0 // indirect
7577
github.com/go-openapi/swag v0.23.0 // indirect
@@ -79,7 +81,7 @@ require (
7981
github.com/golang/protobuf v1.5.4 // indirect
8082
github.com/golang/snappy v0.0.4 // indirect
8183
github.com/google/gnostic-models v0.6.8 // indirect
82-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
84+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
8385
github.com/hashicorp/go-multierror v1.1.1 // indirect
8486
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
8587
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -91,54 +93,57 @@ require (
9193
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
9294
github.com/josharian/intern v1.0.0 // indirect
9395
github.com/json-iterator/go v1.1.12 // indirect
94-
github.com/klauspost/compress v1.17.9 // indirect
96+
github.com/klauspost/compress v1.17.11 // indirect
9597
github.com/mailru/easyjson v0.7.7 // indirect
9698
github.com/mitchellh/go-homedir v1.1.0 // indirect
9799
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
98100
github.com/modern-go/reflect2 v1.0.2 // indirect
99101
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
100102
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
101-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
103+
github.com/pierrec/lz4/v4 v4.1.22 // indirect
102104
github.com/pkg/errors v0.9.1 // indirect
103-
github.com/pmezard/go-difflib v1.0.0 // indirect
104-
github.com/prometheus/client_golang v1.19.1 // indirect
105+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
106+
github.com/prometheus/client_golang v1.20.5 // indirect
105107
github.com/prometheus/client_model v0.6.1 // indirect
106-
github.com/prometheus/common v0.55.0 // indirect
108+
github.com/prometheus/common v0.61.0 // indirect
107109
github.com/prometheus/procfs v0.15.1 // indirect
108110
github.com/prometheus/statsd_exporter v0.22.7 // indirect
109-
github.com/rickb777/plural v1.2.2 // indirect
111+
github.com/rickb777/plural v1.4.2 // indirect
110112
github.com/robfig/cron/v3 v3.0.1 // indirect
111113
github.com/russross/blackfriday/v2 v2.1.0 // indirect
112114
github.com/spf13/pflag v1.0.5 // indirect
113115
github.com/valyala/bytebufferpool v1.0.0 // indirect
114116
github.com/wavesoftware/go-ensure v1.0.0 // indirect
117+
github.com/x448/float16 v0.8.4 // indirect
115118
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
116119
github.com/xdg-go/stringprep v1.0.4 // indirect
117120
go.uber.org/automaxprocs v1.6.0 // indirect
118-
golang.org/x/crypto v0.32.0 // indirect
119-
golang.org/x/mod v0.21.0 // indirect
120-
golang.org/x/net v0.34.0 // indirect
121-
golang.org/x/oauth2 v0.22.0 // indirect
122-
golang.org/x/sync v0.10.0 // indirect
123-
golang.org/x/sys v0.29.0 // indirect
124-
golang.org/x/term v0.28.0 // indirect
125-
golang.org/x/text v0.21.0 // indirect
126-
golang.org/x/time v0.6.0 // indirect
127-
golang.org/x/tools v0.26.0 // indirect
121+
golang.org/x/crypto v0.33.0 // indirect
122+
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
123+
golang.org/x/mod v0.22.0 // indirect
124+
golang.org/x/net v0.35.0 // indirect
125+
golang.org/x/oauth2 v0.24.0 // indirect
126+
golang.org/x/sync v0.11.0 // indirect
127+
golang.org/x/sys v0.30.0 // indirect
128+
golang.org/x/term v0.29.0 // indirect
129+
golang.org/x/text v0.22.0 // indirect
130+
golang.org/x/time v0.8.0 // indirect
131+
golang.org/x/tools v0.28.0 // indirect
128132
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
129-
google.golang.org/api v0.183.0 // indirect
130-
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
131-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
132-
google.golang.org/grpc v1.67.1 // indirect
133+
google.golang.org/api v0.214.0 // indirect
134+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
135+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
136+
google.golang.org/grpc v1.69.2 // indirect
137+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
133138
gopkg.in/inf.v0 v0.9.1 // indirect
134139
gopkg.in/yaml.v2 v2.4.0 // indirect
135140
gopkg.in/yaml.v3 v3.0.1 // indirect
136-
k8s.io/code-generator v0.30.10 // indirect
141+
k8s.io/code-generator v0.31.2 // indirect
137142
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect
138-
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
143+
k8s.io/gengo/v2 v2.0.0-20240826214909-a7b603a56eb7 // indirect
139144
k8s.io/klog v1.0.0 // indirect
140145
k8s.io/klog/v2 v2.130.1 // indirect
141-
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
146+
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
142147
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
143148
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
144149
)

0 commit comments

Comments
 (0)