From 24ee0ed3c36bf4e8586e0d49d8e62c8aa79d2448 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 2 Aug 2021 22:15:34 -0700 Subject: [PATCH] tstest/integration: update test deps Signed-off-by: Brad Fitzpatrick --- tstest/integration/tailscaled_deps_test_darwin.go | 1 + tstest/integration/tailscaled_deps_test_freebsd.go | 1 + tstest/integration/tailscaled_deps_test_linux.go | 1 + tstest/integration/tailscaled_deps_test_openbsd.go | 1 + tstest/integration/tailscaled_deps_test_windows.go | 1 + 5 files changed, 5 insertions(+) diff --git a/tstest/integration/tailscaled_deps_test_darwin.go b/tstest/integration/tailscaled_deps_test_darwin.go index 29a5880ca..9c540cb88 100644 --- a/tstest/integration/tailscaled_deps_test_darwin.go +++ b/tstest/integration/tailscaled_deps_test_darwin.go @@ -41,6 +41,7 @@ _ "tailscale.com/logpolicy" _ "tailscale.com/net/dns" _ "tailscale.com/net/interfaces" + _ "tailscale.com/net/portmapper" _ "tailscale.com/net/socks5/tssocks" _ "tailscale.com/net/tshttpproxy" _ "tailscale.com/net/tstun" diff --git a/tstest/integration/tailscaled_deps_test_freebsd.go b/tstest/integration/tailscaled_deps_test_freebsd.go index 84b35b592..30365502b 100644 --- a/tstest/integration/tailscaled_deps_test_freebsd.go +++ b/tstest/integration/tailscaled_deps_test_freebsd.go @@ -39,6 +39,7 @@ _ "tailscale.com/logpolicy" _ "tailscale.com/net/dns" _ "tailscale.com/net/interfaces" + _ "tailscale.com/net/portmapper" _ "tailscale.com/net/socks5/tssocks" _ "tailscale.com/net/tshttpproxy" _ "tailscale.com/net/tstun" diff --git a/tstest/integration/tailscaled_deps_test_linux.go b/tstest/integration/tailscaled_deps_test_linux.go index 84b35b592..30365502b 100644 --- a/tstest/integration/tailscaled_deps_test_linux.go +++ b/tstest/integration/tailscaled_deps_test_linux.go @@ -39,6 +39,7 @@ _ "tailscale.com/logpolicy" _ "tailscale.com/net/dns" _ "tailscale.com/net/interfaces" + _ "tailscale.com/net/portmapper" _ "tailscale.com/net/socks5/tssocks" _ "tailscale.com/net/tshttpproxy" _ "tailscale.com/net/tstun" diff --git a/tstest/integration/tailscaled_deps_test_openbsd.go b/tstest/integration/tailscaled_deps_test_openbsd.go index 84b35b592..30365502b 100644 --- a/tstest/integration/tailscaled_deps_test_openbsd.go +++ b/tstest/integration/tailscaled_deps_test_openbsd.go @@ -39,6 +39,7 @@ _ "tailscale.com/logpolicy" _ "tailscale.com/net/dns" _ "tailscale.com/net/interfaces" + _ "tailscale.com/net/portmapper" _ "tailscale.com/net/socks5/tssocks" _ "tailscale.com/net/tshttpproxy" _ "tailscale.com/net/tstun" diff --git a/tstest/integration/tailscaled_deps_test_windows.go b/tstest/integration/tailscaled_deps_test_windows.go index 69a11257c..6db88d2da 100644 --- a/tstest/integration/tailscaled_deps_test_windows.go +++ b/tstest/integration/tailscaled_deps_test_windows.go @@ -45,6 +45,7 @@ _ "tailscale.com/logtail/backoff" _ "tailscale.com/net/dns" _ "tailscale.com/net/interfaces" + _ "tailscale.com/net/portmapper" _ "tailscale.com/net/socks5/tssocks" _ "tailscale.com/net/tshttpproxy" _ "tailscale.com/net/tstun"