Migrate from godeps to govendor

This commit is contained in:
Javier Provecho Fernandez 2016-12-06 19:53:58 +01:00
parent 98af44604c
commit 2033b73551
2 changed files with 49 additions and 36 deletions

36
Godeps/Godeps.json generated
View File

@ -1,36 +0,0 @@
{
"ImportPath": "github.com/gin-gonic/gin",
"GoVersion": "go1.5.1",
"Deps": [
{
"ImportPath": "github.com/davecgh/go-spew/spew",
"Rev": "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d"
},
{
"ImportPath": "github.com/golang/protobuf/proto",
"Rev": "2402d76f3d41f928c7902a765dfc872356dd3aad"
},
{
"ImportPath": "github.com/manucorporat/sse",
"Rev": "ee05b128a739a0fb76c7ebd3ae4810c1de808d6d"
},
{
"ImportPath": "github.com/pmezard/go-difflib/difflib",
"Rev": "792786c7400a136282c1664665ae0a8db921c6c2"
},
{
"ImportPath": "github.com/stretchr/testify/assert",
"Comment": "v1.1.3",
"Rev": "f390dcf405f7b83c997eac1b06768bb9f44dec18"
},
{
"ImportPath": "golang.org/x/net/context",
"Rev": "f315505cf3349909cdf013ea56690da34e96a451"
},
{
"ImportPath": "gopkg.in/go-playground/validator.v8",
"Comment": "v8.15.1",
"Rev": "c193cecd124b5cc722d7ee5538e945bdb3348435"
}
]
}

49
vendor/vendor.json vendored Normal file
View File

@ -0,0 +1,49 @@
{
"comment": "",
"ignore": "test",
"package": [
{
"path": "github.com/davecgh/go-spew/spew",
"revision": "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d"
},
{
"path": "github.com/golang/protobuf/proto",
"revision": "2402d76f3d41f928c7902a765dfc872356dd3aad"
},
{
"path": "github.com/golang/protobuf/proto/proto3_proto",
"revision": "2402d76f3d41f928c7902a765dfc872356dd3aad"
},
{
"path": "github.com/golang/protobuf/proto/testdata",
"revision": "2402d76f3d41f928c7902a765dfc872356dd3aad"
},
{
"path": "github.com/golang/protobuf/protoc-gen-go/descriptor",
"revision": "2402d76f3d41f928c7902a765dfc872356dd3aad"
},
{
"path": "github.com/manucorporat/sse",
"revision": "ee05b128a739a0fb76c7ebd3ae4810c1de808d6d"
},
{
"path": "github.com/pmezard/go-difflib/difflib",
"revision": "792786c7400a136282c1664665ae0a8db921c6c2"
},
{
"comment": "v1.1.3",
"path": "github.com/stretchr/testify/assert",
"revision": "f390dcf405f7b83c997eac1b06768bb9f44dec18"
},
{
"path": "golang.org/x/net/context",
"revision": "f315505cf3349909cdf013ea56690da34e96a451"
},
{
"comment": "v8.15.1",
"path": "gopkg.in/go-playground/validator.v8",
"revision": "c193cecd124b5cc722d7ee5538e945bdb3348435"
}
],
"rootPath": "github.com/gin-gonic/gin"
}