balena-supervisor/gosuper/Godeps/Godeps.json
Pablo Carranza Vélez 9bc2f6212d Handle App not found in purge, + cleanup
* gosuper in dockerignored folder
* correctly handle app not found in purge
* test formatting in test-gosuper
* Fix test-gosuper
* DRY up test-integration
2015-10-13 13:43:36 -03:00

18 lines
328 B
JSON

{
"ImportPath": "resin-supervisor/gosuper",
"GoVersion": "go1.3.3",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "github.com/gorilla/context",
"Rev": "215affda49addc4c8ef7e2534915df2c8c35c6cd"
},
{
"ImportPath": "github.com/gorilla/mux",
"Rev": "ba336c9cfb43552c90de6cb2ceedd3271c747558"
}
]
}