Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / vendor / golang.org / x / oauth2 / go.mod
1 module golang.org/x/oauth2
2
3 go 1.11
4
5 require (
6         cloud.google.com/go v0.34.0
7         golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
8         golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
9         google.golang.org/appengine v1.4.0
10 )