File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/arduino/arduino-cli
22
33go 1.23.4
4+ toolchain go1.24.1
45
56// We must use this fork until https://github.com/mailru/easyjson/pull/372 is merged
67replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1
@@ -21,7 +22,7 @@ require (
2122 github.com/djherbis/nio/v3 v3.0.1
2223 github.com/fatih/color v1.18.0
2324 github.com/go-git/go-git/v5 v5.13.2
24- github.com/gofrs/uuid/v5 v5.3.1
25+ github.com/gofrs/uuid/v5 v5.3.2
2526 github.com/leonelquinteros/gotext v1.7.0
2627 github.com/mailru/easyjson v0.7.7
2728 github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
7373github.com/go-logr/logr v1.4.2 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
7474github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag =
7575github.com/go-logr/stdr v1.2.2 /go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE =
76- github.com/gofrs/uuid/v5 v5.3.1 h1:aPx49MwJbekCzOyhZDjJVb0hx3A0KLjlbLx6p2gY0p0 =
77- github.com/gofrs/uuid/v5 v5.3.1 /go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8 =
76+ github.com/gofrs/uuid/v5 v5.3.2 h1:2jfO8j3XgSwlz/wHqemAEugfnTlikAYHhnqQ8Xh4fE0 =
77+ github.com/gofrs/uuid/v5 v5.3.2 /go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8 =
7878github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
7979github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
8080github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
You can’t perform that action at this time.
0 commit comments