diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-19 13:30:14 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | 3b83e6157ec32e8f4dbfa6f0e49f568c29e99167 (patch) | |
| tree | 21728e6ef371a42f23f46f16334bb6f6eb5fe9a9 /go.mod | |
| parent | 8105ddc29c230d950b79f098009796b40362571f (diff) | |
Go.mod/Go.sum: Update
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ require ( ) require ( + golang.org/x/mod v0.15.0 // indirect + golang.org/x/tools v0.18.0 // indirect +) + +require ( golang.org/x/crypto v0.19.0 // indirect golang.org/x/net v0.21.0 golang.org/x/sys v0.17.0 // indirect |
