fleet/Godeps/Godeps.json
Jason Meller d9f776c756 Use Godep to vendor in all dependencies (#40)
This commit vendors in all of our dependencies using
[GoDep](https://github.com/tools/godep). We are forgoing using a vendor/ folder to avoid checking in deps into the repo.

Note: Never manually modify `Godeps/Godeps.json` this file is dynamically
by the godep CLI

Common Actions:

To add a new package foo/bar, do this:

1. Run `go get foo/bar`
1. Edit your code to import foo/bar.
1. Run `godep save` (or `godep save ./...`).

To update a package from your `$GOPATH`, do this:

1. Run `go get -u foo/bar`
1. Run `godep update foo/bar`. (You can use the `...` wildcard, for example
`godep update foo/...`).
2016-08-04 16:57:22 -04:00

129 lines
3.5 KiB
JSON

{
"ImportPath": "github.com/kolide/kolide-ose",
"GoVersion": "go1.6",
"GodepVersion": "v74",
"Deps": [
{
"ImportPath": "github.com/Sirupsen/logrus",
"Comment": "v0.10.0-28-ga283a10",
"Rev": "a283a10442df8dc09befd873fab202bf8a253d6a"
},
{
"ImportPath": "github.com/alecthomas/template",
"Rev": "a0175ee3bccc567396460bf5acd36800cb10c49c"
},
{
"ImportPath": "github.com/alecthomas/template/parse",
"Rev": "a0175ee3bccc567396460bf5acd36800cb10c49c"
},
{
"ImportPath": "github.com/alecthomas/units",
"Rev": "2efee857e7cfd4f3d0138cc3cbb1b4966962b93a"
},
{
"ImportPath": "github.com/dgrijalva/jwt-go",
"Comment": "v3.0.0-6-g63734ea",
"Rev": "63734eae1ef55eaac06fdc0f312615f2e321e273"
},
{
"ImportPath": "github.com/gin-gonic/contrib/ginrus",
"Rev": "547e518040cfb96576b507d2f26779ab9c6fc829"
},
{
"ImportPath": "github.com/gin-gonic/gin",
"Comment": "v1.0rc1-268-gf931d1e",
"Rev": "f931d1ea80ae95a6fc739213cdd9399bd2967fb6"
},
{
"ImportPath": "github.com/gin-gonic/gin/binding",
"Comment": "v1.0rc1-268-gf931d1e",
"Rev": "f931d1ea80ae95a6fc739213cdd9399bd2967fb6"
},
{
"ImportPath": "github.com/gin-gonic/gin/render",
"Comment": "v1.0rc1-268-gf931d1e",
"Rev": "f931d1ea80ae95a6fc739213cdd9399bd2967fb6"
},
{
"ImportPath": "github.com/go-sql-driver/mysql",
"Comment": "v1.2-198-g0b58b37",
"Rev": "0b58b37b664c21f3010e836f1b931e1d0b0b0685"
},
{
"ImportPath": "github.com/golang/protobuf/proto",
"Rev": "c3cefd437628a0b7d31b34fe44b3a7a540e98527"
},
{
"ImportPath": "github.com/gorilla/context",
"Comment": "v1.1-4-gaed02d1",
"Rev": "aed02d124ae4a0e94fea4541c8effd05bf0c8296"
},
{
"ImportPath": "github.com/gorilla/securecookie",
"Comment": "v1.1-2-gff35634",
"Rev": "ff356348f74133a59d3e93aa24b5b4551b6fe90d"
},
{
"ImportPath": "github.com/gorilla/sessions",
"Rev": "56ba4b0a11da87516629a57408a5f7e4c8ea7b0b"
},
{
"ImportPath": "github.com/jinzhu/gorm",
"Comment": "v1.0-50-ga646b13",
"Rev": "a646b13548ec0aa812fe805b2780f460dd2771b6"
},
{
"ImportPath": "github.com/jinzhu/gorm/dialects/mysql",
"Comment": "v1.0-50-ga646b13",
"Rev": "a646b13548ec0aa812fe805b2780f460dd2771b6"
},
{
"ImportPath": "github.com/jinzhu/gorm/dialects/sqlite",
"Comment": "v1.0-50-ga646b13",
"Rev": "a646b13548ec0aa812fe805b2780f460dd2771b6"
},
{
"ImportPath": "github.com/jinzhu/inflection",
"Rev": "8f4d3a0d04ce0b7c0cf3126fb98524246d00d102"
},
{
"ImportPath": "github.com/manucorporat/sse",
"Rev": "ee05b128a739a0fb76c7ebd3ae4810c1de808d6d"
},
{
"ImportPath": "github.com/mattn/go-sqlite3",
"Comment": "v1.1.0-71-ge118d44",
"Rev": "e118d4451349065b8e7ce0f0af32e033995363f8"
},
{
"ImportPath": "golang.org/x/crypto/bcrypt",
"Rev": "bc89c496413265e715159bdc8478ee9a92fdc265"
},
{
"ImportPath": "golang.org/x/crypto/blowfish",
"Rev": "bc89c496413265e715159bdc8478ee9a92fdc265"
},
{
"ImportPath": "golang.org/x/net/context",
"Rev": "f6d211983832e1efcd77e80779fd5f1142741356"
},
{
"ImportPath": "golang.org/x/sys/unix",
"Rev": "a646d33e2ee3172a661fc09bca23bb4889a41bc8"
},
{
"ImportPath": "gopkg.in/alecthomas/kingpin.v2",
"Comment": "v2.2.2",
"Rev": "e5900212cbf65b181d3d8e08308ef06a01d117cf"
},
{
"ImportPath": "gopkg.in/go-playground/validator.v8",
"Comment": "v8.18.1",
"Rev": "5f57d2222ad794d0dffb07e664ea05e2ee07d60c"
},
{
"ImportPath": "gopkg.in/yaml.v2",
"Rev": "e4d366fc3c7938e2958e662b4258c7a89e1f0e3e"
}
]
}