Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
rjtokenring committed Aug 27, 2024
1 parent 3670dde commit c987fbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .licenses/go/github.com/arduino/board-discovery.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/arduino/board-discovery
version: v0.0.0-20240827085220-72502b54d271
version: v0.0.0-20240827103317-664e54f963fb
type: go
summary: Package discovery keeps an updated list of the devices connected to the computer,
via serial ports or found in the network
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (

require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/arduino/board-discovery v0.0.0-20240827085220-72502b54d271 // indirect
github.com/arduino/board-discovery v0.0.0-20240827103317-664e54f963fb // indirect
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cmaglie/pb v1.0.27 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
github.com/arduino/arduino-cli v0.0.0-20221116144942-76251df9241a h1:jbGxP4VJXFXJGYJgA9p5kcJweLNOcaz5tXTgFjaEiRE=
github.com/arduino/arduino-cli v0.0.0-20221116144942-76251df9241a/go.mod h1:pIrqM9m4MCRyMUhguneLOkPxvNydFfup8qZqgjIFcTg=
github.com/arduino/board-discovery v0.0.0-20240827085220-72502b54d271 h1:FdxnfTzvvZgxPoNnJF9iJsIcvl9unVtaDtdolEkYbJs=
github.com/arduino/board-discovery v0.0.0-20240827085220-72502b54d271/go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8=
github.com/arduino/board-discovery v0.0.0-20240827103317-664e54f963fb h1:iVkeH73ZfoxMEe/YhaheYK+UbiKwIrnjrwYIYAuRKtQ=
github.com/arduino/board-discovery v0.0.0-20240827103317-664e54f963fb/go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8=
github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
github.com/arduino/go-paths-helper v1.2.0/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
github.com/arduino/go-paths-helper v1.7.0 h1:S9l5BP2aogz1CgyqqnncXt0PLpK4yvwOW/wu/LaR3tc=
Expand Down

0 comments on commit c987fbd

Please sign in to comment.