2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/cmd/derper dependencies: (generated by github.com/tailscale/depaware)
|
|
|
|
|
2022-08-11 18:43:09 +01:00
|
|
|
filippo.io/edwards25519 from github.com/hdevalence/ed25519consensus
|
|
|
|
filippo.io/edwards25519/field from filippo.io/edwards25519
|
2022-08-05 19:12:35 +01:00
|
|
|
W 💣 github.com/alexbrainman/sspi from github.com/alexbrainman/sspi/internal/common+
|
|
|
|
W github.com/alexbrainman/sspi/internal/common from github.com/alexbrainman/sspi/negotiate
|
|
|
|
W 💣 github.com/alexbrainman/sspi/negotiate from tailscale.com/net/tshttpproxy
|
2023-04-03 11:23:37 +01:00
|
|
|
github.com/beorn7/perks/quantile from github.com/prometheus/client_golang/prometheus
|
|
|
|
💣 github.com/cespare/xxhash/v2 from github.com/prometheus/client_golang/prometheus
|
2023-06-16 19:54:58 +01:00
|
|
|
L github.com/coreos/go-iptables/iptables from tailscale.com/util/linuxfw
|
2023-08-17 21:47:01 +01:00
|
|
|
W 💣 github.com/dblohm7/wingoes from tailscale.com/util/winutil
|
2022-08-11 18:43:09 +01:00
|
|
|
github.com/fxamacker/cbor/v2 from tailscale.com/tka
|
2022-08-05 19:12:35 +01:00
|
|
|
github.com/golang/groupcache/lru from tailscale.com/net/dnscache
|
2023-06-16 19:54:58 +01:00
|
|
|
L github.com/google/nftables from tailscale.com/util/linuxfw
|
|
|
|
L 💣 github.com/google/nftables/alignedbuff from github.com/google/nftables/xt
|
|
|
|
L 💣 github.com/google/nftables/binaryutil from github.com/google/nftables+
|
|
|
|
L github.com/google/nftables/expr from github.com/google/nftables+
|
|
|
|
L github.com/google/nftables/internal/parseexprfunc from github.com/google/nftables+
|
|
|
|
L github.com/google/nftables/xt from github.com/google/nftables/expr+
|
2024-04-09 21:06:48 +01:00
|
|
|
github.com/google/uuid from tailscale.com/util/fastuuid
|
2022-08-11 18:43:09 +01:00
|
|
|
github.com/hdevalence/ed25519consensus from tailscale.com/tka
|
2023-02-02 15:23:13 +00:00
|
|
|
L github.com/josharian/native from github.com/mdlayher/netlink+
|
2023-04-18 22:26:58 +01:00
|
|
|
L 💣 github.com/jsimonetti/rtnetlink from tailscale.com/net/interfaces+
|
2022-08-05 19:12:35 +01:00
|
|
|
L github.com/jsimonetti/rtnetlink/internal/unix from github.com/jsimonetti/rtnetlink
|
2024-02-02 18:45:32 +00:00
|
|
|
L 💣 github.com/mdlayher/netlink from github.com/google/nftables+
|
2022-08-05 19:12:35 +01:00
|
|
|
L 💣 github.com/mdlayher/netlink/nlenc from github.com/jsimonetti/rtnetlink+
|
2023-06-16 19:54:58 +01:00
|
|
|
L github.com/mdlayher/netlink/nltest from github.com/google/nftables
|
2022-08-05 19:12:35 +01:00
|
|
|
L 💣 github.com/mdlayher/socket from github.com/mdlayher/netlink
|
|
|
|
💣 github.com/mitchellh/go-ps from tailscale.com/safesocket
|
2023-04-10 11:28:16 +01:00
|
|
|
💣 github.com/prometheus/client_golang/prometheus from tailscale.com/tsweb/promvarz
|
2023-04-03 11:23:37 +01:00
|
|
|
github.com/prometheus/client_golang/prometheus/internal from github.com/prometheus/client_golang/prometheus
|
|
|
|
github.com/prometheus/client_model/go from github.com/prometheus/client_golang/prometheus+
|
|
|
|
github.com/prometheus/common/expfmt from github.com/prometheus/client_golang/prometheus+
|
|
|
|
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg from github.com/prometheus/common/expfmt
|
|
|
|
github.com/prometheus/common/model from github.com/prometheus/client_golang/prometheus+
|
|
|
|
LD github.com/prometheus/procfs from github.com/prometheus/client_golang/prometheus
|
|
|
|
LD github.com/prometheus/procfs/internal/fs from github.com/prometheus/procfs
|
|
|
|
LD github.com/prometheus/procfs/internal/util from github.com/prometheus/procfs
|
ipn, safesocket: use Windows token in LocalAPI
On Windows, the idiomatic way to check access on a named pipe is for
the server to impersonate the client on its current OS thread, perform
access checks using the client's access token, and then revert the OS
thread's access token back to its true self.
The access token is a better representation of the client's rights than just
a username/userid check, as it represents the client's effective rights
at connection time, which might differ from their normal rights.
This patch updates safesocket to do the aforementioned impersonation,
extract the token handle, and then revert the impersonation. We retain
the token handle for the remaining duration of the connection (the token
continues to be valid even after we have reverted back to self).
Since the token is a property of the connection, I changed ipnauth to wrap
the concrete net.Conn to include the token. I then plumbed that change
through ipnlocal, ipnserver, and localapi as necessary.
I also added a PermitLocalAdmin flag to the localapi Handler which I intend
to use for controlling access to a few new localapi endpoints intended
for configuring auto-update.
Updates https://github.com/tailscale/tailscale/issues/755
Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2023-10-25 21:48:05 +01:00
|
|
|
W 💣 github.com/tailscale/go-winio from tailscale.com/safesocket
|
|
|
|
W 💣 github.com/tailscale/go-winio/internal/fs from github.com/tailscale/go-winio
|
|
|
|
W 💣 github.com/tailscale/go-winio/internal/socket from github.com/tailscale/go-winio
|
|
|
|
W github.com/tailscale/go-winio/internal/stringbuffer from github.com/tailscale/go-winio/internal/fs
|
|
|
|
W github.com/tailscale/go-winio/pkg/guid from github.com/tailscale/go-winio+
|
2023-06-16 19:54:58 +01:00
|
|
|
L 💣 github.com/tailscale/netlink from tailscale.com/util/linuxfw
|
|
|
|
L 💣 github.com/vishvananda/netlink/nl from github.com/tailscale/netlink
|
|
|
|
L github.com/vishvananda/netns from github.com/tailscale/netlink+
|
2022-08-11 18:43:09 +01:00
|
|
|
github.com/x448/float16 from github.com/fxamacker/cbor/v2
|
2022-08-05 19:12:35 +01:00
|
|
|
💣 go4.org/mem from tailscale.com/client/tailscale+
|
2024-02-02 18:45:32 +00:00
|
|
|
go4.org/netipx from tailscale.com/net/tsaddr+
|
2022-08-05 19:12:35 +01:00
|
|
|
W 💣 golang.zx2c4.com/wireguard/windows/tunnel/winipcfg from tailscale.com/net/interfaces+
|
2024-01-20 00:07:44 +00:00
|
|
|
google.golang.org/protobuf/encoding/protodelim from github.com/prometheus/common/expfmt
|
|
|
|
google.golang.org/protobuf/encoding/prototext from github.com/prometheus/common/expfmt+
|
|
|
|
google.golang.org/protobuf/encoding/protowire from google.golang.org/protobuf/encoding/protodelim+
|
2023-04-03 11:23:37 +01:00
|
|
|
google.golang.org/protobuf/internal/descfmt from google.golang.org/protobuf/internal/filedesc
|
|
|
|
google.golang.org/protobuf/internal/descopts from google.golang.org/protobuf/internal/filedesc+
|
|
|
|
google.golang.org/protobuf/internal/detrand from google.golang.org/protobuf/internal/descfmt+
|
|
|
|
google.golang.org/protobuf/internal/encoding/defval from google.golang.org/protobuf/internal/encoding/tag+
|
|
|
|
google.golang.org/protobuf/internal/encoding/messageset from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
google.golang.org/protobuf/internal/encoding/tag from google.golang.org/protobuf/internal/impl
|
|
|
|
google.golang.org/protobuf/internal/encoding/text from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
google.golang.org/protobuf/internal/errors from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
google.golang.org/protobuf/internal/filedesc from google.golang.org/protobuf/internal/encoding/tag+
|
|
|
|
google.golang.org/protobuf/internal/filetype from google.golang.org/protobuf/runtime/protoimpl
|
|
|
|
google.golang.org/protobuf/internal/flags from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
google.golang.org/protobuf/internal/genid from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
💣 google.golang.org/protobuf/internal/impl from google.golang.org/protobuf/internal/filetype+
|
|
|
|
google.golang.org/protobuf/internal/order from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
google.golang.org/protobuf/internal/pragma from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
google.golang.org/protobuf/internal/set from google.golang.org/protobuf/encoding/prototext
|
|
|
|
💣 google.golang.org/protobuf/internal/strs from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
google.golang.org/protobuf/internal/version from google.golang.org/protobuf/runtime/protoimpl
|
2024-01-20 00:07:44 +00:00
|
|
|
google.golang.org/protobuf/proto from github.com/prometheus/client_golang/prometheus+
|
|
|
|
💣 google.golang.org/protobuf/reflect/protoreflect from github.com/prometheus/client_model/go+
|
|
|
|
google.golang.org/protobuf/reflect/protoregistry from google.golang.org/protobuf/encoding/prototext+
|
|
|
|
google.golang.org/protobuf/runtime/protoiface from google.golang.org/protobuf/internal/impl+
|
|
|
|
google.golang.org/protobuf/runtime/protoimpl from github.com/prometheus/client_model/go+
|
2023-05-04 03:14:12 +01:00
|
|
|
google.golang.org/protobuf/types/known/timestamppb from github.com/prometheus/client_golang/prometheus+
|
2022-08-05 19:12:35 +01:00
|
|
|
nhooyr.io/websocket from tailscale.com/cmd/derper+
|
|
|
|
nhooyr.io/websocket/internal/errd from nhooyr.io/websocket
|
2024-01-20 00:07:44 +00:00
|
|
|
nhooyr.io/websocket/internal/util from nhooyr.io/websocket
|
2022-08-05 19:12:35 +01:00
|
|
|
nhooyr.io/websocket/internal/xsync from nhooyr.io/websocket
|
|
|
|
tailscale.com from tailscale.com/version
|
|
|
|
tailscale.com/atomicfile from tailscale.com/cmd/derper+
|
|
|
|
tailscale.com/client/tailscale from tailscale.com/derp
|
|
|
|
tailscale.com/client/tailscale/apitype from tailscale.com/client/tailscale
|
|
|
|
tailscale.com/derp from tailscale.com/cmd/derper+
|
|
|
|
tailscale.com/derp/derphttp from tailscale.com/cmd/derper
|
|
|
|
tailscale.com/disco from tailscale.com/derp
|
2024-04-02 21:32:30 +01:00
|
|
|
tailscale.com/drive from tailscale.com/client/tailscale+
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/envknob from tailscale.com/client/tailscale+
|
2023-02-01 19:29:44 +00:00
|
|
|
tailscale.com/health from tailscale.com/net/tlsdial
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/hostinfo from tailscale.com/net/interfaces+
|
|
|
|
tailscale.com/ipn from tailscale.com/client/tailscale
|
|
|
|
tailscale.com/ipn/ipnstate from tailscale.com/client/tailscale+
|
2022-11-05 21:26:29 +00:00
|
|
|
tailscale.com/metrics from tailscale.com/cmd/derper+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/net/dnscache from tailscale.com/derp/derphttp
|
|
|
|
tailscale.com/net/flowtrack from tailscale.com/net/packet+
|
2024-02-02 18:45:32 +00:00
|
|
|
💣 tailscale.com/net/interfaces from tailscale.com/net/netmon+
|
2024-02-19 05:12:36 +00:00
|
|
|
tailscale.com/net/ktimeout from tailscale.com/cmd/derper
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/net/netaddr from tailscale.com/ipn+
|
|
|
|
tailscale.com/net/netknob from tailscale.com/net/netns
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/net/netmon from tailscale.com/derp/derphttp+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/net/netns from tailscale.com/derp/derphttp
|
|
|
|
tailscale.com/net/netutil from tailscale.com/client/tailscale
|
|
|
|
tailscale.com/net/packet from tailscale.com/wgengine/filter
|
2023-02-03 20:07:58 +00:00
|
|
|
tailscale.com/net/sockstats from tailscale.com/derp/derphttp
|
2024-01-05 19:14:42 +00:00
|
|
|
tailscale.com/net/stun from tailscale.com/net/stunserver
|
|
|
|
tailscale.com/net/stunserver from tailscale.com/cmd/derper
|
2023-06-22 18:01:26 +01:00
|
|
|
L tailscale.com/net/tcpinfo from tailscale.com/derp
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/net/tlsdial from tailscale.com/derp/derphttp
|
|
|
|
tailscale.com/net/tsaddr from tailscale.com/ipn+
|
|
|
|
💣 tailscale.com/net/tshttpproxy from tailscale.com/derp/derphttp+
|
2022-10-18 22:20:43 +01:00
|
|
|
tailscale.com/net/wsconn from tailscale.com/cmd/derper+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/paths from tailscale.com/client/tailscale
|
2024-02-09 17:26:43 +00:00
|
|
|
💣 tailscale.com/safesocket from tailscale.com/client/tailscale
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/syncs from tailscale.com/cmd/derper+
|
|
|
|
tailscale.com/tailcfg from tailscale.com/client/tailscale+
|
2022-09-07 00:34:16 +01:00
|
|
|
tailscale.com/tka from tailscale.com/client/tailscale+
|
2022-08-05 19:12:35 +01:00
|
|
|
W tailscale.com/tsconst from tailscale.com/net/interfaces
|
2023-07-27 20:56:33 +01:00
|
|
|
tailscale.com/tstime from tailscale.com/derp+
|
2023-08-11 06:18:11 +01:00
|
|
|
tailscale.com/tstime/mono from tailscale.com/tstime/rate
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/tstime/rate from tailscale.com/derp+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/tsweb from tailscale.com/cmd/derper
|
2023-04-10 11:28:16 +01:00
|
|
|
tailscale.com/tsweb/promvarz from tailscale.com/tsweb
|
|
|
|
tailscale.com/tsweb/varz from tailscale.com/tsweb+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/types/dnstype from tailscale.com/tailcfg
|
|
|
|
tailscale.com/types/empty from tailscale.com/ipn
|
|
|
|
tailscale.com/types/ipproto from tailscale.com/net/flowtrack+
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/types/key from tailscale.com/client/tailscale+
|
2023-02-11 02:07:37 +00:00
|
|
|
tailscale.com/types/lazy from tailscale.com/version+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/types/logger from tailscale.com/cmd/derper+
|
|
|
|
tailscale.com/types/netmap from tailscale.com/ipn
|
|
|
|
tailscale.com/types/opt from tailscale.com/client/tailscale+
|
|
|
|
tailscale.com/types/persist from tailscale.com/ipn
|
|
|
|
tailscale.com/types/preftype from tailscale.com/ipn
|
2023-01-23 20:33:58 +00:00
|
|
|
tailscale.com/types/ptr from tailscale.com/hostinfo+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/types/structs from tailscale.com/ipn+
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/types/tkatype from tailscale.com/client/tailscale+
|
|
|
|
tailscale.com/types/views from tailscale.com/ipn+
|
|
|
|
tailscale.com/util/clientmetric from tailscale.com/net/netmon+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/util/cloudenv from tailscale.com/hostinfo+
|
|
|
|
W tailscale.com/util/cmpver from tailscale.com/net/tshttpproxy
|
2024-01-16 21:56:23 +00:00
|
|
|
tailscale.com/util/ctxkey from tailscale.com/tsweb+
|
2022-11-05 21:26:29 +00:00
|
|
|
L 💣 tailscale.com/util/dirwalk from tailscale.com/metrics
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/util/dnsname from tailscale.com/hostinfo+
|
2024-04-09 21:06:48 +01:00
|
|
|
tailscale.com/util/fastuuid from tailscale.com/tsweb
|
2023-01-27 03:35:26 +00:00
|
|
|
tailscale.com/util/httpm from tailscale.com/client/tailscale
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/util/lineread from tailscale.com/hostinfo+
|
2023-07-21 04:36:12 +01:00
|
|
|
L tailscale.com/util/linuxfw from tailscale.com/net/netns
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/util/mak from tailscale.com/net/interfaces+
|
2023-06-16 19:54:58 +01:00
|
|
|
tailscale.com/util/multierr from tailscale.com/health+
|
2023-10-11 23:10:24 +01:00
|
|
|
tailscale.com/util/nocasemaps from tailscale.com/types/ipproto
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/util/set from tailscale.com/derp+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/util/singleflight from tailscale.com/net/dnscache
|
2023-03-03 18:15:56 +00:00
|
|
|
tailscale.com/util/slicesx from tailscale.com/cmd/derper+
|
2024-01-05 23:30:15 +00:00
|
|
|
tailscale.com/util/syspolicy from tailscale.com/ipn
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/util/vizerror from tailscale.com/tailcfg+
|
2022-08-05 19:12:35 +01:00
|
|
|
W 💣 tailscale.com/util/winutil from tailscale.com/hostinfo+
|
|
|
|
tailscale.com/version from tailscale.com/derp+
|
2024-02-02 18:45:32 +00:00
|
|
|
tailscale.com/version/distro from tailscale.com/envknob+
|
2022-08-05 19:12:35 +01:00
|
|
|
tailscale.com/wgengine/filter from tailscale.com/types/netmap
|
|
|
|
golang.org/x/crypto/acme from golang.org/x/crypto/acme/autocert
|
|
|
|
golang.org/x/crypto/acme/autocert from tailscale.com/cmd/derper
|
2022-08-11 18:43:09 +01:00
|
|
|
golang.org/x/crypto/argon2 from tailscale.com/tka
|
2024-02-02 18:45:32 +00:00
|
|
|
golang.org/x/crypto/blake2b from golang.org/x/crypto/argon2+
|
2022-08-11 18:43:09 +01:00
|
|
|
golang.org/x/crypto/blake2s from tailscale.com/tka
|
2022-08-05 19:12:35 +01:00
|
|
|
golang.org/x/crypto/chacha20 from golang.org/x/crypto/chacha20poly1305
|
|
|
|
golang.org/x/crypto/chacha20poly1305 from crypto/tls
|
|
|
|
golang.org/x/crypto/cryptobyte from crypto/ecdsa+
|
|
|
|
golang.org/x/crypto/cryptobyte/asn1 from crypto/ecdsa+
|
2023-02-01 21:43:06 +00:00
|
|
|
golang.org/x/crypto/curve25519 from golang.org/x/crypto/nacl/box+
|
2022-08-05 19:12:35 +01:00
|
|
|
golang.org/x/crypto/hkdf from crypto/tls
|
|
|
|
golang.org/x/crypto/nacl/box from tailscale.com/types/key
|
|
|
|
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+
|
|
|
|
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
|
2023-03-05 02:49:05 +00:00
|
|
|
golang.org/x/net/http/httpproxy from net/http+
|
2022-08-05 19:12:35 +01:00
|
|
|
golang.org/x/net/http2/hpack from net/http
|
|
|
|
golang.org/x/net/idna from golang.org/x/crypto/acme/autocert+
|
|
|
|
golang.org/x/net/proxy from tailscale.com/net/netns
|
|
|
|
D golang.org/x/net/route from net+
|
|
|
|
golang.org/x/sync/errgroup from github.com/mdlayher/socket+
|
2024-02-02 18:45:32 +00:00
|
|
|
golang.org/x/sys/cpu from github.com/josharian/native+
|
|
|
|
LD golang.org/x/sys/unix from github.com/google/nftables+
|
|
|
|
W golang.org/x/sys/windows from github.com/dblohm7/wingoes+
|
|
|
|
W golang.org/x/sys/windows/registry from github.com/dblohm7/wingoes+
|
2022-09-19 22:49:58 +01:00
|
|
|
W golang.org/x/sys/windows/svc from golang.org/x/sys/windows/svc/mgr+
|
|
|
|
W golang.org/x/sys/windows/svc/mgr from tailscale.com/util/winutil
|
2022-08-05 19:12:35 +01:00
|
|
|
golang.org/x/text/secure/bidirule from golang.org/x/net/idna
|
|
|
|
golang.org/x/text/transform from golang.org/x/text/secure/bidirule+
|
|
|
|
golang.org/x/text/unicode/bidi from golang.org/x/net/idna+
|
|
|
|
golang.org/x/text/unicode/norm from golang.org/x/net/idna
|
|
|
|
golang.org/x/time/rate from tailscale.com/cmd/derper+
|
|
|
|
bufio from compress/flate+
|
|
|
|
bytes from bufio+
|
2023-12-18 22:43:01 +00:00
|
|
|
cmp from slices+
|
2022-08-05 19:12:35 +01:00
|
|
|
compress/flate from compress/gzip+
|
2024-02-02 18:45:32 +00:00
|
|
|
compress/gzip from google.golang.org/protobuf/internal/impl+
|
2022-08-05 19:12:35 +01:00
|
|
|
container/list from crypto/tls+
|
|
|
|
context from crypto/tls+
|
2024-02-02 18:45:32 +00:00
|
|
|
crypto from crypto/ecdh+
|
2022-08-05 19:12:35 +01:00
|
|
|
crypto/aes from crypto/ecdsa+
|
|
|
|
crypto/cipher from crypto/aes+
|
|
|
|
crypto/des from crypto/tls+
|
|
|
|
crypto/dsa from crypto/x509
|
2023-02-01 21:43:06 +00:00
|
|
|
crypto/ecdh from crypto/ecdsa+
|
2022-08-05 19:12:35 +01:00
|
|
|
crypto/ecdsa from crypto/tls+
|
|
|
|
crypto/ed25519 from crypto/tls+
|
|
|
|
crypto/elliptic from crypto/ecdsa+
|
|
|
|
crypto/hmac from crypto/tls+
|
|
|
|
crypto/md5 from crypto/tls+
|
|
|
|
crypto/rand from crypto/ed25519+
|
|
|
|
crypto/rc4 from crypto/tls
|
|
|
|
crypto/rsa from crypto/tls+
|
|
|
|
crypto/sha1 from crypto/tls+
|
|
|
|
crypto/sha256 from crypto/tls+
|
|
|
|
crypto/sha512 from crypto/ecdsa+
|
|
|
|
crypto/subtle from crypto/aes+
|
|
|
|
crypto/tls from golang.org/x/crypto/acme+
|
|
|
|
crypto/x509 from crypto/tls+
|
|
|
|
crypto/x509/pkix from crypto/x509+
|
2023-11-28 23:37:21 +00:00
|
|
|
database/sql/driver from github.com/google/uuid
|
2022-08-05 19:12:35 +01:00
|
|
|
embed from crypto/internal/nistec+
|
|
|
|
encoding from encoding/json+
|
|
|
|
encoding/asn1 from crypto/x509+
|
2024-02-02 18:45:32 +00:00
|
|
|
encoding/base32 from github.com/fxamacker/cbor/v2+
|
2022-08-05 19:12:35 +01:00
|
|
|
encoding/base64 from encoding/json+
|
|
|
|
encoding/binary from compress/gzip+
|
|
|
|
encoding/hex from crypto/x509+
|
|
|
|
encoding/json from expvar+
|
|
|
|
encoding/pem from crypto/tls+
|
|
|
|
errors from bufio+
|
2024-02-02 18:45:32 +00:00
|
|
|
expvar from github.com/prometheus/client_golang/prometheus+
|
2024-01-05 23:30:15 +00:00
|
|
|
flag from tailscale.com/cmd/derper+
|
2022-08-05 19:12:35 +01:00
|
|
|
fmt from compress/flate+
|
2023-04-03 11:23:37 +01:00
|
|
|
go/token from google.golang.org/protobuf/internal/strs
|
2022-08-05 19:12:35 +01:00
|
|
|
hash from crypto+
|
|
|
|
hash/crc32 from compress/gzip+
|
2023-04-03 11:23:37 +01:00
|
|
|
hash/fnv from google.golang.org/protobuf/internal/detrand
|
2022-08-05 19:12:35 +01:00
|
|
|
hash/maphash from go4.org/mem
|
|
|
|
html from net/http/pprof+
|
|
|
|
io from bufio+
|
|
|
|
io/fs from crypto/x509+
|
|
|
|
io/ioutil from github.com/mitchellh/go-ps+
|
|
|
|
log from expvar+
|
2023-06-23 14:12:19 +01:00
|
|
|
log/internal from log
|
2024-02-02 18:45:32 +00:00
|
|
|
maps from tailscale.com/ipn+
|
2022-08-05 19:12:35 +01:00
|
|
|
math from compress/flate+
|
|
|
|
math/big from crypto/dsa+
|
|
|
|
math/bits from compress/flate+
|
|
|
|
math/rand from github.com/mdlayher/netlink+
|
2024-04-09 21:06:48 +01:00
|
|
|
math/rand/v2 from tailscale.com/util/fastuuid
|
2024-02-02 18:45:32 +00:00
|
|
|
mime from github.com/prometheus/common/expfmt+
|
2022-08-05 19:12:35 +01:00
|
|
|
mime/multipart from net/http
|
|
|
|
mime/quotedprintable from mime/multipart
|
|
|
|
net from crypto/tls+
|
|
|
|
net/http from expvar+
|
|
|
|
net/http/httptrace from net/http+
|
|
|
|
net/http/internal from net/http
|
2023-04-10 11:28:16 +01:00
|
|
|
net/http/pprof from tailscale.com/tsweb+
|
2022-08-05 19:12:35 +01:00
|
|
|
net/netip from go4.org/netipx+
|
|
|
|
net/textproto from golang.org/x/net/http/httpguts+
|
|
|
|
net/url from crypto/x509+
|
|
|
|
os from crypto/rand+
|
2024-02-02 18:45:32 +00:00
|
|
|
os/exec from github.com/coreos/go-iptables/iptables+
|
2024-01-05 19:14:42 +00:00
|
|
|
os/signal from tailscale.com/cmd/derper
|
2022-11-24 22:51:19 +00:00
|
|
|
W os/user from tailscale.com/util/winutil
|
2024-02-02 18:45:32 +00:00
|
|
|
path from github.com/prometheus/client_golang/prometheus/internal+
|
2022-08-05 19:12:35 +01:00
|
|
|
path/filepath from crypto/x509+
|
|
|
|
reflect from crypto/x509+
|
2024-02-02 18:45:32 +00:00
|
|
|
regexp from github.com/coreos/go-iptables/iptables+
|
2022-08-05 19:12:35 +01:00
|
|
|
regexp/syntax from regexp
|
2024-02-02 18:45:32 +00:00
|
|
|
runtime/debug from github.com/prometheus/client_golang/prometheus+
|
2023-04-03 11:23:37 +01:00
|
|
|
runtime/metrics from github.com/prometheus/client_golang/prometheus+
|
2022-08-05 19:12:35 +01:00
|
|
|
runtime/pprof from net/http/pprof
|
2024-01-05 23:30:15 +00:00
|
|
|
runtime/trace from net/http/pprof+
|
2023-09-28 07:01:09 +01:00
|
|
|
slices from tailscale.com/ipn/ipnstate+
|
2022-08-05 19:12:35 +01:00
|
|
|
sort from compress/flate+
|
|
|
|
strconv from compress/flate+
|
|
|
|
strings from bufio+
|
|
|
|
sync from compress/flate+
|
|
|
|
sync/atomic from context+
|
|
|
|
syscall from crypto/rand+
|
2024-01-05 23:30:15 +00:00
|
|
|
testing from tailscale.com/util/syspolicy
|
2022-08-05 19:12:35 +01:00
|
|
|
text/tabwriter from runtime/pprof
|
|
|
|
time from compress/gzip+
|
|
|
|
unicode from bytes+
|
|
|
|
unicode/utf16 from crypto/x509+
|
|
|
|
unicode/utf8 from bufio+
|