forked from elastic/package-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
46 lines (43 loc) · 1.73 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
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.2.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/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
github.com/mitchellh/mapstructure v1.5.0
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/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
)