-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathgo.mod
More file actions
57 lines (53 loc) · 2.3 KB
/
go.mod
File metadata and controls
57 lines (53 loc) · 2.3 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module github.com/Boeing/config-file-validator/v2
go 1.26.1
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/go-git/go-billy/v5 v5.8.0
github.com/go-git/go-git/v5 v5.18.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/lestrrat-go/helium v0.0.1
github.com/magiconair/properties v1.8.10
github.com/owenrumney/go-sarif/v3 v3.3.0
github.com/pelletier/go-toml/v2 v2.3.0
github.com/rogpeppe/go-internal v1.14.1
github.com/stretchr/testify v1.11.1
github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd
github.com/toon-format/toon-go v0.0.0-20251108125615-44b4cd22477f
github.com/xeipuuv/gojsonschema v1.2.0
gopkg.in/ini.v1 v1.67.1
gopkg.in/yaml.v3 v3.0.1
howett.net/plist v1.0.1
)
require (
github.com/Boeing/go-just v0.0.0
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/cyphar/filepath-securejoin v0.4.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/lestrrat-go/helium v0.0.1
github.com/lestrrat-go/pdebug v0.0.0-20210111095411-35b07dbf089b // 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/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/zclconf/go-cty v1.13.0 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
golang.org/x/tools v0.43.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
replace github.com/Boeing/go-just => ./pkg/validator/justfile