Skip to content

Commit 98440c3

Browse files
committed
fix dependencies
1 parent 0b318ae commit 98440c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ replace (
1616
require (
1717
github.com/Andrew-M-C/go.emoji v1.1.4
1818
github.com/arduino/arduino-cli v1.4.0
19+
github.com/Masterminds/semver/v3 v3.4.0
1920
github.com/arduino/go-paths-helper v1.14.0
2021
github.com/compose-spec/compose-go/v2 v2.8.1
2122
github.com/containerd/errdefs v1.0.0
@@ -57,7 +58,6 @@ require (
5758
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
5859
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e // indirect
5960
github.com/Ladicle/tabwriter v1.0.0 // indirect
60-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
6161
github.com/Microsoft/go-winio v0.6.2 // indirect
6262
github.com/ProtonMail/go-crypto v1.3.0 // indirect
6363
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect

0 commit comments

Comments
 (0)