Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit e7bd486

Browse files
Bump golang.org/x/oauth2 from 0.17.0 to 0.21.0 (#47)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.17.0 to 0.21.0. - [Commits](golang/oauth2@v0.17.0...v0.21.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 60d1282 commit e7bd486

2 files changed

Lines changed: 6 additions & 1386 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ go 1.15
44

55
require (
66
github.com/getsentry/sentry-go v0.28.0
7+
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
78
github.com/google/go-github/v53 v53.2.0
89
github.com/julienschmidt/httprouter v1.3.0
910
github.com/narqo/go-badge v0.0.0-20190124110329-d9415e4e1e9f
11+
github.com/rogpeppe/go-internal v1.9.0 // indirect
1012
github.com/rs/cors v1.11.0
1113
golang.org/x/image v0.10.0 // indirect
12-
golang.org/x/oauth2 v0.17.0
14+
golang.org/x/oauth2 v0.21.0
1315
)

0 commit comments

Comments
 (0)