Skip to content

Commit 2df4b00

Browse files
committed
[chore]: Update opentelemetry to v1.20.0 (#309)
Signed-off-by: Todd Short <[email protected]> Upstream-repository: api Upstream-commit: ff0fe0e5ef296845955f251c5bf61f04d5940b4f
1 parent 53a0f4e commit 2df4b00

File tree

2 files changed

+64
-362
lines changed

2 files changed

+64
-362
lines changed

staging/api/go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/google/cel-go v0.15.3
99
github.com/sirupsen/logrus v1.9.2
1010
github.com/spf13/cobra v1.7.0
11-
github.com/stretchr/testify v1.8.3
12-
google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6
11+
github.com/stretchr/testify v1.8.4
12+
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
1313
k8s.io/api v0.27.7
1414
k8s.io/apiextensions-apiserver v0.27.7
1515
k8s.io/apimachinery v0.27.7
@@ -22,12 +22,12 @@ require (
2222
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
2323
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
25-
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
25+
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
2626
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
2828
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
2929
github.com/felixge/httpsnoop v1.0.3 // indirect
30-
github.com/go-logr/logr v1.2.4 // indirect
30+
github.com/go-logr/logr v1.3.0 // indirect
3131
github.com/go-logr/stdr v1.2.2 // indirect
3232
github.com/go-openapi/jsonpointer v0.19.6 // indirect
3333
github.com/go-openapi/jsonreference v0.20.1 // indirect
@@ -36,10 +36,10 @@ require (
3636
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3737
github.com/golang/protobuf v1.5.3 // indirect
3838
github.com/google/gnostic v0.5.7-v3refs // indirect
39-
github.com/google/go-cmp v0.5.9 // indirect
39+
github.com/google/go-cmp v0.6.0 // indirect
4040
github.com/google/gofuzz v1.1.0 // indirect
41-
github.com/google/uuid v1.3.0 // indirect
42-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
41+
github.com/google/uuid v1.3.1 // indirect
42+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
4343
github.com/imdario/mergo v0.3.12 // indirect
4444
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4545
github.com/josharian/intern v1.0.0 // indirect
@@ -58,28 +58,28 @@ require (
5858
github.com/prometheus/procfs v0.9.0 // indirect
5959
github.com/spf13/pflag v1.0.5 // indirect
6060
github.com/stoewer/go-strcase v1.2.0 // indirect
61-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 // indirect
62-
go.opentelemetry.io/otel v1.10.0 // indirect
63-
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
64-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
65-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect
66-
go.opentelemetry.io/otel/metric v0.31.0 // indirect
67-
go.opentelemetry.io/otel/sdk v1.10.0 // indirect
68-
go.opentelemetry.io/otel/trace v1.10.0 // indirect
69-
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
61+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
62+
go.opentelemetry.io/otel v1.20.0 // indirect
63+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
64+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
65+
go.opentelemetry.io/otel/metric v1.20.0 // indirect
66+
go.opentelemetry.io/otel/sdk v1.20.0 // indirect
67+
go.opentelemetry.io/otel/trace v1.20.0 // indirect
68+
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
7069
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
7170
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
7271
golang.org/x/mod v0.10.0 // indirect
7372
golang.org/x/net v0.17.0 // indirect
74-
golang.org/x/oauth2 v0.5.0 // indirect
75-
golang.org/x/sys v0.13.0 // indirect
73+
golang.org/x/oauth2 v0.11.0 // indirect
74+
golang.org/x/sys v0.14.0 // indirect
7675
golang.org/x/term v0.13.0 // indirect
7776
golang.org/x/text v0.13.0 // indirect
7877
golang.org/x/time v0.3.0 // indirect
7978
golang.org/x/tools v0.9.1 // indirect
8079
google.golang.org/appengine v1.6.7 // indirect
81-
google.golang.org/grpc v1.54.0 // indirect
82-
google.golang.org/protobuf v1.30.0 // indirect
80+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
81+
google.golang.org/grpc v1.59.0 // indirect
82+
google.golang.org/protobuf v1.31.0 // indirect
8383
gopkg.in/inf.v0 v0.9.1 // indirect
8484
gopkg.in/yaml.v2 v2.4.0 // indirect
8585
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)