Skip to content

Commit bfb45f6

Browse files
chore(deps): bump golang.org/x/oauth2 in /actions (#874)
--- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75e5c3e commit bfb45f6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

actions/go.mod

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
module night/actions
22

3-
go 1.15
3+
go 1.23.0
44

55
require (
66
github.com/dyweb/gommon v0.0.13
77
github.com/google/go-github/v29 v29.0.3
8-
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
8+
golang.org/x/oauth2 v0.27.0
9+
)
10+
11+
require (
12+
github.com/google/go-querystring v1.0.0 // indirect
13+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
914
)

0 commit comments

Comments
 (0)