Skip to content

Commit a56dfe8

Browse files
build(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 in /scripts/gen_github_action_config (#3946)
1 parent 68b4988 commit a56dfe8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

scripts/gen_github_action_config/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.19
44

55
require (
66
github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
7-
golang.org/x/oauth2 v0.9.0
7+
golang.org/x/oauth2 v0.10.0
88
)
99

1010
require (
11-
github.com/golang/protobuf v1.5.2 // indirect
11+
github.com/golang/protobuf v1.5.3 // indirect
1212
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
13-
golang.org/x/net v0.11.0 // indirect
13+
golang.org/x/net v0.12.0 // indirect
1414
google.golang.org/appengine v1.6.7 // indirect
15-
google.golang.org/protobuf v1.28.0 // indirect
15+
google.golang.org/protobuf v1.31.0 // indirect
1616
)

scripts/gen_github_action_config/go.sum

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

0 commit comments

Comments
 (0)