mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
2227ede8af
Signed-off-by: David Anderson <dave@natulte.net>
21 lines
747 B
Modula-2
21 lines
747 B
Modula-2
module tailscale.com
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/apenwarr/fixconsole v0.0.0-20191012055117-5a9f6489cc29
|
|
github.com/go-ole/go-ole v1.2.4
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/klauspost/compress v1.9.8
|
|
github.com/mdlayher/netlink v1.1.0
|
|
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
|
|
github.com/tailscale/hujson v0.0.0-20190930033718-5098e564d9b3
|
|
github.com/tailscale/wireguard-go v0.0.0-20200211020303-f39bc8eeee1b
|
|
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
|
|
gortc.io/stun v1.22.1
|
|
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
|
|
)
|