diff options
| author | Josh Bleecher Snyder <josh@tailscale.com> | 2022-02-14 17:28:52 -0800 |
|---|---|---|
| committer | Josh Bleecher Snyder <josh@tailscale.com> | 2022-02-14 17:32:00 -0800 |
| commit | 1b89db4dff4ad3a72591ac661e94801792b5e338 (patch) | |
| tree | 279a3a05234719a1cfa8b5e59cd316974146ca16 /cmd | |
| parent | 1dc4151f8b96817d6e30b7b00469ebddf15ae2a5 (diff) | |
| download | tailscale-josh/tswebflags.tar.xz tailscale-josh/tswebflags.zip | |
tsweb: add DebugHandler.FlagSetjosh/tswebflags
For runtime-modifiable values.
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/tailscaled/depaware.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/tailscaled/depaware.txt b/cmd/tailscaled/depaware.txt index 5ecec59dd..2e18d1f9b 100644 --- a/cmd/tailscaled/depaware.txt +++ b/cmd/tailscaled/depaware.txt @@ -353,6 +353,7 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de hash/fnv from gvisor.dev/gvisor/pkg/tcpip/network/ipv6+ hash/maphash from go4.org/mem html from net/http/pprof+ + html/template from tailscale.com/tsweb io from bufio+ io/fs from crypto/rand+ io/ioutil from github.com/aws/aws-sdk-go-v2/aws/protocol/query+ @@ -391,6 +392,8 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de sync/atomic from context+ syscall from crypto/rand+ text/tabwriter from runtime/pprof + text/template from html/template + text/template/parse from html/template+ time from compress/gzip+ unicode from bytes+ unicode/utf16 from crypto/x509+ |
