diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-09-05 11:34:21 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-09-05 11:34:21 +0530 |
commit | 3833e32b70f10e54bba47c89f4aea78e828ea5b0 (patch) | |
tree | 83673ebbb155a5bdb9c7ccbec9b88d5b3846e7af /go.mod | |
parent | 1b9421884f3d403e3406e61cee742bd03d3a0fa5 (diff) |
Adding Blake2 Hashing with /hasher endpoint
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,8 +9,8 @@ require ( github.com/mattn/go-isatty v0.0.19 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.2 // indirect - golang.org/x/crypto v0.11.0 // indirect + golang.org/x/crypto v0.12.0 // indirect golang.org/x/net v0.12.0 // indirect - golang.org/x/sys v0.10.0 // indirect - golang.org/x/text v0.11.0 // indirect + golang.org/x/sys v0.11.0 // indirect + golang.org/x/text v0.12.0 // indirect ) |