Skip to content

Commit

Permalink
chore(storage): fix go vet issue (#10258)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul2393 authored May 24, 2024
1 parent b67914d commit 8c44563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
cloud.google.com/go/compute/metadata v0.3.0
cloud.google.com/go/iam v1.1.8
cloud.google.com/go/longrunning v0.5.7
github.com/golang/protobuf v1.5.4
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/googleapis/gax-go/v2 v2.12.4
Expand All @@ -29,6 +28,7 @@ require (
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/martian/v3 v3.3.3 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
Expand Down

0 comments on commit 8c44563

Please # to comment.