mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-23 12:39:04 -04:00
10 lines
274 B
Modula-2
10 lines
274 B
Modula-2
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
|
|
golang.org/x/oauth2 v0.19.0
|
|
)
|
|
|
|
require github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
|