Skip to content

Commit

Permalink
point to new commit in fork
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 committed Jun 23, 2021
1 parent 521996a commit 40d721f
Show file tree
Hide file tree
Showing 67 changed files with 101 additions and 101 deletions.
4 changes: 2 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ require (
sigs.k8s.io/yaml v1.2.0
)

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7

replace sigs.k8s.io/kustomize/kyaml => ../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion cmd/config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ require (
sigs.k8s.io/kustomize/kyaml v0.10.20
)

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab

replace sigs.k8s.io/kustomize/kyaml => ../../kyaml
4 changes: 2 additions & 2 deletions cmd/config/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down
2 changes: 1 addition & 1 deletion cmd/pluginator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
sigs.k8s.io/kustomize/kyaml v0.10.20
)

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab

replace sigs.k8s.io/kustomize/api => ../../api

Expand Down
4 changes: 2 additions & 2 deletions cmd/pluginator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion kustomize/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exclude (
sigs.k8s.io/kustomize/cmd/config v0.2.0
)

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab

replace sigs.k8s.io/kustomize/api => ../api

Expand Down
4 changes: 2 additions & 2 deletions kustomize/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down
2 changes: 1 addition & 1 deletion kyaml/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ require (
// replace github.com/golangci/lint-1 v0.0.0-20180610141402-ee948d087217 => github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217
// replace mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34 => mvdan.cc/unparam v0.0.0-20190209190245-fbb59629db34

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions kyaml/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion kyaml/yaml/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var NewEncoder = func(w io.Writer) *yaml.Encoder {
e := yaml.NewEncoder(w)
e.SetIndent(indent)
if sequenceIndentationStyle == CompactSequenceStyle {
e.DisableSeqIndent()
e.CompactSeqIndent()
}
return e
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/annotationstransformer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ replace sigs.k8s.io/kustomize/api => ../../../api

replace sigs.k8s.io/kustomize/kyaml => ../../../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions plugin/builtin/annotationstransformer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/configmapgenerator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ replace sigs.k8s.io/kustomize/api => ../../../api

replace sigs.k8s.io/kustomize/kyaml => ../../../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions plugin/builtin/configmapgenerator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/hashtransformer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ replace sigs.k8s.io/kustomize/api => ../../../api

replace sigs.k8s.io/kustomize/kyaml => ../../../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions plugin/builtin/hashtransformer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/helmchartinflationgenerator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ replace sigs.k8s.io/kustomize/api => ../../../api

replace sigs.k8s.io/kustomize/kyaml => ../../../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions plugin/builtin/helmchartinflationgenerator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/iampolicygenerator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ replace sigs.k8s.io/kustomize/api => ../../../api

replace sigs.k8s.io/kustomize/kyaml => ../../../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions plugin/builtin/iampolicygenerator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/imagetagtransformer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ replace sigs.k8s.io/kustomize/api => ../../../api

replace sigs.k8s.io/kustomize/kyaml => ../../../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions plugin/builtin/imagetagtransformer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/labeltransformer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ replace sigs.k8s.io/kustomize/api => ../../../api

replace sigs.k8s.io/kustomize/kyaml => ../../../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
4 changes: 2 additions & 2 deletions plugin/builtin/labeltransformer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7 h1:FiRW3vfuijvifmaCYwtlrZHKvE/yzpJa9AmOSoFvMNw=
github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7/go.mod h1:ox4jKj5I+/gN+cxbEtXKcj9qSAgyo0toYPVQcQewwy8=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab h1:2+o+a0XIJrjm0tO7QHNusTme/vRp5RrtUmhYWGMOUSA=
github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab/go.mod h1:tAHr1tcZt2e0pbLb5fShTPACeWRTSOmj+tMWs+YZqqE=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down
2 changes: 1 addition & 1 deletion plugin/builtin/legacyordertransformer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ replace sigs.k8s.io/kustomize/api => ../../../api

replace sigs.k8s.io/kustomize/kyaml => ../../../kyaml

replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210621233630-730f420de5f7
replace gopkg.in/yaml.v3 => github.com/natasha41575/yaml v0.0.0-20210623011331-77123dad73ab
Loading

0 comments on commit 40d721f

Please sign in to comment.