diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-01-10 16:09:03 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-01-10 16:09:03 +0100 |
| commit | a7d8d47f8b6a08c26530984e9bec5190c5b0fe0e (patch) | |
| tree | d7e53fad6b029227ad35e2cae1c68452aef94a4a /go.mod | |
| parent | cad29dcc046163a944167bbaf2292b3e591e01c6 (diff) | |
Go.mod/Go.sum: Update deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,14 +4,14 @@ go 1.18 require ( github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 - github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 - golang.org/x/text v0.13.0 + 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.14.0 // indirect - golang.org/x/net v0.17.0 - golang.org/x/sys v0.13.0 // indirect + golang.org/x/crypto v0.18.0 // indirect + golang.org/x/net v0.20.0 + golang.org/x/sys v0.16.0 // indirect ) |
