-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 1.55 KB
/
go.mod
File metadata and controls
41 lines (38 loc) · 1.55 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/Boeing/config-file-validator
go 1.25.0
require (
github.com/bmatcuk/doublestar/v4 v4.10.0
github.com/editorconfig/editorconfig-core-go/v2 v2.6.4
github.com/fatih/color v1.19.0
github.com/gurkankaymak/hocon v1.2.23
github.com/hashicorp/go-envparse v0.1.0
github.com/hashicorp/hcl/v2 v2.23.0
github.com/magiconair/properties v1.8.10
github.com/owenrumney/go-sarif/v3 v3.3.0
github.com/pelletier/go-toml/v2 v2.2.4
github.com/stretchr/testify v1.11.1
github.com/toon-format/toon-go v0.0.0-20251108125615-44b4cd22477f
gopkg.in/ini.v1 v1.67.1
gopkg.in/yaml.v3 v3.0.1
howett.net/plist v1.0.1
)
require (
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/zclconf/go-cty v1.13.0 // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.39.0 // indirect
)