Skip to content

Commit c987fbd

Browse files
committed
Dependency update
1 parent 3670dde commit c987fbd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.licenses/go/github.com/arduino/board-discovery.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/arduino/board-discovery
3-
version: v0.0.0-20240827085220-72502b54d271
3+
version: v0.0.0-20240827103317-664e54f963fb
44
type: go
55
summary: Package discovery keeps an updated list of the devices connected to the computer,
66
via serial ports or found in the network

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727

2828
require (
2929
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
3131
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
3232
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
3333
github.com/cmaglie/pb v1.0.27 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo
77
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
88
github.com/arduino/arduino-cli v0.0.0-20221116144942-76251df9241a h1:jbGxP4VJXFXJGYJgA9p5kcJweLNOcaz5tXTgFjaEiRE=
99
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=
1212
github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
1313
github.com/arduino/go-paths-helper v1.2.0/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
1414
github.com/arduino/go-paths-helper v1.7.0 h1:S9l5BP2aogz1CgyqqnncXt0PLpK4yvwOW/wu/LaR3tc=

0 commit comments

Comments
 (0)