From 1befc0d2440a4d4c6ad69073e074eb054a5b30ae Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 8 Jul 2019 21:58:47 +0200 Subject: go.mod: use master branch of wireguard-go --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bc200c09..5111b5f3 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,12 @@ module golang.zx2c4.com/wireguard/windows require ( - golang.zx2c4.com/wireguard 5c3d333f10c7238cae9b8ed1aabdb8c8ab6a7ebc + 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.0 + golang.org/x/text v0.3.2 github.com/lxn/walk latest github.com/lxn/win latest -- cgit v1.2.3-59-g8ed1b