diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-31 13:22:08 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-10-31 13:26:52 +0100 |
| commit | db2b2ac0406877c80c3bcc578a32850de7caab7a (patch) | |
| tree | 2020a91186a075ddae73f8ed0a632fbab90195e2 /go.mod | |
| parent | 084b5a8d49f170f3eed60f0eadbb5a532b55b26e (diff) | |
go.mod/go.sum: Update deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -10,13 +10,8 @@ require ( ) require ( - golang.org/x/mod v0.8.0 // indirect - golang.org/x/tools v0.6.0 // indirect -) - -require ( github.com/go-errors/errors v1.5.1 - golang.org/x/crypto v0.13.0 // indirect - golang.org/x/net v0.15.0 - golang.org/x/sys v0.12.0 // indirect + golang.org/x/crypto v0.14.0 // indirect + golang.org/x/net v0.17.0 + golang.org/x/sys v0.13.0 // indirect ) |
