Skip to content

Commit

Permalink
upgrade cloud.google.com/go/compute/metadata from v0.2.0 to v0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
  • Loading branch information
pacoxu committed Jan 10, 2023
1 parent 34ffb07 commit 348bbb9
Show file tree
Hide file tree
Showing 2 changed files with 1,015 additions and 7 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ module golang.org/x/oauth2
go 1.17

require (
cloud.google.com/go/compute/metadata v0.2.0
github.com/google/go-cmp v0.5.8
cloud.google.com/go/compute/metadata v0.2.3
github.com/google/go-cmp v0.5.9
golang.org/x/net v0.5.0
google.golang.org/appengine v1.6.7
)

require (
cloud.google.com/go/compute v1.14.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

0 comments on commit 348bbb9

Please sign in to comment.