We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5659cb7 commit 6792509Copy full SHA for 6792509
scripts/gen_github_action_config/go.mod
@@ -1,16 +1,16 @@
1
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
2
3
-go 1.18
+go 1.19
4
5
require (
6
- github.com/shurcooL/githubv4 v0.0.0-20220922232305-70b4d362a8cb
7
- golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
+ github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
+ golang.org/x/oauth2 v0.5.0
8
)
9
10
11
github.com/golang/protobuf v1.5.2 // indirect
12
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
13
- golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
+ golang.org/x/net v0.7.0 // indirect
14
google.golang.org/appengine v1.6.7 // indirect
15
google.golang.org/protobuf v1.28.0 // indirect
16
scripts/gen_github_action_config/go.sum
0 commit comments