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

Commit 67ec7bc

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 cf92c28 commit 67ec7bc

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
@@ -29,8 +29,8 @@ require (
2929
github.com/spf13/cobra v1.4.0
3030
github.com/syndtr/goleveldb v1.0.0
3131
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
32-
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
33-
google.golang.org/appengine v1.6.7 // indirect
32+
golang.org/x/oauth2 v0.5.0
33+
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
3434
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
3535
gopkg.in/h2non/gock.v1 v1.1.2
3636
gopkg.in/src-d/go-git.v4 v4.13.1

0 commit comments

Comments
 (0)