mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-11 19:29:16 +08:00

Setup top-level glide dependencies file. Migrated all of the manager service code into this repository. Fixed docker build procedure. Extracted executable to the top-level. Signed-off-by: Dejan Mijic <dejan@mainflux.com>
24 lines
515 B
JSON
24 lines
515 B
JSON
{
|
|
"ImportPath": "github.com/stretchr/testify",
|
|
"GoVersion": "go1.5",
|
|
"GodepVersion": "v74",
|
|
"Packages": [
|
|
"./..."
|
|
],
|
|
"Deps": [
|
|
{
|
|
"ImportPath": "github.com/davecgh/go-spew/spew",
|
|
"Comment": "v1.0.0-3-g6d21280",
|
|
"Rev": "6d212800a42e8ab5c146b8ace3490ee17e5225f9"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/pmezard/go-difflib/difflib",
|
|
"Rev": "d8ed2627bdf02c080bf22230dbb337003b7aba2d"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/stretchr/objx",
|
|
"Rev": "cbeaeb16a013161a98496fad62933b1d21786672"
|
|
}
|
|
]
|
|
}
|