diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-20 15:12:41 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-20 15:12:41 +0200 |
| commit | 3e8e89dd25fefcea14e3b7f3665fd99d401f9cb0 (patch) | |
| tree | 892d87143e9046e2523b317f36f52faae44fdf5f /go.mod | |
| parent | 9fa291f1a8c5d5f833d9ed754254eb947864dc87 (diff) | |
go.mod/go.sum: Update
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,8 +8,8 @@ require ( ) require ( - github.com/go-errors/errors v1.4.2 - golang.org/x/crypto v0.12.0 // indirect - golang.org/x/net v0.14.0 - golang.org/x/sys v0.11.0 // indirect + 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 ) |
