-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (51 loc) · 2.14 KB
/
go.mod
File metadata and controls
54 lines (51 loc) · 2.14 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
module github.com/elastic/package-spec/v3
go 1.25.0
require (
github.com/Masterminds/semver/v3 v3.5.0
github.com/PaesslerAG/jsonpath v0.1.1
github.com/aymerick/raymond v2.0.2+incompatible
github.com/boumenot/gocover-cobertura v1.4.0
github.com/creasty/defaults v1.8.0
github.com/elastic/go-licenser v0.4.2
github.com/elastic/gojsonschema v1.2.2
github.com/elastic/kbncontent v0.1.4
github.com/evanphx/json-patch/v5 v5.9.11
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
github.com/otiai10/copy v1.14.1
github.com/stretchr/testify v1.11.1
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
github.com/yuin/goldmark v1.8.2
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/tools v0.44.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/gotestsum v1.13.0
honnef.co/go/tools v0.7.0
)
require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/PaesslerAG/gval v1.0.0 // indirect
github.com/bitfield/gotestdox v0.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dnephin/pflag v1.0.7 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa // indirect
golang.org/x/term v0.35.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)