remove go-openapi/spec,validate,strfmt from plugins

Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com>
This commit is contained in:
Gautier Delorme
2021-04-22 16:09:30 +02:00
committed by Gautier Delorme
parent bcbfa069ae
commit 6bc9d7358c
29 changed files with 1109 additions and 2081 deletions

View File

@@ -5,7 +5,7 @@ go 1.16
require (
github.com/rakyll/statik v0.1.7
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.5.1
sigs.k8s.io/kustomize/api v0.8.8
sigs.k8s.io/kustomize/kyaml v0.10.17
)