update go.mod for release

This commit is contained in:
Morten Torkildsen
2020-06-01 12:30:30 -07:00
parent 093409d7b6
commit 90ae506183
2 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
k8s.io/apimachinery v0.17.0
sigs.k8s.io/kustomize/kyaml v0.1.12 // Don't change this!
sigs.k8s.io/kustomize/kyaml v0.1.13 // Don't change this!
)