-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 711 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module gitlab.com/greut/eclint
go 1.20
require (
github.com/editorconfig/editorconfig-core-go/v2 v2.6.0
github.com/go-logr/logr v1.2.4
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f
github.com/google/go-cmp v0.6.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-colorable v0.1.13
golang.org/x/term v0.13.0
golang.org/x/text v0.13.0
k8s.io/klog/v2 v2.100.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)