Skip to content

Commit 97ad925

Browse files
upgrade to latest dependencies
bumping github.com/prometheus/client_model 571429e...eb136e5: > eb136e5 Merge pull request # 119 from prometheus/superq/google.golang.org/protobuf > ef699ce Merge pull request # 116 from prometheus/repo_sync > bf7f2ca Update golanci-lint to v2. > 5b93968 Merge pull request # 115 from prometheus/repo_sync > bf8b12e Update common Prometheus files > 7e9b56c Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 > afe0b21 Merge pull request # 114 from prometheus/repo_sync > ae83ddc Update common Prometheus files > 73608e2 Merge pull request # 113 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.5 > 75e1daf Update common Prometheus files > d78a75f Merge pull request # 112 from prometheus/repo_sync > b83e07b Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 > e3e50de Merge pull request # 111 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.4 > ece60c3 Update common Prometheus files > 82f8226 Merge pull request # 110 from prometheus/repo_sync > f50dded Bump google.golang.org/protobuf from 1.36.1 to 1.36.4 > 19a60c3 Merge pull request # 109 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.1 > 306afc6 Update common Prometheus files > 11e7f0d Merge pull request # 108 from prometheus/repo_sync > e9dfd51 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 > a4596aa Merge pull request # 107 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.35.2 > 8353f1c Update common Prometheus files > 773bf3b Merge pull request # 106 from prometheus/repo_sync > 896cbc9 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 > 6326205 Merge pull request # 105 from prometheus/repo_sync > 8eba33e Update common Prometheus files > acc09ea Merge pull request # 104 from prometheus/beorn7/update > 149654f Update common Prometheus files > 1577ebe Merge pull request # 103 from prometheus/repo_sync > 008ed61 Update google.golang.org/protobuf to v1.35.1 > a28965b Merge pull request # 101 from prometheus/repo_sync > 28a3a9c Update common Prometheus files > b3f4840 Merge pull request # 100 from prometheus/repo_sync > dc77689 Update common Prometheus files > 882bae9 Merge pull request # 99 from prometheus/repo_sync > 3a06303 Update common Prometheus files > d9c1575 Merge pull request # 98 from prometheus/repo_sync > 484a07e Update common Prometheus files > 3c37cbd Merge pull request # 97 from prometheus/repo_sync > af60cd0 Update common Prometheus files > 0ca72e2 Merge pull request # 96 from prometheus/repo_sync > e27ef4f Update common Prometheus files > 7befc49 Merge pull request # 95 from prometheus/repo_sync > ea177c6 Update common Prometheus files > 10b17bc Merge pull request # 94 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.2 > 82a83dd Update common Prometheus files > fbf5f7c Merge pull request # 93 from prometheus/repo_sync > eeaf4f9 Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 > a534ba6 Merge pull request # 92 from prometheus/repo_sync > ca68bc9 Update common Prometheus files > 80f8fb6 Merge pull request # 91 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.1 > 77c92e2 Update common Prometheus files > 19e4b65 Merge pull request # 90 from prometheus/repo_sync > 782e731 Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 > 5f5f1b1 Merge pull request # 88 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.0 > 955b441 Update common Prometheus files > 2274bc2 Merge pull request # 89 from prometheus/repo_sync > 04cd74f Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 > bca63c6 Update common Prometheus files 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 <automation@knative.team>
1 parent 93bae99 commit 97ad925

1,375 files changed

Lines changed: 152296 additions & 43415 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: 56 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module knative.dev/eventing-natss
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/cloudevents/sdk-go/protocol/nats_jetstream/v2 v2.15.2
@@ -16,15 +16,15 @@ require (
1616
github.com/pkg/errors v0.9.1 // indirect
1717
go.opencensus.io v0.24.0
1818
go.uber.org/zap v1.27.0
19-
k8s.io/api v0.32.2
20-
k8s.io/apimachinery v0.32.2
21-
k8s.io/client-go v0.32.2
19+
k8s.io/api v0.33.1
20+
k8s.io/apimachinery v0.33.1
21+
k8s.io/client-go v0.33.1
2222
k8s.io/utils v0.0.0-20241210054802-24370beab758
23-
knative.dev/eventing v0.45.1-0.20250526160117-40bac3cce0e6
24-
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
25-
knative.dev/hack/schema v0.0.0-20250514121446-f525e187efdc
26-
knative.dev/pkg v0.0.0-20250520014526-44579e9ce5ed
27-
knative.dev/reconciler-test v0.0.0-20250516121650-f46fa6544a97
23+
knative.dev/eventing v0.45.1-0.20250715120400-c2e78b40914e
24+
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba
25+
knative.dev/hack/schema v0.0.0-20250708013849-70d4b00da6ba
26+
knative.dev/pkg v0.0.0-20250710001404-a4cc1bdef5b2
27+
knative.dev/reconciler-test v0.0.0-20250708152404-d97d9007b8d3
2828
)
2929

3030
require (
@@ -41,6 +41,7 @@ require (
4141
github.com/beorn7/perks v1.0.1 // indirect
4242
github.com/blang/semver/v4 v4.0.0 // indirect
4343
github.com/blendle/zapdriver v1.3.1 // indirect
44+
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
4445
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
4546
github.com/cert-manager/cert-manager v1.16.3 // indirect
4647
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -51,11 +52,14 @@ require (
5152
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5253
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
5354
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
55+
github.com/felixge/httpsnoop v1.0.4 // indirect
5456
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
55-
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
57+
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
5658
github.com/go-kit/log v0.2.1 // indirect
5759
github.com/go-logfmt/logfmt v0.5.1 // indirect
58-
github.com/go-logr/logr v1.4.2 // indirect
60+
github.com/go-logr/logr v1.4.3 // indirect
61+
github.com/go-logr/stdr v1.2.2 // indirect
62+
github.com/go-logr/zapr v1.3.0 // indirect
5963
github.com/go-openapi/jsonpointer v0.21.0 // indirect
6064
github.com/go-openapi/jsonreference v0.21.0 // indirect
6165
github.com/go-openapi/swag v0.23.0 // indirect
@@ -64,12 +68,11 @@ require (
6468
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6569
github.com/golang/protobuf v1.5.4 // indirect
6670
github.com/google/gnostic-models v0.6.9 // indirect
67-
github.com/google/gofuzz v1.2.0 // indirect
68-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
71+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
6972
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7073
github.com/josharian/intern v1.0.0 // indirect
7174
github.com/json-iterator/go v1.1.12 // indirect
72-
github.com/klauspost/compress v1.17.11 // indirect
75+
github.com/klauspost/compress v1.18.0 // indirect
7376
github.com/mailru/easyjson v0.9.0 // indirect
7477
github.com/minio/highwayhash v1.0.3 // indirect
7578
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -79,48 +82,66 @@ require (
7982
github.com/nats-io/nuid v1.0.1 // indirect
8083
github.com/openzipkin/zipkin-go v0.4.3 // indirect
8184
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
82-
github.com/prometheus/client_golang v1.20.5 // indirect
83-
github.com/prometheus/client_model v0.6.1 // indirect
84-
github.com/prometheus/common v0.62.0 // indirect
85-
github.com/prometheus/procfs v0.15.1 // indirect
85+
github.com/prometheus/client_golang v1.22.0 // indirect
86+
github.com/prometheus/client_model v0.6.2 // indirect
87+
github.com/prometheus/common v0.65.0 // indirect
88+
github.com/prometheus/procfs v0.16.1 // indirect
8689
github.com/prometheus/statsd_exporter v0.22.7 // indirect
8790
github.com/rickb777/plural v1.2.1 // indirect
8891
github.com/robfig/cron/v3 v3.0.1 // indirect
8992
github.com/spf13/cobra v1.8.1 // indirect
9093
github.com/spf13/pflag v1.0.6 // indirect
9194
github.com/valyala/bytebufferpool v1.0.0 // indirect
9295
github.com/x448/float16 v0.8.4 // indirect
96+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
97+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
98+
go.opentelemetry.io/contrib/instrumentation/runtime v0.62.0 // indirect
99+
go.opentelemetry.io/otel v1.37.0 // indirect
100+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0 // indirect
101+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 // indirect
102+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
103+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
104+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect
105+
go.opentelemetry.io/otel/exporters/prometheus v0.59.0 // indirect
106+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0 // indirect
107+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
108+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
109+
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
110+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
111+
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
93112
go.uber.org/atomic v1.10.0 // indirect
94113
go.uber.org/automaxprocs v1.6.0 // indirect
95114
go.uber.org/multierr v1.11.0 // indirect
96-
golang.org/x/crypto v0.38.0 // indirect
97-
golang.org/x/mod v0.24.0 // indirect
98-
golang.org/x/net v0.40.0 // indirect
99-
golang.org/x/oauth2 v0.26.0 // indirect
100-
golang.org/x/sync v0.14.0 // indirect
115+
go.yaml.in/yaml/v2 v2.4.2 // indirect
116+
golang.org/x/crypto v0.39.0 // indirect
117+
golang.org/x/mod v0.25.0 // indirect
118+
golang.org/x/net v0.41.0 // indirect
119+
golang.org/x/oauth2 v0.30.0 // indirect
120+
golang.org/x/sync v0.15.0 // indirect
101121
golang.org/x/sys v0.33.0 // indirect
102122
golang.org/x/term v0.32.0 // indirect
103-
golang.org/x/text v0.25.0 // indirect
123+
golang.org/x/text v0.26.0 // indirect
104124
golang.org/x/time v0.10.0 // indirect
105-
golang.org/x/tools v0.33.0 // indirect
125+
golang.org/x/tools v0.34.0 // indirect
106126
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
107127
google.golang.org/api v0.198.0 // indirect
108-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
109-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
110-
google.golang.org/grpc v1.72.1 // indirect
128+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
129+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
130+
google.golang.org/grpc v1.73.0 // indirect
111131
google.golang.org/protobuf v1.36.6 // indirect
112132
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
113133
gopkg.in/inf.v0 v0.9.1 // indirect
114134
gopkg.in/yaml.v2 v2.4.0 // indirect
115135
gopkg.in/yaml.v3 v3.0.1 // indirect
116-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
117-
k8s.io/apiserver v0.32.1 // indirect
118-
k8s.io/code-generator v0.32.2 // indirect
119-
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
136+
k8s.io/apiextensions-apiserver v0.33.1 // indirect
137+
k8s.io/apiserver v0.33.1 // indirect
138+
k8s.io/code-generator v0.33.1 // indirect
139+
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
120140
k8s.io/klog/v2 v2.130.1 // indirect
121-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
141+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
122142
sigs.k8s.io/gateway-api v1.1.0 // indirect
123143
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
124-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
125-
sigs.k8s.io/yaml v1.4.0 // indirect
144+
sigs.k8s.io/randfill v1.0.0 // indirect
145+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
146+
sigs.k8s.io/yaml v1.5.0 // indirect
126147
)

0 commit comments

Comments
 (0)