Skip to content

Commit 36e905a

Browse files
committed
Import protocol handler
1 parent a732223 commit 36e905a

File tree

3 files changed

+724
-1
lines changed

3 files changed

+724
-1
lines changed

go.mod

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

33
go 1.19
4+
5+
require github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.1.1
6+
7+
require (
8+
github.com/arduino/go-paths-helper v1.8.0 // indirect
9+
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
10+
github.com/pkg/errors v0.9.1 // indirect
11+
)

0 commit comments

Comments
 (0)