Skip to content

Commit

Permalink
Check the dep when the container is containerd for kk (#167)
Browse files Browse the repository at this point in the history
* Check the dep when the container is containerd for kk

* Support to install Docker automatically
  • Loading branch information
LinuxSuRen committed Aug 22, 2021
1 parent cc65f13 commit 2a82771
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 41 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ tools: export GOPROXY=https://goproxy.io
tools:
go get -u golang.org/x/lint/golint

test: fmt lint mod-tidy
go test ./...

mod-tidy:
go mod tidy

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ module github.com/linuxsuren/ks
go 1.15

require (
github.com/AlecAivazis/survey/v2 v2.2.14
github.com/AlecAivazis/survey/v2 v2.2.16
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Pallinder/go-randomdata v1.2.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/linuxsuren/cobra-extension v0.0.10
github.com/linuxsuren/go-cli-alias v0.0.6
github.com/linuxsuren/http-downloader v0.0.29
github.com/linuxsuren/http-downloader v0.0.32-0.20210822064615-b730515cf035
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.19.4
k8s.io/apimachinery v0.19.4
k8s.io/cli-runtime v0.19.4
Expand Down
Loading

0 comments on commit 2a82771

Please sign in to comment.