Skip to content

Commit 08fad63

Browse files
upgrade to latest dependencies (#600)
bumping golang.org/x/time 2c6c5a2...1616a7f: > 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary > 0c50ed8 all: upgrade go directive to at least 1.23.0 [generated] > 66520f6 rate: simplify function advance only returns new Tokens to caller bumping knative.dev/serving ac5c50c...f1f4f69: > f1f4f69 Update net-kourier nightly (# 15972) > 2af2419 Update net-istio nightly (# 15971) > bf962e6 [otel] instrument the autoscaler (# 15963) > 471aa0d Update net-gateway-api nightly (# 15968) > 7144b0d Update net-kourier nightly (# 15954) > c65e780 upgrade to latest dependencies (# 15967) > 20fc217 Update net-istio nightly (# 15965) Signed-off-by: Knative Automation <[email protected]>
1 parent fb4c0b8 commit 08fad63

File tree

313 files changed

+4246
-42611
lines changed

Some content is hidden

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

313 files changed

+4246
-42611
lines changed

go.mod

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module knative.dev/eventing-github
33
go 1.24.0
44

55
require (
6-
github.com/cloudevents/sdk-go/v2 v2.15.2
6+
github.com/cloudevents/sdk-go/v2 v2.16.1
77
github.com/google/go-cmp v0.7.0
88
github.com/google/go-github/v31 v31.0.0
99
github.com/kelseyhightower/envconfig v1.4.0
@@ -15,25 +15,21 @@ require (
1515
k8s.io/apimachinery v0.33.1
1616
k8s.io/client-go v0.33.1
1717
k8s.io/code-generator v0.33.1
18-
knative.dev/eventing v0.45.1-0.20250709065003-351613bc3192
18+
knative.dev/eventing v0.45.1-0.20250721133507-aef77d7ba3e1
1919
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba
20-
knative.dev/pkg v0.0.0-20250710001404-a4cc1bdef5b2
21-
knative.dev/serving v0.45.1-0.20250710132805-ac5c50cf07a9
20+
knative.dev/pkg v0.0.0-20250716115900-19d3cc2da0b9
21+
knative.dev/serving v0.45.1-0.20250721133706-f1f4f6956e8e
2222
)
2323

2424
require (
25-
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
26-
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
27-
contrib.go.opencensus.io/exporter/zipkin v0.1.2 // indirect
2825
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
2926
github.com/beorn7/perks v1.0.1 // indirect
3027
github.com/blang/semver/v4 v4.0.0 // indirect
3128
github.com/blendle/zapdriver v1.3.1 // indirect
3229
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
33-
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
3430
github.com/cert-manager/cert-manager v1.16.3 // indirect
3531
github.com/cespare/xxhash/v2 v2.3.0 // indirect
36-
github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.15.2 // indirect
32+
github.com/cloudevents/sdk-go/observability/opentelemetry/v2 v2.16.1 // indirect
3733
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
3834
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
3935
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -42,8 +38,6 @@ require (
4238
github.com/felixge/httpsnoop v1.0.4 // indirect
4339
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4440
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
45-
github.com/go-kit/log v0.2.1 // indirect
46-
github.com/go-logfmt/logfmt v0.5.1 // indirect
4741
github.com/go-logr/logr v1.4.3 // indirect
4842
github.com/go-logr/stdr v1.2.2 // indirect
4943
github.com/go-logr/zapr v1.3.0 // indirect
@@ -52,8 +46,6 @@ require (
5246
github.com/go-openapi/swag v0.23.0 // indirect
5347
github.com/gobuffalo/flect v1.0.3 // indirect
5448
github.com/gogo/protobuf v1.3.2 // indirect
55-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56-
github.com/golang/protobuf v1.5.4 // indirect
5749
github.com/google/gnostic-models v0.6.9 // indirect
5850
github.com/google/go-containerregistry v0.20.3 // indirect
5951
github.com/google/go-querystring v1.1.0 // indirect
@@ -67,20 +59,17 @@ require (
6759
github.com/modern-go/reflect2 v1.0.2 // indirect
6860
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6961
github.com/opencontainers/go-digest v1.0.0 // indirect
70-
github.com/openzipkin/zipkin-go v0.4.3 // indirect
7162
github.com/pkg/errors v0.9.1 // indirect
7263
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7364
github.com/prometheus/client_golang v1.22.0 // indirect
7465
github.com/prometheus/client_model v0.6.2 // indirect
7566
github.com/prometheus/common v0.65.0 // indirect
7667
github.com/prometheus/procfs v0.16.1 // indirect
77-
github.com/prometheus/statsd_exporter v0.22.7 // indirect
7868
github.com/rickb777/date v1.13.0 // indirect
7969
github.com/rickb777/plural v1.2.1 // indirect
8070
github.com/robfig/cron/v3 v3.0.1 // indirect
8171
github.com/spf13/pflag v1.0.6 // indirect
8272
github.com/x448/float16 v0.8.4 // indirect
83-
go.opencensus.io v0.24.0 // indirect
8473
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
8574
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
8675
go.opentelemetry.io/contrib/instrumentation/runtime v0.62.0 // indirect
@@ -108,25 +97,23 @@ require (
10897
golang.org/x/sys v0.33.0 // indirect
10998
golang.org/x/term v0.32.0 // indirect
11099
golang.org/x/text v0.26.0 // indirect
111-
golang.org/x/time v0.10.0 // indirect
100+
golang.org/x/time v0.12.0 // indirect
112101
golang.org/x/tools v0.34.0 // indirect
113102
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
114-
google.golang.org/api v0.198.0 // indirect
115103
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
116104
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
117105
google.golang.org/grpc v1.73.0 // indirect
118106
google.golang.org/protobuf v1.36.6 // indirect
119107
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
120108
gopkg.in/inf.v0 v0.9.1 // indirect
121-
gopkg.in/yaml.v2 v2.4.0 // indirect
122109
gopkg.in/yaml.v3 v3.0.1 // indirect
123110
k8s.io/apiextensions-apiserver v0.33.1 // indirect
124111
k8s.io/apiserver v0.33.1 // indirect
125112
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
126113
k8s.io/klog/v2 v2.130.1 // indirect
127114
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
128115
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
129-
knative.dev/networking v0.0.0-20250707164707-14e7b4882ada // indirect
116+
knative.dev/networking v0.0.0-20250708014646-f8c92385906a // indirect
130117
sigs.k8s.io/gateway-api v1.1.0 // indirect
131118
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
132119
sigs.k8s.io/randfill v1.0.0 // indirect

0 commit comments

Comments
 (0)