diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-20 15:09:17 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-20 15:09:17 +0200 |
| commit | 8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a (patch) | |
| tree | 594088033ec10018aa8f5c73cac8c94df56b5c62 /go.mod | |
| parent | 2a619ceba75a4c16b25de12d59a87eac795a4468 (diff) | |
Go: Update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ go 1.15 require ( github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b - golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220420130459-88a4932fb60b + golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220916014741-473347a5e6e3 ) require ( - golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect - golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect + golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect + golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect ) |
