
It will be used by GitHub action `golangci-lint-action`. Relates: golangci/golangci-lint-action#11
11 lines
358 B
Modula-2
11 lines
358 B
Modula-2
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/shurcooL/githubv4 v0.0.0-20200414012201-bbc966b061dd
|
|
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
|
|
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
)
|