File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ replace (
2323 github.com/JetBrains/qodana-cli/v2025/tooling => ../tooling
2424)
2525
26- require github.com/google/uuid v1.6.0
26+ require (
27+ github.com/google/uuid v1.6.0
28+ github.com/otiai10/copy v1.14.1
29+ )
2730
2831require (
2932 al.essio.dev/pkg/shellescape v1.5.1 // indirect
@@ -79,7 +82,6 @@ require (
7982 github.com/morikuni/aec v1.0.0 // indirect
8083 github.com/opencontainers/go-digest v1.0.0 // indirect
8184 github.com/opencontainers/image-spec v1.0.2 // indirect
82- github.com/otiai10/copy v1.14.1 // indirect
8385 github.com/otiai10/mint v1.6.3 // indirect
8486 github.com/pelletier/go-toml/v2 v2.2.2 // indirect
8587 github.com/pkg/errors v0.9.1 // indirect
Original file line number Diff line number Diff line change 1- go 1.24.0
1+ go 1.24.10
22
33use (
44 ./cdnet
You can’t perform that action at this time.
0 commit comments