Skip to content

Commit d614a77

Browse files
Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.26.0 to 0.27.0. - [Commits](golang/oauth2@v0.26.0...v0.27.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]>
1 parent bc47c38 commit d614a77

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/github/codeql-action-sync
22

33
go 1.21
4-
54
toolchain go1.23.4
65

76
require (
@@ -14,7 +13,7 @@ require (
1413
github.com/sirupsen/logrus v1.9.3
1514
github.com/spf13/cobra v1.8.1
1615
github.com/stretchr/testify v1.10.0
17-
golang.org/x/oauth2 v0.26.0
16+
golang.org/x/oauth2 v0.27.0
1817
)
1918

2019
require (

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)