Skip to content

Commit 995792b

Browse files
upgrade to latest dependencies
bumping knative.dev/hack 4fae780...1484a9e: > 1484a9e Update community files (# 456) > 67a5b04 Update community files (# 454) > 91eedd9 Update community files (# 451) > 4377a69 bump gotestfmt to newest version (# 447) bumping knative.dev/operator 7203583...47b5682: > 47b5682 upgrade to latest dependencies (# 2207) > 2bc85a6 upgrade to latest dependencies (# 2206) > 5194d26 upgrade to latest dependencies (# 2205) > 376022c upgrade to latest dependencies (# 2204) > 480528b Update community files (# 2203) > 89681f9 upgrade to latest dependencies (# 2202) > e209eef upgrade to latest dependencies (# 2199) > e0d5785 upgrade to latest dependencies (# 2198) > 11d73f8 upgrade to latest dependencies (# 2197) > 72bf310 Update community files (# 2196) > e1e49cc Resume the development of Knative Operator 1.21 (# 2195) > 8f2fb8f upgrade to latest dependencies (# 2194) bumping golang.org/x/sys 1edeebe...15129aa: > 15129aa cpu: also use MRS instruction in getmmfr1 > ed38ca2 unix: add SizeofNhmsg and SizeofNexthopGrp > 3675c4c cpu: use MRS instruction to read arm64 system registers > 2a15272 unix: add consts for ELF handling > 6239615 cpu: add HPDS, LOR, PAN detection for arm64 > ea436ef windows: add iphlpapi routing functions > 28c5bda unix: add SetMemPolicy and its mode/flag values > b731f78 unix/linux: switch to ubuntu 25.04, Go 1.25.1 Signed-off-by: Knative Automation <automation@knative.team>
1 parent 43080f7 commit 995792b

584 files changed

Lines changed: 62150 additions & 26655 deletions

File tree

Some content is hidden

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

go.mod

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@ require (
88
github.com/k14s/ytt v0.39.0
99
github.com/manifestival/client-go-client v0.6.0
1010
github.com/spf13/cobra v1.8.1
11-
golang.org/x/mod v0.29.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/hack v0.0.0-20251021013703-4fae78067103
16-
knative.dev/operator v0.47.0
17-
knative.dev/pkg v0.0.0-20251022152246-7bf6febca0b3
11+
golang.org/x/mod v0.30.0
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/hack v0.0.0-20251126013634-1484a9e9b641
16+
knative.dev/operator v0.47.1-0.20251202135708-47b568279d57
17+
knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb
1818
)
1919

2020
require (
2121
github.com/BurntSushi/toml v1.0.0 // indirect
2222
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
23-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
23+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2424
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
2525
github.com/fatih/color v1.13.0 // indirect
2626
github.com/felixge/httpsnoop v1.0.4 // indirect
27-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
27+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2828
github.com/go-logr/logr v1.4.3 // indirect
2929
github.com/go-logr/stdr v1.2.2 // indirect
3030
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3131
github.com/go-openapi/jsonreference v0.21.0 // indirect
3232
github.com/go-openapi/swag v0.23.0 // indirect
3333
github.com/gogo/protobuf v1.3.2 // indirect
3434
github.com/golang/protobuf v1.5.4 // indirect
35-
github.com/google/gnostic-models v0.6.9 // indirect
35+
github.com/google/gnostic-models v0.7.0 // indirect
3636
github.com/google/go-cmp v0.7.0 // indirect
3737
github.com/google/uuid v1.6.0 // indirect
3838
github.com/hashicorp/go-version v1.4.0 // indirect
@@ -45,9 +45,10 @@ require (
4545
github.com/mattn/go-colorable v0.1.12 // indirect
4646
github.com/mattn/go-isatty v0.0.14 // indirect
4747
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
48-
github.com/modern-go/reflect2 v1.0.2 // indirect
48+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4949
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5050
github.com/pkg/errors v0.9.1 // indirect
51+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5152
github.com/spf13/pflag v1.0.10 // indirect
5253
github.com/x448/float16 v0.8.4 // indirect
5354
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -56,13 +57,14 @@ require (
5657
go.opentelemetry.io/otel/metric v1.38.0 // indirect
5758
go.opentelemetry.io/otel/trace v1.38.0 // indirect
5859
go.uber.org/multierr v1.11.0 // indirect
59-
go.uber.org/zap v1.27.0 // indirect
60+
go.uber.org/zap v1.27.1 // indirect
6061
go.yaml.in/yaml/v2 v2.4.2 // indirect
61-
golang.org/x/net v0.46.0 // indirect
62+
go.yaml.in/yaml/v3 v3.0.4 // indirect
63+
golang.org/x/net v0.47.0 // indirect
6264
golang.org/x/oauth2 v0.30.0 // indirect
63-
golang.org/x/sys v0.37.0 // indirect
64-
golang.org/x/term v0.36.0 // indirect
65-
golang.org/x/text v0.30.0 // indirect
65+
golang.org/x/sys v0.38.0 // indirect
66+
golang.org/x/term v0.37.0 // indirect
67+
golang.org/x/text v0.31.0 // indirect
6668
golang.org/x/time v0.12.0 // indirect
6769
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
6870
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
@@ -73,11 +75,11 @@ require (
7375
gopkg.in/yaml.v3 v3.0.1 // indirect
7476
istio.io/api v0.0.0-20231206023236-e7cadb36da57 // indirect
7577
k8s.io/klog/v2 v2.130.1 // indirect
76-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
77-
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
78+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
79+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
7880
sigs.k8s.io/controller-runtime v0.19.0 // indirect
7981
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
8082
sigs.k8s.io/randfill v1.0.0 // indirect
81-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
83+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
8284
sigs.k8s.io/yaml v1.6.0 // indirect
8385
)

go.sum

Lines changed: 48 additions & 49 deletions
Large diffs are not rendered by default.

vendor/github.com/emicklei/go-restful/v3/CHANGES.md

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/jsr311.go

Lines changed: 3 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/route.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)