From 8f9a1ec5fb489af88c6e53f592bac3cccfb77f67 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 16 Apr 2024 11:39:57 +0200 Subject: Go.mod/Go.sum: Update deps --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ec41b78..e920991 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/eduvpn/eduvpn-common go 1.18 require ( - codeberg.org/eduVPN/proxyguard v0.0.0-20240307130342-c5ee3ef1e3ae + codeberg.org/eduVPN/proxyguard v0.0.0-20240415114126-46501274d995 github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 github.com/jwijenbergh/eduoauth-go v0.0.0-20240315135955-9f1f5b2fd78e github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c @@ -17,7 +17,7 @@ require ( ) require ( - golang.org/x/crypto v0.21.0 // indirect - golang.org/x/net v0.22.0 - golang.org/x/sys v0.18.0 // indirect + golang.org/x/crypto v0.22.0 // indirect + golang.org/x/net v0.24.0 + golang.org/x/sys v0.19.0 // indirect ) -- cgit v1.2.3