summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-09-05 11:34:21 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-09-05 11:34:21 +0530
commit3833e32b70f10e54bba47c89f4aea78e828ea5b0 (patch)
tree83673ebbb155a5bdb9c7ccbec9b88d5b3846e7af /go.mod
parent1b9421884f3d403e3406e61cee742bd03d3a0fa5 (diff)
Adding Blake2 Hashing with /hasher endpoint
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index a0fd901..cf63ed7 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)