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>
pull/6385/head
Denton Gentry 3 years ago committed by Denton Gentry
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…
Cancel
Save