Skip to content

Commit 402def1

Browse files
committed
Ensure explicit deps
1 parent 8391c45 commit 402def1

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ require (
77
github.com/containerd/containerd v1.5.2 // indirect
88
github.com/docker/docker v20.10.7+incompatible
99
github.com/docker/go-connections v0.4.0 // indirect
10-
github.com/fatih/color v1.12.0 // indirect
10+
github.com/fatih/color v1.12.0
1111
github.com/gorilla/mux v1.8.0 // indirect
12-
github.com/iancoleman/strcase v0.1.3 // indirect
1312
github.com/manifoldco/promptui v0.8.0
14-
github.com/mattn/go-colorable v0.1.8 // indirect
1513
github.com/mattn/go-isatty v0.0.13 // indirect
1614
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
1715
github.com/morikuni/aec v1.0.0 // indirect
1816
github.com/olekukonko/tablewriter v0.0.5
1917
github.com/sirupsen/logrus v1.8.1 // indirect
18+
github.com/spf13/cast v1.3.0
2019
github.com/spf13/cobra v1.1.3
2120
github.com/spf13/viper v1.7.1
2221
github.com/stretchr/testify v1.6.1

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0m
384384
github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I=
385385
github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc=
386386
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
387-
github.com/iancoleman/strcase v0.1.3 h1:dJBk1m2/qjL1twPLf68JND55vvivMupZ4wIzE8CTdBw=
388-
github.com/iancoleman/strcase v0.1.3/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE=
389387
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
390388
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
391389
github.com/imdario/mergo v0.3.8/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=

0 commit comments

Comments
 (0)