Skip to content
Open
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
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@ module github.com/verchol/kubectx
go 1.13

require (
github.com/apex/log v1.3.0
github.com/caddyserver/caddy v1.0.4 // indirect
github.com/docker/machine v0.16.2
github.com/fatih/color v1.8.0
github.com/imdario/mergo v0.3.8 // indirect
github.com/kyokomi/emoji v2.2.2+incompatible // indirect
github.com/micro/cli v0.2.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.2
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
Expand Down
Loading