Skip to content

Commit 98da4fb

Browse files
Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#283)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.19.0 to 0.20.0. - [Commits](golang/oauth2@v0.19.0...v0.20.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7998d04 commit 98da4fb

File tree

2 files changed

+8
-1494
lines changed

2 files changed

+8
-1494
lines changed

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ go 1.14
55
require (
66
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
77
github.com/k0kubun/pp v3.0.1+incompatible
8+
github.com/kr/pretty v0.3.0 // indirect
89
github.com/mattn/go-colorable v0.0.9 // indirect
10+
github.com/mattn/go-isatty v0.0.16 // indirect
911
github.com/mitchellh/mapstructure v1.5.0
12+
github.com/rogpeppe/go-internal v1.9.0 // indirect
1013
github.com/stretchr/testify v1.9.0
1114
golang.org/x/net v0.24.0
12-
golang.org/x/oauth2 v0.19.0
15+
golang.org/x/oauth2 v0.20.0
16+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
1317
)

0 commit comments

Comments
 (0)