2020-07-03 00:05:59 +00:00
|
|
|
module github.com/suzerain-io/placeholder-name
|
|
|
|
|
|
|
|
go 1.14
|
2020-07-06 23:07:21 +00:00
|
|
|
|
2020-07-07 19:35:20 +00:00
|
|
|
require (
|
2020-07-09 19:30:59 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-07-07 19:35:20 +00:00
|
|
|
github.com/golangci/golangci-lint v1.28.1
|
2020-07-08 17:06:44 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-07-07 19:35:20 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
golang.org/x/tools v0.0.0-20200707134715-9e0a013e855f // indirect
|
2020-07-09 19:30:59 +00:00
|
|
|
k8s.io/api v0.18.5
|
|
|
|
k8s.io/apimachinery v0.18.5
|
|
|
|
k8s.io/client-go v0.18.5
|
2020-07-07 19:35:20 +00:00
|
|
|
)
|