-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from arduino/scerza/fix-quit-message-bug
Fix `quit` ok message not sent
- Loading branch information
Showing
8 changed files
with
673 additions
and
29 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...es/serial-discovery/go/github.com/arduino/pluggable-discovery-protocol-handler/v2.dep.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
module github.com/arduino/serial-discovery | ||
|
||
require ( | ||
github.com/arduino/go-paths-helper v1.6.1 // indirect | ||
github.com/arduino/go-properties-orderedmap v1.6.0 | ||
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2 | ||
github.com/s-urbaniak/uevent v1.0.1 | ||
go.bug.st/serial v1.3.1 | ||
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 | ||
go.bug.st/serial v1.3.2 | ||
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf | ||
) | ||
|
||
go 1.16 |