17 lines
459 B
Modula-2
17 lines
459 B
Modula-2
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
|
|
golang.org/x/oauth2 v0.8.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.10.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|