aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-01-27 00:33:36 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-01 16:55:02 +0100
commit8c38fbe97b39d9b6bc0a09135adef282dad0a0f3 (patch)
tree20692c700ae74a9755b966b891362cdc872596bd /go.mod
parentmanager: pipeline UAPI requests (diff)
downloadwireguard-windows-8c38fbe97b39d9b6bc0a09135adef282dad0a0f3.tar.xz
wireguard-windows-8c38fbe97b39d9b6bc0a09135adef282dad0a0f3.zip
tunnel: update to simpler logging interface
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 20b2d06c..dcf32445 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
golang.org/x/text v0.3.5
- golang.zx2c4.com/wireguard v0.0.20201119-0.20210125194828-18e47795e598
+ golang.zx2c4.com/wireguard v0.0.20201119-0.20210126220548-d669c78c4306
)
replace (