1
0
mirror of https://github.com/rancher/steve.git synced 2025-07-18 17:01:32 +00:00
steve/vendor/golang.org/x/oauth2/go.mod
Darren Shepherd cc1e4e52a0 Update vendor
2020-02-21 22:19:07 -07:00

11 lines
233 B
Modula-2

module golang.org/x/oauth2
go 1.11
require (
cloud.google.com/go v0.34.0
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
google.golang.org/appengine v1.4.0
)