Skip to content

Commit b1dfe34

Browse files
committed
Fix quit ok message not sent
1 parent c8ab038 commit b1dfe34

File tree

2 files changed

+659
-15
lines changed

2 files changed

+659
-15
lines changed

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
module github.com/arduino/serial-discovery
22

33
require (
4-
github.com/arduino/go-paths-helper v1.6.1 // indirect
54
github.com/arduino/go-properties-orderedmap v1.6.0
6-
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.1
7-
github.com/davecgh/go-spew v1.1.1 // indirect
5+
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2
86
github.com/s-urbaniak/uevent v1.0.1
9-
go.bug.st/serial v1.3.1
10-
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069
7+
go.bug.st/serial v1.3.2
8+
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
119
)
1210

1311
go 1.16

0 commit comments

Comments
 (0)