Skip to content

Commit

Permalink
build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 in /scrip…
Browse files Browse the repository at this point in the history
…ts/gen_github_action_config (#4464)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ldez authored Mar 7, 2024
1 parent 803970f commit 6628d21
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 25 deletions.
15 changes: 7 additions & 8 deletions scripts/gen_github_action_config/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
module github.com/golangci/golangci-lint/scripts/gen_github_action_config

go 1.19
go 1.21

require (
github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
golang.org/x/oauth2 v0.17.0
github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
golang.org/x/oauth2 v0.18.0
)

require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
golang.org/x/net v0.21.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
51 changes: 34 additions & 17 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 6628d21

Please sign in to comment.