@@ -16,6 +16,9 @@ require (
16
16
github.com/google/go-containerregistry v0.20.6
17
17
github.com/google/renameio/v2 v2.0.0
18
18
github.com/gorilla/handlers v1.5.2
19
+ github.com/graphql-go/graphql v0.8.1
20
+ github.com/graphql-go/handler v0.2.4
21
+ github.com/itchyny/gojq v0.12.17
19
22
github.com/klauspost/compress v1.18.0
20
23
github.com/opencontainers/go-digest v1.0.0
21
24
github.com/opencontainers/image-spec v1.1.1
@@ -28,6 +31,7 @@ require (
28
31
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
29
32
golang.org/x/mod v0.26.0
30
33
golang.org/x/sync v0.16.0
34
+ golang.org/x/text v0.27.0
31
35
golang.org/x/tools v0.35.0
32
36
gopkg.in/yaml.v2 v2.4.0
33
37
helm.sh/helm/v3 v3.18.4
@@ -133,6 +137,7 @@ require (
133
137
github.com/hashicorp/go-multierror v1.1.1 // indirect
134
138
github.com/huandu/xstrings v1.5.0 // indirect
135
139
github.com/inconshreveable/mousetrap v1.1.0 // indirect
140
+ github.com/itchyny/timefmt-go v0.1.6 // indirect
136
141
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
137
142
github.com/jmoiron/sqlx v1.4.0 // indirect
138
143
github.com/joelanford/ignore v0.1.1 // indirect
@@ -221,7 +226,6 @@ require (
221
226
golang.org/x/oauth2 v0.30.0 // indirect
222
227
golang.org/x/sys v0.34.0 // indirect
223
228
golang.org/x/term v0.33.0 // indirect
224
- golang.org/x/text v0.27.0 // indirect
225
229
golang.org/x/time v0.12.0 // indirect
226
230
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
227
231
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
0 commit comments