Skip to content

Commit ce188ec

Browse files
authored
bump deps (#434)
1 parent 852a107 commit ce188ec

File tree

642 files changed

+64977
-28864
lines changed

Some content is hidden

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

642 files changed

+64977
-28864
lines changed

go.mod

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ require (
66
github.com/hashicorp/golang-lru v1.0.2
77
github.com/hashicorp/hcl v1.0.1-vault-5
88
github.com/mitchellh/go-homedir v1.1.0
9-
github.com/spf13/cobra v1.8.1
9+
github.com/spf13/cobra v1.9.1
1010
github.com/spf13/pflag v1.0.10
1111
gotest.tools/v3 v3.3.0
12-
k8s.io/api v0.33.5
13-
k8s.io/apimachinery v0.33.5
14-
k8s.io/client-go v0.33.5
15-
knative.dev/client/pkg v0.0.0-20251030022238-b66b3da6ff01
16-
knative.dev/eventing-kafka-broker v0.47.0
17-
knative.dev/hack v0.0.0-20251021013703-4fae78067103
18-
knative.dev/pkg v0.0.0-20251022152246-7bf6febca0b3
12+
k8s.io/api v0.34.2
13+
k8s.io/apimachinery v0.34.2
14+
k8s.io/client-go v0.34.2
15+
knative.dev/client/pkg v0.0.0-20251117014852-cbe8e271a7c8
16+
knative.dev/eventing-kafka-broker v0.47.1-0.20251118115714-bfa0e674aaa9
17+
knative.dev/hack v0.0.0-20251117013754-67a5b048bc27
18+
knative.dev/pkg v0.0.0-20251118173915-745990698d3c
1919
)
2020

2121
require (
@@ -28,12 +28,12 @@ require (
2828
github.com/cloudevents/sdk-go/v2 v2.16.1 // indirect
2929
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
31+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
3232
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
3333
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3434
github.com/felixge/httpsnoop v1.0.4 // indirect
35-
github.com/fsnotify/fsnotify v1.7.0 // indirect
36-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
35+
github.com/fsnotify/fsnotify v1.9.0 // indirect
36+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3737
github.com/go-errors/errors v1.4.2 // indirect
3838
github.com/go-logr/logr v1.4.3 // indirect
3939
github.com/go-logr/stdr v1.2.2 // indirect
@@ -42,7 +42,7 @@ require (
4242
github.com/go-openapi/swag v0.23.0 // indirect
4343
github.com/gogo/protobuf v1.3.2 // indirect
4444
github.com/google/btree v1.1.3 // indirect
45-
github.com/google/gnostic-models v0.6.9 // indirect
45+
github.com/google/gnostic-models v0.7.0 // indirect
4646
github.com/google/go-cmp v0.7.0 // indirect
4747
github.com/google/go-containerregistry v0.20.3 // indirect
4848
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -59,13 +59,14 @@ require (
5959
github.com/mitchellh/mapstructure v1.5.0 // indirect
6060
github.com/moby/term v0.5.0 // indirect
6161
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
62-
github.com/modern-go/reflect2 v1.0.2 // indirect
62+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6363
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
6464
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6565
github.com/opencontainers/go-digest v1.0.0 // indirect
6666
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
6767
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
6868
github.com/pkg/errors v0.9.1 // indirect
69+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6970
github.com/rickb777/date v1.20.0 // indirect
7071
github.com/rickb777/plural v1.4.1 // indirect
7172
github.com/robfig/cron/v3 v3.0.1 // indirect
@@ -86,34 +87,37 @@ require (
8687
go.uber.org/multierr v1.11.0 // indirect
8788
go.uber.org/zap v1.27.0 // indirect
8889
go.yaml.in/yaml/v2 v2.4.2 // indirect
90+
go.yaml.in/yaml/v3 v3.0.4 // indirect
8991
golang.org/x/net v0.46.0 // indirect
9092
golang.org/x/oauth2 v0.30.0 // indirect
91-
golang.org/x/sync v0.17.0 // indirect
93+
golang.org/x/sync v0.18.0 // indirect
9294
golang.org/x/sys v0.37.0 // indirect
9395
golang.org/x/term v0.36.0 // indirect
9496
golang.org/x/text v0.30.0 // indirect
9597
golang.org/x/time v0.12.0 // indirect
9698
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
97-
google.golang.org/protobuf v1.36.8 // indirect
99+
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba // indirect
100+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba // indirect
101+
google.golang.org/protobuf v1.36.10 // indirect
98102
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
99103
gopkg.in/inf.v0 v0.9.1 // indirect
100104
gopkg.in/ini.v1 v1.67.0 // indirect
101105
gopkg.in/yaml.v2 v2.4.0 // indirect
102106
gopkg.in/yaml.v3 v3.0.1 // indirect
103-
k8s.io/apiextensions-apiserver v0.33.5 // indirect
104-
k8s.io/apiserver v0.33.5 // indirect
107+
k8s.io/apiextensions-apiserver v0.34.2 // indirect
108+
k8s.io/apiserver v0.34.2 // indirect
105109
k8s.io/cli-runtime v0.29.2 // indirect
106110
k8s.io/klog/v2 v2.130.1 // indirect
107-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
108-
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
109-
knative.dev/eventing v0.47.0 // indirect
110-
knative.dev/networking v0.0.0-20251021092443-0bde19154dce // indirect
111+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
112+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
113+
knative.dev/eventing v0.47.1-0.20251107142554-ed2c4f8446f1 // indirect
114+
knative.dev/networking v0.0.0-20251030154838-4115314567bb // indirect
111115
knative.dev/serving v0.47.0 // indirect
112116
sigs.k8s.io/gateway-api v1.1.0 // indirect
113117
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
114118
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
115119
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
116120
sigs.k8s.io/randfill v1.0.0 // indirect
117-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
121+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
118122
sigs.k8s.io/yaml v1.6.0 // indirect
119123
)

0 commit comments

Comments
 (0)