2020-02-05 22:16:58 +00:00
|
|
|
module tailscale.com
|
|
|
|
|
2020-06-04 00:34:03 +01:00
|
|
|
go 1.14
|
2020-02-05 22:16:58 +00:00
|
|
|
|
|
|
|
require (
|
2020-08-25 21:45:15 +01: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 21:40:22 +01: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 14:12:00 +01: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
|
|
|
|
github.com/google/go-cmp v0.4.0
|
2020-02-21 02:11:56 +00:00
|
|
|
github.com/goreleaser/nfpm v1.1.10
|
2020-07-07 00:36:57 +01:00
|
|
|
github.com/jsimonetti/rtnetlink v0.0.0-20200117123717-f846d4f6c1f4
|
2020-07-02 19:26:33 +01:00
|
|
|
github.com/klauspost/compress v1.10.10
|
2020-02-12 22:46:59 +00:00
|
|
|
github.com/kr/pty v1.1.1
|
2020-02-05 22:16:58 +00:00
|
|
|
github.com/mdlayher/netlink v1.1.0
|
2020-07-10 08:12:21 +01: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-10-03 04:35:13 +01:00
|
|
|
github.com/tailscale/depaware v0.0.0-20201003033024-5d95aab075be
|
2020-10-08 17:47:54 +01:00
|
|
|
github.com/tailscale/wireguard-go v0.0.0-20201008164108-2c83f43a9859
|
2020-05-11 16:23:09 +01: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-07-06 18:34:52 +01:00
|
|
|
go4.org/mem v0.0.0-20200706164138-185c595c3ecc
|
2020-09-26 03:11:05 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
2020-10-03 04:35:13 +01:00
|
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
2020-02-05 22:16:58 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-10-03 04:35:13 +01:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-08-13 23:25:54 +01:00
|
|
|
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d
|
2020-02-20 23:14:24 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2020-10-03 04:35:13 +01:00
|
|
|
golang.org/x/tools v0.0.0-20201002184944-ecd9fd270d5d
|
2020-09-26 03:11:05 +01:00
|
|
|
golang.zx2c4.com/wireguard/windows v0.1.2-0.20201004085714-dd60d0447f81
|
2020-07-03 06:52:42 +01:00
|
|
|
honnef.co/go/tools v0.0.1-2020.1.4
|
2020-08-10 16:10:15 +01:00
|
|
|
inet.af/netaddr v0.0.0-20200810144936-56928fe48a98
|
2020-02-19 19:22:12 +00:00
|
|
|
rsc.io/goversion v1.2.0
|
2020-02-05 22:16:58 +00:00
|
|
|
)
|