-
Notifications
You must be signed in to change notification settings - Fork 72
/
go.mod
47 lines (44 loc) · 1.78 KB
/
go.mod
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
module github.com/elastic/package-spec/v3
go 1.22.0
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/PaesslerAG/jsonpath v0.1.1
github.com/boumenot/gocover-cobertura v1.3.0
github.com/creasty/defaults v1.8.0
github.com/elastic/go-licenser v0.4.2
github.com/elastic/gojsonschema v1.2.1
github.com/elastic/kbncontent v0.1.4
github.com/evanphx/json-patch/v5 v5.9.0
github.com/go-viper/mapstructure/v2 v2.2.1
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
github.com/otiai10/copy v1.14.0
github.com/stretchr/testify v1.9.0
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
gopkg.in/yaml.v3 v3.0.1
gotest.tools/gotestsum v1.12.0
)
require (
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.16.0 // indirect
github.com/fsnotify/fsnotify v1.7.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/pkg/errors v0.8.1 // 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-20180127040702-4e3ac2762d5f // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.19.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)