Changed package name from robin -> cplane

This commit is contained in:
Tim Beatham 2024-08-11 12:25:52 +01:00
parent c3241c2764
commit 1c0a559ea1
4 changed files with 1 additions and 1 deletions

View File

@ -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"
)