@@ -8,7 +8,6 @@ require (
88 cloud.google.com/go/logging v1.13.0
99 cloud.google.com/go/monitoring v1.24.3
1010 cloud.google.com/go/trace v1.11.7
11- contrib.go.opencensus.io/exporter/ocagent v0.7.0
1211 github.com/GoogleContainerTools/kpt-functions-catalog/functions/go/set-namespace v0.4.1-0.20220713210718-d955e7d3a800
1312 github.com/GoogleContainerTools/kpt-functions-sdk/go/fn v0.0.0-20220706221933-7181f451a663
1413 github.com/Masterminds/semver v1.5.0
@@ -33,7 +32,11 @@ require (
3332 github.com/spf13/cobra v1.10.1
3433 github.com/spyzhov/ajson v0.9.6
3534 github.com/stretchr/testify v1.11.1
36- go.opencensus.io v0.24.0
35+ go.opentelemetry.io/otel v1.38.0
36+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0
37+ go.opentelemetry.io/otel/metric v1.38.0
38+ go.opentelemetry.io/otel/sdk v1.38.0
39+ go.opentelemetry.io/otel/sdk/metric v1.38.0
3740 go.uber.org/multierr v1.11.0
3841 go.uber.org/zap v1.27.0
3942 golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
@@ -76,7 +79,7 @@ require (
7679 github.com/beorn7/perks v1.0.1 // indirect
7780 github.com/blang/semver/v4 v4.0.0 // indirect
7881 github.com/bmatcuk/doublestar/v4 v4.0.2 // indirect
79- github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
82+ github.com/cenkalti/backoff/v5 v5.0.3 // indirect
8083 github.com/cespare/xxhash/v2 v2.3.0 // indirect
8184 github.com/chai2010/gettext-go v1.0.2 // indirect
8285 github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
@@ -108,7 +111,7 @@ require (
108111 github.com/googleapis/gax-go/v2 v2.15.0 // indirect
109112 github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
110113 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
111- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
114+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
112115 github.com/inconshreveable/mousetrap v1.1.0 // indirect
113116 github.com/jonboulle/clockwork v0.5.0 // indirect
114117 github.com/josharian/intern v1.0.0 // indirect
@@ -145,12 +148,12 @@ require (
145148 github.com/vbatts/tar-split v0.12.1 // indirect
146149 github.com/x448/float16 v0.8.4 // indirect
147150 github.com/xlab/treeprint v1.2.0 // indirect
151+ go.opencensus.io v0.24.0 // indirect
148152 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
149153 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
150154 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
151- go.opentelemetry.io/otel v1.37.0 // indirect
152- go.opentelemetry.io/otel/metric v1.37.0 // indirect
153- go.opentelemetry.io/otel/trace v1.37.0 // indirect
155+ go.opentelemetry.io/otel/trace v1.38.0 // indirect
156+ go.opentelemetry.io/proto/otlp v1.7.1 // indirect
154157 go.uber.org/atomic v1.11.0 // indirect
155158 go.yaml.in/yaml/v2 v2.4.3 // indirect
156159 go.yaml.in/yaml/v3 v3.0.4 // indirect
@@ -166,7 +169,7 @@ require (
166169 golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
167170 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
168171 google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
169- google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
172+ google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
170173 google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
171174 google.golang.org/grpc v1.75.1 // indirect
172175 google.golang.org/protobuf v1.36.10 // indirect
0 commit comments