summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-11-16 20:49:10 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-11-16 20:49:10 +0530
commit6bc184bacb12b6ede89b8780138bacee5312950e (patch)
tree3213a9bb4f22a24d63373e66c9d7dbfe4ceb9fe4 /go.mod
parent0a885e5b7d76562a9d7c9c8f3353a53dd247eced (diff)
added endpoint to validate and create new user
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7573e09..fe7e664 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,7 @@ go 1.19
require (
github.com/gin-gonic/gin v1.8.1
go.mongodb.org/mongo-driver v1.10.2
+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
)
require (
@@ -28,7 +29,6 @@ require (
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
- golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect