Skip to content

Commit

Permalink
Add dep dependency manifest and lock file
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <b@devel.io>
  • Loading branch information
bruth committed Apr 13, 2017
1 parent 46a3a90 commit 696d5eb
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.sw?
prometheus-sql
.idea
.vagrant
.vagrant
vendor
dist
96 changes: 96 additions & 0 deletions lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"memo": "",
"projects": [
{
"name": "github.com/beorn7/perks",
"branch": "master",
"revision": "4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9",
"packages": [
"quantile"
]
},
{
"name": "github.com/golang/protobuf",
"branch": "master",
"revision": "2bba0603135d7d7f5cb73b2125beeda19c09f4ef",
"packages": [
"proto"
]
},
{
"name": "github.com/jpillora/backoff",
"branch": "master",
"revision": "2ff7c4694083b5dbd71b21fd7cb7577477a74b31",
"packages": [
"."
]
},
{
"name": "github.com/matttproud/golang_protobuf_extensions",
"branch": "master",
"revision": "c12348ce28de40eed0136aa2b644d0ee0650e56c",
"packages": [
"pbutil"
]
},
{
"name": "github.com/prometheus/client_golang",
"branch": "master",
"revision": "08fd2e12372a66e68e30523c7642e0cbc3e4fbde",
"packages": [
"prometheus",
"prometheus/promhttp"
]
},
{
"name": "github.com/prometheus/client_model",
"branch": "master",
"revision": "6f3806018612930941127f2a7c6c453ba2c527d2",
"packages": [
"go"
]
},
{
"name": "github.com/prometheus/common",
"branch": "master",
"revision": "49fee292b27bfff7f354ee0f64e1bc4850462edf",
"packages": [
"expfmt",
"model"
]
},
{
"name": "github.com/prometheus/procfs",
"branch": "master",
"revision": "a1dba9ce8baed984a2495b658c82687f8157b98f",
"packages": [
"."
]
},
{
"name": "golang.org/x/net",
"branch": "master",
"revision": "6b27048ae5e6ad1ef927e72e437531493de612fe",
"packages": [
"context",
"netutil"
]
},
{
"name": "gopkg.in/tylerb/graceful.v1",
"branch": "master",
"revision": "ac9ebe4f1ee151ac1eeeaef32957085cba64d508",
"packages": [
"."
]
},
{
"name": "gopkg.in/yaml.v2",
"branch": "master",
"revision": "a5b47d31c556af34a302ce5d659e6fea44d90de0",
"packages": [
"."
]
}
]
}
19 changes: 19 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"dependencies": {
"github.com/jpillora/backoff": {
"branch": "master"
},
"github.com/prometheus/client_golang": {
"branch": "master"
},
"golang.org/x/net": {
"branch": "master"
},
"gopkg.in/tylerb/graceful.v1": {
"branch": "master"
},
"gopkg.in/yaml.v2": {
"branch": "master"
}
}
}

0 comments on commit 696d5eb

Please sign in to comment.