diff --git a/cmd/smegd/main.go b/cmd/smegd/main.go index 2ff0d73..ceeaf2d 100644 --- a/cmd/smegd/main.go +++ b/cmd/smegd/main.go @@ -6,10 +6,10 @@ import ( "os/signal" "github.com/tim-beatham/smegmesh/pkg/conf" + robin "github.com/tim-beatham/smegmesh/pkg/cplane" ctrlserver "github.com/tim-beatham/smegmesh/pkg/ctrlserver" "github.com/tim-beatham/smegmesh/pkg/ipc" logging "github.com/tim-beatham/smegmesh/pkg/log" - "github.com/tim-beatham/smegmesh/pkg/robin" "github.com/tim-beatham/smegmesh/pkg/sync" "golang.zx2c4.com/wireguard/wgctrl" ) diff --git a/pkg/robin/requester.go b/pkg/cplane/requester.go similarity index 100% rename from pkg/robin/requester.go rename to pkg/cplane/requester.go diff --git a/pkg/robin/requester_test.go b/pkg/cplane/requester_test.go similarity index 100% rename from pkg/robin/requester_test.go rename to pkg/cplane/requester_test.go diff --git a/pkg/robin/responder.go b/pkg/cplane/responder.go similarity index 100% rename from pkg/robin/responder.go rename to pkg/cplane/responder.go