mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 13:36:54 +00:00
Add integration test to check app is running
Signed-off-by: Monis Khan <mok@vmware.com>
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,8 +3,12 @@ module github.com/suzerain-io/placeholder-name
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/golangci/golangci-lint v1.28.1
|
||||
github.com/spf13/cobra v1.0.0
|
||||
github.com/stretchr/testify v1.6.1
|
||||
golang.org/x/tools v0.0.0-20200707134715-9e0a013e855f // indirect
|
||||
k8s.io/api v0.18.5
|
||||
k8s.io/apimachinery v0.18.5
|
||||
k8s.io/client-go v0.18.5
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user