We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ab038 commit b1dfe34Copy full SHA for b1dfe34
go.mod
@@ -1,13 +1,11 @@
1
module github.com/arduino/serial-discovery
2
3
require (
4
- github.com/arduino/go-paths-helper v1.6.1 // indirect
5
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
+ github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2
8
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
+ go.bug.st/serial v1.3.2
+ golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
11
)
12
13
go 1.16
0 commit comments