aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 187448f3..79da4ddb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,13 @@
module golang.zx2c4.com/wireguard/windows
require (
- golang.zx2c4.com/wireguard v0.0.20190517
+ golang.zx2c4.com/wireguard v0.0.20190518-0.20190523131602-8fdcf5ee30d9
golang.org/x/crypto latest
golang.org/x/net latest
golang.org/x/sys latest
golang.org/x/text v0.3.0
- github.com/Microsoft/go-winio latest
github.com/lxn/walk latest
github.com/lxn/win latest
)
@@ -16,5 +15,4 @@ require (
replace (
github.com/lxn/walk => golang.zx2c4.com/wireguard/windows pkg/walk
github.com/lxn/win => golang.zx2c4.com/wireguard/windows pkg/walk-win
- github.com/Microsoft/go-winio => golang.zx2c4.com/wireguard/windows pkg/winio
)