2023-01-27 13:37:20 -08:00
|
|
|
// Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2021-07-07 12:01:57 -07:00
|
|
|
|
|
|
|
// Code generated by gen_deps.go; DO NOT EDIT.
|
|
|
|
|
|
|
|
package integration
|
|
|
|
|
|
|
|
import (
|
|
|
|
// And depend on a bunch of tailscaled innards, for Go's test caching.
|
|
|
|
// 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.
|
2022-11-14 16:51:09 -07:00
|
|
|
_ "github.com/dblohm7/wingoes/com"
|
2022-12-09 15:12:20 -08:00
|
|
|
_ "github.com/tailscale/wireguard-go/tun"
|
2021-07-13 17:02:48 -07:00
|
|
|
_ "golang.org/x/sys/windows"
|
|
|
|
_ "golang.org/x/sys/windows/svc"
|
2022-04-29 15:18:13 -06:00
|
|
|
_ "golang.org/x/sys/windows/svc/eventlog"
|
2021-07-13 17:02:48 -07:00
|
|
|
_ "golang.org/x/sys/windows/svc/mgr"
|
2022-12-06 12:23:11 -07:00
|
|
|
_ "golang.zx2c4.com/wintun"
|
2021-07-13 17:02:48 -07:00
|
|
|
_ "golang.zx2c4.com/wireguard/windows/tunnel/winipcfg"
|
2022-02-24 14:03:36 -08:00
|
|
|
_ "tailscale.com/cmd/tailscaled/childproc"
|
2022-02-18 12:55:22 -08:00
|
|
|
_ "tailscale.com/control/controlclient"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/derp/derphttp"
|
2022-01-24 10:52:57 -08:00
|
|
|
_ "tailscale.com/envknob"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/ipn"
|
2022-11-27 13:07:41 -08:00
|
|
|
_ "tailscale.com/ipn/ipnlocal"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/ipn/ipnserver"
|
2022-02-28 13:08:45 -08:00
|
|
|
_ "tailscale.com/ipn/store"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/logpolicy"
|
2021-11-15 20:52:43 -08:00
|
|
|
_ "tailscale.com/logtail"
|
2021-07-13 17:02:48 -07:00
|
|
|
_ "tailscale.com/logtail/backoff"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/net/dns"
|
2022-11-27 13:07:41 -08:00
|
|
|
_ "tailscale.com/net/dnsfallback"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/net/interfaces"
|
2023-04-18 14:26:58 -07:00
|
|
|
_ "tailscale.com/net/netmon"
|
2021-09-09 15:20:08 -07:00
|
|
|
_ "tailscale.com/net/netns"
|
2021-11-26 16:00:39 -08:00
|
|
|
_ "tailscale.com/net/proxymux"
|
2021-11-30 15:53:34 -08:00
|
|
|
_ "tailscale.com/net/socks5"
|
|
|
|
_ "tailscale.com/net/tsdial"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/net/tshttpproxy"
|
|
|
|
_ "tailscale.com/net/tstun"
|
|
|
|
_ "tailscale.com/paths"
|
2021-11-05 14:43:46 -07:00
|
|
|
_ "tailscale.com/safesocket"
|
2022-11-27 13:07:41 -08:00
|
|
|
_ "tailscale.com/smallzstd"
|
2022-11-27 20:40:36 -08:00
|
|
|
_ "tailscale.com/syncs"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/tailcfg"
|
2023-05-03 13:57:17 -07:00
|
|
|
_ "tailscale.com/tsd"
|
2023-04-10 11:28:16 +01:00
|
|
|
_ "tailscale.com/tsweb/varz"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/types/flagtype"
|
|
|
|
_ "tailscale.com/types/key"
|
|
|
|
_ "tailscale.com/types/logger"
|
2023-03-23 10:49:56 -07:00
|
|
|
_ "tailscale.com/types/logid"
|
2020-12-13 18:51:24 -08:00
|
|
|
_ "tailscale.com/util/clientmetric"
|
2021-11-02 14:30:48 -07:00
|
|
|
_ "tailscale.com/util/multierr"
|
go.mod, cmd/tailscaled, ipn/localapi, util/osdiag, util/winutil, util/winutil/authenticode: add Windows module list to OS-specific logs that are written upon bugreport
* We update wingoes to pick up new version information functionality
(See pe/version.go in the https://github.com/dblohm7/wingoes repo);
* We move the existing LogSupportInfo code (including necessary syscall
stubs) out of util/winutil into a new package, util/osdiag, and implement
the public LogSupportInfo function may be implemented for other platforms
as needed;
* We add a new reason argument to LogSupportInfo and wire that into
localapi's bugreport implementation;
* We add module information to the Windows implementation of LogSupportInfo
when reason indicates a bugreport. We enumerate all loaded modules in our
process, and for each one we gather debug, authenticode signature, and
version information.
Fixes #7802
Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2023-06-26 11:50:45 -06:00
|
|
|
_ "tailscale.com/util/osdiag"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/util/osshare"
|
2021-09-28 16:33:08 -06:00
|
|
|
_ "tailscale.com/util/winutil"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/version"
|
|
|
|
_ "tailscale.com/version/distro"
|
2021-07-13 17:02:48 -07:00
|
|
|
_ "tailscale.com/wf"
|
2021-07-07 12:01:57 -07:00
|
|
|
_ "tailscale.com/wgengine"
|
|
|
|
_ "tailscale.com/wgengine/netstack"
|
|
|
|
_ "tailscale.com/wgengine/router"
|
|
|
|
)
|