mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-13 00:06:13 +02:00
Fix cherry-pick related build breaks.
ipn/ipnlocal/local.go: must include net/url. ipn/ipnlocal/peerapi_test.go: remove tailscale.com/util/must Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
7a3a1e3e68
commit
6a7e66b666
@ -12,6 +12,7 @@ import (
|
||||
"net"
|
||||
"net/http"
|
||||
"net/netip"
|
||||
"net/url"
|
||||
"os"
|
||||
"os/user"
|
||||
"path/filepath"
|
||||
|
||||
@ -25,7 +25,6 @@ import (
|
||||
"tailscale.com/tstest"
|
||||
"tailscale.com/types/logger"
|
||||
"tailscale.com/types/netmap"
|
||||
"tailscale.com/util/must"
|
||||
"tailscale.com/wgengine"
|
||||
"tailscale.com/wgengine/filter"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user