Skip to content

Commit 7d47689

Browse files
authored
Merge pull request #9 from arduino/scerza/fix-go-module
Fix go module
2 parents ca285eb + 9b1415b commit 7d47689

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dummy-discovery/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
"time"
2525

2626
"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"
27+
discovery "github.com/arduino/pluggable-discovery-protocol-handler/v2"
28+
"github.com/arduino/pluggable-discovery-protocol-handler/v2/dummy-discovery/args"
2929
)
3030

3131
// dummyDiscovery is an example implementation of a Discovery.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/arduino/pluggable-discovery-protocol-handler
1+
module github.com/arduino/pluggable-discovery-protocol-handler/v2
22

33
go 1.16
44

0 commit comments

Comments
 (0)