Skip to content

Commit 8359e0e

Browse files
upgrade to latest dependencies
bumping github.com/Azure/go-ansiterm d185dfc...306776e: > 306776e Auto merge mandatory file pr > b3e40cb Microsoft mandatory file bumping sigs.k8s.io/yaml c3772b5...0f318dc: > 0f318dc Merge pull request # 134 from kubernetes-sigs/forgot-to-add-redirects-for-constants > 8eaa802 Merge pull request # 133 from kubernetes-sigs/deprecate-code-in-goyaml.v3-goyaml.v2-and-redirect > b8fc0c0 Forgot to add redirects for v3 constants > 0fe7da3 Merge pull request # 125 from kragniz/go-1.24 > 69e45c1 Deprecate code in goyaml.v2/goyaml.v3 directories and redirect > c6ac2c9 Merge pull request # 126 from kragniz/remove-travis > 14cbb88 Test against go 1.24.x > b9a9b1c Merge pull request # 106 from ThatsMrTalbot/patch-1 > 203ded9 Remove old travisci config file > 56d6720 Merge pull request # 122 from liggitt/unhashable-key > 4c6913f fix: wrap errors returned by JSON unmarshal > 119290a Merge pull request # 118 from skitt/drop-go1.10-build > 63d028e Handle unhashable keys during merge > 50e7f43 Merge pull request # 119 from skitt/test-go-1.21 > ea138a0 Merge Go 1.10+ files > 9934139 Test with Go 1.21 and later bumping golang.org/x/sync 396f3a0...8a14946: > 8a14946 errgroup: remove duplicated comment > 1869c69 all: replace deprecated ioutil > d1ac909 sync/errgroup: PanicError.Error print stack trace > 506c70f errgroup: propagate panic and Goexit through Wait bumping golang.org/x/oauth2 b9c813b...cf14319: > cf14319 oauth2: fix expiration time window check > 32d34ef internal: include clientID in auth style cache key > 2d34e30 oauth2: replace a magic number with AuthStyleUnknown > 696f7b3 all: modernize with doc links and any > 471209b oauth2: drop dependency on go-cmp > 6968da2 oauth2: sync Token.ExpiresIn from internal Token > d2c4e0a oauth2: context instead of golang.org/x/net/context in doc > 883dc3c endpoints: add various endpoints from stale CLs > 1c06e87 all: make use of oauth.Token.ExpiresIn > 65c15a3 oauth2: remove extra period > ce56909 jws: improve fix for CVE-2025-22868 > 0042180 oauth2: Deep copy context client in NewClient > ce350bf oauth2: remove unneeded TokenSource implementation in transport test > 44967ab google: fix typos > 9c82a8c oauth2.go: use a more straightforward return value > 681b4d8 jws: split token into fixed number of parts > 3f78298 all: upgrade go directive to at least 1.23.0 [generated] > 109dabf endpoints: add links/provider for Discord > ac571fa oauth2: fix docs for Config.DeviceAuth > 314ee5b endpoints: add patreon endpoint Signed-off-by: Knative Automation <[email protected]>
1 parent 862e5a0 commit 8359e0e

File tree

888 files changed

+56589
-42708
lines changed

Some content is hidden

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

888 files changed

+56589
-42708
lines changed

go.mod

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ require (
88
github.com/spf13/cobra v1.8.1
99
github.com/spf13/pflag v1.0.6
1010
gotest.tools/v3 v3.3.0
11-
k8s.io/apimachinery v0.32.2
12-
k8s.io/client-go v0.32.2
13-
knative.dev/client-pkg v0.0.0-20250423152824-1f0bd17aa32b
14-
knative.dev/client/pkg v0.0.0-20250423184323-96721e598f77
15-
knative.dev/eventing-kafka-broker v0.45.0
16-
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775
17-
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883
11+
k8s.io/apimachinery v0.33.1
12+
k8s.io/client-go v0.33.1
13+
knative.dev/client-pkg v0.0.0-20250424014224-ae64d8cde1e4
14+
knative.dev/client/pkg v0.0.0-20250617200959-1c3b47ce739a
15+
knative.dev/eventing-kafka-broker v0.45.1-0.20250626105206-78d5d5062212
16+
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
17+
knative.dev/pkg v0.0.0-20250627014006-8481e7eef7f6
1818
)
1919

2020
require (
2121
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
2222
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
23-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
23+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2424
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/blendle/zapdriver v1.3.1 // indirect
@@ -39,28 +39,26 @@ require (
3939
github.com/go-errors/errors v1.4.2 // indirect
4040
github.com/go-kit/log v0.2.1 // indirect
4141
github.com/go-logfmt/logfmt v0.5.1 // indirect
42-
github.com/go-logr/logr v1.4.2 // indirect
42+
github.com/go-logr/logr v1.4.3 // indirect
4343
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4444
github.com/go-openapi/jsonreference v0.21.0 // indirect
4545
github.com/go-openapi/swag v0.23.0 // indirect
4646
github.com/gogo/protobuf v1.3.2 // indirect
4747
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4848
github.com/golang/protobuf v1.5.4 // indirect
49-
github.com/google/btree v1.1.2 // indirect
49+
github.com/google/btree v1.1.3 // indirect
5050
github.com/google/gnostic-models v0.6.9 // indirect
5151
github.com/google/go-cmp v0.7.0 // indirect
5252
github.com/google/go-containerregistry v0.20.3 // indirect
53-
github.com/google/gofuzz v1.2.0 // indirect
5453
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
5554
github.com/google/uuid v1.6.0 // indirect
5655
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
57-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
56+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
5857
github.com/imdario/mergo v0.3.16 // indirect
5958
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6059
github.com/josharian/intern v1.0.0 // indirect
6160
github.com/json-iterator/go v1.1.12 // indirect
6261
github.com/kelseyhightower/envconfig v1.4.0 // indirect
63-
github.com/klauspost/compress v1.17.11 // indirect
6462
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
6563
github.com/magiconair/properties v1.8.7 // indirect
6664
github.com/mailru/easyjson v0.9.0 // indirect
@@ -76,10 +74,10 @@ require (
7674
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
7775
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
7876
github.com/pkg/errors v0.9.1 // indirect
79-
github.com/prometheus/client_golang v1.20.5 // indirect
80-
github.com/prometheus/client_model v0.6.1 // indirect
81-
github.com/prometheus/common v0.62.0 // indirect
82-
github.com/prometheus/procfs v0.15.1 // indirect
77+
github.com/prometheus/client_golang v1.22.0 // indirect
78+
github.com/prometheus/client_model v0.6.2 // indirect
79+
github.com/prometheus/common v0.65.0 // indirect
80+
github.com/prometheus/procfs v0.16.1 // indirect
8381
github.com/prometheus/statsd_exporter v0.22.8 // indirect
8482
github.com/rickb777/date v1.20.0 // indirect
8583
github.com/rickb777/plural v1.4.1 // indirect
@@ -96,38 +94,40 @@ require (
9694
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
9795
go.uber.org/multierr v1.11.0 // indirect
9896
go.uber.org/zap v1.27.0 // indirect
99-
golang.org/x/net v0.39.0 // indirect
100-
golang.org/x/oauth2 v0.26.0 // indirect
101-
golang.org/x/sync v0.13.0 // indirect
102-
golang.org/x/sys v0.32.0 // indirect
103-
golang.org/x/term v0.31.0 // indirect
104-
golang.org/x/text v0.24.0 // indirect
97+
go.yaml.in/yaml/v2 v2.4.2 // indirect
98+
golang.org/x/net v0.41.0 // indirect
99+
golang.org/x/oauth2 v0.30.0 // indirect
100+
golang.org/x/sync v0.15.0 // indirect
101+
golang.org/x/sys v0.33.0 // indirect
102+
golang.org/x/term v0.32.0 // indirect
103+
golang.org/x/text v0.26.0 // indirect
105104
golang.org/x/time v0.10.0 // indirect
106105
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
107106
google.golang.org/api v0.198.0 // indirect
108-
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
109-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
110-
google.golang.org/grpc v1.71.1 // indirect
107+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
108+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
109+
google.golang.org/grpc v1.73.0 // indirect
111110
google.golang.org/protobuf v1.36.6 // indirect
112111
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
113112
gopkg.in/inf.v0 v0.9.1 // indirect
114113
gopkg.in/ini.v1 v1.67.0 // indirect
115114
gopkg.in/yaml.v2 v2.4.0 // indirect
116115
gopkg.in/yaml.v3 v3.0.1 // indirect
117-
k8s.io/api v0.32.2 // indirect
118-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
119-
k8s.io/apiserver v0.32.1 // indirect
116+
k8s.io/api v0.33.1 // indirect
117+
k8s.io/apiextensions-apiserver v0.33.1 // indirect
118+
k8s.io/apiserver v0.33.1 // indirect
120119
k8s.io/cli-runtime v0.29.2 // indirect
121120
k8s.io/klog/v2 v2.130.1 // indirect
122-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
121+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
123122
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
124-
knative.dev/eventing v0.45.0 // indirect
125-
knative.dev/networking v0.0.0-20250415164913-6268d931d247 // indirect
126-
knative.dev/serving v0.45.0 // indirect
123+
knative.dev/eventing v0.45.1-0.20250625134405-5bcf8011acc8 // indirect
124+
knative.dev/networking v0.0.0-20250616174156-f950c0c1a0a8 // indirect
125+
knative.dev/serving v0.45.1-0.20250617121657-7f0a07a6baff // indirect
127126
sigs.k8s.io/gateway-api v1.1.0 // indirect
128127
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
129128
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
130129
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
131-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
132-
sigs.k8s.io/yaml v1.4.0 // indirect
130+
sigs.k8s.io/randfill v1.0.0 // indirect
131+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
132+
sigs.k8s.io/yaml v1.5.0 // indirect
133133
)

0 commit comments

Comments
 (0)