This repository was archived by the owner on Aug 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ require (
9
9
github.com/graphql-go/handler v0.2.3
10
10
github.com/mitchellh/mapstructure v1.5.0
11
11
github.com/spf13/cobra v1.8.1
12
- go.opentelemetry.io/otel v1.28 .0
13
- go.opentelemetry.io/otel/trace v1.28 .0
12
+ go.opentelemetry.io/otel v1.32 .0
13
+ go.opentelemetry.io/otel/trace v1.32 .0
14
14
golang.org/x/text v0.16.0
15
15
k8s.io/api v0.30.3
16
16
k8s.io/apiextensions-apiserver v0.30.3
@@ -56,7 +56,7 @@ require (
56
56
github.com/prometheus/procfs v0.15.0 // indirect
57
57
github.com/rogpeppe/go-internal v1.12.0 // indirect
58
58
github.com/spf13/pflag v1.0.5 // indirect
59
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
59
+ go.opentelemetry.io/otel/metric v1.32 .0 // indirect
60
60
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
61
61
golang.org/x/net v0.27.0 // indirect
62
62
golang.org/x/oauth2 v0.22.0 // indirect
Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
110
110
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
111
111
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
112
112
github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
113
- go.opentelemetry.io/otel v1.28 .0 h1:/SqNcYk+idO0CxKEUOtKQClMK/MimZihKYMruSMViUo =
114
- go.opentelemetry.io/otel v1.28 .0 /go.mod h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4 =
115
- go.opentelemetry.io/otel/metric v1.28 .0 h1:f0HGvSl1KRAU1DLgLGFjrwVyismPlnuU6JD6bOeuA5Q =
116
- go.opentelemetry.io/otel/metric v1.28 .0 /go.mod h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s =
117
- go.opentelemetry.io/otel/trace v1.28 .0 h1:GhQ9cUuQGmNDd5BTCP2dAvv75RdMxEfTmYejp+lkx9g =
118
- go.opentelemetry.io/otel/trace v1.28 .0 /go.mod h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI =
113
+ go.opentelemetry.io/otel v1.32 .0 h1:WnBN+Xjcteh0zdk01SVqV55d/m62NJLJdIyb4y/WO5U =
114
+ go.opentelemetry.io/otel v1.32 .0 /go.mod h1:00DCVSB0RQcnzlwyTfqtxSm+DRr9hpYrHjNGiBHVQIg =
115
+ go.opentelemetry.io/otel/metric v1.32 .0 h1:xV2umtmNcThh2/a/aCP+h64Xx5wsj8qqnkYZktzNa0M =
116
+ go.opentelemetry.io/otel/metric v1.32 .0 /go.mod h1:jH7CIbbK6SH2V2wE16W05BHCtIDzauciCRLoc/SyMv8 =
117
+ go.opentelemetry.io/otel/trace v1.32 .0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQDe03fM =
118
+ go.opentelemetry.io/otel/trace v1.32 .0 /go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8 =
119
119
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
120
120
go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
121
121
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
You can’t perform that action at this time.
0 commit comments