diff --git a/.travis.yml b/.travis.yml index 1183728..414c974 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,19 @@ language: go go: - - 1.5 - 1.6 - tip +# installing godep manually: https://github.com/travis-ci/travis-ci/issues/5702 +install: + - go get -t github.com/tools/godep + - godep restore + - go get -t -v ./... + +env: + global: + - GO15VENDOREXPERIMENT=1 + before_script: - go install ./... - go get github.com/alecthomas/gometalinter diff --git a/Godeps/_workspace/.gitignore b/Godeps/_workspace/.gitignore deleted file mode 100644 index f037d68..0000000 --- a/Godeps/_workspace/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/pkg -/bin diff --git a/Godeps/_workspace/src/github.com/donovanhide/eventsource/README.md b/vendor/github.com/donovanhide/eventsource/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/donovanhide/eventsource/README.md rename to vendor/github.com/donovanhide/eventsource/README.md diff --git a/Godeps/_workspace/src/github.com/donovanhide/eventsource/decoder.go b/vendor/github.com/donovanhide/eventsource/decoder.go similarity index 100% rename from Godeps/_workspace/src/github.com/donovanhide/eventsource/decoder.go rename to vendor/github.com/donovanhide/eventsource/decoder.go diff --git a/Godeps/_workspace/src/github.com/donovanhide/eventsource/encoder.go b/vendor/github.com/donovanhide/eventsource/encoder.go similarity index 100% rename from Godeps/_workspace/src/github.com/donovanhide/eventsource/encoder.go rename to vendor/github.com/donovanhide/eventsource/encoder.go diff --git a/Godeps/_workspace/src/github.com/donovanhide/eventsource/interface.go b/vendor/github.com/donovanhide/eventsource/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/donovanhide/eventsource/interface.go rename to vendor/github.com/donovanhide/eventsource/interface.go diff --git a/Godeps/_workspace/src/github.com/donovanhide/eventsource/normalise.go b/vendor/github.com/donovanhide/eventsource/normalise.go similarity index 100% rename from Godeps/_workspace/src/github.com/donovanhide/eventsource/normalise.go rename to vendor/github.com/donovanhide/eventsource/normalise.go diff --git a/Godeps/_workspace/src/github.com/donovanhide/eventsource/repository.go b/vendor/github.com/donovanhide/eventsource/repository.go similarity index 100% rename from Godeps/_workspace/src/github.com/donovanhide/eventsource/repository.go rename to vendor/github.com/donovanhide/eventsource/repository.go diff --git a/Godeps/_workspace/src/github.com/donovanhide/eventsource/server.go b/vendor/github.com/donovanhide/eventsource/server.go similarity index 100% rename from Godeps/_workspace/src/github.com/donovanhide/eventsource/server.go rename to vendor/github.com/donovanhide/eventsource/server.go diff --git a/Godeps/_workspace/src/github.com/donovanhide/eventsource/stream.go b/vendor/github.com/donovanhide/eventsource/stream.go similarity index 100% rename from Godeps/_workspace/src/github.com/donovanhide/eventsource/stream.go rename to vendor/github.com/donovanhide/eventsource/stream.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/.gitignore b/vendor/github.com/gambol99/go-marathon/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/.gitignore rename to vendor/github.com/gambol99/go-marathon/.gitignore diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/.travis.yml b/vendor/github.com/gambol99/go-marathon/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/.travis.yml rename to vendor/github.com/gambol99/go-marathon/.travis.yml diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/AUTHORS b/vendor/github.com/gambol99/go-marathon/AUTHORS similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/AUTHORS rename to vendor/github.com/gambol99/go-marathon/AUTHORS diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/LICENSE b/vendor/github.com/gambol99/go-marathon/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/LICENSE rename to vendor/github.com/gambol99/go-marathon/LICENSE diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/Makefile b/vendor/github.com/gambol99/go-marathon/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/Makefile rename to vendor/github.com/gambol99/go-marathon/Makefile diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/README.md b/vendor/github.com/gambol99/go-marathon/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/README.md rename to vendor/github.com/gambol99/go-marathon/README.md diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/application.go b/vendor/github.com/gambol99/go-marathon/application.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/application.go rename to vendor/github.com/gambol99/go-marathon/application.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/client.go b/vendor/github.com/gambol99/go-marathon/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/client.go rename to vendor/github.com/gambol99/go-marathon/client.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/cluster.go b/vendor/github.com/gambol99/go-marathon/cluster.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/cluster.go rename to vendor/github.com/gambol99/go-marathon/cluster.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/config.go b/vendor/github.com/gambol99/go-marathon/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/config.go rename to vendor/github.com/gambol99/go-marathon/config.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/const.go b/vendor/github.com/gambol99/go-marathon/const.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/const.go rename to vendor/github.com/gambol99/go-marathon/const.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/deployment.go b/vendor/github.com/gambol99/go-marathon/deployment.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/deployment.go rename to vendor/github.com/gambol99/go-marathon/deployment.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/docker.go b/vendor/github.com/gambol99/go-marathon/docker.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/docker.go rename to vendor/github.com/gambol99/go-marathon/docker.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/error.go b/vendor/github.com/gambol99/go-marathon/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/error.go rename to vendor/github.com/gambol99/go-marathon/error.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/events.go b/vendor/github.com/gambol99/go-marathon/events.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/events.go rename to vendor/github.com/gambol99/go-marathon/events.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/group.go b/vendor/github.com/gambol99/go-marathon/group.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/group.go rename to vendor/github.com/gambol99/go-marathon/group.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/health.go b/vendor/github.com/gambol99/go-marathon/health.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/health.go rename to vendor/github.com/gambol99/go-marathon/health.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/info.go b/vendor/github.com/gambol99/go-marathon/info.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/info.go rename to vendor/github.com/gambol99/go-marathon/info.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/last_task_failure.go b/vendor/github.com/gambol99/go-marathon/last_task_failure.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/last_task_failure.go rename to vendor/github.com/gambol99/go-marathon/last_task_failure.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/subscription.go b/vendor/github.com/gambol99/go-marathon/subscription.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/subscription.go rename to vendor/github.com/gambol99/go-marathon/subscription.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/task.go b/vendor/github.com/gambol99/go-marathon/task.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/task.go rename to vendor/github.com/gambol99/go-marathon/task.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/update_strategy.go b/vendor/github.com/gambol99/go-marathon/update_strategy.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/update_strategy.go rename to vendor/github.com/gambol99/go-marathon/update_strategy.go diff --git a/Godeps/_workspace/src/github.com/gambol99/go-marathon/utils.go b/vendor/github.com/gambol99/go-marathon/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/gambol99/go-marathon/utils.go rename to vendor/github.com/gambol99/go-marathon/utils.go diff --git a/Godeps/_workspace/src/github.com/google/go-querystring/LICENSE b/vendor/github.com/google/go-querystring/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/google/go-querystring/LICENSE rename to vendor/github.com/google/go-querystring/LICENSE diff --git a/Godeps/_workspace/src/github.com/google/go-querystring/query/encode.go b/vendor/github.com/google/go-querystring/query/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/go-querystring/query/encode.go rename to vendor/github.com/google/go-querystring/query/encode.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/LICENSE b/vendor/github.com/samuel/go-zookeeper/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/LICENSE rename to vendor/github.com/samuel/go-zookeeper/LICENSE diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/conn.go b/vendor/github.com/samuel/go-zookeeper/zk/conn.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/conn.go rename to vendor/github.com/samuel/go-zookeeper/zk/conn.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/constants.go b/vendor/github.com/samuel/go-zookeeper/zk/constants.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/constants.go rename to vendor/github.com/samuel/go-zookeeper/zk/constants.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/dnshostprovider.go b/vendor/github.com/samuel/go-zookeeper/zk/dnshostprovider.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/dnshostprovider.go rename to vendor/github.com/samuel/go-zookeeper/zk/dnshostprovider.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/flw.go b/vendor/github.com/samuel/go-zookeeper/zk/flw.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/flw.go rename to vendor/github.com/samuel/go-zookeeper/zk/flw.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/lock.go b/vendor/github.com/samuel/go-zookeeper/zk/lock.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/lock.go rename to vendor/github.com/samuel/go-zookeeper/zk/lock.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/server_help.go b/vendor/github.com/samuel/go-zookeeper/zk/server_help.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/server_help.go rename to vendor/github.com/samuel/go-zookeeper/zk/server_help.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/server_java.go b/vendor/github.com/samuel/go-zookeeper/zk/server_java.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/server_java.go rename to vendor/github.com/samuel/go-zookeeper/zk/server_java.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/structs.go b/vendor/github.com/samuel/go-zookeeper/zk/structs.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/structs.go rename to vendor/github.com/samuel/go-zookeeper/zk/structs.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/tracer.go b/vendor/github.com/samuel/go-zookeeper/zk/tracer.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/tracer.go rename to vendor/github.com/samuel/go-zookeeper/zk/tracer.go diff --git a/Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/util.go b/vendor/github.com/samuel/go-zookeeper/zk/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk/util.go rename to vendor/github.com/samuel/go-zookeeper/zk/util.go