dependabot[bot] 6628d211b3
build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 in /scripts/gen_github_action_config (#4464)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-03-07 05:52:07 +01:00

16 lines
422 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.18.0
)
require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)