Skip to content

Commit 6792509

Browse files
build(deps): bump golang.org/x/net from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0 in /scripts/gen_github_action_config (#3647)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 5659cb7 commit 6792509

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
22

3-
go 1.18
3+
go 1.19
44

55
require (
6-
github.com/shurcooL/githubv4 v0.0.0-20220922232305-70b4d362a8cb
7-
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
6+
github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
7+
golang.org/x/oauth2 v0.5.0
88
)
99

1010
require (
1111
github.com/golang/protobuf v1.5.2 // indirect
1212
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
13-
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
13+
golang.org/x/net v0.7.0 // indirect
1414
google.golang.org/appengine v1.6.7 // indirect
1515
google.golang.org/protobuf v1.28.0 // indirect
1616
)

scripts/gen_github_action_config/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)