Skip to content

Commit 1a701f8

Browse files
chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.29.0 to 0.46.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.29.0...zpages/v0.46.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b773b9b commit 1a701f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1579
-3560
lines changed

go.mod

+10-9
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/gliderlabs/ssh v0.3.5
2323
github.com/go-resty/resty/v2 v2.7.0
2424
github.com/google/go-containerregistry v0.20.1
25-
github.com/google/uuid v1.3.0
25+
github.com/google/uuid v1.3.1
2626
github.com/gorilla/websocket v1.5.0
2727
github.com/invopop/jsonschema v0.4.0
2828
github.com/jessevdk/go-flags v1.4.0
@@ -54,7 +54,7 @@ require (
5454
golang.org/x/crypto v0.21.0
5555
golang.org/x/net v0.23.0
5656
golang.org/x/text v0.14.0
57-
google.golang.org/grpc v1.58.3
57+
google.golang.org/grpc v1.59.0
5858
google.golang.org/protobuf v1.33.0
5959
gopkg.in/natefinch/lumberjack.v2 v2.0.0
6060
gopkg.in/src-d/go-git.v4 v4.13.1
@@ -71,7 +71,7 @@ require (
7171
)
7272

7373
require (
74-
cloud.google.com/go/compute v1.23.0 // indirect
74+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
7575
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
7676
github.com/MakeNowJust/heredoc v1.0.0 // indirect
7777
github.com/Microsoft/go-winio v0.6.1 // indirect
@@ -174,24 +174,25 @@ require (
174174
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
175175
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
176176
github.com/xlab/treeprint v1.2.0 // indirect
177-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 // indirect
177+
go.opencensus.io v0.24.0 // indirect
178+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
178179
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
179-
go.opentelemetry.io/otel v1.19.0 // indirect
180+
go.opentelemetry.io/otel v1.20.0 // indirect
180181
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
181-
go.opentelemetry.io/otel/metric v1.19.0 // indirect
182+
go.opentelemetry.io/otel/metric v1.20.0 // indirect
182183
go.opentelemetry.io/otel/sdk v1.19.0 // indirect
183-
go.opentelemetry.io/otel/trace v1.19.0 // indirect
184+
go.opentelemetry.io/otel/trace v1.20.0 // indirect
184185
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
185186
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
186187
golang.org/x/mod v0.12.0 // indirect
187-
golang.org/x/oauth2 v0.10.0 // indirect
188+
golang.org/x/oauth2 v0.11.0 // indirect
188189
golang.org/x/sync v0.3.0 // indirect
189190
golang.org/x/sys v0.18.0 // indirect
190191
golang.org/x/term v0.18.0 // indirect
191192
golang.org/x/time v0.3.0 // indirect
192193
golang.org/x/tools v0.12.0 // indirect
193194
google.golang.org/appengine v1.6.7 // indirect
194-
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
195+
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
195196
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
196197
gopkg.in/inf.v0 v0.9.1 // indirect
197198
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect

go.sum

+25-47
Large diffs are not rendered by default.

vendor/github.com/google/uuid/.travis.yml

-9
This file was deleted.

vendor/github.com/google/uuid/CHANGELOG.md

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/CONTRIBUTING.md

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/README.md

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/node_js.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/uuid.go

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)