mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-11 02:08:36 +00:00
tsweb/varz: remove pprof
Updates tailscale/corp#22075 Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
eac7c8104a
commit
dd5499ed5f
@ -271,7 +271,7 @@ tailscale.com/cmd/derper dependencies: (generated by github.com/tailscale/depawa
|
|||||||
net/http from expvar+
|
net/http from expvar+
|
||||||
net/http/httptrace from net/http+
|
net/http/httptrace from net/http+
|
||||||
net/http/internal from net/http
|
net/http/internal from net/http
|
||||||
net/http/pprof from tailscale.com/tsweb+
|
net/http/pprof from tailscale.com/tsweb
|
||||||
net/netip from go4.org/netipx+
|
net/netip from go4.org/netipx+
|
||||||
net/textproto from golang.org/x/net/http/httpguts+
|
net/textproto from golang.org/x/net/http/httpguts+
|
||||||
net/url from crypto/x509+
|
net/url from crypto/x509+
|
||||||
|
@ -168,7 +168,7 @@ tailscale.com/cmd/stund dependencies: (generated by github.com/tailscale/depawar
|
|||||||
net/http from expvar+
|
net/http from expvar+
|
||||||
net/http/httptrace from net/http
|
net/http/httptrace from net/http
|
||||||
net/http/internal from net/http
|
net/http/internal from net/http
|
||||||
net/http/pprof from tailscale.com/tsweb+
|
net/http/pprof from tailscale.com/tsweb
|
||||||
net/netip from go4.org/netipx+
|
net/netip from go4.org/netipx+
|
||||||
net/textproto from golang.org/x/net/http/httpguts+
|
net/textproto from golang.org/x/net/http/httpguts+
|
||||||
net/url from crypto/x509+
|
net/url from crypto/x509+
|
||||||
|
@ -301,7 +301,6 @@ tailscale.com/cmd/tailscale dependencies: (generated by github.com/tailscale/dep
|
|||||||
net/http/httptrace from github.com/tcnksm/go-httpstat+
|
net/http/httptrace from github.com/tcnksm/go-httpstat+
|
||||||
net/http/httputil from tailscale.com/client/web+
|
net/http/httputil from tailscale.com/client/web+
|
||||||
net/http/internal from net/http+
|
net/http/internal from net/http+
|
||||||
net/http/pprof from tailscale.com/tsweb/varz
|
|
||||||
net/netip from go4.org/netipx+
|
net/netip from go4.org/netipx+
|
||||||
net/textproto from golang.org/x/net/http/httpguts+
|
net/textproto from golang.org/x/net/http/httpguts+
|
||||||
net/url from crypto/x509+
|
net/url from crypto/x509+
|
||||||
@ -315,8 +314,6 @@ tailscale.com/cmd/tailscale dependencies: (generated by github.com/tailscale/dep
|
|||||||
regexp from github.com/coreos/go-iptables/iptables+
|
regexp from github.com/coreos/go-iptables/iptables+
|
||||||
regexp/syntax from regexp
|
regexp/syntax from regexp
|
||||||
runtime/debug from github.com/coder/websocket/internal/xsync+
|
runtime/debug from github.com/coder/websocket/internal/xsync+
|
||||||
runtime/pprof from net/http/pprof
|
|
||||||
runtime/trace from net/http/pprof
|
|
||||||
slices from tailscale.com/client/web+
|
slices from tailscale.com/client/web+
|
||||||
sort from archive/tar+
|
sort from archive/tar+
|
||||||
strconv from archive/tar+
|
strconv from archive/tar+
|
||||||
|
@ -10,7 +10,6 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
_ "net/http/pprof"
|
|
||||||
"reflect"
|
"reflect"
|
||||||
"runtime"
|
"runtime"
|
||||||
"sort"
|
"sort"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user