diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-09-25 14:40:30 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-09-25 14:40:30 +0200 |
| commit | f9beaf807b47fe77c5d5052828349d0428fcdd76 (patch) | |
| tree | 266b48cf46b310ff29c0be0b64863ae6dfeed515 /go.mod | |
| parent | 91100cfe62fc6222148762e742074a2deba9546c (diff) | |
go.mod/go.sum: update deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -10,7 +10,12 @@ require ( ) require ( - github.com/go-errors/errors v1.4.2 + 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 |
