From 263c30cb13ac986b6e3863ef43c891750385b47c Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 20 Mar 2025 10:23:45 +0100 Subject: go.mod/go.sum: Update deps --- go.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4eb890d..0f71886 100644 --- a/go.mod +++ b/go.mod @@ -7,18 +7,18 @@ require ( github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 github.com/jwijenbergh/eduoauth-go v1.1.2 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c - golang.org/x/text v0.22.0 + golang.org/x/text v0.23.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10 ) require ( - golang.org/x/mod v0.23.0 // indirect - golang.org/x/sync v0.11.0 // indirect - golang.org/x/tools v0.30.0 // indirect + golang.org/x/mod v0.24.0 // indirect + golang.org/x/sync v0.12.0 // indirect + golang.org/x/tools v0.31.0 // indirect ) require ( - golang.org/x/crypto v0.33.0 // indirect - golang.org/x/net v0.35.0 - golang.org/x/sys v0.30.0 // indirect + golang.org/x/crypto v0.36.0 // indirect + golang.org/x/net v0.37.0 + golang.org/x/sys v0.31.0 // indirect ) -- cgit v1.2.3