Skip to content

Commit 9013ecc

Browse files
Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 (ktrysmt#247)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.9.0 to 0.10.0. - [Commits](golang/oauth2@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 800e45b commit 9013ecc

File tree

2 files changed

+1514
-18
lines changed

2 files changed

+1514
-18
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ require (
66
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
77
github.com/k0kubun/pp v3.0.1+incompatible
88
github.com/mattn/go-colorable v0.0.9 // indirect
9-
github.com/mattn/go-isatty v0.0.3 // indirect
109
github.com/mitchellh/mapstructure v1.5.0
1110
github.com/stretchr/testify v1.8.4
12-
golang.org/x/net v0.11.0
13-
golang.org/x/oauth2 v0.9.0
11+
golang.org/x/net v0.12.0
12+
golang.org/x/oauth2 v0.10.0
1413
)

0 commit comments

Comments
 (0)