From 6d8b68c8f3cd7c9e9560c23e5f20e3ec4bc4fb6e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 6 Jun 2019 22:28:13 +0200 Subject: wintun: guid functions are upstream --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3-59-g8ed1b