Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/Masterminds/squirrel v1.5.0
github.com/Masterminds/vcs v1.13.1
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/containerd/containerd v1.4.3
github.com/containerd/containerd v1.5.7
github.com/cyphar/filepath-securejoin v0.2.2
github.com/deislabs/oras v0.10.0
github.com/docker/distribution v2.7.1+incompatible
Expand All @@ -30,19 +30,19 @@ require (
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
k8s.io/api v0.20.4
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
k8s.io/api v0.20.6
k8s.io/apiextensions-apiserver v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/apiserver v0.20.4
k8s.io/apimachinery v0.20.6
k8s.io/apiserver v0.20.6
k8s.io/cli-runtime v0.20.4
k8s.io/client-go v0.20.4
k8s.io/client-go v0.20.6
k8s.io/klog/v2 v2.5.0
k8s.io/kubectl v0.20.4
sigs.k8s.io/yaml v1.2.0
Expand Down
Loading