File tree 3 files changed +4
-4
lines changed
.licenses/go/github.com/arduino 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/arduino/board-discovery
3
- version : v0.0.0-20240827085220-72502b54d271
3
+ version : v0.0.0-20240827103317-664e54f963fb
4
4
type : go
5
5
summary : Package discovery keeps an updated list of the devices connected to the computer,
6
6
via serial ports or found in the network
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
28
28
require (
29
29
github.com/Microsoft/go-winio v0.6.1 // indirect
30
- github.com/arduino/board-discovery v0.0.0-20240827085220-72502b54d271 // indirect
30
+ github.com/arduino/board-discovery v0.0.0-20240827103317-664e54f963fb // indirect
31
31
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
32
32
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
33
33
github.com/cmaglie/pb v1.0.27 // indirect
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo
7
7
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 /go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c =
8
8
github.com/arduino/arduino-cli v0.0.0-20221116144942-76251df9241a h1:jbGxP4VJXFXJGYJgA9p5kcJweLNOcaz5tXTgFjaEiRE =
9
9
github.com/arduino/arduino-cli v0.0.0-20221116144942-76251df9241a /go.mod h1:pIrqM9m4MCRyMUhguneLOkPxvNydFfup8qZqgjIFcTg =
10
- github.com/arduino/board-discovery v0.0.0-20240827085220-72502b54d271 h1:FdxnfTzvvZgxPoNnJF9iJsIcvl9unVtaDtdolEkYbJs =
11
- github.com/arduino/board-discovery v0.0.0-20240827085220-72502b54d271 /go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8 =
10
+ github.com/arduino/board-discovery v0.0.0-20240827103317-664e54f963fb h1:iVkeH73ZfoxMEe/YhaheYK+UbiKwIrnjrwYIYAuRKtQ =
11
+ github.com/arduino/board-discovery v0.0.0-20240827103317-664e54f963fb /go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8 =
12
12
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
13
13
github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
14
14
github.com/arduino/go-paths-helper v1.7.0 h1:S9l5BP2aogz1CgyqqnncXt0PLpK4yvwOW/wu/LaR3tc =
You can’t perform that action at this time.
0 commit comments