Skip to content

Commit

Permalink
build(deps): bump golang.org/x/net from 0.0.0-20220624214902-1bab6f36…
Browse files Browse the repository at this point in the history
…6d9e to 0.7.0 in /scripts/gen_github_action_config (#3647)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ldez committed Mar 2, 2023
1 parent 5659cb7 commit 6792509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions scripts/gen_github_action_config/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module github.com/golangci/golangci-lint/scripts/gen_github_action_config

go 1.18
go 1.19

require (
github.com/shurcooL/githubv4 v0.0.0-20220922232305-70b4d362a8cb
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
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/net v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
12 changes: 6 additions & 6 deletions scripts/gen_github_action_config/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6792509

Please sign in to comment.