Skip to content

Commit 17483ad

Browse files
upgrade to latest dependencies
bumping knative.dev/client-pkg 2a69ed7...98dd4c0: > 98dd4c0 Update community files (# 206) > b25413c Update community files (# 204) Signed-off-by: Knative Automation <[email protected]>
1 parent d4f3bcd commit 17483ad

File tree

1,213 files changed

+43898
-21389
lines changed

Some content is hidden

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

1,213 files changed

+43898
-21389
lines changed

go.mod

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
module knative.dev/kn-plugin-source-kafka
22

3-
go 1.22.7
3+
go 1.23.0
44

55
require (
66
github.com/hashicorp/golang-lru v1.0.2
77
github.com/hashicorp/hcl v1.0.1-vault-5
88
github.com/spf13/cobra v1.8.1
9-
github.com/spf13/pflag v1.0.5
9+
github.com/spf13/pflag v1.0.6
1010
gotest.tools/v3 v3.3.0
11-
k8s.io/apimachinery v0.31.4
12-
k8s.io/client-go v0.31.4
13-
knative.dev/client-pkg v0.0.0-20250123181933-2a69ed741513
14-
knative.dev/client/pkg v0.0.0-20250122145611-f73472454667
15-
knative.dev/eventing-kafka-broker v0.44.0
16-
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
17-
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
11+
k8s.io/apimachinery v0.32.2
12+
k8s.io/client-go v0.32.2
13+
knative.dev/client-pkg v0.0.0-20250219014434-98dd4c09798c
14+
knative.dev/client/pkg v0.0.0-20250219014457-a051025a49ee
15+
knative.dev/eventing-kafka-broker v0.43.1-0.20250219013843-46550f10aff3
16+
knative.dev/hack v0.0.0-20250219013704-306ce745e077
17+
knative.dev/pkg v0.0.0-20250219013713-9e265611c097
1818
)
1919

2020
require (
@@ -28,11 +28,11 @@ require (
2828
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2929
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
3030
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
31-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
31+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
3232
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3333
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
3434
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
35-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
35+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3636
github.com/fsnotify/fsnotify v1.7.0 // indirect
3737
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3838
github.com/go-errors/errors v1.4.2 // indirect
@@ -46,23 +46,23 @@ require (
4646
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4747
github.com/golang/protobuf v1.5.4 // indirect
4848
github.com/google/btree v1.1.2 // indirect
49-
github.com/google/gnostic-models v0.6.8 // indirect
49+
github.com/google/gnostic-models v0.6.9 // indirect
5050
github.com/google/go-cmp v0.6.0 // indirect
51-
github.com/google/go-containerregistry v0.13.0 // indirect
51+
github.com/google/go-containerregistry v0.20.3 // indirect
5252
github.com/google/gofuzz v1.2.0 // indirect
5353
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
5454
github.com/google/uuid v1.6.0 // indirect
5555
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
56-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
56+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
5757
github.com/imdario/mergo v0.3.16 // indirect
5858
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5959
github.com/josharian/intern v1.0.0 // indirect
6060
github.com/json-iterator/go v1.1.12 // indirect
6161
github.com/kelseyhightower/envconfig v1.4.0 // indirect
62-
github.com/klauspost/compress v1.17.9 // indirect
62+
github.com/klauspost/compress v1.17.11 // indirect
6363
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
6464
github.com/magiconair/properties v1.8.7 // indirect
65-
github.com/mailru/easyjson v0.7.7 // indirect
65+
github.com/mailru/easyjson v0.9.0 // indirect
6666
github.com/mitchellh/go-homedir v1.1.0 // indirect
6767
github.com/mitchellh/mapstructure v1.5.0 // indirect
6868
github.com/moby/term v0.5.0 // indirect
@@ -75,9 +75,9 @@ require (
7575
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
7676
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
7777
github.com/pkg/errors v0.9.1 // indirect
78-
github.com/prometheus/client_golang v1.20.4 // indirect
78+
github.com/prometheus/client_golang v1.20.5 // indirect
7979
github.com/prometheus/client_model v0.6.1 // indirect
80-
github.com/prometheus/common v0.55.0 // indirect
80+
github.com/prometheus/common v0.62.0 // indirect
8181
github.com/prometheus/procfs v0.15.1 // indirect
8282
github.com/prometheus/statsd_exporter v0.22.8 // indirect
8383
github.com/rickb777/date v1.20.0 // indirect
@@ -95,37 +95,37 @@ require (
9595
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
9696
go.uber.org/multierr v1.11.0 // indirect
9797
go.uber.org/zap v1.27.0 // indirect
98-
golang.org/x/net v0.34.0 // indirect
99-
golang.org/x/oauth2 v0.23.0 // indirect
100-
golang.org/x/sync v0.10.0 // indirect
101-
golang.org/x/sys v0.29.0 // indirect
102-
golang.org/x/term v0.28.0 // indirect
103-
golang.org/x/text v0.21.0 // indirect
104-
golang.org/x/time v0.6.0 // indirect
98+
golang.org/x/net v0.35.0 // indirect
99+
golang.org/x/oauth2 v0.26.0 // indirect
100+
golang.org/x/sync v0.11.0 // indirect
101+
golang.org/x/sys v0.30.0 // indirect
102+
golang.org/x/term v0.29.0 // indirect
103+
golang.org/x/text v0.22.0 // indirect
104+
golang.org/x/time v0.10.0 // indirect
105105
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
106106
google.golang.org/api v0.198.0 // indirect
107-
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
108-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
109-
google.golang.org/grpc v1.69.4 // indirect
110-
google.golang.org/protobuf v1.36.3 // indirect
107+
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
108+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
109+
google.golang.org/grpc v1.70.0 // indirect
110+
google.golang.org/protobuf v1.36.5 // indirect
111111
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
112112
gopkg.in/inf.v0 v0.9.1 // indirect
113113
gopkg.in/ini.v1 v1.67.0 // indirect
114114
gopkg.in/yaml.v2 v2.4.0 // indirect
115115
gopkg.in/yaml.v3 v3.0.1 // indirect
116-
k8s.io/api v0.31.4 // indirect
117-
k8s.io/apiextensions-apiserver v0.31.4 // indirect
118-
k8s.io/apiserver v0.31.4 // indirect
116+
k8s.io/api v0.32.2 // indirect
117+
k8s.io/apiextensions-apiserver v0.32.1 // indirect
118+
k8s.io/apiserver v0.32.1 // indirect
119119
k8s.io/cli-runtime v0.29.2 // indirect
120120
k8s.io/klog/v2 v2.130.1 // indirect
121-
k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
122-
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
123-
knative.dev/eventing v0.44.0 // indirect
124-
knative.dev/networking v0.0.0-20250117155906-67d1c274ba6a // indirect
125-
knative.dev/serving v0.44.0 // indirect
126-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
121+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
122+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
123+
knative.dev/eventing v0.44.1-0.20250218063550-9a7c6d5633c5 // indirect
124+
knative.dev/networking v0.0.0-20250217154350-2cde4327c6c8 // indirect
125+
knative.dev/serving v0.44.1-0.20250218114651-582f4539db64 // indirect
126+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
127127
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
128128
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
129-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
129+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
130130
sigs.k8s.io/yaml v1.4.0 // indirect
131131
)

0 commit comments

Comments
 (0)