pogo/Godeps/Godeps.json
gmemstr 84992b73eb Add password hashing to loginHandler
Will create user management page for admins soon as well. This will be fine for the time being though -> https://www.dailycred.com/article/bcrypt-calculator for generating hashes.
2017-10-09 17:34:04 -07:00

34 lines
824 B
JSON

{
"ImportPath": "github.com/gmemstr/pogo",
"GoVersion": "go1.8",
"GodepVersion": "v79",
"Deps": [
{
"ImportPath": "github.com/fsnotify/fsnotify",
"Comment": "v1.4.2-6-g4da3e2c",
"Rev": "4da3e2cfbabc9f751898f250b49f2439785783a1"
},
{
"ImportPath": "github.com/gmemstr/feeds",
"Rev": "c8f8657f3a1f60cff88624dc069d369d77c658a1"
},
{
"ImportPath": "github.com/gorilla/mux",
"Comment": "v1.4.0-10-g18fca31",
"Rev": "18fca31550181693b3a834a15b74b564b3605876"
},
{
"ImportPath": "golang.org/x/crypto/bcrypt",
"Rev": "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"
},
{
"ImportPath": "golang.org/x/crypto/blowfish",
"Rev": "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"
},
{
"ImportPath": "golang.org/x/sys/unix",
"Rev": "0b25a408a50076fbbcae6b7ac0ea5fbb0b085e79"
}
]
}