Skip to content

Commit 8b0899e

Browse files
committed
fix dependencies
1 parent 24a2abe commit 8b0899e

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
@@ -18,6 +18,7 @@ replace github.com/arduino/arduino-cli => github.com/cmaglie/arduino-cli v0.0.0-
1818

1919
require (
2020
github.com/Andrew-M-C/go.emoji v1.1.4
21+
github.com/Masterminds/semver/v3 v3.4.0
2122
github.com/arduino/arduino-cli v1.3.1
2223
github.com/arduino/go-paths-helper v1.14.0
2324
github.com/compose-spec/compose-go/v2 v2.8.1
@@ -60,7 +61,6 @@ require (
6061
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
6162
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e // indirect
6263
github.com/Ladicle/tabwriter v1.0.0 // indirect
63-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
6464
github.com/Microsoft/go-winio v0.6.2 // indirect
6565
github.com/ProtonMail/go-crypto v1.3.0 // indirect
6666
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect

0 commit comments

Comments
 (0)