diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-07 13:49:31 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | 2f5a8c56b4b2ef73cdcb9414ec9220ec642183d5 (patch) | |
| tree | c7c57387f632e90dd72353838deba4092e8b24ca /go.mod | |
| parent | 16ac79c9de0dcdc2be7f5bf1c337c514ec2b757c (diff) | |
Go.mod/Go.sum: Update
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,14 +3,15 @@ module github.com/eduvpn/eduvpn-common go 1.18 require ( + codeberg.org/eduVPN/proxyguard v0.0.0-20240205164155-9d29686c075b github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 + github.com/jwijenbergh/eduoauth-go v0.0.0-20240117121747-dc6367875133 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c golang.org/x/text v0.14.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 ) require ( - github.com/go-errors/errors v1.5.1 golang.org/x/crypto v0.18.0 // indirect golang.org/x/net v0.20.0 golang.org/x/sys v0.16.0 // indirect |
