Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Sheiko committed Aug 25, 2021
1 parent 2cf7099 commit 0d1945f
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 77 deletions.
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@ go 1.15
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/docker/cli v20.10.6+incompatible
github.com/docker/cli v20.10.8+incompatible
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v20.10.6+incompatible
github.com/docker/docker v20.10.8+incompatible
github.com/ghodss/yaml v1.0.0
github.com/gosuri/uitable v0.0.4
github.com/huandu/xstrings v1.3.2 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mitchellh/copystructure v1.1.2 // indirect
github.com/moby/buildkit v0.8.3 // indirect
github.com/moby/sys/symlink v0.1.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/moby/buildkit v0.9.0 // indirect
github.com/rhysd/go-fakeio v1.0.0
github.com/spf13/cobra v1.1.3
github.com/werf/kubedog v0.5.0
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
k8s.io/api v0.20.6
k8s.io/apimachinery v0.20.6
k8s.io/cli-runtime v0.20.6
k8s.io/client-go v0.20.6
github.com/spf13/cobra v1.2.1
github.com/werf/kubedog v0.5.1
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
k8s.io/api v0.20.10
k8s.io/apimachinery v0.20.10
k8s.io/cli-runtime v0.20.10
k8s.io/client-go v0.20.10
k8s.io/helm v2.17.0+incompatible
k8s.io/kubectl v0.20.6
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
k8s.io/kubectl v0.20.10
k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e
)
Loading

0 comments on commit 0d1945f

Please sign in to comment.