|
|
|
@ -11,7 +11,7 @@ require (
|
|
|
|
|
github.com/Masterminds/squirrel v1.5.4
|
|
|
|
|
github.com/Masterminds/vcs v1.13.3
|
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
|
|
|
|
github.com/containerd/containerd v1.7.25
|
|
|
|
|
github.com/containerd/containerd v1.7.26
|
|
|
|
|
github.com/cyphar/filepath-securejoin v0.4.1
|
|
|
|
|
github.com/distribution/distribution/v3 v3.0.0-rc.3
|
|
|
|
|
github.com/evanphx/json-patch v5.9.11+incompatible
|
|
|
|
@ -37,6 +37,7 @@ require (
|
|
|
|
|
golang.org/x/crypto v0.35.0
|
|
|
|
|
golang.org/x/term v0.29.0
|
|
|
|
|
golang.org/x/text v0.22.0
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
k8s.io/api v0.32.2
|
|
|
|
|
k8s.io/apiextensions-apiserver v0.32.2
|
|
|
|
|
k8s.io/apimachinery v0.32.2
|
|
|
|
@ -178,7 +179,6 @@ require (
|
|
|
|
|
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
k8s.io/component-base v0.32.2 // indirect
|
|
|
|
|
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
|
|
|
|
|
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
|
|
|
|
|