From 5f2b250781f4b68a4ee7ae5614b09b1ad77ed7d9 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 30 Aug 2024 14:09:48 +0200 Subject: go.mod/go.sum: Update deps --- go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e073906..f3f65a6 100644 --- a/go.mod +++ b/go.mod @@ -5,20 +5,20 @@ go 1.18 require ( codeberg.org/eduVPN/proxyguard v0.0.0-20240723101427-d0b2383c372c github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 - github.com/jwijenbergh/eduoauth-go v1.1.0 + github.com/jwijenbergh/eduoauth-go v1.1.1 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c - golang.org/x/text v0.16.0 + golang.org/x/text v0.17.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 ) require ( golang.org/x/mod v0.17.0 // indirect - golang.org/x/sync v0.7.0 // indirect + golang.org/x/sync v0.8.0 // indirect golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect ) require ( - golang.org/x/crypto v0.25.0 // indirect - golang.org/x/net v0.27.0 - golang.org/x/sys v0.22.0 // indirect + golang.org/x/crypto v0.26.0 // indirect + golang.org/x/net v0.28.0 + golang.org/x/sys v0.24.0 // indirect ) -- cgit v1.2.3