From 3b83e6157ec32e8f4dbfa6f0e49f568c29e99167 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 19 Feb 2024 13:30:14 +0100 Subject: Go.mod/Go.sum: Update --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4aaf1bb..f147da5 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,11 @@ require ( golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 ) +require ( + golang.org/x/mod v0.15.0 // indirect + golang.org/x/tools v0.18.0 // indirect +) + require ( golang.org/x/crypto v0.19.0 // indirect golang.org/x/net v0.21.0 -- cgit v1.2.3