We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b4988 commit a56dfe8Copy full SHA for a56dfe8
scripts/gen_github_action_config/go.mod
@@ -4,13 +4,13 @@ go 1.19
4
5
require (
6
github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
7
- golang.org/x/oauth2 v0.9.0
+ golang.org/x/oauth2 v0.10.0
8
)
9
10
11
- github.com/golang/protobuf v1.5.2 // indirect
+ 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.11.0 // indirect
+ golang.org/x/net v0.12.0 // indirect
14
google.golang.org/appengine v1.6.7 // indirect
15
- google.golang.org/protobuf v1.28.0 // indirect
+ google.golang.org/protobuf v1.31.0 // indirect
16
scripts/gen_github_action_config/go.sum
0 commit comments