pogo/Godeps/Godeps.json
gmemstr e457f58b6d Login moved to using SQLite3 storage
SQLite3 should make future features like multiple publishers and user permissions _much_ easier to manage - JSON in Go is a pain sometimes. Updated godep file as required.
2017-10-25 21:12:40 -07:00

43 lines
1 KiB
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": "github.com/mattn/go-sqlite3",
"Comment": "v1.3.0",
"Rev": "5160b48509cf5c877bc22c11c373f8c7738cdb38"
},
{
"ImportPath": "golang.org/x/crypto/bcrypt",
"Rev": "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"
},
{
"ImportPath": "golang.org/x/crypto/blowfish",
"Rev": "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"
},
{
"ImportPath": "golang.org/x/net/context",
"Rev": "3da985ce5951d99de868be4385f21ea6c2b22f24"
},
{
"ImportPath": "golang.org/x/sys/unix",
"Rev": "0b25a408a50076fbbcae6b7ac0ea5fbb0b085e79"
}
]
}