@@ -3,7 +3,7 @@ module go.bytebuilders.dev/installer
33go 1.25.6
44
55require (
6- go.bytebuilders.dev/catalog v0.0.21-0.20260310064619-b60c91703ff4
6+ go.bytebuilders.dev/catalog v0.0.22
77 go.bytebuilders.dev/resource-model v0.4.0
88 go.bytebuilders.dev/ui-wizards v0.32.0
99 go.openviz.dev/installer v0.0.0-20260408131258-3023af9e16ae
@@ -73,7 +73,7 @@ require (
7373 github.com/huandu/xstrings v1.5.0 // indirect
7474 github.com/imdario/mergo v1.0.0 // indirect
7575 github.com/json-iterator/go v1.1.12 // indirect
76- github.com/klauspost/compress v1.18.1 // indirect
76+ github.com/klauspost/compress v1.18.2 // indirect
7777 github.com/klauspost/cpuid/v2 v2.2.7 // indirect
7878 github.com/mitchellh/copystructure v1.2.0 // indirect
7979 github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -105,21 +105,21 @@ require (
105105 go.appscode.dev/alerts v0.2.1-0.20250217100836-596fabefb762 // indirect
106106 go.yaml.in/yaml/v2 v2.4.3 // indirect
107107 go.yaml.in/yaml/v3 v3.0.4 // indirect
108- golang.org/x/crypto v0.46 .0 // indirect
109- golang.org/x/net v0.47 .0 // indirect
110- golang.org/x/oauth2 v0.33 .0 // indirect
111- golang.org/x/sync v0.19 .0 // indirect
112- golang.org/x/sys v0.40 .0 // indirect
113- golang.org/x/term v0.38 .0 // indirect
114- golang.org/x/text v0.32 .0 // indirect
108+ golang.org/x/crypto v0.49 .0 // indirect
109+ golang.org/x/net v0.52 .0 // indirect
110+ golang.org/x/oauth2 v0.34 .0 // indirect
111+ golang.org/x/sync v0.20 .0 // indirect
112+ golang.org/x/sys v0.42 .0 // indirect
113+ golang.org/x/term v0.41 .0 // indirect
114+ golang.org/x/text v0.35 .0 // indirect
115115 golang.org/x/time v0.14.0 // indirect
116116 gomodules.xyz/encoding v0.0.8 // indirect
117117 gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
118118 gomodules.xyz/jsonpath v0.0.2 // indirect
119119 gomodules.xyz/mergo v0.3.13 // indirect
120120 gomodules.xyz/pointer v0.1.0 // indirect
121121 gomodules.xyz/x v0.0.17 // indirect
122- google.golang.org/protobuf v1.36.10 // indirect
122+ google.golang.org/protobuf v1.36.11 // indirect
123123 gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
124124 gopkg.in/inf.v0 v0.9.1 // indirect
125125 gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -141,7 +141,7 @@ require (
141141 sigs.k8s.io/randfill v1.0.0 // indirect
142142 sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
143143 stash.appscode.dev/apimachinery v0.42.0 // indirect
144- voyagermesh.dev/installer v0.0.0-20260306095111-0be6484ed3c8 // indirect
144+ voyagermesh.dev/installer v0.0.0-20260422083412-9fb2b415ba60 // indirect
145145 x-helm.dev/apimachinery v0.0.18 // indirect
146146)
147147
0 commit comments