@@ -40,26 +40,26 @@ require (
40
40
github.com/olekukonko/tablewriter v0.0.5
41
41
github.com/packethost/packngo v0.31.0
42
42
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
43
- github.com/pluralsh/console/go/client v1.27.1
44
- github.com/pluralsh/console/go/controller v0.0.0-20250131003334-70da5fba4a49
43
+ github.com/pluralsh/console/go/client v1.28.3
44
+ github.com/pluralsh/console/go/controller v0.0.0-20250311142040-62d962972b70
45
45
github.com/pluralsh/gqlclient v1.12.2
46
46
github.com/pluralsh/plural-operator v0.5.5
47
47
github.com/pluralsh/polly v0.2.0
48
48
github.com/posthog/posthog-go v1.2.24
49
- github.com/samber/lo v1.47.0
49
+ github.com/samber/lo v1.49.1
50
50
github.com/urfave/cli v1.22.16
51
51
github.com/yuin/gopher-lua v1.1.1
52
52
gitlab.com/gitlab-org/api/client-go v0.118.0
53
- golang.org/x/crypto v0.32 .0
54
- golang.org/x/oauth2 v0.25 .0
53
+ golang.org/x/crypto v0.33 .0
54
+ golang.org/x/oauth2 v0.26 .0
55
55
gopkg.in/yaml.v2 v2.4.0
56
56
gopkg.in/yaml.v3 v3.0.1
57
57
gotest.tools/v3 v3.5.1
58
58
helm.sh/helm/v3 v3.16.4
59
- k8s.io/api v0.32.0
60
- k8s.io/apimachinery v0.32.0
61
- k8s.io/client-go v0.32.0
62
- sigs.k8s.io/controller-runtime v0.19.3
59
+ k8s.io/api v0.32.1
60
+ k8s.io/apimachinery v0.32.1
61
+ k8s.io/client-go v0.32.1
62
+ sigs.k8s.io/controller-runtime v0.19.4
63
63
sigs.k8s.io/yaml v1.4.0
64
64
)
65
65
@@ -70,7 +70,7 @@ require (
70
70
cloud.google.com/go/compute/metadata v0.6.0 // indirect
71
71
cloud.google.com/go/longrunning v0.6.4 // indirect
72
72
cloud.google.com/go/monitoring v1.22.1 // indirect
73
- github.com/99designs/gqlgen v0.17.62 // indirect
73
+ github.com/99designs/gqlgen v0.17.64 // indirect
74
74
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
75
75
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
76
76
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.1.0 // indirect
@@ -110,7 +110,7 @@ require (
110
110
github.com/envoyproxy/go-control-plane/envoy v1.32.3 // indirect
111
111
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 // indirect
112
112
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
113
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
113
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
114
114
github.com/felixge/httpsnoop v1.0.4 // indirect
115
115
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
116
116
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -139,7 +139,7 @@ require (
139
139
github.com/skeema/knownhosts v1.3.0 // indirect
140
140
github.com/sosodev/duration v1.3.1 // indirect
141
141
github.com/stretchr/objx v0.5.2 // indirect
142
- github.com/vektah/gqlparser/v2 v2.5.21 // indirect
142
+ github.com/vektah/gqlparser/v2 v2.5.22 // indirect
143
143
github.com/x448/float16 v0.8.4 // indirect
144
144
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
145
145
go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
@@ -150,8 +150,8 @@ require (
150
150
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
151
151
go.opentelemetry.io/otel/sdk/metric v1.33.0 // indirect
152
152
go.opentelemetry.io/otel/trace v1.33.0 // indirect
153
- golang.org/x/mod v0.22 .0 // indirect
154
- golang.org/x/tools v0.29 .0 // indirect
153
+ golang.org/x/mod v0.23 .0 // indirect
154
+ golang.org/x/tools v0.30 .0 // indirect
155
155
google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422 // indirect
156
156
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
157
157
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
@@ -227,7 +227,7 @@ require (
227
227
github.com/lib/pq v1.10.9 // indirect
228
228
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
229
229
github.com/mailru/easyjson v0.9.0 // indirect
230
- github.com/mattn/go-colorable v0.1.13 // indirect
230
+ github.com/mattn/go-colorable v0.1.14 // indirect
231
231
github.com/mattn/go-ieproxy v0.0.12 // indirect
232
232
github.com/mattn/go-isatty v0.0.20 // indirect
233
233
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -252,39 +252,39 @@ require (
252
252
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
253
253
github.com/prometheus/client_golang v1.20.5 // indirect
254
254
github.com/prometheus/client_model v0.6.1 // indirect
255
- github.com/prometheus/common v0.61 .0 // indirect
255
+ github.com/prometheus/common v0.62 .0 // indirect
256
256
github.com/prometheus/procfs v0.15.1 // indirect
257
257
github.com/rivo/uniseg v0.4.7 // indirect
258
258
github.com/rubenv/sql-migrate v1.7.1 // indirect
259
259
github.com/russross/blackfriday/v2 v2.1.0 // indirect
260
- github.com/schollz/progressbar/v3 v3.18.0 // indirect
260
+ github.com/schollz/progressbar/v3 v3.18.0
261
261
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
262
262
github.com/shopspring/decimal v1.4.0 // indirect
263
263
github.com/sirupsen/logrus v1.9.3 // indirect
264
264
github.com/spf13/cast v1.7.1 // indirect
265
265
github.com/spf13/cobra v1.8.1 // indirect
266
- github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
266
+ github.com/spf13/pflag v1.0.6 // indirect
267
267
github.com/stretchr/testify v1.10.0
268
268
github.com/xanzy/ssh-agent v0.3.3 // indirect
269
269
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
270
270
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
271
271
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
272
272
github.com/xlab/treeprint v1.2.0 // indirect
273
- golang.org/x/net v0.34 .0 // indirect
274
- golang.org/x/sync v0.10 .0 // indirect
275
- golang.org/x/sys v0.29 .0 // indirect
276
- golang.org/x/term v0.28 .0
277
- golang.org/x/text v0.21 .0
278
- golang.org/x/time v0.9 .0 // indirect
273
+ golang.org/x/net v0.35 .0 // indirect
274
+ golang.org/x/sync v0.11 .0 // indirect
275
+ golang.org/x/sys v0.30 .0 // indirect
276
+ golang.org/x/term v0.29 .0
277
+ golang.org/x/text v0.22 .0
278
+ golang.org/x/time v0.10 .0 // indirect
279
279
google.golang.org/api v0.215.0
280
280
google.golang.org/grpc v1.69.2 // indirect
281
- google.golang.org/protobuf v1.36.2 // indirect
281
+ google.golang.org/protobuf v1.36.5 // indirect
282
282
gopkg.in/inf.v0 v0.9.1 // indirect
283
283
gopkg.in/warnings.v0 v0.1.2 // indirect
284
- k8s.io/apiextensions-apiserver v0.32.0 // indirect
285
- k8s.io/apiserver v0.32.0 // indirect
284
+ k8s.io/apiextensions-apiserver v0.32.1 // indirect
285
+ k8s.io/apiserver v0.32.1 // indirect
286
286
k8s.io/cli-runtime v0.32.0
287
- k8s.io/component-base v0.32.0 // indirect
287
+ k8s.io/component-base v0.32.1 // indirect
288
288
k8s.io/helm v2.17.0+incompatible
289
289
k8s.io/klog/v2 v2.130.1 // indirect
290
290
k8s.io/kubectl v0.32.0
0 commit comments