generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 637 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/aspect-build/rules_lint
go 1.23.9
require (
github.com/onsi/gomega v1.37.0
github.com/reviewdog/errorformat v0.0.0-20240608101709-1d3280ed6bd4
github.com/reviewdog/reviewdog v0.17.4
)
require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/haya14busa/go-checkstyle v0.0.0-20170303121022-5e9d09f51fa1 // indirect
github.com/haya14busa/go-sarif v0.0.0-20240630170108-a3ba8d79599f // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)