diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cb3be12..16f2d3542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BUG FIXES: * core: Updated User, Meta or Resources in a task cause create/destroy updates [GH-1128] + * dicovery: Ensure service and check names are unique [GH-1143, GH-1144] ## 0.3.2 (April 22, 2016) diff --git a/GNUmakefile b/GNUmakefile index d6bbe7399..9f57cec35 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ PACKAGES = $(shell go list ./... | grep -v '/vendor/') VETARGS?=-asmdecl -atomic -bool -buildtags -copylocks -methods \ -nilfunc -printf -rangeloops -shift -structtags -unsafeptr EXTERNAL_TOOLS=\ - github.com/tools/godep \ + github.com/kardianos/govendor \ github.com/mitchellh/gox \ golang.org/x/tools/cmd/cover \ golang.org/x/tools/cmd/vet \ diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json deleted file mode 100644 index a6a5a2e2e..000000000 --- a/Godeps/Godeps.json +++ /dev/null @@ -1,608 +0,0 @@ -{ - "ImportPath": "github.com/hashicorp/nomad", - "GoVersion": "go1.6", - "GodepVersion": "v62", - "Packages": [ - "./..." - ], - "Deps": [ - { - "ImportPath": "github.com/DataDog/datadog-go/statsd", - "Rev": "bc97e0770ad4edae1c9dc14beb40b79b2dde32f8" - }, - { - "ImportPath": "github.com/Sirupsen/logrus", - "Comment": "v0.8.7-87-g4b6ea73", - "Rev": "4b6ea7319e214d98c938f12692336f7ca9348d6b" - }, - { - "ImportPath": "github.com/StackExchange/wmi", - "Rev": "f3e2bae1e0cb5aef83e319133eabfee30013a4a5" - }, - { - "ImportPath": "github.com/armon/circbuf", - "Rev": "bbbad097214e2918d8543d5201d12bfd7bca254d" - }, - { - "ImportPath": "github.com/armon/go-metrics", - "Rev": "06b60999766278efd6d2b5d8418a58c3d5b99e87" - }, - { - "ImportPath": "github.com/armon/go-metrics/datadog", - "Rev": "06b60999766278efd6d2b5d8418a58c3d5b99e87" - }, - { - "ImportPath": "github.com/armon/go-metrics/prometheus", - "Rev": "06b60999766278efd6d2b5d8418a58c3d5b99e87" - }, - { - "ImportPath": "github.com/armon/go-radix", - "Rev": "4239b77079c7b5d1243b7b4736304ce8ddb6f0f2" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/awserr", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/awsutil", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/client", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/client/metadata", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/corehandlers", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/credentials", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/defaults", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/ec2metadata", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/request", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/session", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/endpoints", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/query", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/query/queryutil", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/rest", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/restxml", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/signer/v4", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/waiter", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/service/s3", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/service/s3/s3iface", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/service/s3/s3manager", - "Comment": "v1.0.6-2-g80dd495", - "Rev": "80dd4951fdb3f711d31843b8d87871130ef2df67" - }, - { - "ImportPath": "github.com/beorn7/perks/quantile", - "Rev": "b965b613227fddccbfffe13eae360ed3fa822f8d" - }, - { - "ImportPath": "github.com/bgentry/speakeasy", - "Rev": "36e9cfdd690967f4f690c6edcc9ffacd006014a0" - }, - { - "ImportPath": "github.com/bgentry/speakeasy/example", - "Rev": "36e9cfdd690967f4f690c6edcc9ffacd006014a0" - }, - { - "ImportPath": "github.com/boltdb/bolt", - "Comment": "v1.2.0", - "Rev": "c6ba97b89e0454fec9aa92e1d33a4e2c5fc1f631" - }, - { - "ImportPath": "github.com/coreos/go-systemd/dbus", - "Comment": "v4-40-g2ed5b50", - "Rev": "2ed5b5012ccde5f057c197890a2c801295941149" - }, - { - "ImportPath": "github.com/coreos/go-systemd/util", - "Comment": "v4-40-g2ed5b50", - "Rev": "2ed5b5012ccde5f057c197890a2c801295941149" - }, - { - "ImportPath": "github.com/davecgh/go-spew/spew", - "Rev": "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d" - }, - { - "ImportPath": "github.com/docker/docker/pkg/mount", - "Comment": "v1.4.1-9713-g35ef3ef", - "Rev": "35ef3efe9af64c22c7efbe826f8f63b025639130" - }, - { - "ImportPath": "github.com/docker/go-units", - "Comment": "v0.1.0-23-g5d2041e", - "Rev": "5d2041e26a699eaca682e2ea41c8f891e1060444" - }, - { - "ImportPath": "github.com/dustin/go-humanize", - "Rev": "8929fe90cee4b2cb9deb468b51fb34eba64d1bf0" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/homedir", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/longpath", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/pools", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/promise", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/stdcopy", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/docker/go-units", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/golang.org/x/net/context", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix", - "Rev": "7c07ffce0f7e14a4da49ce92a2842d4e87be1c1e" - }, - { - "ImportPath": "github.com/go-ini/ini", - "Comment": "v1.8.5-2-g6ec4abd", - "Rev": "6ec4abd8f8d587536da56f730858f0e27aeb4126" - }, - { - "ImportPath": "github.com/go-ole/go-ole", - "Comment": "v1.2.0-4-g5005588", - "Rev": "50055884d646dd9434f16bbb5c9801749b9bafe4" - }, - { - "ImportPath": "github.com/go-ole/go-ole/oleutil", - "Comment": "v1.2.0-4-g5005588", - "Rev": "50055884d646dd9434f16bbb5c9801749b9bafe4" - }, - { - "ImportPath": "github.com/godbus/dbus", - "Comment": "v3-10-ge4593d6", - "Rev": "e4593d66e29678c26f84166fe231a03e0268ced5" - }, - { - "ImportPath": "github.com/godbus/dbus/introspect", - "Comment": "v3-10-ge4593d6", - "Rev": "e4593d66e29678c26f84166fe231a03e0268ced5" - }, - { - "ImportPath": "github.com/godbus/dbus/prop", - "Comment": "v3-10-ge4593d6", - "Rev": "e4593d66e29678c26f84166fe231a03e0268ced5" - }, - { - "ImportPath": "github.com/golang/protobuf/proto", - "Rev": "0dfe8f37844c14cb32c7247925270e0f7ba90973" - }, - { - "ImportPath": "github.com/gorhill/cronexpr", - "Comment": "1.0.0", - "Rev": "a557574d6c024ed6e36acc8b610f5f211c91568a" - }, - { - "ImportPath": "github.com/gorhill/cronexpr/cronexpr", - "Comment": "1.0.0", - "Rev": "a557574d6c024ed6e36acc8b610f5f211c91568a" - }, - { - "ImportPath": "github.com/hashicorp/consul/api", - "Comment": "v0.6.3-363-gae32a3c", - "Rev": "ae32a3ceae9fddb431b933ed7b2a82110e41e1bf" - }, - { - "ImportPath": "github.com/hashicorp/consul/tlsutil", - "Comment": "v0.6.3-363-gae32a3c", - "Rev": "ae32a3ceae9fddb431b933ed7b2a82110e41e1bf" - }, - { - "ImportPath": "github.com/hashicorp/errwrap", - "Rev": "7554cd9344cec97297fa6649b055a8c98c2a1e55" - }, - { - "ImportPath": "github.com/hashicorp/go-checkpoint", - "Rev": "e4b2dc34c0f698ee04750bf2035d8b9384233e1b" - }, - { - "ImportPath": "github.com/hashicorp/go-cleanhttp", - "Rev": "875fb671b3ddc66f8e2f0acc33829c8cb989a38d" - }, - { - "ImportPath": "github.com/hashicorp/go-getter", - "Rev": "3142ddc1d627a166970ddd301bc09cb510c74edc" - }, - { - "ImportPath": "github.com/hashicorp/go-getter/helper/url", - "Rev": "3142ddc1d627a166970ddd301bc09cb510c74edc" - }, - { - "ImportPath": "github.com/hashicorp/go-immutable-radix", - "Rev": "8e8ed81f8f0bf1bdd829593fdd5c29922c1ea990" - }, - { - "ImportPath": "github.com/hashicorp/go-memdb", - "Rev": "2cc5518f24b906e7cccfc808817ba479f5489821" - }, - { - "ImportPath": "github.com/hashicorp/go-msgpack/codec", - "Rev": "fa3f63826f7c23912c15263591e65d54d080b458" - }, - { - "ImportPath": "github.com/hashicorp/go-multierror", - "Rev": "d30f09973e19c1dfcd120b2d9c4f168e68d6b5d5" - }, - { - "ImportPath": "github.com/hashicorp/go-plugin", - "Rev": "cccb4a1328abbb89898f3ecf4311a05bddc4de6d" - }, - { - "ImportPath": "github.com/hashicorp/go-syslog", - "Rev": "42a2b573b664dbf281bd48c3cc12c086b17a39ba" - }, - { - "ImportPath": "github.com/hashicorp/go-version", - "Rev": "2e7f5ea8e27bb3fdf9baa0881d16757ac4637332" - }, - { - "ImportPath": "github.com/hashicorp/golang-lru/simplelru", - "Rev": "a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4" - }, - { - "ImportPath": "github.com/hashicorp/hcl", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/hcl/hcl/ast", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/hcl/hcl/parser", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/hcl/hcl/scanner", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/hcl/hcl/strconv", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/hcl/hcl/token", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/hcl/json/parser", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/hcl/json/scanner", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/hcl/json/token", - "Rev": "1c284ec98f4b398443cbabb0d9197f7f4cc0077c" - }, - { - "ImportPath": "github.com/hashicorp/logutils", - "Rev": "0dc08b1671f34c4250ce212759ebd880f743d883" - }, - { - "ImportPath": "github.com/hashicorp/memberlist", - "Rev": "88ac4de0d1a0ca6def284b571342db3b777a4c37" - }, - { - "ImportPath": "github.com/hashicorp/net-rpc-msgpackrpc", - "Rev": "a14192a58a694c123d8fe5481d4a4727d6ae82f3" - }, - { - "ImportPath": "github.com/hashicorp/raft", - "Rev": "057b893fd996696719e98b6c44649ea14968c811" - }, - { - "ImportPath": "github.com/hashicorp/raft-boltdb", - "Rev": "d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee" - }, - { - "ImportPath": "github.com/hashicorp/scada-client", - "Rev": "84989fd23ad4cc0e7ad44d6a871fd793eb9beb0a" - }, - { - "ImportPath": "github.com/hashicorp/serf/coordinate", - "Comment": "v0.7.0-18-gc4c55f1", - "Rev": "c4c55f16bae1aed9b355ad655d3ebf0215734461" - }, - { - "ImportPath": "github.com/hashicorp/serf/serf", - "Comment": "v0.7.0-18-gc4c55f1", - "Rev": "c4c55f16bae1aed9b355ad655d3ebf0215734461" - }, - { - "ImportPath": "github.com/hashicorp/yamux", - "Rev": "df949784da9ed028ee76df44652e42d37a09d7e4" - }, - { - "ImportPath": "github.com/jmespath/go-jmespath", - "Comment": "0.2.2-2-gc01cf91", - "Rev": "c01cf91b011868172fdcd9f41838e80c9d716264" - }, - { - "ImportPath": "github.com/jmespath/go-jmespath/fuzz", - "Comment": "0.2.2-2-gc01cf91", - "Rev": "c01cf91b011868172fdcd9f41838e80c9d716264" - }, - { - "ImportPath": "github.com/kardianos/osext", - "Rev": "29ae4ffbc9a6fe9fb2bc5029050ce6996ea1d3bc" - }, - { - "ImportPath": "github.com/mattn/go-isatty", - "Rev": "56b76bdf51f7708750eac80fa38b952bb9f32639" - }, - { - "ImportPath": "github.com/matttproud/golang_protobuf_extensions/pbutil", - "Rev": "d0c3fe89de86839aecf2e0579c40ba3bb336a453" - }, - { - "ImportPath": "github.com/miekg/dns", - "Rev": "7e024ce8ce18b21b475ac6baf8fa3c42536bf2fa" - }, - { - "ImportPath": "github.com/mitchellh/cli", - "Rev": "cb6853d606ea4a12a15ac83cc43503df99fd28fb" - }, - { - "ImportPath": "github.com/mitchellh/copystructure", - "Rev": "80adcec1955ee4e97af357c30dee61aadcc02c10" - }, - { - "ImportPath": "github.com/mitchellh/hashstructure", - "Rev": "1ef5c71b025aef149d12346356ac5973992860bc" - }, - { - "ImportPath": "github.com/mitchellh/mapstructure", - "Rev": "281073eb9eb092240d33ef253c404f1cca550309" - }, - { - "ImportPath": "github.com/mitchellh/reflectwalk", - "Rev": "eecf4c70c626c7cfbb95c90195bc34d386c74ac6" - }, - { - "ImportPath": "github.com/opencontainers/runc/libcontainer/cgroups", - "Comment": "v0.0.9-108-g89ab7f2", - "Rev": "89ab7f2ccc1e45ddf6485eaa802c35dcf321dfc8" - }, - { - "ImportPath": "github.com/opencontainers/runc/libcontainer/cgroups/fs", - "Comment": "v0.0.9-108-g89ab7f2", - "Rev": "89ab7f2ccc1e45ddf6485eaa802c35dcf321dfc8" - }, - { - "ImportPath": "github.com/opencontainers/runc/libcontainer/cgroups/systemd", - "Comment": "v0.0.9-108-g89ab7f2", - "Rev": "89ab7f2ccc1e45ddf6485eaa802c35dcf321dfc8" - }, - { - "ImportPath": "github.com/opencontainers/runc/libcontainer/configs", - "Comment": "v0.0.9-108-g89ab7f2", - "Rev": "89ab7f2ccc1e45ddf6485eaa802c35dcf321dfc8" - }, - { - "ImportPath": "github.com/opencontainers/runc/libcontainer/system", - "Comment": "v0.0.9-108-g89ab7f2", - "Rev": "89ab7f2ccc1e45ddf6485eaa802c35dcf321dfc8" - }, - { - "ImportPath": "github.com/opencontainers/runc/libcontainer/utils", - "Comment": "v0.0.9-108-g89ab7f2", - "Rev": "89ab7f2ccc1e45ddf6485eaa802c35dcf321dfc8" - }, - { - "ImportPath": "github.com/prometheus/client_golang/prometheus", - "Comment": "0.7.0-70-g15006a7", - "Rev": "15006a7ed88e73201c4e6142a2e66b54ae5fdf00" - }, - { - "ImportPath": "github.com/prometheus/client_model/go", - "Comment": "model-0.0.2-12-gfa8ad6f", - "Rev": "fa8ad6fec33561be4280a8f0514318c79d7f6cb6" - }, - { - "ImportPath": "github.com/prometheus/common/expfmt", - "Rev": "23070236b1ebff452f494ae831569545c2b61d26" - }, - { - "ImportPath": "github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg", - "Rev": "23070236b1ebff452f494ae831569545c2b61d26" - }, - { - "ImportPath": "github.com/prometheus/common/model", - "Rev": "23070236b1ebff452f494ae831569545c2b61d26" - }, - { - "ImportPath": "github.com/prometheus/procfs", - "Rev": "406e5b7bfd8201a36e2bb5f7bdae0b03380c2ce8" - }, - { - "ImportPath": "github.com/ryanuber/columnize", - "Comment": "v2.0.1-8-g983d3a5", - "Rev": "983d3a5fab1bf04d1b412465d2d9f8430e2e917e" - }, - { - "ImportPath": "github.com/shirou/gopsutil/cpu", - "Comment": "1.0.0-230-gf58654f", - "Rev": "f58654fa1c30aab9b8c503ecea4922e80abcd2bf" - }, - { - "ImportPath": "github.com/shirou/gopsutil/host", - "Comment": "1.0.0-230-gf58654f", - "Rev": "f58654fa1c30aab9b8c503ecea4922e80abcd2bf" - }, - { - "ImportPath": "github.com/shirou/gopsutil/internal/common", - "Comment": "1.0.0-230-gf58654f", - "Rev": "f58654fa1c30aab9b8c503ecea4922e80abcd2bf" - }, - { - "ImportPath": "github.com/shirou/gopsutil/mem", - "Comment": "1.0.0-230-gf58654f", - "Rev": "f58654fa1c30aab9b8c503ecea4922e80abcd2bf" - }, - { - "ImportPath": "github.com/shirou/gopsutil/net", - "Comment": "1.0.0-230-gf58654f", - "Rev": "f58654fa1c30aab9b8c503ecea4922e80abcd2bf" - }, - { - "ImportPath": "github.com/shirou/gopsutil/process", - "Comment": "1.0.0-230-gf58654f", - "Rev": "f58654fa1c30aab9b8c503ecea4922e80abcd2bf" - }, - { - "ImportPath": "github.com/shirou/w32", - "Rev": "ada3ba68f000aa1b58580e45c9d308fe0b7fc5c5" - }, - { - "ImportPath": "github.com/ugorji/go/codec", - "Rev": "03b46f3d7a8e0457836a5ecd906b4961a5815a63" - }, - { - "ImportPath": "github.com/ugorji/go/codec/codecgen", - "Rev": "03b46f3d7a8e0457836a5ecd906b4961a5815a63" - }, - { - "ImportPath": "golang.org/x/sys/unix", - "Rev": "50c6bc5e4292a1d4e65c6e9be5f53be28bcbe28e" - } - ] -} diff --git a/Godeps/Readme b/Godeps/Readme deleted file mode 100644 index 4cdaa53d5..000000000 --- a/Godeps/Readme +++ /dev/null @@ -1,5 +0,0 @@ -This directory tree is generated automatically by godep. - -Please do not edit. - -See https://github.com/tools/godep for more information. diff --git a/Vagrantfile b/Vagrantfile index 91727306f..169a484b9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,6 +5,9 @@ VAGRANTFILE_API_VERSION = "2" $script = <