update go 1.18

This commit is contained in:
yugo kobayashi
2022-07-07 19:50:47 +00:00
parent 4653f5d9d3
commit 6fb96b7d53
88 changed files with 1243 additions and 14144 deletions

View File

@@ -1,8 +1,14 @@
module sigs.k8s.io/kustomize/cmd/k8scopy
go 1.16
go 1.18
require (
github.com/stretchr/testify v1.4.0
sigs.k8s.io/yaml v1.2.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)