File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module open-cluster-management.io/ocm-kustomize-generator-plugins
33go 1.18
44
55require (
6+ github.com/google/go-cmp v0.5.7
67 github.com/pmezard/go-difflib v1.0.0
78 github.com/spf13/pflag v1.0.5
89 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
@@ -22,7 +23,6 @@ require (
2223 github.com/go-openapi/jsonreference v0.19.6 // indirect
2324 github.com/go-openapi/swag v0.21.1 // indirect
2425 github.com/gogo/protobuf v1.3.2 // indirect
25- github.com/google/go-cmp v0.5.7 // indirect
2626 github.com/google/gofuzz v1.2.0 // indirect
2727 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
2828 github.com/imdario/mergo v0.3.12 // indirect
@@ -39,6 +39,7 @@ require (
3939 golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
4040 golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
4141 golang.org/x/text v0.3.7 // indirect
42+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
4243 gopkg.in/inf.v0 v0.9.1 // indirect
4344 gopkg.in/yaml.v2 v2.4.0 // indirect
4445 k8s.io/klog/v2 v2.40.1 // indirect
You can’t perform that action at this time.
0 commit comments