aboutsummaryrefslogtreecommitdiff
path: root/tun/netstack/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tun/netstack: update go mod and remove GSO argumentJason A. Donenfeld2021-05-061-4/+4
| | | | | Reported-by: John Xiong <xiaoyang1258@yeah.net> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* tun/netstack: bump deps and apiJason A. Donenfeld2021-03-061-4/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* netstack: further sequester with own go.mod and go.sumJason A. Donenfeld2021-01-211-0/+9
In order to avoid even the flirtation with passing on these dependencies to ordinary consumers of wireguard-go, this commit makes a new go.mod that's entirely separate from the root one. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>