File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/mattn/go-runewidth v0.0.16
1818 github.com/onsi/ginkgo/v2 v2.22.2
1919 github.com/onsi/gomega v1.36.2
20- github.com/otiai10/copy v1.14.0
20+ github.com/otiai10/copy v1.14.1
2121 github.com/pkg/errors v0.9.1
2222 github.com/spf13/cobra v1.8.1
2323 github.com/spf13/pflag v1.0.5
@@ -71,6 +71,7 @@ require (
7171 github.com/muesli/reflow v0.3.0 // indirect
7272 github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
7373 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
74+ github.com/otiai10/mint v1.6.3 // indirect
7475 github.com/rivo/uniseg v0.4.7 // indirect
7576 github.com/russross/blackfriday/v2 v2.1.0 // indirect
7677 github.com/sahilm/fuzzy v0.1.1 // indirect
Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU
135135github.com/onsi/ginkgo/v2 v2.22.2 /go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk =
136136github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8 =
137137github.com/onsi/gomega v1.36.2 /go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY =
138- github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU =
139- github.com/otiai10/copy v1.14.0 /go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w =
140- github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks =
141- github.com/otiai10/mint v1.5.1 /go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM =
138+ github.com/otiai10/copy v1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8 =
139+ github.com/otiai10/copy v1.14.1 /go.mod h1:oQwrEDDOci3IM8dJF0d8+jnbfPDllW6vUjNc3DoZm9I =
140+ github.com/otiai10/mint v1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs =
141+ github.com/otiai10/mint v1.6.3 /go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM =
142142github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
143143github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
144144github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments