diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2022-12-05 18:22:53 -0800 |
|---|---|---|
| committer | Brad Fitzpatrick <brad@danga.com> | 2022-12-05 18:50:24 -0800 |
| commit | 1598cd0361f3ca74fd052d4d804e052cb091cab9 (patch) | |
| tree | 099b1722413f92b09756b052c7a50a0f7ae2848a /cmd | |
| parent | 4b34c88426de324255f0906db8ae6ecb6da5d107 (diff) | |
| download | tailscale-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.txt | 2 |
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 |
