|
|
|
|
@ -11,33 +11,11 @@ import ( |
|
|
|
|
// Otherwise cmd/go never sees that we depend on these packages'
|
|
|
|
|
// transitive deps when we run "go install tailscaled" in a child
|
|
|
|
|
// process and can cache a prior success when a dependency changes.
|
|
|
|
|
_ "context" |
|
|
|
|
_ "crypto/tls" |
|
|
|
|
_ "encoding/json" |
|
|
|
|
_ "errors" |
|
|
|
|
_ "flag" |
|
|
|
|
_ "fmt" |
|
|
|
|
_ "golang.org/x/sys/windows" |
|
|
|
|
_ "golang.org/x/sys/windows/svc" |
|
|
|
|
_ "golang.org/x/sys/windows/svc/mgr" |
|
|
|
|
_ "golang.zx2c4.com/wireguard/windows/tunnel/winipcfg" |
|
|
|
|
_ "inet.af/netaddr" |
|
|
|
|
_ "io" |
|
|
|
|
_ "io/ioutil" |
|
|
|
|
_ "log" |
|
|
|
|
_ "net" |
|
|
|
|
_ "net/http" |
|
|
|
|
_ "net/http/httptrace" |
|
|
|
|
_ "net/http/httputil" |
|
|
|
|
_ "net/http/pprof" |
|
|
|
|
_ "net/url" |
|
|
|
|
_ "os" |
|
|
|
|
_ "os/signal" |
|
|
|
|
_ "runtime" |
|
|
|
|
_ "runtime/debug" |
|
|
|
|
_ "strconv" |
|
|
|
|
_ "strings" |
|
|
|
|
_ "syscall" |
|
|
|
|
_ "tailscale.com/derp/derphttp" |
|
|
|
|
_ "tailscale.com/ipn" |
|
|
|
|
_ "tailscale.com/ipn/ipnserver" |
|
|
|
|
@ -65,5 +43,4 @@ import ( |
|
|
|
|
_ "tailscale.com/wgengine/monitor" |
|
|
|
|
_ "tailscale.com/wgengine/netstack" |
|
|
|
|
_ "tailscale.com/wgengine/router" |
|
|
|
|
_ "time" |
|
|
|
|
) |
|
|
|
|
|