Skip to content

Commit

Permalink
dependency upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Hamilton <matt@soluble.ai>
  • Loading branch information
Matt Hamilton committed Jan 15, 2021
1 parent 5e89c47 commit ebf9a56
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 82 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ linters:
- gochecknoglobals
- gci
- nlreturn
- exhaustivestruct
- wrapcheck
29 changes: 21 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@ module github.com/soluble-ai/kubetap
go 1.14

require (
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/schollz/progressbar/v3 v3.5.1
github.com/spf13/cobra v1.0.0
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/rivo/uniseg v0.2.0 // indirect
github.com/schollz/progressbar/v3 v3.7.3
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/cli-runtime v0.19.2
k8s.io/client-go v0.19.2
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/cli-runtime v0.20.2
k8s.io/client-go v0.20.2
)
Loading

0 comments on commit ebf9a56

Please sign in to comment.