aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 5111b5f3..1b569226 100644
--- a/go.mod
+++ b/go.mod
@@ -1,18 +1,18 @@
module golang.zx2c4.com/wireguard/windows
require (
- golang.zx2c4.com/wireguard master
- golang.org/x/crypto latest
- golang.org/x/net latest
- golang.org/x/sys latest
- golang.org/x/text v0.3.2
+ github.com/lxn/walk v0.0.0-20190619151032-86d8802c197a
+ github.com/lxn/win v0.0.0-20190716185335-d1d36f0e4f48
- github.com/lxn/walk latest
- github.com/lxn/win latest
+ golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
+ golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
+ golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa
+ golang.org/x/text v0.3.2
+ golang.zx2c4.com/wireguard v0.0.20190805
)
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/lxn/walk => golang.zx2c4.com/wireguard/windows v0.0.0-20190805140616-31a1b114e4f4
+ github.com/lxn/win => golang.zx2c4.com/wireguard/windows v0.0.0-20190716185335-d1d36f0e4f48
)