Skip to content

Commit 3e9a284

Browse files
Bump golang.org/x/oauth2 (#127)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20211104180415-d3ed0bb246c8 to 0.27.0. - [Commits](https://github.com/golang/oauth2/commits/v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1731fc0 commit 3e9a284

2 files changed

Lines changed: 5 additions & 276 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ require (
3535
github.com/pkg/errors v0.9.1 // indirect
3636
github.com/pmezard/go-difflib v1.0.0 // indirect
3737
golang.org/x/net v0.38.0 // indirect
38-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
38+
golang.org/x/oauth2 v0.27.0 // indirect
3939
golang.org/x/sys v0.31.0 // indirect
4040
golang.org/x/term v0.30.0 // indirect
4141
golang.org/x/text v0.23.0 // indirect
4242
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
43-
google.golang.org/appengine v1.6.7 // indirect
4443
google.golang.org/protobuf v1.33.0 // indirect
4544
gopkg.in/inf.v0 v0.9.1 // indirect
4645
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)