summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@tailscale.com>2022-12-05 18:22:53 -0800
committerBrad Fitzpatrick <brad@danga.com>2022-12-05 18:50:24 -0800
commit1598cd0361f3ca74fd052d4d804e052cb091cab9 (patch)
tree099b1722413f92b09756b052c7a50a0f7ae2848a /cmd
parent4b34c88426de324255f0906db8ae6ecb6da5d107 (diff)
downloadtailscale-1598cd0361f3ca74fd052d4d804e052cb091cab9.tar.xz
tailscale-1598cd0361f3ca74fd052d4d804e052cb091cab9.zip
net/tsaddr: remove ContainsFunc helpers (they're now in x/exp/slices)
x/exp/slices now has ContainsFunc (golang/go#53983) so we can delete our versions. Change-Id: I5157a403bfc1b30e243bf31c8b611da25e995078 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/derper/depaware.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/derper/depaware.txt b/cmd/derper/depaware.txt
index cff4bdf52..332456d83 100644
--- a/cmd/derper/depaware.txt
+++ b/cmd/derper/depaware.txt
@@ -102,7 +102,7 @@ tailscale.com/cmd/derper dependencies: (generated by github.com/tailscale/depawa
golang.org/x/crypto/nacl/secretbox from golang.org/x/crypto/nacl/box
golang.org/x/crypto/salsa20/salsa from golang.org/x/crypto/nacl/box+
golang.org/x/exp/constraints from golang.org/x/exp/slices
- golang.org/x/exp/slices from tailscale.com/net/tsaddr
+ golang.org/x/exp/slices from tailscale.com/net/tsaddr+
L golang.org/x/net/bpf from github.com/mdlayher/netlink+
golang.org/x/net/dns/dnsmessage from net+
golang.org/x/net/http/httpguts from net/http