|
|
|
@ -10,9 +10,9 @@ require (
|
|
|
|
|
github.com/Masterminds/squirrel v1.5.3
|
|
|
|
|
github.com/Masterminds/vcs v1.13.3
|
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
|
|
|
|
|
github.com/containerd/containerd v1.6.6
|
|
|
|
|
github.com/containerd/containerd v1.6.12
|
|
|
|
|
github.com/cyphar/filepath-securejoin v0.2.3
|
|
|
|
|
github.com/distribution/distribution/v3 v3.0.0-20220526142353-ffbd94cbe269
|
|
|
|
|
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
|
|
|
|
|
github.com/evanphx/json-patch v5.6.0+incompatible
|
|
|
|
|
github.com/gobwas/glob v0.2.3
|
|
|
|
|
github.com/gofrs/flock v0.8.1
|
|
|
|
@ -21,17 +21,17 @@ require (
|
|
|
|
|
github.com/lib/pq v1.10.7
|
|
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
|
|
|
github.com/mitchellh/copystructure v1.2.0
|
|
|
|
|
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
|
|
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
|
|
|
|
|
github.com/moby/term v0.0.0-20221205130635-1aeaba878587
|
|
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc2
|
|
|
|
|
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/rubenv/sql-migrate v1.2.0
|
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
|
github.com/spf13/cobra v1.6.1
|
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
|
github.com/stretchr/testify v1.8.0
|
|
|
|
|
github.com/stretchr/testify v1.8.1
|
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
|
|
|
golang.org/x/crypto v0.3.0
|
|
|
|
|
golang.org/x/crypto v0.4.0
|
|
|
|
|
golang.org/x/term v0.3.0
|
|
|
|
|
golang.org/x/text v0.5.0
|
|
|
|
|
k8s.io/api v0.26.0
|
|
|
|
@ -42,7 +42,7 @@ require (
|
|
|
|
|
k8s.io/client-go v0.26.0
|
|
|
|
|
k8s.io/klog/v2 v2.80.1
|
|
|
|
|
k8s.io/kubectl v0.26.0
|
|
|
|
|
oras.land/oras-go v1.2.0
|
|
|
|
|
oras.land/oras-go v1.2.2
|
|
|
|
|
sigs.k8s.io/yaml v1.3.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
@ -60,10 +60,10 @@ require (
|
|
|
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/docker/cli v20.10.17+incompatible // indirect
|
|
|
|
|
github.com/docker/cli v20.10.21+incompatible // indirect
|
|
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
|
|
|
github.com/docker/docker v20.10.17+incompatible // indirect
|
|
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
|
|
|
|
github.com/docker/docker v20.10.21+incompatible // indirect
|
|
|
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
|
|
|
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
|
|
@ -92,6 +92,7 @@ require (
|
|
|
|
|
github.com/gorilla/handlers v1.5.1 // indirect
|
|
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
|
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
|
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
|
@ -105,7 +106,7 @@ require (
|
|
|
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.3 // indirect
|
|
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
|
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
|
|
@ -132,9 +133,9 @@ require (
|
|
|
|
|
github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50 // indirect
|
|
|
|
|
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f // indirect
|
|
|
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
|
|
|
|
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
|
|
|
|
|
golang.org/x/net v0.4.0 // indirect
|
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
|
|
|
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
|