@@ -6,29 +6,29 @@ require (
6
6
github.com/Masterminds/sprig/v3 v3.2.3
7
7
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
8
8
github.com/antonmedv/expr v1.12.1
9
+ github.com/ghodss/yaml v1.0.0
10
+ github.com/golang/protobuf v1.5.2
9
11
github.com/h2non/gock v1.2.0
12
+ github.com/invopop/jsonschema v0.7.0
13
+ github.com/linuxsuren/go-fake-runtime v0.0.0-20230413085645-15e77ab55dbd
10
14
github.com/linuxsuren/unstructured v0.0.1
11
15
github.com/spf13/cobra v1.6.1
12
16
github.com/stretchr/testify v1.8.2
17
+ github.com/xeipuuv/gojsonschema v1.2.0
13
18
golang.org/x/sync v0.1.0
14
19
google.golang.org/grpc v1.54.0
15
- google.golang.org/protobuf v1.30.0
16
- gopkg.in/yaml.v2 v2.4.0
17
20
)
18
21
19
22
require (
20
23
github.com/Masterminds/goutils v1.1.1 // indirect
21
24
github.com/Masterminds/semver/v3 v3.2.0 // indirect
22
25
github.com/davecgh/go-spew v1.1.1 // indirect
23
- github.com/golang/protobuf v1.5.2 // indirect
24
26
github.com/google/uuid v1.3.0 // indirect
25
27
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
26
28
github.com/huandu/xstrings v1.3.3 // indirect
27
29
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
28
30
github.com/imdario/mergo v0.3.11 // indirect
29
31
github.com/inconshreveable/mousetrap v1.0.1 // indirect
30
- github.com/invopop/jsonschema v0.7.0 // indirect
31
- github.com/linuxsuren/go-fake-runtime v0.0.0-20230413085645-15e77ab55dbd // indirect
32
32
github.com/mitchellh/copystructure v1.0.0 // indirect
33
33
github.com/mitchellh/reflectwalk v1.0.0 // indirect
34
34
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -38,11 +38,12 @@ require (
38
38
github.com/spf13/pflag v1.0.5 // indirect
39
39
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
40
40
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
41
- github.com/xeipuuv/gojsonschema v1.2.0 // indirect
42
41
golang.org/x/crypto v0.3.0 // indirect
43
42
golang.org/x/net v0.8.0 // indirect
44
43
golang.org/x/sys v0.6.0 // indirect
45
44
golang.org/x/text v0.8.0 // indirect
46
45
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
46
+ google.golang.org/protobuf v1.30.0 // indirect
47
+ gopkg.in/yaml.v2 v2.3.0 // indirect
47
48
gopkg.in/yaml.v3 v3.0.1 // indirect
48
49
)
0 commit comments