Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#241)
No related branches found
No related tags found
... | ... | @@ -29,7 +29,7 @@ require ( |
github.com/valyala/fasthttp v1.47.0 | ||
golang.org/x/crypto v0.8.0 | ||
golang.org/x/mod v0.10.0 | ||
golang.org/x/oauth2 v0.7.0 | ||
golang.org/x/oauth2 v0.8.0 | ||
golang.org/x/term v0.8.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -62,7 +62,7 @@ require ( |
github.com/tinylib/msgp v1.1.8 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
... | ... |
Please register or sign in to comment