619ae2b178
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
11 lines
246 B
Modula-2
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
|
|
)
|