Skip to content

Commit 6628d21

Browse files
build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 in /scripts/gen_github_action_config (#4464)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 803970f commit 6628d21

File tree

2 files changed

+41
-25
lines changed

2 files changed

+41
-25
lines changed
+7-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
22

3-
go 1.19
3+
go 1.21
44

55
require (
6-
github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
7-
golang.org/x/oauth2 v0.17.0
6+
github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
7+
golang.org/x/oauth2 v0.18.0
88
)
99

1010
require (
11-
github.com/golang/protobuf v1.5.3 // indirect
12-
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
13-
golang.org/x/net v0.21.0 // indirect
14-
google.golang.org/appengine v1.6.7 // indirect
15-
google.golang.org/protobuf v1.31.0 // indirect
11+
github.com/golang/protobuf v1.5.4 // indirect
12+
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
13+
google.golang.org/appengine v1.6.8 // indirect
14+
google.golang.org/protobuf v1.33.0 // indirect
1615
)

scripts/gen_github_action_config/go.sum

+34-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)