Skip to content

Commit 920811f

Browse files
Copilottiulpin
andcommitted
Final update after fixing all issues
Co-authored-by: tiulpin <[email protected]>
1 parent 3de28d0 commit 920811f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cmd/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2831
require (
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

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.24.0
1+
go 1.24.10
22

33
use (
44
./cdnet

0 commit comments

Comments
 (0)