Skip to content

Commit 80bc94d

Browse files
jlebondustymabe
authored andcommitted
tree: rerun go mod tidy && go mod vendor
To pick up the stream-metadata-go bump in the previous commit. But also this cleans up a bunch of other unrelated stuff.
1 parent 4160dce commit 80bc94d

File tree

4 files changed

+24
-66
lines changed

4 files changed

+24
-66
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ require (
5656
)
5757

5858
require (
59-
cloud.google.com/go v0.115.1 // indirect
6059
cloud.google.com/go/auth v0.9.3 // indirect
6160
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
6261
cloud.google.com/go/compute/metadata v0.5.0 // indirect
@@ -75,7 +74,6 @@ require (
7574
github.com/godbus/dbus/v5 v5.0.4 // indirect
7675
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
7776
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
78-
github.com/golang/protobuf v1.5.4 // indirect
7977
github.com/google/go-querystring v1.0.0 // indirect
8078
github.com/google/s2a-go v0.1.8 // indirect
8179
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
@@ -101,7 +99,7 @@ require (
10199
go.opentelemetry.io/otel/trace v1.29.0 // indirect
102100
golang.org/x/text v0.17.0 // indirect
103101
golang.org/x/time v0.6.0 // indirect
104-
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
102+
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
105103
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
106104
google.golang.org/grpc v1.66.0 // indirect
107105
google.golang.org/protobuf v1.34.2 // indirect

0 commit comments

Comments
 (0)