File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626
2727 "golang.org/x/sys/unix"
2828
29- "github.com/arduino/arduino-router/msgpackrouter"
29+ "github.com/arduino/arduino-router/internal/ msgpackrouter"
3030 "github.com/arduino/arduino-router/msgpackrpc"
3131)
3232
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727 "github.com/djherbis/buffer"
2828 "github.com/djherbis/nio/v3"
2929
30- "github.com/arduino/arduino-router/msgpackrouter"
30+ "github.com/arduino/arduino-router/internal/ msgpackrouter"
3131 "github.com/arduino/arduino-router/msgpackrpc"
3232)
3333
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424 "testing"
2525 "time"
2626
27- "github.com/arduino/arduino-router/msgpackrouter"
27+ "github.com/arduino/arduino-router/internal/ msgpackrouter"
2828 "github.com/arduino/arduino-router/msgpackrpc"
2929
3030 "github.com/djherbis/buffer"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828 "sync/atomic"
2929 "time"
3030
31- "github.com/arduino/arduino-router/msgpackrouter"
31+ "github.com/arduino/arduino-router/internal/ msgpackrouter"
3232 "github.com/arduino/arduino-router/msgpackrpc"
3333)
3434
File renamed without changes.
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ import (
2929 "syscall"
3030 "time"
3131
32- "github.com/arduino/arduino-router/hciapi"
33- "github.com/arduino/arduino-router/monitorapi"
34- "github.com/arduino/arduino-router/msgpackrouter"
32+ "github.com/arduino/arduino-router/internal/hciapi"
33+ "github.com/arduino/arduino-router/internal/monitorapi"
34+ "github.com/arduino/arduino-router/internal/msgpackrouter"
35+ networkapi "github.com/arduino/arduino-router/internal/network-api"
3536 "github.com/arduino/arduino-router/msgpackrpc"
36- networkapi "github.com/arduino/arduino-router/network-api"
3737
3838 "github.com/spf13/cobra"
3939 "go.bug.st/f"
You can’t perform that action at this time.
0 commit comments