move to google/gnostic v0.5.7-v3refs

This commit is contained in:
natasha41575
2022-03-25 12:27:04 -07:00
parent c4febc59d5
commit c857ff8371
44 changed files with 185 additions and 26 deletions

View File

@@ -3,9 +3,11 @@ module sigs.k8s.io/kustomize/cmd/pluginator/v2
go 1.16
require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/rakyll/statik v0.1.7
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
sigs.k8s.io/kustomize/api v0.11.3
sigs.k8s.io/kustomize/kyaml v0.13.4
)