2020-02-06 06:16:58 +08:00
|
|
|
module tailscale.com
|
|
|
|
|
2020-12-14 08:18:52 +08:00
|
|
|
go 1.15
|
2020-02-06 06:16:58 +08:00
|
|
|
|
|
|
|
require (
|
2020-08-26 04:45:15 +08:00
|
|
|
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5
|
2020-02-13 06:46:59 +08:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
|
2020-02-06 06:16:58 +08:00
|
|
|
github.com/apenwarr/fixconsole v0.0.0-20191012055117-5a9f6489cc29
|
2020-03-04 04:38:51 +08:00
|
|
|
github.com/coreos/go-iptables v0.4.5
|
2020-02-13 06:46:59 +08:00
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
|
|
github.com/gliderlabs/ssh v0.2.2
|
2020-09-18 04:40:22 +08:00
|
|
|
github.com/go-multierror/multierror v1.0.2
|
2020-02-06 06:16:58 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4
|
2020-07-14 21:12:00 +08:00
|
|
|
github.com/godbus/dbus/v5 v5.0.3
|
2020-02-06 06:16:58 +08:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
|
|
github.com/google/go-cmp v0.4.0
|
2020-02-21 10:11:56 +08:00
|
|
|
github.com/goreleaser/nfpm v1.1.10
|
2020-07-07 07:36:57 +08:00
|
|
|
github.com/jsimonetti/rtnetlink v0.0.0-20200117123717-f846d4f6c1f4
|
2020-07-03 02:26:33 +08:00
|
|
|
github.com/klauspost/compress v1.10.10
|
2020-02-13 06:46:59 +08:00
|
|
|
github.com/kr/pty v1.1.1
|
2020-02-06 06:16:58 +08:00
|
|
|
github.com/mdlayher/netlink v1.1.0
|
2020-07-10 15:12:21 +08:00
|
|
|
github.com/miekg/dns v1.1.30
|
2020-02-06 06:16:58 +08:00
|
|
|
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
|
2020-02-28 16:08:57 +08:00
|
|
|
github.com/peterbourgon/ff/v2 v2.0.0
|
2020-10-03 11:35:13 +08:00
|
|
|
github.com/tailscale/depaware v0.0.0-20201003033024-5d95aab075be
|
2020-12-11 07:37:24 +08:00
|
|
|
github.com/tailscale/wireguard-go v0.0.0-20201210001956-32a957fb6709
|
2020-05-11 23:23:09 +08:00
|
|
|
github.com/tcnksm/go-httpstat v0.2.0
|
2020-03-28 04:26:35 +08:00
|
|
|
github.com/toqueteos/webbrowser v1.2.0
|
2020-11-19 03:59:02 +08:00
|
|
|
go4.org/mem v0.0.0-20201119185036-c04c5a6ff174
|
2020-12-11 07:37:24 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
2020-12-15 03:43:09 +08:00
|
|
|
golang.org/x/mod v0.4.0 // indirect
|
2020-11-14 03:51:37 +08:00
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
2020-02-06 06:16:58 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-12-15 03:43:09 +08:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2020-12-11 09:23:01 +08:00
|
|
|
golang.org/x/sys v0.0.0-20201211002650-1f0c578a6b29
|
2020-12-10 07:28:31 +08:00
|
|
|
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b
|
2020-02-21 07:14:24 +08:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2020-12-15 03:43:09 +08:00
|
|
|
golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58
|
2020-11-14 03:51:37 +08:00
|
|
|
golang.zx2c4.com/wireguard/windows v0.1.2-0.20201113162609-9b85be97fdf8
|
2020-12-15 03:43:09 +08:00
|
|
|
honnef.co/go/tools v0.1.0
|
2020-08-10 23:10:15 +08:00
|
|
|
inet.af/netaddr v0.0.0-20200810144936-56928fe48a98
|
2020-02-20 03:22:12 +08:00
|
|
|
rsc.io/goversion v1.2.0
|
2020-02-06 06:16:58 +08:00
|
|
|
)
|