github.com/regadas/controller-tools@v0.5.1-0.20210408091555-18885b17ff7b/go.mod (about)

     1  module github.com/regadas/controller-tools
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/fatih/color v1.9.0
     7  	github.com/gobuffalo/flect v0.2.2
     8  	github.com/google/go-cmp v0.5.2
     9  	github.com/mattn/go-colorable v0.1.8 // indirect
    10  	github.com/onsi/ginkgo v1.14.1
    11  	github.com/onsi/gomega v1.10.2
    12  	github.com/spf13/cobra v1.1.1
    13  	github.com/spf13/pflag v1.0.5
    14  	golang.org/x/tools v0.0.0-20200616133436-c1934b75d054
    15  	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
    16  	k8s.io/api v0.20.2
    17  	k8s.io/apiextensions-apiserver v0.20.2
    18  	k8s.io/apimachinery v0.20.2
    19  	sigs.k8s.io/yaml v1.2.0
    20  )
    21