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/services.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/services.go')
| -rw-r--r-- | cmd/containerboot/services.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/containerboot/services.go b/cmd/containerboot/services.go index 177cb2d50..8e9c5ed5b 100644 --- a/cmd/containerboot/services.go +++ b/cmd/containerboot/services.go @@ -21,11 +21,11 @@ import ( "time" "github.com/fsnotify/fsnotify" - "tailscale.com/client/tailscale" "tailscale.com/ipn" "tailscale.com/kube/egressservices" "tailscale.com/kube/kubeclient" "tailscale.com/kube/kubetypes" + "tailscale.com/localclient/tailscale" "tailscale.com/syncs" "tailscale.com/tailcfg" "tailscale.com/util/httpm" |
