diff options
| author | Percy Wegmann <percy@tailscale.com> | 2025-02-04 15:18:24 -0600 |
|---|---|---|
| committer | Percy Wegmann <percy@tailscale.com> | 2025-02-04 15:26:21 -0600 |
| commit | 0b6a337039f8f2a1eea34a8b072f992dc4fea4ab (patch) | |
| tree | 2f21e1d13197f015bd472fcf7d4177d870a2d474 /cmd/containerboot/serve.go | |
| parent | e6a5c1ee16fd0a63a78bafdf95d97d868cf0748c (diff) | |
| download | tailscale-percy/movelocalapi.tar.xz tailscale-percy/movelocalapi.zip | |
Signed-off-by: Percy Wegmann <percy@tailscale.com>
Diffstat (limited to 'cmd/containerboot/serve.go')
| -rw-r--r-- | cmd/containerboot/serve.go | 2 |
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" ) |
