We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca285eb + 9b1415b commit 7d47689Copy full SHA for 7d47689
dummy-discovery/main.go
@@ -24,8 +24,8 @@ import (
24
"time"
25
26
"github.com/arduino/go-properties-orderedmap"
27
- discovery "github.com/arduino/pluggable-discovery-protocol-handler"
28
- "github.com/arduino/pluggable-discovery-protocol-handler/dummy-discovery/args"
+ discovery "github.com/arduino/pluggable-discovery-protocol-handler/v2"
+ "github.com/arduino/pluggable-discovery-protocol-handler/v2/dummy-discovery/args"
29
)
30
31
// dummyDiscovery is an example implementation of a Discovery.
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/arduino/pluggable-discovery-protocol-handler
+module github.com/arduino/pluggable-discovery-protocol-handler/v2
2
3
go 1.16
4
0 commit comments