Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit bffd6f4

Browse files
Bump golang.org/x/oauth2 from 0.0.0-20210402161424-2e8d93401602 to 0.5.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20210402161424-2e8d93401602 to 0.5.0. - [Release notes](https://github.com/golang/oauth2/releases) - [Commits](https://github.com/golang/oauth2/commits/v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81eef86 commit bffd6f4

File tree

2 files changed

+29
-265
lines changed

2 files changed

+29
-265
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ require (
3232
github.com/spf13/cobra v1.4.0
3333
github.com/syndtr/goleveldb v0.0.0-20180815032940-ae2bd5eed72d
3434
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
35-
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
36-
google.golang.org/appengine v1.6.7 // indirect
35+
golang.org/x/oauth2 v0.5.0
36+
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
3737
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
3838
gopkg.in/h2non/gock.v1 v1.1.2
3939
gopkg.in/src-d/go-git.v4 v4.13.1

0 commit comments

Comments
 (0)