Skip to content

Commit

Permalink
Bump google.golang.org/grpc in /internal/test/e2e/grpc (open-telemetr…
Browse files Browse the repository at this point in the history
…y#1086)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.0 to 1.66.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.66.0...v1.66.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and MrAlias committed Sep 18, 2024
1 parent e5e577a commit 945ce63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/test/e2e/grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.opentelemetry.io/auto/internal/test/e2e/grpc
go 1.22.0

require (
google.golang.org/grpc v1.66.0
google.golang.org/grpc v1.66.2
google.golang.org/grpc/examples v0.0.0-20240408221104-d32e66ce2744
)

Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/grpc/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 h1:1GBuWVLM/KMVUv1t1En5Gs+gFZCNd360GGb4sSxtrhU=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117/go.mod h1:EfXuqaE1J41VCDicxHzUDm+8rk+7ZdXzHV0IhO/I6s0=
google.golang.org/grpc v1.66.0 h1:DibZuoBznOxbDQxRINckZcUvnCEvrW9pcWIE2yF9r1c=
google.golang.org/grpc v1.66.0/go.mod h1:s3/l6xSSCURdVfAnL+TqCNMyTDAGN6+lZeVxnZR128Y=
google.golang.org/grpc v1.66.2 h1:3QdXkuq3Bkh7w+ywLdLvM56cmGvQHUMZpiCzt6Rqaoo=
google.golang.org/grpc v1.66.2/go.mod h1:s3/l6xSSCURdVfAnL+TqCNMyTDAGN6+lZeVxnZR128Y=
google.golang.org/grpc/examples v0.0.0-20240408221104-d32e66ce2744 h1:fiLK3THBtiDOtNiQIB8HScekE3O2UrHx7kd02JSlcTI=
google.golang.org/grpc/examples v0.0.0-20240408221104-d32e66ce2744/go.mod h1:DdpmAQqF/VDJ7Ap4JK6knP9e/lvdbCsdzGlQGC01yzk=
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
Expand Down

0 comments on commit 945ce63

Please sign in to comment.