Update deps, Change deps tool from glide to dep (#412)

This commit is contained in:
Kota Kanbe
2017-04-01 20:06:28 +09:00
committed by GitHub
parent d4bec0dd9a
commit b33cd54916
8 changed files with 401 additions and 179 deletions

25
manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"dependencies": {
"github.com/Azure/azure-storage-go": {
"branch": "master"
},
"github.com/BurntSushi/toml": {
"branch": "master"
},
"github.com/Sirupsen/logrus": {
"branch": "master"
},
"github.com/aws/aws-sdk-go": {
"revision": "5b341290c488aa6bd76b335d819b4a68516ec3ab"
},
"github.com/jroimartin/gocui": {
"branch": "master"
},
"github.com/kotakanbe/go-cve-dictionary": {
"branch": "master"
},
"github.com/kotakanbe/logrus-prefixed-formatter": {
"branch": "master"
}
}
}