ContainerImage.Pinniped/go.mod
Andrew Keesler 619ae2b178
Add -c/--config flag
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-07-08 13:06:44 -04:00

11 lines
246 B
Modula-2

module github.com/suzerain-io/placeholder-name
go 1.14
require (
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
)