Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions scripts/gen_github_action_config/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
module github.com/golangci/golangci-lint/scripts/gen_github_action_config

go 1.16
go 1.23.0

require (
github.com/shurcooL/githubv4 v0.0.0-20200627185320-e003124d66e4
golang.org/x/oauth2 v0.30.0
)

require (
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect
)
13 changes: 2 additions & 11 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.

Loading