20 lines
495 B
Modula-2
20 lines
495 B
Modula-2
module github.com/desmo999r/formolcli
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/desmo999r/formol v0.6.2-0.20201228110830-3aaf127e5835
|
|
github.com/go-logr/logr v0.1.0
|
|
github.com/go-logr/zapr v0.1.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/onsi/ginkgo v1.12.1
|
|
github.com/onsi/gomega v1.10.1
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.3.2
|
|
go.uber.org/zap v1.10.0
|
|
k8s.io/api v0.18.6
|
|
k8s.io/apimachinery v0.18.6
|
|
k8s.io/client-go v0.18.6
|
|
sigs.k8s.io/controller-runtime v0.6.4
|
|
)
|