mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-09 15:44:10 +00:00
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
|
|
)
|