Skip to content

Commit f35ffa2

Browse files
jbuscheopenshift-ci[bot]
authored andcommitted
Update to opentelemetry
Signed-off-by: James Busche <[email protected]>
1 parent 6f7865b commit f35ffa2

File tree

2 files changed

+69
-70
lines changed

2 files changed

+69
-70
lines changed

Diff for: go.mod

+20-19
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ require (
2828
github.com/aymerick/douceur v0.2.0 // indirect
2929
github.com/beorn7/perks v1.0.1 // indirect
3030
github.com/blang/semver/v4 v4.0.0 // indirect
31-
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
32-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
31+
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
32+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3333
github.com/coreos/go-semver v0.3.0 // indirect
3434
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
3535
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -47,7 +47,7 @@ require (
4747
github.com/go-openapi/swag v0.22.3 // indirect
4848
github.com/gogo/protobuf v1.3.2 // indirect
4949
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
50-
github.com/golang/glog v1.0.0 // indirect
50+
github.com/golang/glog v1.1.0 // indirect
5151
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5252
github.com/golang/protobuf v1.5.3 // indirect
5353
github.com/google/cel-go v0.12.6 // indirect
@@ -57,7 +57,7 @@ require (
5757
github.com/google/uuid v1.3.0 // indirect
5858
github.com/gorilla/css v1.0.0 // indirect
5959
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
60-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
60+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
6161
github.com/hashicorp/errwrap v1.0.0 // indirect
6262
github.com/hashicorp/go-multierror v1.1.1 // indirect
6363
github.com/imdario/mergo v0.3.12 // indirect
@@ -81,30 +81,31 @@ require (
8181
go.etcd.io/etcd/api/v3 v3.5.5 // indirect
8282
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
8383
go.etcd.io/etcd/client/v3 v3.5.5 // indirect
84-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 // indirect
85-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
86-
go.opentelemetry.io/otel v1.10.0 // indirect
87-
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
88-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
89-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect
90-
go.opentelemetry.io/otel/metric v0.31.0 // indirect
91-
go.opentelemetry.io/otel/sdk v1.10.0 // indirect
92-
go.opentelemetry.io/otel/trace v1.10.0 // indirect
93-
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
84+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 // indirect
85+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
86+
go.opentelemetry.io/otel v1.19.0 // indirect
87+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
88+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
89+
go.opentelemetry.io/otel/metric v1.19.0 // indirect
90+
go.opentelemetry.io/otel/sdk v1.19.0 // indirect
91+
go.opentelemetry.io/otel/trace v1.19.0 // indirect
92+
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
9493
go.uber.org/multierr v1.10.0 // indirect
9594
golang.org/x/crypto v0.14.0 // indirect
9695
golang.org/x/net v0.17.0 // indirect
97-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
98-
golang.org/x/sync v0.2.0 // indirect
96+
golang.org/x/oauth2 v0.10.0 // indirect
97+
golang.org/x/sync v0.3.0 // indirect
9998
golang.org/x/sys v0.13.0 // indirect
10099
golang.org/x/term v0.13.0 // indirect
101100
golang.org/x/text v0.13.0 // indirect
102101
golang.org/x/time v0.3.0 // indirect
103102
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
104103
google.golang.org/appengine v1.6.7 // indirect
105-
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
106-
google.golang.org/grpc v1.49.0 // indirect
107-
google.golang.org/protobuf v1.28.1 // indirect
104+
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
105+
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
106+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
107+
google.golang.org/grpc v1.58.2 // indirect
108+
google.golang.org/protobuf v1.31.0 // indirect
108109
gopkg.in/inf.v0 v0.9.1 // indirect
109110
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
110111
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)