From ad01c366cbea7ce8d913b4c49e4bbd9d88e975b5 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 13 May 2019 18:26:28 +0200 Subject: go.mod: add missing deps Signed-off-by: Jason A. Donenfeld --- go.mod | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c8fde17b..5e0a14ce 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,16 @@ module golang.zx2c4.com/wireguard/windows require ( - github.com/Microsoft/go-winio latest + golang.zx2c4.com/winipcfg latest + golang.zx2c4.com/wireguard latest + 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 + + github.com/Microsoft/go-winio latest + github.com/lxn/walk latest + github.com/lxn/win latest ) replace ( -- cgit v1.2.3-59-g8ed1b