aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum (follow)
Commit message (Collapse)AuthorAgeFilesLines
* memmod: fix import loading function usageJason A. Donenfeld2020-11-271-4/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* mod: bumpJason A. Donenfeld2020-11-181-6/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* mod: update depsJason A. Donenfeld2020-11-071-9/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* wintun: load wintun.dll from RCDATA resourceSimon Rozman2020-11-071-0/+2
| | | | | Signed-off-by: Simon Rozman <simon@rozman.si> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* go.mod: bump golang.org/x/sys to latest versionTobias Klauser2020-10-271-2/+2
| | | | | | | | This adds the fixes for golang/go#41868 which are needed to build wireguard without direct syscalls on macOS. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* tun/wintun/registry: fix Go 1.15 race/checkptr failureBrad Fitzpatrick2020-10-211-2/+2
| | | | | | Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> [Jason: ran go mod tidy.] Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: update header comments and modulesJason A. Donenfeld2020-05-021-6/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: use RTMGRP_* consts from x/sys/unixTobias Klauser2020-03-171-2/+2
| | | | | | | | Update the golang.org/x/sys/unix dependency and use the newly introduced RTMGRP_* consts instead of using the corresponding RTNLGRP_* const to create a mask. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* mod: bump versionsJason A. Donenfeld2019-10-041-6/+6
|
* wintun: take mutex so that deletion uses the right nameJason A. Donenfeld2019-08-301-6/+9
|
* tun: windows: never retry open on Windows 10Jason A. Donenfeld2019-06-181-6/+6
|
* wintun: guid functions are upstreamJason A. Donenfeld2019-06-061-2/+2
|
* ipc: use simplified fork of winioJason A. Donenfeld2019-05-231-10/+6
|
* mod: update depsJason A. Donenfeld2019-05-031-7/+9
|
* go.mod: use vendored winioJason A. Donenfeld2019-04-291-0/+1
|
* windows: use proper constants from updated x/sysJason A. Donenfeld2019-04-131-6/+7
|
* tun: windows: use new constants in sysJason A. Donenfeld2019-03-201-8/+10
|
* global: begin modularizationJason A. Donenfeld2019-03-031-6/+7
|
* Bump dependencies for ARM ChaCha20Jason A. Donenfeld2019-02-141-6/+6
|
* Import windows scafoldingJason A. Donenfeld2019-02-051-6/+8
|
* Update go x/ librariesJason A. Donenfeld2018-12-101-6/+6
| | | | | | | | | Android 9's Bionic disallows inotify_init with seccomp, so we want the latest unix change, and while we're at it, we update the others too. Reported-by: Berk D. Demir <bdd@mindcast.org> Go CL: https://go-review.googlesource.com/c/sys/+/153318 Fixes: https://lists.zx2c4.com/pipermail/wireguard/2018-December/003642.html
* Switch to go modulesJason A. Donenfeld2018-10-091-0/+6