summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-06 22:28:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-06 22:39:20 +0200
commit6d8b68c8f3cd7c9e9560c23e5f20e3ec4bc4fb6e (patch)
tree85c434b738a0dff4d790d691d4df1ebff9ed1683 /go.mod
parentwintun: simplify DeleteInterface method signature (diff)
downloadwireguard-go-6d8b68c8f3cd7c9e9560c23e5f20e3ec4bc4fb6e.tar.xz
wireguard-go-6d8b68c8f3cd7c9e9560c23e5f20e3ec4bc4fb6e.zip
wintun: guid functions are upstream
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 997071a..64042c9 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,5 @@ go 1.12
require (
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
- golang.org/x/sys v0.0.0-20190522044717-8097e1b27ff5
+ golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444
)