2021-07-07 20:01:57 +01:00
|
|
|
// Copyright (c) 2021 Tailscale Inc & AUTHORS All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
// 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.
|
|
|
|
_ "context"
|
|
|
|
_ "crypto/tls"
|
|
|
|
_ "encoding/json"
|
|
|
|
_ "errors"
|
|
|
|
_ "flag"
|
|
|
|
_ "fmt"
|
|
|
|
_ "github.com/go-multierror/multierror"
|
2021-07-14 01:02:48 +01:00
|
|
|
_ "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"
|
2021-07-07 20:01:57 +01:00
|
|
|
_ "io"
|
|
|
|
_ "io/ioutil"
|
|
|
|
_ "log"
|
|
|
|
_ "net"
|
|
|
|
_ "net/http"
|
|
|
|
_ "net/http/httptrace"
|
|
|
|
_ "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"
|
|
|
|
_ "tailscale.com/logpolicy"
|
2021-07-14 01:02:48 +01:00
|
|
|
_ "tailscale.com/logtail/backoff"
|
2021-07-07 20:01:57 +01:00
|
|
|
_ "tailscale.com/net/dns"
|
|
|
|
_ "tailscale.com/net/interfaces"
|
2021-08-03 06:15:34 +01:00
|
|
|
_ "tailscale.com/net/portmapper"
|
2021-07-07 20:01:57 +01:00
|
|
|
_ "tailscale.com/net/socks5/tssocks"
|
|
|
|
_ "tailscale.com/net/tshttpproxy"
|
|
|
|
_ "tailscale.com/net/tstun"
|
|
|
|
_ "tailscale.com/paths"
|
|
|
|
_ "tailscale.com/tailcfg"
|
|
|
|
_ "tailscale.com/types/flagtype"
|
|
|
|
_ "tailscale.com/types/key"
|
|
|
|
_ "tailscale.com/types/logger"
|
|
|
|
_ "tailscale.com/util/osshare"
|
|
|
|
_ "tailscale.com/version"
|
|
|
|
_ "tailscale.com/version/distro"
|
2021-07-14 01:02:48 +01:00
|
|
|
_ "tailscale.com/wf"
|
2021-07-07 20:01:57 +01:00
|
|
|
_ "tailscale.com/wgengine"
|
|
|
|
_ "tailscale.com/wgengine/monitor"
|
|
|
|
_ "tailscale.com/wgengine/netstack"
|
|
|
|
_ "tailscale.com/wgengine/router"
|
|
|
|
_ "time"
|
|
|
|
)
|