2020-02-05 22:16:58 +00:00
|
|
|
module tailscale.com
|
|
|
|
|
2020-12-14 00:18:52 +00:00
|
|
|
go 1.15
|
2020-02-05 22:16:58 +00:00
|
|
|
|
|
|
|
require (
|
2020-08-25 20:45:15 +00:00
|
|
|
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5
|
2020-02-12 22:46:59 +00:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
|
2020-02-05 22:16:58 +00:00
|
|
|
github.com/apenwarr/fixconsole v0.0.0-20191012055117-5a9f6489cc29
|
2020-03-03 20:38:51 +00:00
|
|
|
github.com/coreos/go-iptables v0.4.5
|
2020-02-12 22:46:59 +00:00
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
|
|
github.com/gliderlabs/ssh v0.2.2
|
2020-09-17 20:40:22 +00:00
|
|
|
github.com/go-multierror/multierror v1.0.2
|
2020-02-05 22:16:58 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.4
|
2020-07-14 13:12:00 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.0.3
|
2020-02-05 22:16:58 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
2020-12-20 17:54:22 +00:00
|
|
|
github.com/google/go-cmp v0.5.4
|
2020-02-21 02:11:56 +00:00
|
|
|
github.com/goreleaser/nfpm v1.1.10
|
2020-12-20 17:54:22 +00:00
|
|
|
github.com/jsimonetti/rtnetlink v0.0.0-20201216134343-bde56ed16391
|
2020-07-02 18:26:33 +00:00
|
|
|
github.com/klauspost/compress v1.10.10
|
2020-12-20 17:54:22 +00:00
|
|
|
github.com/mdlayher/netlink v1.2.0
|
2020-11-24 23:35:04 +00:00
|
|
|
github.com/mdlayher/sdnotify v0.0.0-20200625151349-e4a4f32afc4a
|
2020-09-03 22:45:41 +00:00
|
|
|
github.com/kr/pty v1.1.4-0.20190131011033-7dc38fb350b1
|
2020-07-10 07:12:21 +00:00
|
|
|
github.com/miekg/dns v1.1.30
|
2020-02-05 22:16:58 +00:00
|
|
|
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
|
2020-02-28 08:08:57 +00:00
|
|
|
github.com/peterbourgon/ff/v2 v2.0.0
|
2020-12-14 19:45:15 +00:00
|
|
|
github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
|
2021-01-09 05:15:32 +00:00
|
|
|
github.com/tailscale/wireguard-go v0.0.0-20210109012254-dc30a1b9415e
|
2020-05-11 15:23:09 +00:00
|
|
|
github.com/tcnksm/go-httpstat v0.2.0
|
2020-03-27 20:26:35 +00:00
|
|
|
github.com/toqueteos/webbrowser v1.2.0
|
2020-12-24 20:33:55 +00:00
|
|
|
go4.org/intern v0.0.0-20201223061701-969c7e87e7cb // indirect
|
2020-11-18 19:59:02 +00:00
|
|
|
go4.org/mem v0.0.0-20201119185036-c04c5a6ff174
|
2020-12-24 20:33:55 +00:00
|
|
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
|
2020-12-10 23:37:24 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
2020-12-20 17:54:22 +00:00
|
|
|
golang.org/x/net v0.0.0-20201216054612-986b41b23924
|
2020-02-05 22:16:58 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-12-14 19:43:09 +00:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2020-12-20 17:54:22 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742
|
2020-12-09 23:28:31 +00:00
|
|
|
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b
|
2020-02-20 23:14:24 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2020-12-14 19:43:09 +00:00
|
|
|
golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58
|
2020-11-13 19:51:37 +00:00
|
|
|
golang.zx2c4.com/wireguard/windows v0.1.2-0.20201113162609-9b85be97fdf8
|
2020-12-14 19:43:09 +00:00
|
|
|
honnef.co/go/tools v0.1.0
|
2020-12-31 01:34:35 +00:00
|
|
|
inet.af/netaddr v0.0.0-20201231012616-c5dc91d2a016
|
2020-09-03 22:45:41 +00:00
|
|
|
gvisor.dev/gvisor v0.0.0-20200903175658-a842a338ecd9
|
2020-02-19 19:22:12 +00:00
|
|
|
rsc.io/goversion v1.2.0
|
2020-02-05 22:16:58 +00:00
|
|
|
)
|