Ludovic Fernandez 2fa3b6f8e4
chore: update go.mod for gen_github_action_config script (#3300)
fix: apply the workaround suggested by the GitHub team.
2022-10-20 12:42:10 +00:00

17 lines
514 B
Modula-2

module github.com/golangci/golangci-lint/scripts/gen_github_action_config
go 1.18
require (
github.com/shurcooL/githubv4 v0.0.0-20220922232305-70b4d362a8cb
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)