start register and login page
This commit is contained in:
1 parent
19bb16c450
commit
1ee9de601c
55 files changed
+38561
-11
No files matched your search
@@ -5,8 +5,10 @@ go 1.17
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.30.0
|
||||
github.com/gofiber/template v1.6.25
|
||||
github.com/google/uuid v1.1.2
|
||||
github.com/joho/godotenv v1.4.0
|
||||
go.mongodb.org/mongo-driver v1.8.4
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -22,7 +24,6 @@ require (
|
||||
github.com/xdg-go/scram v1.0.2 // indirect
|
||||
github.com/xdg-go/stringprep v1.0.2 // indirect
|
||||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
||||
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
|
||||
Reference in new issue
Block a user