summaryrefslogtreecommitdiffhomepage
path: root/cmd/containerboot/serve.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/containerboot/serve.go')
-rw-r--r--cmd/containerboot/serve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/containerboot/serve.go b/cmd/containerboot/serve.go
index aad22820b..0e974a37e 100644
--- a/cmd/containerboot/serve.go
+++ b/cmd/containerboot/serve.go
@@ -17,9 +17,9 @@ import (
"time"
"github.com/fsnotify/fsnotify"
- "tailscale.com/client/tailscale"
"tailscale.com/ipn"
"tailscale.com/kube/kubetypes"
+ "tailscale.com/localclient/tailscale"
"tailscale.com/types/netmap"
)