Skip to content

Commit 3194c9d

Browse files
upgrade to latest dependencies
bumping knative.dev/eventing 51710e2...96629b6: > 96629b6 Injected tracing headers into jobsink event file (# 8626) > 02861b7 cleanup: drop pkg/tracing from test code (# 8654) > 3bdae0a drop use of tracing config map in webhook (# 8653) bumping knative.dev/reconciler-test bc8fcf4...e342acf: > e342acf fix: ConfigureObservability does not panic (# 809) > e7475ca Migrate to OTel (# 802) Signed-off-by: Knative Automation <automation@knative.team>
1 parent e828cfd commit 3194c9d

142 files changed

Lines changed: 639 additions & 13230 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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
github.com/pkg/errors v0.9.1 // indirect
1818
github.com/rickb777/date v1.13.0
1919
github.com/stretchr/testify v1.10.0
20-
go.opencensus.io v0.24.0 // indirect
2120
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
2221
go.opentelemetry.io/otel v1.37.0
2322
go.opentelemetry.io/otel/metric v1.37.0
@@ -30,14 +29,13 @@ require (
3029
k8s.io/client-go v0.33.1
3130
k8s.io/code-generator v0.33.1
3231
k8s.io/utils v0.0.0-20241210054802-24370beab758
33-
knative.dev/eventing v0.46.1-0.20250805061645-51710e296f74
32+
knative.dev/eventing v0.46.1-0.20250806184748-96629b6daeaa
3433
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba
3534
knative.dev/pkg v0.0.0-20250804212045-2a0abb7b5eb3
36-
knative.dev/reconciler-test v0.0.0-20250805131045-bc8fcf423e5e
35+
knative.dev/reconciler-test v0.0.0-20250806183548-e342acf1222a
3736
)
3837

3938
require (
40-
contrib.go.opencensus.io/exporter/zipkin v0.1.2 // indirect
4139
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
4240
github.com/beorn7/perks v1.0.1 // indirect
4341
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -63,7 +61,6 @@ require (
6361
github.com/go-openapi/swag v0.23.0 // indirect
6462
github.com/gobuffalo/flect v1.0.3 // indirect
6563
github.com/gogo/protobuf v1.3.2 // indirect
66-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6764
github.com/google/gnostic-models v0.6.9 // indirect
6865
github.com/google/go-tpm v0.9.5 // indirect
6966
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
@@ -78,7 +75,6 @@ require (
7875
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7976
github.com/nats-io/jwt/v2 v2.7.4 // indirect
8077
github.com/nats-io/nuid v1.0.1 // indirect
81-
github.com/openzipkin/zipkin-go v0.4.3 // indirect
8278
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8379
github.com/prometheus/client_golang v1.23.0 // indirect
8480
github.com/prometheus/client_model v0.6.2 // indirect

go.sum

Lines changed: 4 additions & 46 deletions
Large diffs are not rendered by default.

vendor/contrib.go.opencensus.io/exporter/zipkin/.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

vendor/contrib.go.opencensus.io/exporter/zipkin/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

vendor/contrib.go.opencensus.io/exporter/zipkin/Makefile

Lines changed: 0 additions & 95 deletions
This file was deleted.

vendor/contrib.go.opencensus.io/exporter/zipkin/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)