fix(deps): update golang.org/x/oauth2 commit hash to 81ed05c

This commit is contained in:
Renovate Bot 2021-04-27 19:09:22 +00:00
parent 1996c991ee
commit 2c62e07ce3
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -13,7 +13,7 @@ require (
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
golang.org/x/oauth2 81ed05c6b58c
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
google.golang.org/appengine v1.6.7 // indirect
)