Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Sheiko committed Jul 6, 2023
1 parent 967830b commit 52ee012
Show file tree
Hide file tree
Showing 3 changed files with 948 additions and 215 deletions.
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.15
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Microsoft/hcsshim v0.9.4 // indirect
github.com/containerd/containerd v1.6.6 // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/docker/cli v20.10.17+incompatible
Expand All @@ -14,20 +13,20 @@ require (
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/ghodss/yaml v1.0.0
github.com/gosuri/uitable v0.0.4
github.com/huandu/xstrings v1.3.2 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/moby/buildkit v0.10.3 // indirect
github.com/moby/sys/mount v0.3.3 // indirect
github.com/opencontainers/runc v1.1.3 // indirect
github.com/rhysd/go-fakeio v1.0.0
github.com/spf13/cobra v1.5.0
github.com/werf/kubedog v0.9.5
k8s.io/api v0.23.9
k8s.io/apimachinery v0.23.9
k8s.io/cli-runtime v0.23.9
k8s.io/client-go v0.23.9
github.com/spf13/cobra v1.7.0
github.com/werf/kubedog v0.9.12
k8s.io/api v0.27.3
k8s.io/apimachinery v0.27.3
k8s.io/cli-runtime v0.27.3
k8s.io/client-go v0.27.3
k8s.io/helm v2.17.0+incompatible
k8s.io/kubectl v0.23.9
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
k8s.io/kubectl v0.27.3
k8s.io/utils v0.0.0-20230505201702-9f6742963106
)
Loading

0 comments on commit 52ee012

Please sign in to comment.