forked from remote/oauth2
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec5679f607 | ||
|
|
989acb1bfe |
11
go.mod
11
go.mod
@@ -3,13 +3,14 @@ module golang.org/x/oauth2
|
|||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cloud.google.com/go/compute/metadata v0.2.0
|
cloud.google.com/go/compute/metadata v0.2.3
|
||||||
github.com/google/go-cmp v0.5.8
|
github.com/google/go-cmp v0.5.9
|
||||||
google.golang.org/appengine v1.6.7
|
google.golang.org/appengine v1.6.7
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/golang/protobuf v1.5.2 // indirect
|
cloud.google.com/go/compute v1.20.1 // indirect
|
||||||
golang.org/x/net v0.11.0 // indirect
|
github.com/golang/protobuf v1.5.3 // indirect
|
||||||
google.golang.org/protobuf v1.28.0 // indirect
|
golang.org/x/net v0.12.0 // indirect
|
||||||
|
google.golang.org/protobuf v1.31.0 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user