22 lines
538 B
Modula-2
22 lines
538 B
Modula-2
module github.com/desmo999r/formolcli
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/desmo999r/formol v0.7.1
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/go-logr/zapr v0.2.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/onsi/ginkgo v1.14.1
|
|
github.com/onsi/gomega v1.10.2
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/viper v1.7.0
|
|
go.uber.org/zap v1.15.0
|
|
k8s.io/api v0.20.2
|
|
k8s.io/apimachinery v0.20.2
|
|
k8s.io/client-go v0.20.2
|
|
sigs.k8s.io/controller-runtime v0.8.3
|
|
)
|
|
|
|
replace github.com/desmo999r/formol => /home/jandre/devel/golang/formol
|