mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 06:33:30 +00:00
9bc2f6212d
* gosuper in dockerignored folder * correctly handle app not found in purge * test formatting in test-gosuper * Fix test-gosuper * DRY up test-integration
18 lines
328 B
JSON
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"
|
|
}
|
|
]
|
|
}
|