diff --git a/plugin/go.mod b/plugin/go.mod index 4c6e556b..12bf0e16 100644 --- a/plugin/go.mod +++ b/plugin/go.mod @@ -3,13 +3,13 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/plugin go 1.19 require ( + github.com/spf13/afero v1.9.5 github.com/spf13/pflag v1.0.5 sigs.k8s.io/kubebuilder/v3 v3.10.0 ) require ( github.com/gobuffalo/flect v1.0.2 // indirect - github.com/spf13/afero v1.9.5 // indirect golang.org/x/mod v0.10.0 // indirect golang.org/x/sys v0.7.0 // indirect golang.org/x/text v0.9.0 // indirect