Passwords!
This commit is contained in:
7
go.mod
7
go.mod
@@ -3,7 +3,8 @@ module github.com/rdarius/go-http-server
|
||||
go 1.23.6
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/lib/pq v1.10.9 // indirect
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/lib/pq v1.10.9
|
||||
golang.org/x/crypto v0.36.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user