Skip to content
Closed
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
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ require (
github.com/kylelemons/godebug v1.1.0
github.com/magefile/mage v1.11.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.6.0
github.com/stretchr/testify v1.7.0
github.com/tebeka/go2xunit v1.4.10
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
golang.org/x/tools v0.1.5
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.6.3
honnef.co/go/tools v0.2.1
k8s.io/apimachinery v0.22.1
Expand Down
Loading