@@ -36,26 +36,26 @@ require (
36
36
github.com/mitchellh/mapstructure v1.5.0
37
37
github.com/olekukonko/tablewriter v0.0.5
38
38
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
39
- github.com/pluralsh/console/go/client v1.27.1
40
- github.com/pluralsh/console/go/controller v0.0.0-20250131003334-70da5fba4a49
39
+ github.com/pluralsh/console/go/client v1.28.3
40
+ github.com/pluralsh/console/go/controller v0.0.0-20250313150035-2f6e23590d57
41
41
github.com/pluralsh/gqlclient v1.12.2
42
42
github.com/pluralsh/plural-operator v0.5.5
43
43
github.com/pluralsh/polly v0.2.0
44
44
github.com/posthog/posthog-go v1.2.24
45
- github.com/samber/lo v1.47.0
45
+ github.com/samber/lo v1.49.1
46
46
github.com/urfave/cli v1.22.16
47
47
github.com/yuin/gopher-lua v1.1.1
48
48
gitlab.com/gitlab-org/api/client-go v0.118.0
49
- golang.org/x/crypto v0.32 .0
50
- golang.org/x/oauth2 v0.25 .0
49
+ golang.org/x/crypto v0.33 .0
50
+ golang.org/x/oauth2 v0.26 .0
51
51
gopkg.in/yaml.v2 v2.4.0
52
52
gopkg.in/yaml.v3 v3.0.1
53
53
gotest.tools/v3 v3.5.1
54
54
helm.sh/helm/v3 v3.16.4
55
- k8s.io/api v0.32.0
56
- k8s.io/apimachinery v0.32.0
57
- k8s.io/client-go v0.32.0
58
- sigs.k8s.io/controller-runtime v0.19.3
55
+ k8s.io/api v0.32.1
56
+ k8s.io/apimachinery v0.32.1
57
+ k8s.io/client-go v0.32.1
58
+ sigs.k8s.io/controller-runtime v0.19.4
59
59
sigs.k8s.io/yaml v1.4.0
60
60
)
61
61
@@ -66,7 +66,7 @@ require (
66
66
cloud.google.com/go/compute/metadata v0.6.0 // indirect
67
67
cloud.google.com/go/longrunning v0.6.4 // indirect
68
68
cloud.google.com/go/monitoring v1.22.1 // indirect
69
- github.com/99designs/gqlgen v0.17.62 // indirect
69
+ github.com/99designs/gqlgen v0.17.64 // indirect
70
70
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
71
71
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
72
72
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.1.0 // indirect
@@ -106,7 +106,7 @@ require (
106
106
github.com/envoyproxy/go-control-plane/envoy v1.32.3 // indirect
107
107
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 // indirect
108
108
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
109
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
109
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
110
110
github.com/felixge/httpsnoop v1.0.4 // indirect
111
111
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
112
112
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -134,7 +134,7 @@ require (
134
134
github.com/skeema/knownhosts v1.3.0 // indirect
135
135
github.com/sosodev/duration v1.3.1 // indirect
136
136
github.com/stretchr/objx v0.5.2 // indirect
137
- github.com/vektah/gqlparser/v2 v2.5.21 // indirect
137
+ github.com/vektah/gqlparser/v2 v2.5.22 // indirect
138
138
github.com/x448/float16 v0.8.4 // indirect
139
139
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
140
140
go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
@@ -145,8 +145,8 @@ require (
145
145
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
146
146
go.opentelemetry.io/otel/sdk/metric v1.33.0 // indirect
147
147
go.opentelemetry.io/otel/trace v1.33.0 // indirect
148
- golang.org/x/mod v0.22 .0 // indirect
149
- golang.org/x/tools v0.29 .0 // indirect
148
+ golang.org/x/mod v0.23 .0 // indirect
149
+ golang.org/x/tools v0.30 .0 // indirect
150
150
google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422 // indirect
151
151
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
152
152
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
@@ -218,7 +218,7 @@ require (
218
218
github.com/lib/pq v1.10.9 // indirect
219
219
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
220
220
github.com/mailru/easyjson v0.9.0 // indirect
221
- github.com/mattn/go-colorable v0.1.13 // indirect
221
+ github.com/mattn/go-colorable v0.1.14 // indirect
222
222
github.com/mattn/go-ieproxy v0.0.12 // indirect
223
223
github.com/mattn/go-isatty v0.0.20 // indirect
224
224
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -242,7 +242,7 @@ require (
242
242
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
243
243
github.com/prometheus/client_golang v1.20.5 // indirect
244
244
github.com/prometheus/client_model v0.6.1 // indirect
245
- github.com/prometheus/common v0.61 .0 // indirect
245
+ github.com/prometheus/common v0.62 .0 // indirect
246
246
github.com/prometheus/procfs v0.15.1 // indirect
247
247
github.com/rivo/uniseg v0.4.7 // indirect
248
248
github.com/rubenv/sql-migrate v1.7.1 // indirect
@@ -253,28 +253,28 @@ require (
253
253
github.com/sirupsen/logrus v1.9.3 // indirect
254
254
github.com/spf13/cast v1.7.1 // indirect
255
255
github.com/spf13/cobra v1.8.1 // indirect
256
- github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
256
+ github.com/spf13/pflag v1.0.6 // indirect
257
257
github.com/stretchr/testify v1.10.0
258
258
github.com/xanzy/ssh-agent v0.3.3 // indirect
259
259
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
260
260
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
261
261
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
262
262
github.com/xlab/treeprint v1.2.0 // indirect
263
- golang.org/x/net v0.34 .0 // indirect
264
- golang.org/x/sync v0.10 .0 // indirect
265
- golang.org/x/sys v0.29 .0 // indirect
266
- golang.org/x/term v0.28 .0
267
- golang.org/x/text v0.21 .0
268
- golang.org/x/time v0.9 .0 // indirect
263
+ golang.org/x/net v0.35 .0 // indirect
264
+ golang.org/x/sync v0.11 .0 // indirect
265
+ golang.org/x/sys v0.30 .0 // indirect
266
+ golang.org/x/term v0.29 .0
267
+ golang.org/x/text v0.22 .0
268
+ golang.org/x/time v0.10 .0 // indirect
269
269
google.golang.org/api v0.215.0
270
270
google.golang.org/grpc v1.69.2 // indirect
271
- google.golang.org/protobuf v1.36.2 // indirect
271
+ google.golang.org/protobuf v1.36.5 // indirect
272
272
gopkg.in/inf.v0 v0.9.1 // indirect
273
273
gopkg.in/warnings.v0 v0.1.2 // indirect
274
- k8s.io/apiextensions-apiserver v0.32.0 // indirect
275
- k8s.io/apiserver v0.32.0 // indirect
274
+ k8s.io/apiextensions-apiserver v0.32.1 // indirect
275
+ k8s.io/apiserver v0.32.1 // indirect
276
276
k8s.io/cli-runtime v0.32.0
277
- k8s.io/component-base v0.32.0 // indirect
277
+ k8s.io/component-base v0.32.1 // indirect
278
278
k8s.io/helm v2.17.0+incompatible
279
279
k8s.io/klog/v2 v2.130.1 // indirect
280
280
k8s.io/kubectl v0.32.0
0 commit comments