aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-02 05:22:06 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-02 05:22:06 +0100
commit75a838ed68b8ab26251546bee78d09d4bbb31fd7 (patch)
tree1feafa7d3007dbb7577b5ff4a29936d558afdbbb /go.mod
parentifaceconfig: monitor for changes to default interface (diff)
downloadwireguard-windows-75a838ed68b8ab26251546bee78d09d4bbb31fd7.tar.xz
wireguard-windows-75a838ed68b8ab26251546bee78d09d4bbb31fd7.zip
go.mod: use latest for all trusted repos while under development
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 795f9e93..5c6d8f27 100644
--- a/go.mod
+++ b/go.mod
@@ -2,9 +2,9 @@ module golang.zx2c4.com/wireguard/windows
require (
github.com/Microsoft/go-winio v0.4.11
- golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
- golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
- golang.org/x/sys v0.0.0-20190220154126-629670e5acc5
+ golang.org/x/crypto latest
+ golang.org/x/net latest
+ golang.org/x/sys latest
golang.zx2c4.com/winipcfg latest
golang.zx2c4.com/wireguard latest
)