Merge pull request #2573 from pankona/update-go-mod-to-use-go-1-14

Update go.mod to go 1.14
This commit is contained in:
Kubernetes Prow Robot
2020-06-08 10:09:49 -07:00
committed by GitHub
41 changed files with 44 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/kyaml
go 1.13
go 1.14
require (
github.com/davecgh/go-spew v1.1.1