From 899f9b4e31218172eafcf0a5de447e730619fbbe Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sun, 8 May 2016 20:19:10 -0700 Subject: [PATCH 01/16] Fixme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d8d6f533f69..75695751997f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Kubernetes +FIXME [![GoReportCard Widget]][GoReportCard] [![GoDoc Widget]][GoDoc] [![Travis Widget]][Travis] [![Coverage Status Widget]][Coverage Status] From 3c0c5ed4e019f2c1aef520a7d1f78763368bede7 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sun, 8 May 2016 20:30:21 -0700 Subject: [PATCH 02/16] Move deps from _workspace/ to vendor/ godep restore pushd $GOPATH/src/github.com/appc/spec git co master popd go get go4.org/errorutil rm -rf Godeps godep save ./... git add vendor git add -f $(git ls-files --other vendor/) git co -- Godeps/LICENSES Godeps/.license_file_state Godeps/OWNERS --- Godeps/Godeps.json | 14 +- Godeps/_workspace/.gitignore | 2 - .../github.com/prometheus/common/NOTICE | 5 - .../src/github.com/coreos/pkg/NOTICE | 5 - .../vendor/github.com/bugsnag/osext/LICENSE | 20 - .../vendor/github.com/docker/goamz/LICENSE | 185 --- .../github.com/yvasiyarov/go-metrics/LICENSE | 29 - .../src/github.com/BurntSushi/toml/COPYING | 14 - .../_workspace/src/github.com/kr/pty/License | 23 - .../src/gopkg.in/yaml.v2/LICENSE.libyaml | 31 - .../bertimus9/systemstat/.gitignore | 0 .../bertimus9/systemstat/AUTHORS | 0 .../bertimus9/systemstat/LICENSE | 0 .../bertimus9/systemstat/Makefile | 0 .../bertimus9/systemstat/README.md | 0 .../bertimus9/systemstat/VERSION | 0 .../bertimus9/systemstat/examples/go-top.go | 0 .../bertimus9/systemstat/systemstat.go | 0 .../bertimus9/systemstat/systemstat_linux.go | 0 .../bitbucket.org/ww/goautoneg/Makefile | 0 .../bitbucket.org/ww/goautoneg/README.txt | 0 .../bitbucket.org/ww/goautoneg/autoneg.go | 0 .../github.com/ClusterHQ/flocker-go/LICENSE | 0 .../github.com/ClusterHQ/flocker-go/README.md | 0 .../github.com/ClusterHQ/flocker-go/client.go | 0 .../github.com/ClusterHQ/flocker-go/doc.go | 0 .../github.com/ClusterHQ/flocker-go/util.go | 0 .../github.com/Microsoft/go-winio/LICENSE | 0 .../github.com/Microsoft/go-winio/README.md | 0 .../Microsoft/go-winio/archive/tar/LICENSE | 0 .../Microsoft/go-winio/archive/tar/common.go | 0 .../Microsoft/go-winio/archive/tar/reader.go | 0 .../go-winio/archive/tar/stat_atim.go | 0 .../go-winio/archive/tar/stat_atimespec.go | 0 .../go-winio/archive/tar/stat_unix.go | 0 .../Microsoft/go-winio/archive/tar/writer.go | 0 .../github.com/Microsoft/go-winio/backup.go | 0 .../Microsoft/go-winio/backuptar/tar.go | 0 .../github.com/Microsoft/go-winio/file.go | 0 .../github.com/Microsoft/go-winio/fileinfo.go | 0 .../github.com/Microsoft/go-winio/pipe.go | 0 .../Microsoft/go-winio/privilege.go | 0 .../github.com/Microsoft/go-winio/reparse.go | 0 .../github.com/Microsoft/go-winio/sd.go | 0 .../github.com/Microsoft/go-winio/syscall.go | 0 .../github.com/Microsoft/go-winio/zsyscall.go | 0 .../github.com/Sirupsen/logrus/.gitignore | 0 .../github.com/Sirupsen/logrus/.travis.yml | 0 .../github.com/Sirupsen/logrus/LICENSE | 0 .../github.com/Sirupsen/logrus/README.md | 0 .../github.com/Sirupsen/logrus/entry.go | 0 .../Sirupsen/logrus/examples/basic/basic.go | 0 .../Sirupsen/logrus/examples/hook/hook.go | 0 .../github.com/Sirupsen/logrus/exported.go | 0 .../github.com/Sirupsen/logrus/formatter.go | 0 .../github.com/Sirupsen/logrus/hooks.go | 0 .../logrus/hooks/airbrake/airbrake.go | 0 .../logrus/hooks/papertrail/README.md | 0 .../logrus/hooks/papertrail/papertrail.go | 0 .../Sirupsen/logrus/hooks/sentry/README.md | 0 .../Sirupsen/logrus/hooks/sentry/sentry.go | 0 .../Sirupsen/logrus/hooks/syslog/README.md | 0 .../Sirupsen/logrus/hooks/syslog/syslog.go | 0 .../Sirupsen/logrus/json_formatter.go | 0 .../github.com/Sirupsen/logrus/logger.go | 0 .../github.com/Sirupsen/logrus/logrus.go | 0 .../Sirupsen/logrus/terminal_darwin.go | 0 .../Sirupsen/logrus/terminal_freebsd.go | 0 .../Sirupsen/logrus/terminal_linux.go | 0 .../Sirupsen/logrus/terminal_notwindows.go | 0 .../Sirupsen/logrus/terminal_windows.go | 0 .../Sirupsen/logrus/text_formatter.go | 0 .../github.com/abbot/go-http-auth/.gitignore | 0 .../github.com/abbot/go-http-auth/LICENSE | 0 .../github.com/abbot/go-http-auth/Makefile | 0 .../github.com/abbot/go-http-auth/README.md | 0 .../github.com/abbot/go-http-auth/auth.go | 0 .../github.com/abbot/go-http-auth/basic.go | 0 .../github.com/abbot/go-http-auth/digest.go | 0 .../abbot/go-http-auth/examples/basic.go | 0 .../abbot/go-http-auth/examples/digest.go | 0 .../abbot/go-http-auth/examples/wrapped.go | 0 .../github.com/abbot/go-http-auth/md5crypt.go | 0 .../github.com/abbot/go-http-auth/misc.go | 0 .../abbot/go-http-auth/test.htdigest | 0 .../abbot/go-http-auth/test.htpasswd | 0 .../github.com/abbot/go-http-auth/users.go | 0 .../src/github.com/d2g/dhcp4/LICENSE | 27 + .../src/github.com/d2g/dhcp4client}/LICENSE | 0 .../github.com/vishvananda/netlink/LICENSE | 0 .../github.com/appc/cni/LICENSE | 0 .../github.com/appc/cni/libcni/api.go | 0 .../github.com/appc/cni/libcni/conf.go | 0 .../github.com/appc/cni/pkg/invoke/args.go | 0 .../github.com/appc/cni/pkg/invoke/exec.go | 0 .../github.com/appc/cni/pkg/invoke/find.go | 0 .../github.com/appc/cni/pkg/types/args.go | 0 .../github.com/appc/cni/pkg/types/types.go | 0 .../src/github.com/camlistore/go4/LICENSE | 0 .../src}/github.com/spf13/pflag/LICENSE | 0 .../Godeps/_workspace/src/go4.org}/LICENSE | 0 .../_workspace/src/golang.org/x/net}/LICENSE | 0 .../_workspace/src/golang.org/x/net}/PATENTS | 0 .../speter.net/go/exp/math/dec/inf/LICENSE | 0 .../github.com/appc/spec/LICENSE | 0 .../appc/spec/schema/common/common.go | 0 .../github.com/appc/spec/schema/doc.go | 0 .../github.com/appc/spec/schema/image.go | 2 +- .../github.com/appc/spec/schema/kind.go | 0 .../appc/spec/schema/lastditch/doc.go | 0 .../appc/spec/schema/lastditch/image.go | 0 .../appc/spec/schema/lastditch/labels.go | 0 .../appc/spec/schema/lastditch/pod.go | 0 .../github.com/appc/spec/schema/pod.go | 2 +- .../appc/spec/schema/types/acidentifier.go | 0 .../appc/spec/schema/types/ackind.go | 0 .../appc/spec/schema/types/acname.go | 0 .../appc/spec/schema/types/annotations.go | 0 .../github.com/appc/spec/schema/types/app.go | 0 .../github.com/appc/spec/schema/types/date.go | 0 .../appc/spec/schema/types/dependencies.go | 0 .../github.com/appc/spec/schema/types/doc.go | 0 .../appc/spec/schema/types/environment.go | 0 .../appc/spec/schema/types/errors.go | 0 .../appc/spec/schema/types/event_handler.go | 0 .../github.com/appc/spec/schema/types/exec.go | 0 .../github.com/appc/spec/schema/types/hash.go | 0 .../appc/spec/schema/types/isolator.go | 0 .../schema/types/isolator_linux_specific.go | 0 .../spec/schema/types/isolator_resources.go | 0 .../appc/spec/schema/types/labels.go | 0 .../appc/spec/schema/types/mountpoint.go | 0 .../github.com/appc/spec/schema/types/port.go | 0 .../appc/spec/schema/types/semver.go | 0 .../github.com/appc/spec/schema/types/url.go | 0 .../github.com/appc/spec/schema/types/uuid.go | 0 .../appc/spec/schema/types/volume.go | 0 .../github.com/appc/spec/schema/version.go | 0 .../github.com/armon/go-metrics/.gitignore | 0 .../github.com/armon/go-metrics/LICENSE | 0 .../github.com/armon/go-metrics/README.md | 0 .../github.com/armon/go-metrics/const_unix.go | 0 .../armon/go-metrics/const_windows.go | 0 .../armon/go-metrics/datadog/dogstatsd.go | 0 .../github.com/armon/go-metrics/inmem.go | 0 .../armon/go-metrics/inmem_signal.go | 0 .../github.com/armon/go-metrics/metrics.go | 0 .../armon/go-metrics/prometheus/prometheus.go | 0 .../github.com/armon/go-metrics/sink.go | 0 .../github.com/armon/go-metrics/start.go | 0 .../github.com/armon/go-metrics/statsd.go | 0 .../github.com/armon/go-metrics/statsite.go | 0 .../github.com/aws/aws-sdk-go/LICENSE.txt | 0 .../github.com/aws/aws-sdk-go/NOTICE.txt | 0 .../aws/aws-sdk-go/aws/awserr/error.go | 0 .../aws/aws-sdk-go/aws/awserr/types.go | 0 .../aws/aws-sdk-go/aws/awsutil/copy.go | 0 .../aws/aws-sdk-go/aws/awsutil/equal.go | 0 .../aws/aws-sdk-go/aws/awsutil/path_value.go | 0 .../aws/aws-sdk-go/aws/awsutil/prettify.go | 0 .../aws-sdk-go/aws/awsutil/string_value.go | 0 .../aws/aws-sdk-go/aws/client/client.go | 0 .../aws-sdk-go/aws/client/default_retryer.go | 0 .../aws/client/metadata/client_info.go | 0 .../github.com/aws/aws-sdk-go/aws/config.go | 0 .../aws/aws-sdk-go/aws/convert_types.go | 0 .../aws-sdk-go/aws/corehandlers/handlers.go | 0 .../aws/corehandlers/param_validator.go | 0 .../aws/credentials/chain_provider.go | 0 .../aws-sdk-go/aws/credentials/credentials.go | 0 .../ec2rolecreds/ec2_role_provider.go | 0 .../aws/credentials/env_provider.go | 0 .../aws-sdk-go/aws/credentials/example.ini | 0 .../shared_credentials_provider.go | 0 .../aws/credentials/static_provider.go | 0 .../stscreds/assume_role_provider.go | 0 .../aws/aws-sdk-go/aws/defaults/defaults.go | 0 .../aws/aws-sdk-go/aws/ec2metadata/api.go | 0 .../aws/aws-sdk-go/aws/ec2metadata/service.go | 0 .../github.com/aws/aws-sdk-go/aws/errors.go | 0 .../github.com/aws/aws-sdk-go/aws/logger.go | 0 .../aws/aws-sdk-go/aws/request/handlers.go | 0 .../aws/aws-sdk-go/aws/request/request.go | 0 .../aws/request/request_pagination.go | 0 .../aws/aws-sdk-go/aws/request/retryer.go | 0 .../aws/aws-sdk-go/aws/session/session.go | 0 .../github.com/aws/aws-sdk-go/aws/types.go | 0 .../github.com/aws/aws-sdk-go/aws/version.go | 0 .../aws-sdk-go/private/endpoints/endpoints.go | 0 .../private/endpoints/endpoints.json | 0 .../private/endpoints/endpoints_map.go | 0 .../private/protocol/ec2query/build.go | 0 .../private/protocol/ec2query/unmarshal.go | 0 .../private/protocol/json/jsonutil/build.go | 0 .../protocol/json/jsonutil/unmarshal.go | 0 .../private/protocol/jsonrpc/jsonrpc.go | 0 .../private/protocol/query/build.go | 0 .../protocol/query/queryutil/queryutil.go | 0 .../private/protocol/query/unmarshal.go | 0 .../private/protocol/query/unmarshal_error.go | 0 .../aws-sdk-go/private/protocol/rest/build.go | 0 .../private/protocol/rest/payload.go | 0 .../private/protocol/rest/unmarshal.go | 0 .../private/protocol/xml/xmlutil/build.go | 0 .../private/protocol/xml/xmlutil/unmarshal.go | 0 .../protocol/xml/xmlutil/xml_to_struct.go | 0 .../aws/aws-sdk-go/private/signer/v4/v4.go | 0 .../aws/aws-sdk-go/private/waiter/waiter.go | 0 .../aws/aws-sdk-go/service/autoscaling/api.go | 0 .../autoscaling/autoscalingiface/interface.go | 0 .../aws-sdk-go/service/autoscaling/service.go | 0 .../aws/aws-sdk-go/service/ec2/api.go | 0 .../aws-sdk-go/service/ec2/customizations.go | 0 .../service/ec2/ec2iface/interface.go | 0 .../aws/aws-sdk-go/service/ec2/service.go | 0 .../aws/aws-sdk-go/service/ec2/waiters.go | 0 .../aws/aws-sdk-go/service/ecr/api.go | 0 .../service/ecr/ecriface/interface.go | 0 .../aws/aws-sdk-go/service/ecr/service.go | 0 .../aws/aws-sdk-go/service/elb/api.go | 0 .../service/elb/elbiface/interface.go | 0 .../aws/aws-sdk-go/service/elb/service.go | 0 .../aws/aws-sdk-go/service/elb/waiters.go | 0 .../beorn7/perks/quantile/exampledata.txt | 0 .../beorn7/perks/quantile/stream.go | 0 .../github.com/blang/semver/LICENSE | 0 .../github.com/blang/semver/README.md | 0 .../github.com/blang/semver/examples/main.go | 0 .../github.com/blang/semver/json.go | 0 .../github.com/blang/semver/semver.go | 0 .../github.com/blang/semver/sort.go | 0 .../github.com/blang/semver/sql.go | 0 .../github.com/boltdb/bolt/.gitignore | 0 .../github.com/boltdb/bolt/LICENSE | 0 .../github.com/boltdb/bolt/Makefile | 0 .../github.com/boltdb/bolt/README.md | 0 .../github.com/boltdb/bolt/bolt_386.go | 0 .../github.com/boltdb/bolt/bolt_amd64.go | 0 .../github.com/boltdb/bolt/bolt_arm.go | 0 .../github.com/boltdb/bolt/bolt_arm64.go | 0 .../github.com/boltdb/bolt/bolt_linux.go | 0 .../github.com/boltdb/bolt/bolt_openbsd.go | 0 .../github.com/boltdb/bolt/bolt_ppc64le.go | 0 .../github.com/boltdb/bolt/bolt_s390x.go | 0 .../github.com/boltdb/bolt/bolt_unix.go | 0 .../boltdb/bolt/bolt_unix_solaris.go | 0 .../github.com/boltdb/bolt/bolt_windows.go | 0 .../github.com/boltdb/bolt/boltsync_unix.go | 0 .../github.com/boltdb/bolt/bucket.go | 0 .../github.com/boltdb/bolt/cmd/bolt/main.go | 0 .../github.com/boltdb/bolt/cursor.go | 0 .../github.com/boltdb/bolt/db.go | 0 .../github.com/boltdb/bolt/doc.go | 0 .../github.com/boltdb/bolt/errors.go | 0 .../github.com/boltdb/bolt/freelist.go | 0 .../github.com/boltdb/bolt/node.go | 0 .../github.com/boltdb/bolt/page.go | 0 .../github.com/boltdb/bolt/tx.go | 0 .../github.com/codegangsta/negroni/LICENSE | 0 .../github.com/codegangsta/negroni/README.md | 0 .../github.com/codegangsta/negroni/doc.go | 0 .../github.com/codegangsta/negroni/logger.go | 0 .../github.com/codegangsta/negroni/negroni.go | 0 .../codegangsta/negroni/recovery.go | 0 .../codegangsta/negroni/response_writer.go | 0 .../github.com/codegangsta/negroni/static.go | 0 .../negroni/translations/README_pt_br.md | 0 .../github.com/coreos/etcd/LICENSE | 0 .../github.com/coreos/etcd/NOTICE | 0 .../github.com/coreos/etcd/alarm/alarms.go | 0 .../coreos/etcd/auth/authpb/auth.pb.go | 0 .../coreos/etcd/auth/authpb/auth.proto | 0 .../github.com/coreos/etcd/auth/store.go | 0 .../github.com/coreos/etcd/client/README.md | 0 .../coreos/etcd/client/auth_role.go | 0 .../coreos/etcd/client/auth_user.go | 0 .../coreos/etcd/client/cancelreq.go | 0 .../github.com/coreos/etcd/client/client.go | 0 .../coreos/etcd/client/cluster_error.go | 0 .../github.com/coreos/etcd/client/curl.go | 0 .../github.com/coreos/etcd/client/discover.go | 0 .../github.com/coreos/etcd/client/doc.go | 0 .../coreos/etcd/client/keys.generated.go | 0 .../github.com/coreos/etcd/client/keys.go | 0 .../github.com/coreos/etcd/client/members.go | 0 .../github.com/coreos/etcd/client/srv.go | 0 .../github.com/coreos/etcd/client/util.go | 0 .../github.com/coreos/etcd/clientv3/README.md | 0 .../github.com/coreos/etcd/clientv3/auth.go | 0 .../github.com/coreos/etcd/clientv3/client.go | 0 .../coreos/etcd/clientv3/cluster.go | 0 .../coreos/etcd/clientv3/compare.go | 0 .../coreos/etcd/clientv3/concurrency/doc.go | 0 .../etcd/clientv3/concurrency/election.go | 0 .../coreos/etcd/clientv3/concurrency/key.go | 0 .../coreos/etcd/clientv3/concurrency/mutex.go | 0 .../etcd/clientv3/concurrency/session.go | 0 .../coreos/etcd/clientv3/concurrency/stm.go | 0 .../github.com/coreos/etcd/clientv3/config.go | 0 .../github.com/coreos/etcd/clientv3/doc.go | 0 .../coreos/etcd/clientv3/integration/doc.go | 0 .../github.com/coreos/etcd/clientv3/kv.go | 0 .../github.com/coreos/etcd/clientv3/lease.go | 0 .../github.com/coreos/etcd/clientv3/logger.go | 0 .../coreos/etcd/clientv3/maintenance.go | 0 .../coreos/etcd/clientv3/mirror/syncer.go | 0 .../github.com/coreos/etcd/clientv3/op.go | 0 .../github.com/coreos/etcd/clientv3/sort.go | 0 .../github.com/coreos/etcd/clientv3/txn.go | 0 .../github.com/coreos/etcd/clientv3/watch.go | 0 .../coreos/etcd/compactor/compactor.go | 0 .../coreos/etcd/discovery/discovery.go | 0 .../github.com/coreos/etcd/discovery/srv.go | 0 .../github.com/coreos/etcd/error/error.go | 0 .../coreos/etcd/etcdserver/api/cluster.go | 0 .../etcd/etcdserver/api/v2http/capability.go | 0 .../etcd/etcdserver/api/v2http/client.go | 0 .../etcd/etcdserver/api/v2http/client_auth.go | 0 .../coreos/etcd/etcdserver/api/v2http/doc.go | 0 .../coreos/etcd/etcdserver/api/v2http/http.go | 0 .../etcdserver/api/v2http/httptypes/errors.go | 0 .../etcdserver/api/v2http/httptypes/member.go | 0 .../etcd/etcdserver/api/v2http/metrics.go | 0 .../coreos/etcd/etcdserver/api/v2http/peer.go | 0 .../coreos/etcd/etcdserver/api/v3rpc/auth.go | 0 .../coreos/etcd/etcdserver/api/v3rpc/grpc.go | 0 .../etcd/etcdserver/api/v3rpc/header.go | 0 .../coreos/etcd/etcdserver/api/v3rpc/key.go | 0 .../coreos/etcd/etcdserver/api/v3rpc/lease.go | 0 .../etcd/etcdserver/api/v3rpc/maintenance.go | 0 .../etcd/etcdserver/api/v3rpc/member.go | 0 .../coreos/etcd/etcdserver/api/v3rpc/quota.go | 0 .../etcdserver/api/v3rpc/rpctypes/error.go | 0 .../coreos/etcd/etcdserver/api/v3rpc/util.go | 0 .../coreos/etcd/etcdserver/api/v3rpc/watch.go | 0 .../coreos/etcd/etcdserver/apply.go | 0 .../coreos/etcd/etcdserver/auth/auth.go | 0 .../etcd/etcdserver/auth/auth_requests.go | 0 .../coreos/etcd/etcdserver/cluster_util.go | 0 .../coreos/etcd/etcdserver/config.go | 0 .../etcd/etcdserver/consistent_index.go | 0 .../github.com/coreos/etcd/etcdserver/doc.go | 0 .../coreos/etcd/etcdserver/errors.go | 0 .../etcdserver/etcdserverpb/etcdserver.pb.go | 0 .../etcdserver/etcdserverpb/etcdserver.proto | 0 .../etcdserverpb/raft_internal.pb.go | 0 .../etcdserverpb/raft_internal.proto | 0 .../etcd/etcdserver/etcdserverpb/rpc.pb.go | 0 .../etcd/etcdserver/etcdserverpb/rpc.proto | 0 .../etcd/etcdserver/membership/cluster.go | 0 .../etcd/etcdserver/membership/errors.go | 0 .../etcd/etcdserver/membership/member.go | 0 .../etcd/etcdserver/membership/store.go | 0 .../coreos/etcd/etcdserver/metrics.go | 0 .../coreos/etcd/etcdserver/quota.go | 0 .../github.com/coreos/etcd/etcdserver/raft.go | 0 .../coreos/etcd/etcdserver/server.go | 0 .../coreos/etcd/etcdserver/snapshot_merge.go | 0 .../coreos/etcd/etcdserver/stats/leader.go | 0 .../coreos/etcd/etcdserver/stats/queue.go | 0 .../coreos/etcd/etcdserver/stats/server.go | 0 .../coreos/etcd/etcdserver/stats/stats.go | 0 .../coreos/etcd/etcdserver/storage.go | 0 .../github.com/coreos/etcd/etcdserver/util.go | 0 .../coreos/etcd/etcdserver/v3demo_server.go | 0 .../coreos/etcd/integration/cluster.go | 0 .../github.com/coreos/etcd/integration/doc.go | 0 .../coreos/etcd/integration/fixtures/ca.crt | 0 .../etcd/integration/fixtures/server.crt | 0 .../integration/fixtures/server.key.insecure | 0 .../coreos/etcd/lease/leasehttp/http.go | 0 .../coreos/etcd/lease/leasepb/lease.pb.go | 0 .../coreos/etcd/lease/leasepb/lease.proto | 0 .../github.com/coreos/etcd/lease/lessor.go | 0 .../coreos/etcd/pkg/adt/interval_tree.go | 0 .../coreos/etcd/pkg/contention/contention.go | 0 .../github.com/coreos/etcd/pkg/crc/crc.go | 0 .../coreos/etcd/pkg/fileutil/fileutil.go | 0 .../coreos/etcd/pkg/fileutil/lock.go | 0 .../coreos/etcd/pkg/fileutil/lock_plan9.go | 0 .../coreos/etcd/pkg/fileutil/lock_solaris.go | 0 .../coreos/etcd/pkg/fileutil/lock_unix.go | 0 .../coreos/etcd/pkg/fileutil/lock_windows.go | 0 .../coreos/etcd/pkg/fileutil/preallocate.go | 0 .../etcd/pkg/fileutil/preallocate_darwin.go | 0 .../etcd/pkg/fileutil/preallocate_unix.go | 0 .../pkg/fileutil/preallocate_unsupported.go | 0 .../coreos/etcd/pkg/fileutil/purge.go | 0 .../coreos/etcd/pkg/fileutil/sync.go | 0 .../coreos/etcd/pkg/fileutil/sync_linux.go | 0 .../coreos/etcd/pkg/httputil/httputil.go | 0 .../github.com/coreos/etcd/pkg/idutil/id.go | 0 .../coreos/etcd/pkg/ioutil/readcloser.go | 0 .../coreos/etcd/pkg/ioutil/reader.go | 0 .../github.com/coreos/etcd/pkg/ioutil/util.go | 0 .../coreos/etcd/pkg/logutil/merge_logger.go | 0 .../coreos/etcd/pkg/netutil/isolate_linux.go | 0 .../coreos/etcd/pkg/netutil/isolate_stub.go | 0 .../coreos/etcd/pkg/netutil/netutil.go | 0 .../coreos/etcd/pkg/pathutil/path.go | 0 .../coreos/etcd/pkg/pbutil/pbutil.go | 0 .../coreos/etcd/pkg/runtime/fds_linux.go | 0 .../coreos/etcd/pkg/runtime/fds_other.go | 0 .../coreos/etcd/pkg/schedule/schedule.go | 0 .../coreos/etcd/pkg/testutil/leak.go | 0 .../etcd/pkg/testutil/pauseable_handler.go | 0 .../coreos/etcd/pkg/testutil/recorder.go | 0 .../coreos/etcd/pkg/testutil/testutil.go | 0 .../coreos/etcd/pkg/tlsutil/tlsutil.go | 0 .../coreos/etcd/pkg/transport/doc.go | 0 .../etcd/pkg/transport/keepalive_listener.go | 0 .../coreos/etcd/pkg/transport/limit_listen.go | 0 .../coreos/etcd/pkg/transport/listener.go | 0 .../coreos/etcd/pkg/transport/timeout_conn.go | 0 .../etcd/pkg/transport/timeout_dialer.go | 0 .../etcd/pkg/transport/timeout_listener.go | 0 .../etcd/pkg/transport/timeout_transport.go | 0 .../github.com/coreos/etcd/pkg/types/doc.go | 0 .../github.com/coreos/etcd/pkg/types/id.go | 0 .../github.com/coreos/etcd/pkg/types/set.go | 0 .../github.com/coreos/etcd/pkg/types/slice.go | 0 .../github.com/coreos/etcd/pkg/types/urls.go | 0 .../coreos/etcd/pkg/types/urlsmap.go | 0 .../github.com/coreos/etcd/pkg/wait/wait.go | 0 .../coreos/etcd/pkg/wait/wait_time.go | 0 .../github.com/coreos/etcd/raft/design.md | 0 .../github.com/coreos/etcd/raft/doc.go | 0 .../github.com/coreos/etcd/raft/log.go | 0 .../coreos/etcd/raft/log_unstable.go | 0 .../github.com/coreos/etcd/raft/logger.go | 0 .../github.com/coreos/etcd/raft/node.go | 0 .../github.com/coreos/etcd/raft/progress.go | 0 .../github.com/coreos/etcd/raft/raft.go | 0 .../coreos/etcd/raft/raftpb/raft.pb.go | 0 .../coreos/etcd/raft/raftpb/raft.proto | 0 .../coreos/etcd/raft/rafttest/doc.go | 0 .../coreos/etcd/raft/rafttest/network.go | 0 .../coreos/etcd/raft/rafttest/node.go | 0 .../github.com/coreos/etcd/raft/rawnode.go | 0 .../github.com/coreos/etcd/raft/status.go | 0 .../github.com/coreos/etcd/raft/storage.go | 0 .../github.com/coreos/etcd/raft/util.go | 0 .../github.com/coreos/etcd/rafthttp/coder.go | 0 .../github.com/coreos/etcd/rafthttp/doc.go | 0 .../github.com/coreos/etcd/rafthttp/http.go | 0 .../coreos/etcd/rafthttp/metrics.go | 0 .../coreos/etcd/rafthttp/msg_codec.go | 0 .../coreos/etcd/rafthttp/msgappv2_codec.go | 0 .../github.com/coreos/etcd/rafthttp/peer.go | 0 .../coreos/etcd/rafthttp/peer_status.go | 0 .../coreos/etcd/rafthttp/pipeline.go | 0 .../coreos/etcd/rafthttp/probing_status.go | 0 .../github.com/coreos/etcd/rafthttp/remote.go | 0 .../coreos/etcd/rafthttp/snapshot_sender.go | 0 .../github.com/coreos/etcd/rafthttp/stream.go | 0 .../coreos/etcd/rafthttp/transport.go | 0 .../coreos/etcd/rafthttp/urlpick.go | 0 .../github.com/coreos/etcd/rafthttp/util.go | 0 .../github.com/coreos/etcd/snap/db.go | 0 .../github.com/coreos/etcd/snap/message.go | 0 .../github.com/coreos/etcd/snap/metrics.go | 0 .../coreos/etcd/snap/snappb/snap.pb.go | 0 .../coreos/etcd/snap/snappb/snap.proto | 0 .../coreos/etcd/snap/snapshotter.go | 0 .../coreos/etcd/storage/backend/backend.go | 0 .../coreos/etcd/storage/backend/batch_tx.go | 0 .../etcd/storage/backend/boltoption_darwin.go | 0 .../storage/backend/boltoption_freebsd.go | 0 .../storage/backend/boltoption_solaris.go | 0 .../etcd/storage/backend/boltoption_unix.go | 0 .../storage/backend/boltoption_windows.go | 0 .../coreos/etcd/storage/backend/doc.go | 0 .../github.com/coreos/etcd/storage/doc.go | 0 .../github.com/coreos/etcd/storage/index.go | 0 .../coreos/etcd/storage/key_index.go | 0 .../github.com/coreos/etcd/storage/kv.go | 0 .../github.com/coreos/etcd/storage/kvstore.go | 0 .../coreos/etcd/storage/kvstore_compaction.go | 0 .../github.com/coreos/etcd/storage/metrics.go | 0 .../coreos/etcd/storage/revision.go | 0 .../coreos/etcd/storage/storagepb/kv.pb.go | 0 .../coreos/etcd/storage/storagepb/kv.proto | 0 .../coreos/etcd/storage/watchable_store.go | 0 .../github.com/coreos/etcd/storage/watcher.go | 0 .../coreos/etcd/storage/watcher_group.go | 0 .../github.com/coreos/etcd/store/doc.go | 0 .../github.com/coreos/etcd/store/event.go | 0 .../coreos/etcd/store/event_history.go | 0 .../coreos/etcd/store/event_queue.go | 0 .../github.com/coreos/etcd/store/metrics.go | 0 .../github.com/coreos/etcd/store/node.go | 0 .../coreos/etcd/store/node_extern.go | 0 .../github.com/coreos/etcd/store/stats.go | 0 .../github.com/coreos/etcd/store/store.go | 0 .../coreos/etcd/store/ttl_key_heap.go | 0 .../github.com/coreos/etcd/store/watcher.go | 0 .../coreos/etcd/store/watcher_hub.go | 0 .../github.com/coreos/etcd/version/version.go | 0 .../github.com/coreos/etcd/wal/decoder.go | 0 .../github.com/coreos/etcd/wal/doc.go | 0 .../github.com/coreos/etcd/wal/encoder.go | 0 .../coreos/etcd/wal/file_pipeline.go | 0 .../github.com/coreos/etcd/wal/metrics.go | 0 .../github.com/coreos/etcd/wal/repair.go | 0 .../github.com/coreos/etcd/wal/util.go | 0 .../github.com/coreos/etcd/wal/wal.go | 0 .../coreos/etcd/wal/walpb/record.go | 0 .../coreos/etcd/wal/walpb/record.pb.go | 0 .../coreos/etcd/wal/walpb/record.proto | 0 .../github.com/coreos/go-etcd}/LICENSE | 0 .../coreos/go-etcd/etcd/add_child.go | 0 .../github.com/coreos/go-etcd/etcd/client.go | 0 .../github.com/coreos/go-etcd/etcd/cluster.go | 0 .../coreos/go-etcd/etcd/compare_and_delete.go | 0 .../coreos/go-etcd/etcd/compare_and_swap.go | 0 .../github.com/coreos/go-etcd/etcd/debug.go | 0 .../github.com/coreos/go-etcd/etcd/delete.go | 0 .../github.com/coreos/go-etcd/etcd/error.go | 0 .../github.com/coreos/go-etcd/etcd/get.go | 0 .../github.com/coreos/go-etcd/etcd/member.go | 0 .../github.com/coreos/go-etcd/etcd/options.go | 0 .../coreos/go-etcd/etcd/requests.go | 0 .../coreos/go-etcd/etcd/response.generated.go | 0 .../coreos/go-etcd/etcd/response.go | 0 .../coreos/go-etcd/etcd/set_update_create.go | 0 .../github.com/coreos/go-etcd/etcd/shuffle.go | 0 .../github.com/coreos/go-etcd/etcd/version.go | 0 .../github.com/coreos/go-etcd/etcd/watch.go | 0 .../github.com/coreos/go-oidc}/LICENSE | 0 .../github.com/coreos/go-oidc}/NOTICE | 0 .../github.com/coreos/go-oidc/http/client.go | 0 .../github.com/coreos/go-oidc/http/http.go | 0 .../coreos/go-oidc/http/middleware.go | 0 .../github.com/coreos/go-oidc/http/url.go | 0 .../github.com/coreos/go-oidc/jose/claims.go | 0 .../github.com/coreos/go-oidc/jose/jose.go | 0 .../github.com/coreos/go-oidc/jose/jwk.go | 0 .../github.com/coreos/go-oidc/jose/jws.go | 0 .../github.com/coreos/go-oidc/jose/jwt.go | 0 .../github.com/coreos/go-oidc/jose/sig.go | 0 .../coreos/go-oidc/jose/sig_hmac.go | 0 .../github.com/coreos/go-oidc/jose/sig_rsa.go | 0 .../github.com/coreos/go-oidc/key/key.go | 0 .../github.com/coreos/go-oidc/key/manager.go | 0 .../github.com/coreos/go-oidc/key/repo.go | 0 .../github.com/coreos/go-oidc/key/rotate.go | 0 .../github.com/coreos/go-oidc/key/sync.go | 0 .../github.com/coreos/go-oidc/oauth2/error.go | 0 .../coreos/go-oidc/oauth2/oauth2.go | 0 .../github.com/coreos/go-oidc/oidc/client.go | 0 .../coreos/go-oidc/oidc/identity.go | 0 .../coreos/go-oidc/oidc/interface.go | 0 .../github.com/coreos/go-oidc/oidc/key.go | 0 .../coreos/go-oidc/oidc/provider.go | 0 .../coreos/go-oidc/oidc/transport.go | 0 .../github.com/coreos/go-oidc/oidc/util.go | 0 .../coreos/go-oidc/oidc/verification.go | 0 .../github.com/coreos/go-semver/LICENSE | 0 .../coreos/go-semver/semver/semver.go | 0 .../coreos/go-semver/semver/sort.go | 0 .../github.com/coreos/go-systemd}/LICENSE | 0 .../coreos/go-systemd/daemon/sdnotify.go | 0 .../github.com/coreos/go-systemd/dbus/dbus.go | 0 .../coreos/go-systemd/dbus/methods.go | 0 .../coreos/go-systemd/dbus/properties.go | 0 .../github.com/coreos/go-systemd/dbus/set.go | 0 .../coreos/go-systemd/dbus/subscription.go | 0 .../go-systemd/dbus/subscription_set.go | 0 .../coreos/go-systemd/unit/deserialize.go | 0 .../coreos/go-systemd/unit/escape.go | 0 .../coreos/go-systemd/unit/option.go | 0 .../coreos/go-systemd/unit/serialize.go | 0 .../github.com/coreos/go-systemd/util/util.go | 0 .../github.com/coreos/pkg}/LICENSE | 0 .../github.com/coreos/pkg}/NOTICE | 0 .../github.com/coreos/pkg/capnslog/README.md | 0 .../pkg/capnslog/example/hello_dolly.go | 0 .../coreos/pkg/capnslog/formatters.go | 0 .../coreos/pkg/capnslog/glog_formatter.go | 0 .../coreos/pkg/capnslog/log_hijack.go | 0 .../github.com/coreos/pkg/capnslog/logmap.go | 0 .../coreos/pkg/capnslog/pkg_logger.go | 0 .../coreos/pkg/capnslog/syslog_formatter.go | 0 .../github.com/coreos/pkg/health/README.md | 0 .../github.com/coreos/pkg/health/health.go | 0 .../github.com/coreos/pkg/httputil/README.md | 0 .../github.com/coreos/pkg/httputil/json.go | 0 .../github.com/coreos/pkg/timeutil/backoff.go | 0 .../src/github.com/appc/cni/LICENSE | 202 +++ .../src/github.com/appc/docker2aci}/LICENSE | 0 .../src/github.com/appc/goaci}/LICENSE | 0 .../src/github.com/appc/spec}/LICENSE | 0 .../github.com/camlistore/camlistore/COPYING | 0 .../clients/chrome/clip-it-good}/LICENSE | 2 +- .../camlistore/camlistore/misc/copyrightifity | 68 + .../camlistore/camlistore/pkg/legal/legal.go | 50 + .../pkg/legal/legalprint/legalprint.go | 42 + .../third_party/bazil.org/fuse/LICENSE | 93 ++ .../third_party/closure/lib/LICENSE | 4 +- .../code.google.com/p/goauth2}/LICENSE | 4 +- .../code.google.com/p/goauth2/PATENTS | 22 + .../code.google.com/p/leveldb-go/LICENSE | 27 + .../code.google.com/p/snappy-go/LICENSE | 27 + .../code.google.com/p/xsrftoken/COPYING | 0 .../third_party/fontawesome/LICENSE.txt | 4 + .../github.com/camlistore/lock/COPYING | 0 .../github.com/cznic/exp/dbm/LICENSE | 27 + .../github.com/cznic/exp/lldb/LICENSE | 27 + .../github.com/cznic/fileutil/LICENSE | 27 + .../github.com/cznic/fileutil/falloc}/LICENSE | 5 +- .../github.com/cznic/fileutil/hdb/LICENSE | 27 + .../github.com/cznic/fileutil/storage/LICENSE | 27 + .../third_party/github.com/cznic/kv/LICENSE | 27 + .../github.com/cznic/mathutil/LICENSE | 27 + .../cznic/mathutil/mersenne}/LICENSE | 5 +- .../github.com/cznic/sortutil}/LICENSE | 0 .../github.com/cznic/zappy/LICENSE | 27 + .../github.com/davecgh/go-spew/LICENSE | 0 .../github.com/go-sql-driver/mysql/LICENSE | 373 ++++++ .../github.com/golang/glog}/LICENSE | 0 .../github.com/gorilla/websocket/LICENSE | 23 + .../third_party/github.com/lib/pq/LICENSE.md | 8 + .../russross/blackfriday/LICENSE.txt | 0 .../github.com/rwcarlsen/goexif/LICENSE | 24 + .../camlistore/third_party/glitch/LICENSE | 19 + .../third_party/golang.org/x/image}/LICENSE | 0 .../third_party/golang.org/x/image}/PATENTS | 0 .../third_party/labix.org/v2/mgo}/LICENSE | 6 +- .../labix.org/v2/mgo/bson}/LICENSE | 6 +- .../camlistore/third_party/react/LICENSE.txt | 0 .../src/github.com/camlistore/go4/LICENSE | 202 +++ .../github.com/camlistore/go4/legal/legal.go | 0 .../src/github.com/coreos/gexpect/LICENCE | 3 +- .../github.com/coreos/go-iptables}/LICENSE | 0 .../src/github.com/coreos/go-semver}/LICENSE | 0 .../src/github.com/coreos/go-systemd/LICENSE | 0 .../src/github.com/coreos/go-tspi}/LICENSE | 0 .../src/github.com/coreos/ioprogress}/LICENSE | 2 +- .../github.com/cpuguy83/go-md2man/LICENSE.md | 0 .../_workspace/src/github.com/cznic/b/LICENSE | 27 + .../src/github.com/cznic/bufs/LICENSE | 27 + .../src/github.com/cznic/exp/dbm/LICENSE | 27 + .../src/github.com/cznic/exp/lldb/LICENSE | 27 + .../src/github.com/cznic/fileutil/LICENSE | 27 + .../github.com/cznic/fileutil/falloc/LICENSE | 27 + .../src/github.com/cznic/fileutil/hdb/LICENSE | 27 + .../github.com/cznic/fileutil/storage/LICENSE | 27 + .../src/github.com/cznic/mathutil/LICENSE | 27 + .../cznic/mathutil/mersenne/LICENSE | 27 + .../src/github.com/cznic/ql/LICENSE | 27 + .../src/github.com/cznic/sortutil/LICENSE | 27 + .../src/github.com/cznic/strutil/LICENSE | 27 + .../src/github.com/cznic/zappy/LICENSE | 27 + .../src/github.com/d2g/dhcp4/LICENSE | 27 + .../src/github.com/d2g/dhcp4client}/LICENSE | 0 .../github.com/docker/distribution/LICENSE | 202 +++ .../src/github.com/dustin/go-humanize/LICENSE | 21 + .../src/github.com/godbus/dbus/LICENSE | 0 .../src}/github.com/golang/protobuf/LICENSE | 0 .../src/github.com/google/btree}/LICENSE | 0 .../src}/github.com/gorilla/context/LICENSE | 0 .../src}/github.com/gorilla/mux/LICENSE | 0 .../src/github.com/hashicorp/errwrap/LICENSE | 354 +++++ .../hydrogen18/stoppableListener}/LICENSE | 8 +- .../inconshreveable/mousetrap/LICENSE | 0 .../github.com/kballard/go-shellquote/LICENSE | 0 .../_workspace/src}/github.com/kr/pty/License | 0 .../src/github.com/pborman/uuid/LICENSE | 0 .../src/github.com/petar/GoLLRB/LICENSE | 27 + .../src/github.com/peterbourgon/diskv/LICENSE | 19 + .../russross/blackfriday/LICENSE.txt | 0 .../shurcooL/sanitized_anchor_name/LICENSE | 0 .../src}/github.com/spf13/cobra/LICENSE.txt | 0 .../spf13/cobra/cobra/cmd/licenses.go | 0 .../src}/github.com/spf13/pflag/LICENSE | 0 .../github.com/syndtr/gocapability/LICENSE | 0 .../github.com/vishvananda/netlink}/LICENSE | 0 .../src}/golang.org/x/crypto/LICENSE | 0 .../src/golang.org/x/crypto}/PATENTS | 0 .../_workspace/src}/golang.org/x/net/LICENSE | 0 .../_workspace/src/golang.org/x/net}/PATENTS | 0 .../_workspace/src/golang.org/x/sys}/LICENSE | 0 .../_workspace/src/golang.org/x/sys}/PATENTS | 0 .../src/golang.org/x/tools}/LICENSE | 0 .../src/golang.org/x/tools}/PATENTS | 0 .../src}/google.golang.org/grpc/LICENSE | 0 .../src}/google.golang.org/grpc/PATENTS | 0 .../_workspace/src/k8s.io/kubernetes}/LICENSE | 0 .../update-demo/local/LICENSE.angular | 21 + .../kubernetes/third_party/golang}/LICENSE | 0 .../kubernetes/third_party/golang}/PATENTS | 0 .../kubernetes/third_party/htpasswd/COPYING | 28 + .../kubernetes/third_party/pause/LICENSE | 19 + .../kubernetes/third_party/swagger-ui/LICENSE | 11 + .../speter.net/go/exp/math/dec/inf/LICENSE | 57 + .../github.com/coreos/rkt}/LICENSE | 0 .../coreos/rkt/api/v1alpha/README.md | 0 .../coreos/rkt/api/v1alpha/api.pb.go | 0 .../coreos/rkt/api/v1alpha/api.proto | 0 .../coreos/rkt/api/v1alpha/client_example.go | 0 .../github.com/coreos/rkt/pkg/acl/LICENSE.MIT | 0 .../github.com/coreos/rkt/store/LICENSE.BSD | 0 .../github.com/cpuguy83/go-md2man/LICENSE.md | 0 .../cpuguy83/go-md2man/md2man/md2man.go | 0 .../cpuguy83/go-md2man/md2man/roff.go | 0 vendor/github.com/davecgh/go-spew/LICENSE | 13 + .../github.com/davecgh/go-spew/spew/bypass.go | 0 .../davecgh/go-spew/spew/bypasssafe.go | 0 .../github.com/davecgh/go-spew/spew/common.go | 0 .../github.com/davecgh/go-spew/spew/config.go | 0 .../github.com/davecgh/go-spew/spew/doc.go | 0 .../github.com/davecgh/go-spew/spew/dump.go | 0 .../github.com/davecgh/go-spew/spew/format.go | 0 .../github.com/davecgh/go-spew/spew/spew.go | 0 .../daviddengcn/go-colortext/.gitignore | 0 .../daviddengcn/go-colortext/README.md | 0 .../github.com/daviddengcn/go-colortext/ct.go | 0 .../daviddengcn/go-colortext/ct_ansi.go | 0 .../daviddengcn/go-colortext/ct_win.go | 0 .../github.com/dgrijalva/jwt-go/.gitignore | 0 .../github.com/dgrijalva/jwt-go/LICENSE | 0 .../github.com/dgrijalva/jwt-go/README.md | 0 .../dgrijalva/jwt-go/VERSION_HISTORY.md | 0 .../dgrijalva/jwt-go/cmd/jwt/app.go | 0 .../github.com/dgrijalva/jwt-go/doc.go | 0 .../github.com/dgrijalva/jwt-go/errors.go | 0 .../github.com/dgrijalva/jwt-go/hmac.go | 0 .../github.com/dgrijalva/jwt-go/jwt.go | 0 .../github.com/dgrijalva/jwt-go/rsa.go | 0 .../github.com/dgrijalva/jwt-go/rsa_utils.go | 0 .../dgrijalva/jwt-go/signing_method.go | 0 .../dgrijalva/jwt-go/test/hmacTestKey | 0 .../dgrijalva/jwt-go/test/sample_key | 0 .../dgrijalva/jwt-go/test/sample_key.pub | 0 vendor/github.com/docker/distribution/LICENSE | 202 +++ .../docker/distribution/digest/digest.go | 0 .../docker/distribution/digest/digester.go | 0 .../docker/distribution/digest/doc.go | 0 .../docker/distribution/digest/set.go | 0 .../docker/distribution/digest/verifiers.go | 0 .../distribution/reference/reference.go | 0 .../docker/distribution/reference/regexp.go | 0 .../github.com/docker/docker/LICENSE | 0 .../github.com/docker/docker/NOTICE | 0 .../docker/docker/contrib/syntax/vim/LICENSE | 0 .../docker/docs/project/images/red_notice.png | Bin .../docker/pkg/jsonmessage/jsonmessage.go | 0 .../docker/docker/pkg/mflag/LICENSE | 0 .../docker/docker/pkg/mount/flags.go | 0 .../docker/docker/pkg/mount/flags_freebsd.go | 0 .../docker/docker/pkg/mount/flags_linux.go | 0 .../docker/pkg/mount/flags_unsupported.go | 0 .../docker/docker/pkg/mount/mount.go | 0 .../docker/pkg/mount/mounter_freebsd.go | 0 .../docker/docker/pkg/mount/mounter_linux.go | 0 .../docker/pkg/mount/mounter_unsupported.go | 0 .../docker/docker/pkg/mount/mountinfo.go | 0 .../docker/pkg/mount/mountinfo_freebsd.go | 0 .../docker/pkg/mount/mountinfo_linux.go | 0 .../docker/pkg/mount/mountinfo_unsupported.go | 0 .../docker/pkg/mount/sharedsubtree_linux.go | 0 .../docker/docker/pkg/stdcopy/stdcopy.go | 0 .../docker/docker/pkg/symlink/LICENSE.APACHE | 0 .../docker/docker/pkg/symlink/LICENSE.BSD | 0 .../docker/docker/pkg/symlink/README.md | 0 .../docker/docker/pkg/symlink/fs.go | 0 .../docker/docker/pkg/term/tc_linux_cgo.go | 0 .../docker/docker/pkg/term/tc_other.go | 0 .../github.com/docker/docker/pkg/term/term.go | 0 .../docker/docker/pkg/term/term_windows.go | 0 .../docker/docker/pkg/term/termios_darwin.go | 0 .../docker/docker/pkg/term/termios_freebsd.go | 0 .../docker/docker/pkg/term/termios_linux.go | 0 .../pkg/term/winconsole/console_windows.go | 0 .../pkg/term/winconsole/term_emulator.go | 0 .../docker/docker/pkg/timeutils/json.go | 0 .../docker/docker/pkg/timeutils/utils.go | 0 .../docker/docker/pkg/units/duration.go | 0 .../docker/docker/pkg/units/size.go | 0 .../github.com/docker/engine-api/LICENSE | 0 .../docker/engine-api/client/client.go | 0 .../docker/engine-api/client/client_darwin.go | 0 .../docker/engine-api/client/client_unix.go | 0 .../engine-api/client/client_windows.go | 0 .../engine-api/client/container_attach.go | 0 .../engine-api/client/container_commit.go | 0 .../engine-api/client/container_copy.go | 0 .../engine-api/client/container_create.go | 0 .../engine-api/client/container_diff.go | 0 .../engine-api/client/container_exec.go | 0 .../engine-api/client/container_export.go | 0 .../engine-api/client/container_inspect.go | 0 .../engine-api/client/container_kill.go | 0 .../engine-api/client/container_list.go | 0 .../engine-api/client/container_logs.go | 0 .../engine-api/client/container_pause.go | 0 .../engine-api/client/container_remove.go | 0 .../engine-api/client/container_rename.go | 0 .../engine-api/client/container_resize.go | 0 .../engine-api/client/container_restart.go | 0 .../engine-api/client/container_start.go | 0 .../engine-api/client/container_stats.go | 0 .../engine-api/client/container_stop.go | 0 .../docker/engine-api/client/container_top.go | 0 .../engine-api/client/container_unpause.go | 0 .../engine-api/client/container_update.go | 0 .../engine-api/client/container_wait.go | 0 .../docker/engine-api/client/errors.go | 0 .../docker/engine-api/client/events.go | 0 .../docker/engine-api/client/hijack.go | 0 .../docker/engine-api/client/image_build.go | 0 .../docker/engine-api/client/image_create.go | 0 .../docker/engine-api/client/image_history.go | 0 .../docker/engine-api/client/image_import.go | 0 .../docker/engine-api/client/image_inspect.go | 0 .../docker/engine-api/client/image_list.go | 0 .../docker/engine-api/client/image_load.go | 0 .../docker/engine-api/client/image_pull.go | 0 .../docker/engine-api/client/image_push.go | 0 .../docker/engine-api/client/image_remove.go | 0 .../docker/engine-api/client/image_save.go | 0 .../docker/engine-api/client/image_search.go | 0 .../docker/engine-api/client/image_tag.go | 0 .../docker/engine-api/client/info.go | 0 .../docker/engine-api/client/interface.go | 0 .../docker/engine-api/client/login.go | 0 .../engine-api/client/network_connect.go | 0 .../engine-api/client/network_create.go | 0 .../engine-api/client/network_disconnect.go | 0 .../engine-api/client/network_inspect.go | 0 .../docker/engine-api/client/network_list.go | 0 .../engine-api/client/network_remove.go | 0 .../docker/engine-api/client/request.go | 0 .../client/transport/cancellable}/LICENSE | 0 .../client/transport/cancellable/canceler.go | 0 .../transport/cancellable/canceler_go14.go | 0 .../transport/cancellable/cancellable.go | 0 .../engine-api/client/transport/client.go | 0 .../engine-api/client/transport/transport.go | 0 .../docker/engine-api/client/version.go | 0 .../docker/engine-api/client/volume_create.go | 0 .../engine-api/client/volume_inspect.go | 0 .../docker/engine-api/client/volume_list.go | 0 .../docker/engine-api/client/volume_remove.go | 0 .../docker/engine-api/types/auth.go | 0 .../docker/engine-api/types/blkiodev/blkio.go | 0 .../docker/engine-api/types/client.go | 0 .../docker/engine-api/types/configs.go | 0 .../engine-api/types/container/config.go | 0 .../engine-api/types/container/host_config.go | 0 .../types/container/hostconfig_unix.go | 0 .../types/container/hostconfig_windows.go | 0 .../docker/engine-api/types/events/events.go | 0 .../docker/engine-api/types/filters/parse.go | 0 .../engine-api/types/network/network.go | 0 .../types/reference/image_reference.go | 0 .../engine-api/types/registry/registry.go | 0 .../docker/engine-api/types/seccomp.go | 0 .../docker/engine-api/types/stats.go | 0 .../engine-api/types/strslice/strslice.go | 0 .../docker/engine-api/types/time/timestamp.go | 0 .../docker/engine-api/types/types.go | 0 .../engine-api/types/versions/README.md | 0 .../engine-api/types/versions/compare.go | 0 .../engine-api/types/versions/v1p19/types.go | 0 .../engine-api/types/versions/v1p20/types.go | 0 .../github.com/docker/go-connections/LICENSE | 0 .../docker/go-connections/nat/nat.go | 0 .../docker/go-connections/nat/parse.go | 0 .../docker/go-connections/nat/sort.go | 0 .../docker/go-connections/sockets/README.md | 0 .../go-connections/sockets/inmem_socket.go | 0 .../docker/go-connections/sockets/proxy.go | 0 .../docker/go-connections/sockets/sockets.go | 0 .../go-connections/sockets/sockets_unix.go | 0 .../go-connections/sockets/sockets_windows.go | 0 .../go-connections/sockets/tcp_socket.go | 0 .../go-connections/sockets/unix_socket.go | 0 .../docker/go-connections/tlsconfig/config.go | 0 .../tlsconfig/config_client_ciphers.go | 0 .../tlsconfig/config_legacy_client_ciphers.go | 0 .../docker/go-units/CONTRIBUTING.md | 0 .../github.com/docker/go-units/LICENSE.code | 0 .../github.com/docker/go-units/LICENSE.docs | 0 .../github.com/docker/go-units/MAINTAINERS | 0 .../github.com/docker/go-units/README.md | 0 .../github.com/docker/go-units/circle.yml | 0 .../github.com/docker/go-units/duration.go | 0 .../github.com/docker/go-units/size.go | 0 .../github.com/docker/go-units/ulimit.go | 0 .../docker/spdystream/CONTRIBUTING.md | 0 .../github.com/docker/spdystream}/LICENSE | 0 .../github.com/docker/spdystream/LICENSE.docs | 0 .../github.com/docker/spdystream/MAINTAINERS | 0 .../github.com/docker/spdystream/README.md | 0 .../docker/spdystream/connection.go | 0 .../github.com/docker/spdystream/handlers.go | 0 .../github.com/docker/spdystream/priority.go | 0 .../docker/spdystream/spdy/dictionary.go | 0 .../github.com/docker/spdystream/spdy/read.go | 0 .../docker/spdystream/spdy/types.go | 0 .../docker/spdystream/spdy/write.go | 0 .../github.com/docker/spdystream/stream.go | 0 .../github.com/docker/spdystream/utils.go | 0 .../docker/spdystream/ws/connection.go | 0 .../elazarl/go-bindata-assetfs/LICENSE | 0 .../elazarl/go-bindata-assetfs/README.md | 0 .../elazarl/go-bindata-assetfs/assetfs.go | 0 .../elazarl/go-bindata-assetfs/doc.go | 0 .../go-bindata-assetfs/main.go | 0 .../github.com/elazarl/goproxy/.gitignore | 0 .../github.com/elazarl/goproxy/LICENSE | 0 .../github.com/elazarl/goproxy/README.md | 0 .../github.com/elazarl/goproxy/actions.go | 0 .../github.com/elazarl/goproxy/all.bash | 0 .../github.com/elazarl/goproxy/ca.pem | 0 .../github.com/elazarl/goproxy/certs.go | 0 .../github.com/elazarl/goproxy/chunked.go | 0 .../elazarl/goproxy/counterecryptor.go | 0 .../github.com/elazarl/goproxy/ctx.go | 0 .../github.com/elazarl/goproxy/dispatcher.go | 0 .../github.com/elazarl/goproxy/doc.go | 0 .../goproxy/examples/goproxy-basic/README.md | 0 .../goproxy/examples/goproxy-basic/main.go | 0 .../examples/goproxy-eavesdropper/main.go | 0 .../examples/goproxy-httpdump/README.md | 0 .../examples/goproxy-httpdump/httpdump.go | 0 .../examples/goproxy-jquery-version/README.md | 0 .../goproxy-jquery-version/jquery1.html | 0 .../goproxy-jquery-version/jquery2.html | 0 .../jquery_homepage.html | 0 .../examples/goproxy-jquery-version/main.go | 0 .../goproxy-jquery-version/php_man.html | 0 .../goproxy-jquery-version/w3schools.html | 0 .../goproxy-no-reddit-at-worktime/README.md | 0 .../goproxy-no-reddit-at-worktime/noreddit.go | 0 .../goproxy-sokeepalive/sokeepalive.go | 0 .../examples/goproxy-sslstrip/sslstrip.go | 0 .../goproxy/examples/goproxy-stats/README.md | 0 .../goproxy/examples/goproxy-stats/main.go | 0 .../examples/goproxy-transparent/README.md | 0 .../examples/goproxy-transparent/proxy.sh | 0 .../goproxy-transparent/transparent.go | 0 .../goproxy-upside-down-ternet/main.go | 0 .../examples/goproxy-yui-minify/yui.go | 0 .../elazarl/goproxy/ext/auth/basic.go | 0 .../elazarl/goproxy/ext/html/cp1255.html | 0 .../elazarl/goproxy/ext/html/cp1255.txt | 0 .../elazarl/goproxy/ext/html/html.go | 0 .../elazarl/goproxy/ext/image/image.go | 0 .../github.com/elazarl/goproxy/https.go | 0 .../github.com/elazarl/goproxy/key.pem | 0 .../github.com/elazarl/goproxy/proxy.go | 0 .../goproxy/regretable/regretreader.go | 0 .../github.com/elazarl/goproxy/responses.go | 0 .../github.com/elazarl/goproxy/signer.go | 0 .../elazarl/goproxy/test_data/baby.jpg | Bin .../elazarl/goproxy/test_data/football.png | Bin .../elazarl/goproxy/test_data/panda.png | Bin .../elazarl/goproxy/transport/roundtripper.go | 0 .../elazarl/goproxy/transport/transport.go | 0 .../elazarl/goproxy/transport/util.go | 0 .../github.com/emicklei/go-restful/.gitignore | 0 .../github.com/emicklei/go-restful/CHANGES.md | 0 .../github.com/emicklei/go-restful/LICENSE | 0 .../github.com/emicklei/go-restful/README.md | 0 .../github.com/emicklei/go-restful/Srcfile | 0 .../emicklei/go-restful/bench_test.sh | 0 .../emicklei/go-restful/compress.go | 0 .../emicklei/go-restful/compressor_cache.go | 0 .../emicklei/go-restful/compressor_pools.go | 0 .../emicklei/go-restful/compressors.go | 0 .../emicklei/go-restful/constants.go | 0 .../emicklei/go-restful/container.go | 0 .../emicklei/go-restful/cors_filter.go | 0 .../emicklei/go-restful/coverage.sh | 0 .../github.com/emicklei/go-restful/curly.go | 0 .../emicklei/go-restful/curly_route.go | 0 .../github.com/emicklei/go-restful/doc.go | 0 .../emicklei/go-restful/entity_accessors.go | 0 .../emicklei/go-restful/examples/.goconvey | 0 .../examples/google_app_engine/.goconvey | 0 .../examples/google_app_engine/app.yaml | 0 .../google_app_engine/datastore/.goconvey | 0 .../google_app_engine/datastore/app.yaml | 0 .../google_app_engine/datastore/main.go | 0 .../restful-appstats-integration.go | 0 .../google_app_engine/restful-user-service.go | 0 .../emicklei/go-restful/examples/home.html | 0 .../examples/restful-CORS-filter.go | 0 .../examples/restful-NCSA-logging.go | 0 .../examples/restful-basic-authentication.go | 0 .../examples/restful-cpuprofiler-service.go | 0 .../examples/restful-curly-router.go | 0 .../examples/restful-encoding-filter.go | 0 .../go-restful/examples/restful-filters.go | 0 .../examples/restful-form-handling.go | 0 .../examples/restful-hello-world.go | 0 .../examples/restful-html-template.go | 0 .../examples/restful-multi-containers.go | 0 .../examples/restful-no-cache-filter.go | 0 .../examples/restful-options-filter.go | 0 .../go-restful/examples/restful-path-tail.go | 0 .../examples/restful-pre-post-filters.go | 0 .../examples/restful-resource-functions.go | 0 .../examples/restful-serve-static.go | 0 .../go-restful/examples/restful-swagger.go | 0 .../examples/restful-user-resource.go | 0 .../examples/restful-user-service.go | 0 .../github.com/emicklei/go-restful/filter.go | 0 .../github.com/emicklei/go-restful/install.sh | 0 .../github.com/emicklei/go-restful/jsr311.go | 0 .../github.com/emicklei/go-restful/log/log.go | 0 .../github.com/emicklei/go-restful/logger.go | 0 .../github.com/emicklei/go-restful/mime.go | 0 .../emicklei/go-restful/options_filter.go | 0 .../emicklei/go-restful/parameter.go | 0 .../emicklei/go-restful/path_expression.go | 0 .../github.com/emicklei/go-restful/request.go | 0 .../emicklei/go-restful/response.go | 0 .../github.com/emicklei/go-restful/route.go | 0 .../emicklei/go-restful/route_builder.go | 0 .../github.com/emicklei/go-restful/router.go | 0 .../emicklei/go-restful/service_error.go | 0 .../emicklei/go-restful/swagger/CHANGES.md | 0 .../emicklei/go-restful/swagger/README.md | 0 .../swagger/api_declaration_list.go | 0 .../emicklei/go-restful/swagger/config.go | 0 .../go-restful/swagger/model_builder.go | 0 .../emicklei/go-restful/swagger/model_list.go | 0 .../go-restful/swagger/model_property_ext.go | 0 .../go-restful/swagger/model_property_list.go | 0 .../go-restful/swagger/ordered_route_map.go | 0 .../emicklei/go-restful/swagger/swagger.go | 0 .../go-restful/swagger/swagger_builder.go | 0 .../go-restful/swagger/swagger_webservice.go | 0 .../go-restful/swagger/test_package/struct.go | 0 .../emicklei/go-restful/web_service.go | 0 .../go-restful/web_service_container.go | 0 .../github.com/evanphx/json-patch/.travis.yml | 0 .../github.com/evanphx/json-patch/LICENSE | 0 .../github.com/evanphx/json-patch/README.md | 0 .../github.com/evanphx/json-patch/merge.go | 0 .../github.com/evanphx/json-patch/patch.go | 0 .../fsouza/go-dockerclient/.gitignore | 0 .../fsouza/go-dockerclient/.travis.yml | 0 .../github.com/fsouza/go-dockerclient/AUTHORS | 0 .../fsouza/go-dockerclient/DOCKER-LICENSE | 0 .../github.com/fsouza/go-dockerclient/LICENSE | 0 .../fsouza/go-dockerclient/Makefile | 0 .../fsouza/go-dockerclient/README.markdown | 0 .../github.com/fsouza/go-dockerclient/auth.go | 0 .../fsouza/go-dockerclient/change.go | 0 .../fsouza/go-dockerclient/client.go | 0 .../fsouza/go-dockerclient/container.go | 0 .../github.com/fsouza/go-dockerclient/env.go | 0 .../fsouza/go-dockerclient/event.go | 0 .../github.com/fsouza/go-dockerclient/exec.go | 0 .../github.com/Sirupsen/logrus/CHANGELOG.md | 0 .../github.com/Sirupsen/logrus/LICENSE | 0 .../github.com/Sirupsen/logrus/README.md | 0 .../github.com/Sirupsen/logrus/doc.go | 0 .../github.com/Sirupsen/logrus/entry.go | 0 .../github.com/Sirupsen/logrus/exported.go | 0 .../github.com/Sirupsen/logrus/formatter.go | 0 .../github.com/Sirupsen/logrus/hooks.go | 0 .../Sirupsen/logrus/json_formatter.go | 0 .../github.com/Sirupsen/logrus/logger.go | 0 .../github.com/Sirupsen/logrus/logrus.go | 0 .../Sirupsen/logrus/terminal_bsd.go | 0 .../Sirupsen/logrus/terminal_linux.go | 0 .../Sirupsen/logrus/terminal_notwindows.go | 0 .../Sirupsen/logrus/terminal_solaris.go | 0 .../Sirupsen/logrus/terminal_windows.go | 0 .../Sirupsen/logrus/text_formatter.go | 0 .../github.com/Sirupsen/logrus/writer.go | 0 .../github.com/docker/docker/opts/envfile.go | 0 .../github.com/docker/docker/opts/hosts.go | 0 .../docker/docker/opts/hosts_unix.go | 0 .../docker/docker/opts/hosts_windows.go | 0 .../github.com/docker/docker/opts/ip.go | 0 .../github.com/docker/docker/opts/opts.go | 0 .../docker/docker/opts/opts_unix.go | 0 .../docker/docker/opts/opts_windows.go | 0 .../docker/docker/pkg/archive/README.md | 0 .../docker/docker/pkg/archive/archive.go | 0 .../docker/docker/pkg/archive/archive_unix.go | 0 .../docker/pkg/archive/archive_windows.go | 0 .../docker/docker/pkg/archive/changes.go | 0 .../docker/pkg/archive/changes_linux.go | 0 .../docker/pkg/archive/changes_other.go | 0 .../docker/docker/pkg/archive/changes_unix.go | 0 .../docker/pkg/archive/changes_windows.go | 0 .../docker/docker/pkg/archive/copy.go | 0 .../docker/docker/pkg/archive/copy_unix.go | 0 .../docker/docker/pkg/archive/copy_windows.go | 0 .../docker/docker/pkg/archive/diff.go | 0 .../docker/pkg/archive/example_changes.go | 0 .../docker/docker/pkg/archive/time_linux.go | 0 .../docker/pkg/archive/time_unsupported.go | 0 .../docker/docker/pkg/archive/whiteouts.go | 0 .../docker/docker/pkg/archive/wrap.go | 0 .../docker/docker/pkg/fileutils/fileutils.go | 0 .../docker/pkg/fileutils/fileutils_unix.go | 0 .../docker/pkg/fileutils/fileutils_windows.go | 0 .../docker/docker/pkg/homedir/homedir.go | 0 .../docker/docker/pkg/idtools/idtools.go | 0 .../docker/docker/pkg/idtools/idtools_unix.go | 0 .../docker/pkg/idtools/idtools_windows.go | 0 .../docker/pkg/idtools/usergroupadd_linux.go | 0 .../pkg/idtools/usergroupadd_unsupported.go | 0 .../docker/docker/pkg/ioutils/bytespipe.go | 0 .../docker/docker/pkg/ioutils/fmt.go | 0 .../docker/docker/pkg/ioutils/multireader.go | 0 .../docker/docker/pkg/ioutils/readers.go | 0 .../docker/docker/pkg/ioutils/scheduler.go | 0 .../docker/pkg/ioutils/scheduler_gccgo.go | 0 .../docker/docker/pkg/ioutils/temp_unix.go | 0 .../docker/docker/pkg/ioutils/temp_windows.go | 0 .../docker/docker/pkg/ioutils/writeflusher.go | 0 .../docker/docker/pkg/ioutils/writers.go | 0 .../docker/docker/pkg/longpath/longpath.go | 0 .../docker/docker/pkg/pools/pools.go | 0 .../docker/docker/pkg/promise/promise.go | 0 .../docker/docker/pkg/stdcopy/stdcopy.go | 0 .../docker/docker/pkg/system/chtimes.go | 0 .../docker/docker/pkg/system/chtimes_unix.go | 0 .../docker/pkg/system/chtimes_windows.go | 0 .../docker/docker/pkg/system/errors.go | 0 .../docker/pkg/system/events_windows.go | 0 .../docker/docker/pkg/system/filesys.go | 0 .../docker/pkg/system/filesys_windows.go | 0 .../docker/docker/pkg/system/lstat.go | 0 .../docker/docker/pkg/system/lstat_windows.go | 0 .../docker/docker/pkg/system/meminfo.go | 0 .../docker/docker/pkg/system/meminfo_linux.go | 0 .../docker/pkg/system/meminfo_unsupported.go | 0 .../docker/pkg/system/meminfo_windows.go | 0 .../docker/docker/pkg/system/mknod.go | 0 .../docker/docker/pkg/system/mknod_windows.go | 0 .../docker/docker/pkg/system/path_unix.go | 0 .../docker/docker/pkg/system/path_windows.go | 0 .../docker/docker/pkg/system/stat.go | 0 .../docker/docker/pkg/system/stat_freebsd.go | 0 .../docker/docker/pkg/system/stat_linux.go | 0 .../docker/docker/pkg/system/stat_openbsd.go | 0 .../docker/docker/pkg/system/stat_solaris.go | 0 .../docker/pkg/system/stat_unsupported.go | 0 .../docker/docker/pkg/system/stat_windows.go | 0 .../docker/docker/pkg/system/syscall_unix.go | 0 .../docker/pkg/system/syscall_windows.go | 0 .../docker/docker/pkg/system/umask.go | 0 .../docker/docker/pkg/system/umask_windows.go | 0 .../docker/docker/pkg/system/utimes_darwin.go | 0 .../docker/pkg/system/utimes_freebsd.go | 0 .../docker/docker/pkg/system/utimes_linux.go | 0 .../docker/pkg/system/utimes_unsupported.go | 0 .../docker/docker/pkg/system/xattrs_linux.go | 0 .../docker/pkg/system/xattrs_unsupported.go | 0 .../docker/go-units/CONTRIBUTING.md | 0 .../github.com/docker/go-units/LICENSE.code | 0 .../github.com/docker/go-units/LICENSE.docs | 0 .../github.com/docker/go-units/MAINTAINERS | 0 .../github.com/docker/go-units/README.md | 0 .../github.com/docker/go-units/circle.yml | 0 .../github.com/docker/go-units/duration.go | 0 .../github.com/docker/go-units/size.go | 0 .../github.com/docker/go-units/ulimit.go | 0 .../github.com/gorilla/context/LICENSE | 0 .../github.com/gorilla/context/README.md | 0 .../github.com/gorilla/context/context.go | 0 .../github.com/gorilla/context/doc.go | 0 .../external}/github.com/gorilla/mux/LICENSE | 0 .../external/github.com/gorilla/mux/README.md | 0 .../external/github.com/gorilla/mux/doc.go | 0 .../external/github.com/gorilla/mux/mux.go | 0 .../external/github.com/gorilla/mux/regexp.go | 0 .../external/github.com/gorilla/mux/route.go | 0 .../github.com/hashicorp/go-cleanhttp/LICENSE | 0 .../hashicorp/go-cleanhttp/README.md | 0 .../hashicorp/go-cleanhttp/cleanhttp.go | 0 .../runc/libcontainer/user/MAINTAINERS | 0 .../runc/libcontainer/user/lookup.go | 0 .../runc/libcontainer/user/lookup_unix.go | 0 .../libcontainer/user/lookup_unsupported.go | 0 .../runc/libcontainer/user/user.go | 0 .../golang.org/x/net/context/context.go | 0 .../external/golang.org/x/sys/unix/asm.s | 0 .../golang.org/x/sys/unix/asm_darwin_386.s | 0 .../golang.org/x/sys/unix/asm_darwin_amd64.s | 0 .../golang.org/x/sys/unix/asm_darwin_arm.s | 0 .../golang.org/x/sys/unix/asm_darwin_arm64.s | 0 .../golang.org/x/sys/unix/asm_dragonfly_386.s | 0 .../x/sys/unix/asm_dragonfly_amd64.s | 0 .../golang.org/x/sys/unix/asm_freebsd_386.s | 0 .../golang.org/x/sys/unix/asm_freebsd_amd64.s | 0 .../golang.org/x/sys/unix/asm_freebsd_arm.s | 0 .../golang.org/x/sys/unix/asm_linux_386.s | 0 .../golang.org/x/sys/unix/asm_linux_amd64.s | 0 .../golang.org/x/sys/unix/asm_linux_arm.s | 0 .../golang.org/x/sys/unix/asm_linux_arm64.s | 0 .../golang.org/x/sys/unix/asm_linux_ppc64x.s | 0 .../golang.org/x/sys/unix/asm_netbsd_386.s | 0 .../golang.org/x/sys/unix/asm_netbsd_amd64.s | 0 .../golang.org/x/sys/unix/asm_netbsd_arm.s | 0 .../golang.org/x/sys/unix/asm_openbsd_386.s | 0 .../golang.org/x/sys/unix/asm_openbsd_amd64.s | 0 .../golang.org/x/sys/unix/asm_solaris_amd64.s | 0 .../golang.org/x/sys/unix/constants.go | 0 .../golang.org/x/sys/unix/env_unix.go | 0 .../golang.org/x/sys/unix/env_unset.go | 0 .../external/golang.org/x/sys/unix/flock.go | 0 .../x/sys/unix/flock_linux_32bit.go | 0 .../external/golang.org/x/sys/unix/gccgo.go | 0 .../external/golang.org/x/sys/unix/gccgo_c.c | 0 .../x/sys/unix/gccgo_linux_amd64.go | 0 .../external/golang.org/x/sys/unix/mkall.sh | 0 .../golang.org/x/sys/unix/mkerrors.sh | 0 .../golang.org/x/sys/unix/mksyscall.pl | 0 .../x/sys/unix/mksyscall_solaris.pl | 0 .../golang.org/x/sys/unix/mksysctl_openbsd.pl | 0 .../golang.org/x/sys/unix/mksysnum_darwin.pl | 0 .../x/sys/unix/mksysnum_dragonfly.pl | 0 .../golang.org/x/sys/unix/mksysnum_freebsd.pl | 0 .../golang.org/x/sys/unix/mksysnum_linux.pl | 0 .../golang.org/x/sys/unix/mksysnum_netbsd.pl | 0 .../golang.org/x/sys/unix/mksysnum_openbsd.pl | 0 .../external/golang.org/x/sys/unix/race.go | 0 .../external/golang.org/x/sys/unix/race0.go | 0 .../golang.org/x/sys/unix/sockcmsg_linux.go | 0 .../golang.org/x/sys/unix/sockcmsg_unix.go | 0 .../external/golang.org/x/sys/unix/str.go | 0 .../external/golang.org/x/sys/unix/syscall.go | 0 .../golang.org/x/sys/unix/syscall_bsd.go | 0 .../golang.org/x/sys/unix/syscall_darwin.go | 0 .../x/sys/unix/syscall_darwin_386.go | 0 .../x/sys/unix/syscall_darwin_amd64.go | 0 .../x/sys/unix/syscall_darwin_arm.go | 0 .../x/sys/unix/syscall_darwin_arm64.go | 0 .../x/sys/unix/syscall_dragonfly.go | 0 .../x/sys/unix/syscall_dragonfly_386.go | 0 .../x/sys/unix/syscall_dragonfly_amd64.go | 0 .../golang.org/x/sys/unix/syscall_freebsd.go | 0 .../x/sys/unix/syscall_freebsd_386.go | 0 .../x/sys/unix/syscall_freebsd_amd64.go | 0 .../x/sys/unix/syscall_freebsd_arm.go | 0 .../golang.org/x/sys/unix/syscall_linux.go | 0 .../x/sys/unix/syscall_linux_386.go | 0 .../x/sys/unix/syscall_linux_amd64.go | 0 .../x/sys/unix/syscall_linux_arm.go | 0 .../x/sys/unix/syscall_linux_arm64.go | 0 .../x/sys/unix/syscall_linux_ppc64x.go | 0 .../golang.org/x/sys/unix/syscall_netbsd.go | 0 .../x/sys/unix/syscall_netbsd_386.go | 0 .../x/sys/unix/syscall_netbsd_amd64.go | 0 .../x/sys/unix/syscall_netbsd_arm.go | 0 .../golang.org/x/sys/unix/syscall_no_getwd.go | 0 .../golang.org/x/sys/unix/syscall_openbsd.go | 0 .../x/sys/unix/syscall_openbsd_386.go | 0 .../x/sys/unix/syscall_openbsd_amd64.go | 0 .../golang.org/x/sys/unix/syscall_solaris.go | 0 .../x/sys/unix/syscall_solaris_amd64.go | 0 .../golang.org/x/sys/unix/syscall_unix.go | 0 .../golang.org/x/sys/unix/types_darwin.go | 0 .../golang.org/x/sys/unix/types_dragonfly.go | 0 .../golang.org/x/sys/unix/types_freebsd.go | 0 .../golang.org/x/sys/unix/types_linux.go | 0 .../golang.org/x/sys/unix/types_netbsd.go | 0 .../golang.org/x/sys/unix/types_openbsd.go | 0 .../golang.org/x/sys/unix/types_solaris.go | 0 .../x/sys/unix/zerrors_darwin_386.go | 0 .../x/sys/unix/zerrors_darwin_amd64.go | 0 .../x/sys/unix/zerrors_darwin_arm.go | 0 .../x/sys/unix/zerrors_darwin_arm64.go | 0 .../x/sys/unix/zerrors_dragonfly_386.go | 0 .../x/sys/unix/zerrors_dragonfly_amd64.go | 0 .../x/sys/unix/zerrors_freebsd_386.go | 0 .../x/sys/unix/zerrors_freebsd_amd64.go | 0 .../x/sys/unix/zerrors_freebsd_arm.go | 0 .../x/sys/unix/zerrors_linux_386.go | 0 .../x/sys/unix/zerrors_linux_amd64.go | 0 .../x/sys/unix/zerrors_linux_arm.go | 0 .../x/sys/unix/zerrors_linux_arm64.go | 0 .../x/sys/unix/zerrors_linux_ppc64.go | 0 .../x/sys/unix/zerrors_linux_ppc64le.go | 0 .../x/sys/unix/zerrors_netbsd_386.go | 0 .../x/sys/unix/zerrors_netbsd_amd64.go | 0 .../x/sys/unix/zerrors_netbsd_arm.go | 0 .../x/sys/unix/zerrors_openbsd_386.go | 0 .../x/sys/unix/zerrors_openbsd_amd64.go | 0 .../x/sys/unix/zerrors_solaris_amd64.go | 0 .../x/sys/unix/zsyscall_darwin_386.go | 0 .../x/sys/unix/zsyscall_darwin_amd64.go | 0 .../x/sys/unix/zsyscall_darwin_arm.go | 0 .../x/sys/unix/zsyscall_darwin_arm64.go | 0 .../x/sys/unix/zsyscall_dragonfly_386.go | 0 .../x/sys/unix/zsyscall_dragonfly_amd64.go | 0 .../x/sys/unix/zsyscall_freebsd_386.go | 0 .../x/sys/unix/zsyscall_freebsd_amd64.go | 0 .../x/sys/unix/zsyscall_freebsd_arm.go | 0 .../x/sys/unix/zsyscall_linux_386.go | 0 .../x/sys/unix/zsyscall_linux_amd64.go | 0 .../x/sys/unix/zsyscall_linux_arm.go | 0 .../x/sys/unix/zsyscall_linux_arm64.go | 0 .../x/sys/unix/zsyscall_linux_ppc64.go | 0 .../x/sys/unix/zsyscall_linux_ppc64le.go | 0 .../x/sys/unix/zsyscall_netbsd_386.go | 0 .../x/sys/unix/zsyscall_netbsd_amd64.go | 0 .../x/sys/unix/zsyscall_netbsd_arm.go | 0 .../x/sys/unix/zsyscall_openbsd_386.go | 0 .../x/sys/unix/zsyscall_openbsd_amd64.go | 0 .../x/sys/unix/zsyscall_solaris_amd64.go | 0 .../golang.org/x/sys/unix/zsysctl_openbsd.go | 0 .../x/sys/unix/zsysnum_darwin_386.go | 0 .../x/sys/unix/zsysnum_darwin_amd64.go | 0 .../x/sys/unix/zsysnum_darwin_arm.go | 0 .../x/sys/unix/zsysnum_darwin_arm64.go | 0 .../x/sys/unix/zsysnum_dragonfly_386.go | 0 .../x/sys/unix/zsysnum_dragonfly_amd64.go | 0 .../x/sys/unix/zsysnum_freebsd_386.go | 0 .../x/sys/unix/zsysnum_freebsd_amd64.go | 0 .../x/sys/unix/zsysnum_freebsd_arm.go | 0 .../x/sys/unix/zsysnum_linux_386.go | 0 .../x/sys/unix/zsysnum_linux_amd64.go | 0 .../x/sys/unix/zsysnum_linux_arm.go | 0 .../x/sys/unix/zsysnum_linux_arm64.go | 0 .../x/sys/unix/zsysnum_linux_ppc64.go | 0 .../x/sys/unix/zsysnum_linux_ppc64le.go | 0 .../x/sys/unix/zsysnum_netbsd_386.go | 0 .../x/sys/unix/zsysnum_netbsd_amd64.go | 0 .../x/sys/unix/zsysnum_netbsd_arm.go | 0 .../x/sys/unix/zsysnum_openbsd_386.go | 0 .../x/sys/unix/zsysnum_openbsd_amd64.go | 0 .../x/sys/unix/zsysnum_solaris_amd64.go | 0 .../x/sys/unix/ztypes_darwin_386.go | 0 .../x/sys/unix/ztypes_darwin_amd64.go | 0 .../x/sys/unix/ztypes_darwin_arm.go | 0 .../x/sys/unix/ztypes_darwin_arm64.go | 0 .../x/sys/unix/ztypes_dragonfly_386.go | 0 .../x/sys/unix/ztypes_dragonfly_amd64.go | 0 .../x/sys/unix/ztypes_freebsd_386.go | 0 .../x/sys/unix/ztypes_freebsd_amd64.go | 0 .../x/sys/unix/ztypes_freebsd_arm.go | 0 .../golang.org/x/sys/unix/ztypes_linux_386.go | 0 .../x/sys/unix/ztypes_linux_amd64.go | 0 .../golang.org/x/sys/unix/ztypes_linux_arm.go | 0 .../x/sys/unix/ztypes_linux_arm64.go | 0 .../x/sys/unix/ztypes_linux_ppc64.go | 0 .../x/sys/unix/ztypes_linux_ppc64le.go | 0 .../x/sys/unix/ztypes_netbsd_386.go | 0 .../x/sys/unix/ztypes_netbsd_amd64.go | 0 .../x/sys/unix/ztypes_netbsd_arm.go | 0 .../x/sys/unix/ztypes_openbsd_386.go | 0 .../x/sys/unix/ztypes_openbsd_amd64.go | 0 .../x/sys/unix/ztypes_solaris_amd64.go | 0 .../fsouza/go-dockerclient/image.go | 0 .../github.com/fsouza/go-dockerclient/misc.go | 0 .../fsouza/go-dockerclient/network.go | 0 .../fsouza/go-dockerclient/signal.go | 0 .../github.com/fsouza/go-dockerclient/tar.go | 0 .../testing/data/.dockerignore | 0 .../go-dockerclient/testing/data/Dockerfile | 0 .../go-dockerclient/testing/data/barfile | 0 .../go-dockerclient/testing/data/ca.pem | 0 .../go-dockerclient/testing/data/cert.pem | 0 .../testing/data/container.tar | Bin .../testing/data/dockerfile.tar | Bin .../go-dockerclient/testing/data/foofile | 0 .../go-dockerclient/testing/data/key.pem | 0 .../go-dockerclient/testing/data/server.pem | 0 .../testing/data/serverkey.pem | 0 .../fsouza/go-dockerclient/testing/server.go | 0 .../github.com/fsouza/go-dockerclient/tls.go | 0 .../travis-scripts/install.bash | 0 .../travis-scripts/run-tests.bash | 0 .../fsouza/go-dockerclient/volume.go | 0 .../garyburd/redigo/internal/commandinfo.go | 0 .../redigo/internal/redistest/testdb.go | 0 .../github.com/garyburd/redigo/redis/conn.go | 0 .../github.com/garyburd/redigo/redis/doc.go | 0 .../github.com/garyburd/redigo/redis/log.go | 0 .../github.com/garyburd/redigo/redis/pool.go | 0 .../garyburd/redigo/redis/pubsub.go | 0 .../github.com/garyburd/redigo/redis/redis.go | 0 .../github.com/garyburd/redigo/redis/reply.go | 0 .../github.com/garyburd/redigo/redis/scan.go | 0 .../garyburd/redigo/redis/script.go | 0 .../github.com/ghodss/yaml/.gitignore | 0 .../github.com/ghodss/yaml/.travis.yml | 0 .../github.com/ghodss/yaml/LICENSE | 0 .../github.com/ghodss/yaml/README.md | 0 .../github.com/ghodss/yaml/fields.go | 0 .../github.com/ghodss/yaml/yaml.go | 0 .../github.com/go-ini/ini/.gitignore | 0 .../github.com/go-ini/ini/LICENSE | 0 .../github.com/go-ini/ini/README.md | 0 .../github.com/go-ini/ini/README_ZH.md | 0 .../github.com/go-ini/ini/ini.go | 0 .../github.com/go-ini/ini/struct.go | 0 .../github.com/godbus/dbus/CONTRIBUTING.md | 0 .../github.com/godbus/dbus/LICENSE | 2 +- .../github.com/godbus/dbus/MAINTAINERS | 0 .../github.com/godbus/dbus/README.markdown | 0 .../github.com/godbus/dbus/auth.go | 0 .../github.com/godbus/dbus/auth_external.go | 0 .../github.com/godbus/dbus/auth_sha1.go | 0 .../github.com/godbus/dbus/call.go | 0 .../github.com/godbus/dbus/conn.go | 0 .../github.com/godbus/dbus/conn_darwin.go | 0 .../github.com/godbus/dbus/conn_other.go | 0 .../github.com/godbus/dbus/dbus.go | 0 .../github.com/godbus/dbus/decoder.go | 0 .../github.com/godbus/dbus/doc.go | 0 .../github.com/godbus/dbus/encoder.go | 0 .../github.com/godbus/dbus/export.go | 0 .../github.com/godbus/dbus/homedir.go | 0 .../github.com/godbus/dbus/homedir_dynamic.go | 0 .../github.com/godbus/dbus/homedir_static.go | 0 .../github.com/godbus/dbus/introspect/call.go | 0 .../godbus/dbus/introspect/introspect.go | 0 .../godbus/dbus/introspect/introspectable.go | 0 .../github.com/godbus/dbus/message.go | 0 .../github.com/godbus/dbus/object.go | 0 .../github.com/godbus/dbus/prop/prop.go | 0 .../github.com/godbus/dbus/sig.go | 0 .../godbus/dbus/transport_darwin.go | 0 .../godbus/dbus/transport_generic.go | 0 .../github.com/godbus/dbus/transport_unix.go | 0 .../dbus/transport_unixcred_dragonfly.go | 0 .../godbus/dbus/transport_unixcred_linux.go | 0 .../github.com/godbus/dbus/variant.go | 0 .../github.com/godbus/dbus/variant_lexer.go | 0 .../github.com/godbus/dbus/variant_parser.go | 0 .../github.com/gogo/protobuf/LICENSE | 0 .../gogo/protobuf/gogoproto/Makefile | 0 .../github.com/gogo/protobuf/gogoproto/doc.go | 0 .../gogo/protobuf/gogoproto/gogo.pb.go | 0 .../gogo/protobuf/gogoproto/gogo.pb.golden | 0 .../gogo/protobuf/gogoproto/gogo.proto | 0 .../gogo/protobuf/gogoproto/helper.go | 0 .../plugin/defaultcheck/defaultcheck.go | 0 .../plugin/description/description.go | 0 .../plugin/description/descriptiontest.go | 0 .../protobuf/plugin/embedcheck/embedcheck.go | 0 .../plugin/enumstringer/enumstringer.go | 0 .../gogo/protobuf/plugin/equal/equal.go | 0 .../gogo/protobuf/plugin/equal/equaltest.go | 0 .../gogo/protobuf/plugin/face/face.go | 0 .../gogo/protobuf/plugin/face/facetest.go | 0 .../gogo/protobuf/plugin/gostring/gostring.go | 0 .../protobuf/plugin/gostring/gostringtest.go | 0 .../gogo/protobuf/plugin/grpc/grpc.go | 0 .../protobuf/plugin/marshalto/marshalto.go | 0 .../protobuf/plugin/oneofcheck/oneofcheck.go | 0 .../gogo/protobuf/plugin/populate/populate.go | 0 .../gogo/protobuf/plugin/size/size.go | 0 .../gogo/protobuf/plugin/size/sizetest.go | 0 .../gogo/protobuf/plugin/stringer/stringer.go | 0 .../protobuf/plugin/stringer/stringertest.go | 0 .../gogo/protobuf/plugin/testgen/testgen.go | 0 .../gogo/protobuf/plugin/union/union.go | 0 .../gogo/protobuf/plugin/union/uniontest.go | 0 .../protobuf/plugin/unmarshal/unmarshal.go | 0 .../github.com/gogo/protobuf/proto/Makefile | 0 .../github.com/gogo/protobuf/proto/clone.go | 0 .../github.com/gogo/protobuf/proto/decode.go | 0 .../gogo/protobuf/proto/decode_gogo.go | 0 .../github.com/gogo/protobuf/proto/encode.go | 0 .../gogo/protobuf/proto/encode_gogo.go | 0 .../github.com/gogo/protobuf/proto/equal.go | 0 .../gogo/protobuf/proto/extensions.go | 0 .../gogo/protobuf/proto/extensions_gogo.go | 0 .../github.com/gogo/protobuf/proto/lib.go | 0 .../gogo/protobuf/proto/lib_gogo.go | 0 .../gogo/protobuf/proto/message_set.go | 0 .../gogo/protobuf/proto/pointer_reflect.go | 0 .../gogo/protobuf/proto/pointer_unsafe.go | 0 .../protobuf/proto/pointer_unsafe_gogo.go | 0 .../gogo/protobuf/proto/properties.go | 0 .../gogo/protobuf/proto/properties_gogo.go | 0 .../protobuf/proto/proto3_proto/proto3.pb.go | 0 .../protobuf/proto/proto3_proto/proto3.proto | 0 .../gogo/protobuf/proto/skip_gogo.go | 0 .../github.com/gogo/protobuf/proto/text.go | 0 .../gogo/protobuf/proto/text_gogo.go | 0 .../gogo/protobuf/proto/text_parser.go | 0 .../protoc-gen-gogo/descriptor/Makefile | 0 .../descriptor/descriptor.pb.go | 0 .../protoc-gen-gogo/descriptor/gostring.go | 0 .../protoc-gen-gogo/descriptor/helper.go | 0 .../protoc-gen-gogo/generator/generator.go | 0 .../protoc-gen-gogo/generator/helper.go | 0 .../protobuf/protoc-gen-gogo/plugin/Makefile | 0 .../protoc-gen-gogo/plugin/plugin.pb.go | 0 .../gogo/protobuf/sortkeys/sortkeys.go | 0 .../gogo/protobuf/vanity/command/command.go | 0 .../github.com/gogo/protobuf/vanity/enum.go | 0 .../github.com/gogo/protobuf/vanity/field.go | 0 .../github.com/gogo/protobuf/vanity/file.go | 0 .../gogo/protobuf/vanity/foreach.go | 0 .../github.com/gogo/protobuf/vanity/msg.go | 0 .../gogo/protobuf/vanity/test/Makefile | 0 .../gogo/protobuf/vanity/test/doc.go | 0 .../vanity/test/fast/gogovanity.pb.go | 0 .../protobuf/vanity/test/fast/proto3.pb.go | 0 .../protobuf/vanity/test/fast/vanity.pb.go | 0 .../vanity/test/faster/gogovanity.pb.go | 0 .../protobuf/vanity/test/faster/proto3.pb.go | 0 .../protobuf/vanity/test/faster/vanity.pb.go | 0 .../protobuf/vanity/test/gofast/.gitignore | 0 .../protobuf/vanity/test/gogovanity.proto | 0 .../gogo/protobuf/vanity/test/proto3.proto | 0 .../vanity/test/slick/gogovanity.pb.go | 0 .../protobuf/vanity/test/slick/proto3.pb.go | 0 .../protobuf/vanity/test/slick/vanity.pb.go | 0 .../gogo/protobuf/vanity/test/vanity.proto | 0 .../github.com/golang/glog}/LICENSE | 0 .../github.com/golang/glog/README | 0 .../github.com/golang/glog/glog.go | 0 .../github.com/golang/glog/glog_file.go | 0 .../github.com/golang/groupcache}/LICENSE | 0 .../github.com/golang/groupcache/lru/lru.go | 0 .../github.com/golang/mock}/LICENSE | 0 .../github.com/golang/mock/gomock/call.go | 0 .../github.com/golang/mock/gomock/callset.go | 0 .../golang/mock/gomock/controller.go | 0 .../github.com/golang/mock/gomock/matchers.go | 0 .../mock/gomock/mock_matcher/mock_matcher.go | 0 .../github.com/golang/protobuf/LICENSE | 0 .../github.com/golang/protobuf/proto/Makefile | 0 .../github.com/golang/protobuf/proto/clone.go | 0 .../golang/protobuf/proto/decode.go | 0 .../golang/protobuf/proto/encode.go | 0 .../github.com/golang/protobuf/proto/equal.go | 0 .../golang/protobuf/proto/extensions.go | 0 .../github.com/golang/protobuf/proto/lib.go | 0 .../golang/protobuf/proto/message_set.go | 0 .../golang/protobuf/proto/pointer_reflect.go | 0 .../golang/protobuf/proto/pointer_unsafe.go | 0 .../golang/protobuf/proto/properties.go | 0 .../protobuf/proto/proto3_proto/proto3.pb.go | 0 .../protobuf/proto/proto3_proto/proto3.proto | 0 .../github.com/golang/protobuf/proto/text.go | 0 .../golang/protobuf/proto/text_parser.go | 0 .../github.com/google/btree/.travis.yml | 0 .../github.com/google/btree}/LICENSE | 0 .../github.com/google/btree/README.md | 0 .../github.com/google/btree/btree.go | 0 .../github.com/google/btree/btree_mem.go | 0 .../github.com/SeanDolphin/bqschema/LICENSE | 201 +++ .../src/github.com/Sirupsen/logrus/LICENSE | 0 .../src/github.com/abbot/go-http-auth/LICENSE | 178 +++ .../github.com/aws/aws-sdk-go/LICENSE.txt | 0 .../src}/github.com/aws/aws-sdk-go/NOTICE.txt | 0 .../src/github.com/coreos/go-systemd}/LICENSE | 0 .../src/github.com/coreos/rkt/LICENSE | 0 .../src/github.com/docker/docker/LICENSE | 2 +- .../src/github.com/docker/docker/NOTICE | 19 + .../contrib/docker-engine-selinux/LICENSE | 502 ++++++++ .../docker/docker/contrib/syntax/vim/LICENSE | 22 + .../docker/docker/pkg/mflag/LICENSE | 27 + .../docker/docker/pkg/symlink/LICENSE.APACHE | 0 .../docker/docker/pkg/symlink/LICENSE.BSD | 27 + .../github.com/docker/go-units/LICENSE.code | 191 +++ .../github.com/docker/go-units/LICENSE.docs | 425 +++++++ .../github.com/eapache/go-resiliency}/LICENSE | 2 +- .../src/github.com/eapache/queue}/LICENSE | 5 +- .../github.com/fsouza/go-dockerclient/LICENSE | 22 + .../github.com/Sirupsen/logrus/LICENSE | 0 .../github.com/docker/go-units/LICENSE.code | 191 +++ .../github.com/docker/go-units/LICENSE.docs | 425 +++++++ .../github.com/hashicorp/go-cleanhttp/LICENSE | 363 ++++++ .../src/github.com/go-ini/ini/LICENSE | 191 +++ .../src/github.com/godbus/dbus/LICENSE | 25 + .../src/github.com/golang/glog/LICENSE | 191 +++ .../src/github.com/golang/protobuf/LICENSE | 0 .../src/github.com/golang/snappy/LICENSE | 27 + .../src/github.com/influxdb/influxdb/LICENSE | 0 .../influxdb/LICENSE_OF_DEPENDENCIES.md | 19 + .../github.com/jmespath/go-jmespath/LICENSE | 0 .../src/github.com/klauspost/crc32/LICENSE | 28 + .../src/github.com/kr/pretty/License | 5 +- .../_workspace/src/github.com/kr/text/License | 4 +- .../golang_protobuf_extensions/LICENSE | 0 .../src/github.com/mistifyio/go-zfs/LICENSE | 0 .../github.com/opencontainers/runc}/LICENSE | 0 .../src/github.com/opencontainers/runc/NOTICE | 0 .../src/github.com/pborman/uuid/LICENSE | 27 + .../prometheus/client_golang}/LICENSE | 0 .../prometheus/client_golang/NOTICE | 0 .../prometheus/client_model}/LICENSE | 0 .../github.com/prometheus/client_model/NOTICE | 0 .../prometheus/client_model/ruby/LICENSE | 0 .../src}/github.com/prometheus/procfs/LICENSE | 0 .../src}/github.com/prometheus/procfs/NOTICE | 0 .../seccomp/libseccomp-golang/LICENSE | 0 .../src/github.com/stretchr/objx/LICENSE.md | 23 + .../github.com/syndtr/gocapability/LICENSE | 24 + .../github.com/vishvananda/netlink/LICENSE | 0 .../_workspace/src/golang.org/x/exp}/LICENSE | 0 .../_workspace/src/golang.org/x/exp}/PATENTS | 0 .../_workspace/src/golang.org/x/net}/LICENSE | 0 .../_workspace/src/golang.org/x/net}/PATENTS | 0 .../src}/golang.org/x/oauth2/LICENSE | 0 .../src}/google.golang.org/api/LICENSE | 0 .../googleapi/internal/uritemplates/LICENSE | 0 .../src}/google.golang.org/cloud/LICENSE | 0 .../src}/google.golang.org/grpc/LICENSE | 0 .../src}/google.golang.org/grpc/PATENTS | 0 .../src/gopkg.in/olivere/elastic.v2/LICENSE | 20 + .../olivere/elastic.v2}/uritemplates/LICENSE | 0 .../github.com/google/cadvisor/LICENSE | 0 .../github.com/google/cadvisor/api/handler.go | 0 .../google/cadvisor/api/versions.go | 0 .../google/cadvisor/cache/memory/memory.go | 0 .../cadvisor/collector/collector_manager.go | 0 .../google/cadvisor/collector/config.go | 0 .../collector/config/sample_config.json | 0 .../config/sample_config_prometheus.json | 0 .../sample_config_prometheus_filtered.json | 0 .../google/cadvisor/collector/fakes.go | 0 .../cadvisor/collector/generic_collector.go | 0 .../collector/prometheus_collector.go | 0 .../google/cadvisor/collector/types.go | 0 .../container/common/container_hints.go | 0 .../cadvisor/container/common/fsHandler.go | 0 .../cadvisor/container/common/helpers.go | 0 .../container/common/inotify_watcher.go | 0 .../test_resources/container_hints.json | 0 .../google/cadvisor/container/container.go | 0 .../cadvisor/container/docker/client.go | 0 .../cadvisor/container/docker/factory.go | 0 .../cadvisor/container/docker/handler.go | 0 .../google/cadvisor/container/factory.go | 0 .../container/libcontainer/helpers.go | 0 .../google/cadvisor/container/mock.go | 0 .../google/cadvisor/container/raw/factory.go | 0 .../google/cadvisor/container/raw/handler.go | 0 .../google/cadvisor/container/rkt/client.go | 0 .../google/cadvisor/container/rkt/factory.go | 0 .../google/cadvisor/container/rkt/handler.go | 0 .../google/cadvisor/container/rkt/helpers.go | 0 .../cadvisor/container/systemd/factory.go | 0 .../google/cadvisor/events/handler.go | 0 .../github.com/google/cadvisor/fs/fs.go | 0 .../cadvisor/fs/test_resources/diskstats | 0 .../github.com/google/cadvisor/fs/types.go | 0 .../google/cadvisor/healthz/healthz.go | 0 .../google/cadvisor/http/handlers.go | 0 .../google/cadvisor/http/mux/mux.go | 0 .../google/cadvisor/info/v1/container.go | 0 .../google/cadvisor/info/v1/machine.go | 0 .../google/cadvisor/info/v1/metric.go | 0 .../google/cadvisor/info/v1/test/datagen.go | 0 .../google/cadvisor/info/v2/container.go | 0 .../google/cadvisor/info/v2/conversion.go | 0 .../google/cadvisor/info/v2/machine.go | 0 .../google/cadvisor/manager/container.go | 0 .../google/cadvisor/manager/machine.go | 0 .../google/cadvisor/manager/manager.go | 0 .../google/cadvisor/manager/manager_mock.go | 0 .../google/cadvisor/metrics/prometheus.go | 0 .../google/cadvisor/pages/containers.go | 0 .../google/cadvisor/pages/containers_html.go | 0 .../google/cadvisor/pages/docker.go | 0 .../github.com/google/cadvisor/pages/pages.go | 0 .../pages/static/bootstrap_min_css.go | 0 .../cadvisor/pages/static/bootstrap_min_js.go | 0 .../pages/static/bootstrap_theme_min_css.go | 0 .../cadvisor/pages/static/containers_css.go | 0 .../cadvisor/pages/static/containers_js.go | 0 .../cadvisor/pages/static/gcharts_js.go | 0 .../cadvisor/pages/static/google_jsapi_js.go | 0 .../cadvisor/pages/static/jquery_min_js.go | 0 .../google/cadvisor/pages/static/static.go | 0 .../cadvisor/storage/bigquery/README.md | 0 .../cadvisor/storage/bigquery/bigquery.go | 0 .../storage/bigquery/client/client.go | 0 .../bigquery/client/example/example.go | 0 .../google/cadvisor/storage/common_flags.go | 0 .../storage/elasticsearch/elasticsearch.go | 0 .../cadvisor/storage/influxdb/influxdb.go | 0 .../google/cadvisor/storage/kafka/kafka.go | 0 .../google/cadvisor/storage/redis/redis.go | 0 .../cadvisor/storage/statsd/client/client.go | 0 .../google/cadvisor/storage/statsd/statsd.go | 0 .../google/cadvisor/storage/stdout/stdout.go | 0 .../google/cadvisor/storage/storage.go | 0 .../google/cadvisor/storage/test/mock.go | 0 .../cadvisor/storage/test/storagetests.go | 0 .../google/cadvisor/summary/buffer.go | 0 .../google/cadvisor/summary/percentiles.go | 0 .../google/cadvisor/summary/summary.go | 0 .../google/cadvisor/utils/cloudinfo/aws.go | 0 .../google/cadvisor/utils/cloudinfo/azure.go | 0 .../cadvisor/utils/cloudinfo/cloudinfo.go | 0 .../google/cadvisor/utils/cloudinfo/gce.go | 0 .../cadvisor/utils/container/container.go | 0 .../google/cadvisor/utils/cpuload/cpuload.go | 0 .../cadvisor/utils/cpuload/netlink/conn.go | 0 .../cadvisor/utils/cpuload/netlink/defs.go | 0 .../utils/cpuload/netlink/example/example.go | 0 .../cadvisor/utils/cpuload/netlink/netlink.go | 0 .../cadvisor/utils/cpuload/netlink/reader.go | 0 .../google/cadvisor/utils/machine/machine.go | 0 .../oomparser/containerOomExampleLog.txt | 0 .../utils/oomparser/oomexample/main.go | 0 .../cadvisor/utils/oomparser/oomparser.go | 0 .../utils/oomparser/systemOomExampleLog.txt | 0 .../github.com/google/cadvisor/utils/path.go | 0 .../google/cadvisor/utils/procfs/doc.go | 0 .../google/cadvisor/utils/procfs/jiffy.go | 0 .../cadvisor/utils/sysfs/fakesysfs/fake.go | 0 .../google/cadvisor/utils/sysfs/sysfs.go | 0 .../google/cadvisor/utils/sysinfo/sysinfo.go | 0 .../google/cadvisor/utils/timed_store.go | 0 .../github.com/google/cadvisor/utils/utils.go | 0 .../google/cadvisor/validate/validate.go | 0 .../google/cadvisor/version/VERSION | 0 .../google/cadvisor/version/version.go | 0 .../github.com/google/gofuzz/.travis.yml | 0 .../github.com/google/gofuzz/CONTRIBUTING.md | 0 vendor/github.com/google/gofuzz/LICENSE | 202 +++ .../github.com/google/gofuzz/README.md | 0 .../github.com/google/gofuzz/doc.go | 0 .../github.com/google/gofuzz/fuzz.go | 0 .../github.com/gorilla/context/.travis.yml | 0 .../github.com/gorilla/context/LICENSE | 0 .../github.com/gorilla/context/README.md | 0 .../github.com/gorilla/context/context.go | 0 .../github.com/gorilla/context/doc.go | 0 .../github.com/gorilla/mux/.travis.yml | 0 .../github.com/gorilla/mux/LICENSE | 0 .../github.com/gorilla/mux/README.md | 0 .../github.com/gorilla/mux/doc.go | 0 .../github.com/gorilla/mux/mux.go | 0 .../github.com/gorilla/mux/regexp.go | 0 .../github.com/gorilla/mux/route.go | 0 .../github.com/hashicorp/go-msgpack/LICENSE | 0 .../hashicorp/go-msgpack/codec/0doc.go | 0 .../hashicorp/go-msgpack/codec/README.md | 0 .../hashicorp/go-msgpack/codec/binc.go | 0 .../hashicorp/go-msgpack/codec/decode.go | 0 .../hashicorp/go-msgpack/codec/encode.go | 0 .../hashicorp/go-msgpack/codec/helper.go | 0 .../go-msgpack/codec/helper_internal.go | 0 .../hashicorp/go-msgpack/codec/msgpack.go | 0 .../go-msgpack/codec/msgpack_test.py | 0 .../hashicorp/go-msgpack/codec/rpc.go | 0 .../hashicorp/go-msgpack/codec/simple.go | 0 .../hashicorp/go-msgpack/codec/time.go | 0 .../hashicorp/golang-lru/.gitignore | 0 .../github.com/hashicorp/golang-lru/2q.go | 0 .../github.com/hashicorp/golang-lru/LICENSE | 0 .../github.com/hashicorp/golang-lru/README.md | 0 .../github.com/hashicorp/golang-lru/arc.go | 0 .../github.com/hashicorp/golang-lru/lru.go | 0 .../hashicorp/golang-lru/simplelru/lru.go | 0 .../github.com/hashicorp/raft-boltdb/LICENSE | 0 .../hashicorp/raft-boltdb/README.md | 0 .../hashicorp/raft-boltdb/bolt_store.go | 0 .../github.com/hashicorp/raft-boltdb/util.go | 0 .../github.com/hashicorp/raft/.gitignore | 0 .../github.com/hashicorp/raft/.travis.yml | 0 vendor/github.com/hashicorp/raft/LICENSE | 354 +++++ .../github.com/hashicorp/raft/Makefile | 0 .../github.com/hashicorp/raft/README.md | 0 .../github.com/hashicorp/raft/bench/bench.go | 0 .../github.com/hashicorp/raft/commands.go | 0 .../github.com/hashicorp/raft/config.go | 0 .../hashicorp/raft/discard_snapshot.go | 0 .../hashicorp/raft/file_snapshot.go | 0 .../github.com/hashicorp/raft/fsm.go | 0 .../github.com/hashicorp/raft/future.go | 0 .../github.com/hashicorp/raft/inflight.go | 0 .../github.com/hashicorp/raft/inmem_store.go | 0 .../hashicorp/raft/inmem_transport.go | 0 .../github.com/hashicorp/raft/log.go | 0 .../github.com/hashicorp/raft/log_cache.go | 0 .../hashicorp/raft/net_transport.go | 0 .../github.com/hashicorp/raft/peer.go | 0 .../github.com/hashicorp/raft/raft.go | 0 .../github.com/hashicorp/raft/replication.go | 0 .../github.com/hashicorp/raft/snapshot.go | 0 .../github.com/hashicorp/raft/stable.go | 0 .../github.com/hashicorp/raft/state.go | 0 .../hashicorp/raft/tcp_transport.go | 0 .../github.com/hashicorp/raft/transport.go | 0 .../github.com/hashicorp/raft/util.go | 0 .../hawkular/hawkular-client-go/LICENSE | 202 +++ .../hawkular-client-go/metrics/client.go | 0 .../hawkular-client-go/metrics/helpers.go | 0 .../hawkular-client-go/metrics/types.go | 0 .../github.com/imdario/mergo/.travis.yml | 0 .../github.com/imdario/mergo/LICENSE | 0 .../github.com/imdario/mergo/README.md | 0 .../github.com/imdario/mergo/doc.go | 0 .../github.com/imdario/mergo/map.go | 0 .../github.com/imdario/mergo/merge.go | 0 .../github.com/imdario/mergo/mergo.go | 0 .../inconshreveable/mousetrap/LICENSE | 0 .../inconshreveable/mousetrap/README.md | 0 .../inconshreveable/mousetrap/trap_others.go | 0 .../inconshreveable/mousetrap/trap_windows.go | 0 .../mousetrap/trap_windows_1.4.go | 0 vendor/github.com/influxdb/influxdb/LICENSE | 20 + .../influxdb/influxdb/client/README.md | 0 .../influxdb/influxdb/client/influxdb.go | 0 .../influxdb/influxdb/influxql/INFLUXQL.md | 0 .../influxdb/influxdb/influxql/NOTES | 0 .../influxdb/influxdb/influxql/ast.go | 0 .../influxdb/influxdb/influxql/doc.go | 0 .../influxdb/influxdb/influxql/functions.go | 0 .../influxdb/influxdb/influxql/parser.go | 0 .../influxdb/influxdb/influxql/result.go | 0 .../influxdb/influxdb/influxql/scanner.go | 0 .../influxdb/influxdb/influxql/token.go | 0 .../influxdb/influxdb/meta/config.go | 0 .../github.com/influxdb/influxdb/meta/data.go | 0 .../influxdb/influxdb/meta/errors.go | 0 .../influxdb/meta/internal/meta.pb.go | 0 .../influxdb/meta/internal/meta.proto | 0 .../influxdb/meta/statement_executor.go | 0 .../influxdb/influxdb/meta/store.go | 0 .../influxdb/influxdb/snapshot/snapshot.go | 0 .../github.com/influxdb/influxdb/toml/toml.go | 0 .../influxdb/influxdb/tsdb/README.md | 0 .../influxdb/influxdb/tsdb/batcher.go | 0 .../influxdb/influxdb/tsdb/config.go | 0 .../github.com/influxdb/influxdb/tsdb/doc.go | 0 .../influxdb/influxdb/tsdb/engine.go | 0 .../influxdb/tsdb/internal/meta.pb.go | 0 .../influxdb/tsdb/internal/meta.proto | 0 .../influxdb/influxdb/tsdb/mapper.go | 0 .../github.com/influxdb/influxdb/tsdb/meta.go | 0 .../influxdb/influxdb/tsdb/monitor.go | 0 .../influxdb/influxdb/tsdb/points.go | 0 .../influxdb/influxdb/tsdb/query_executor.go | 0 .../influxdb/influxdb/tsdb/shard.go | 0 .../influxdb/influxdb/tsdb/snapshot_writer.go | 0 .../influxdb/influxdb/tsdb/store.go | 0 .../jmespath/go-jmespath/.gitignore | 0 .../jmespath/go-jmespath/.travis.yml | 0 .../github.com/jmespath/go-jmespath/LICENSE | 0 .../github.com/jmespath/go-jmespath/Makefile | 0 .../github.com/jmespath/go-jmespath/README.md | 0 .../github.com/jmespath/go-jmespath/api.go | 0 .../go-jmespath/astnodetype_string.go | 0 .../jmespath/go-jmespath/cmd/jpgo/main.go | 0 .../go-jmespath/compliance/basic.json | 0 .../go-jmespath/compliance/boolean.json | 0 .../go-jmespath/compliance/current.json | 0 .../go-jmespath/compliance/escape.json | 0 .../go-jmespath/compliance/filters.json | 0 .../go-jmespath/compliance/functions.json | 0 .../go-jmespath/compliance/identifiers.json | 0 .../go-jmespath/compliance/indices.json | 0 .../go-jmespath/compliance/literal.json | 0 .../go-jmespath/compliance/multiselect.json | 0 .../go-jmespath/compliance/ormatch.json | 0 .../jmespath/go-jmespath/compliance/pipe.json | 0 .../go-jmespath/compliance/slice.json | 0 .../go-jmespath/compliance/syntax.json | 0 .../go-jmespath/compliance/unicode.json | 0 .../go-jmespath/compliance/wildcard.json | 0 .../jmespath/go-jmespath/functions.go | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-1 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-10 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-100 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-101 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-102 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-103 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-104 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-105 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-106 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-107 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-108 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-109 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-110 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-112 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-115 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-118 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-119 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-12 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-120 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-121 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-122 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-123 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-126 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-128 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-129 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-13 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-130 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-131 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-132 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-133 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-134 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-135 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-136 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-137 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-138 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-139 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-14 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-140 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-141 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-142 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-143 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-144 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-145 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-146 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-147 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-148 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-149 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-15 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-150 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-151 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-152 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-153 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-155 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-156 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-157 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-158 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-159 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-16 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-160 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-161 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-162 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-163 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-164 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-165 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-166 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-167 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-168 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-169 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-17 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-170 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-171 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-172 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-173 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-174 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-175 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-178 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-179 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-18 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-180 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-181 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-182 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-183 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-184 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-185 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-186 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-187 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-188 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-189 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-19 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-190 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-191 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-192 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-193 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-194 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-195 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-196 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-198 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-199 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-2 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-20 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-200 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-201 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-202 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-203 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-204 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-205 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-206 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-207 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-208 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-209 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-21 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-210 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-211 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-212 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-213 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-214 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-215 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-216 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-217 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-218 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-219 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-22 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-220 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-221 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-222 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-223 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-224 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-225 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-226 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-227 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-228 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-229 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-23 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-230 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-231 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-232 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-233 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-234 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-235 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-236 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-237 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-238 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-239 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-24 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-240 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-241 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-242 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-243 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-244 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-245 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-246 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-247 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-248 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-249 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-25 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-250 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-251 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-252 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-253 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-254 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-255 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-256 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-257 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-258 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-259 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-26 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-260 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-261 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-262 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-263 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-264 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-265 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-266 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-267 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-268 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-269 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-27 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-270 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-271 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-272 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-273 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-274 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-275 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-276 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-277 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-278 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-279 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-28 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-280 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-281 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-282 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-283 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-284 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-285 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-286 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-287 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-288 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-289 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-29 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-290 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-291 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-292 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-293 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-294 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-295 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-296 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-297 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-298 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-299 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-3 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-30 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-300 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-301 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-302 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-303 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-304 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-305 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-306 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-307 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-308 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-309 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-31 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-310 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-311 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-312 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-313 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-314 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-315 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-316 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-317 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-318 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-319 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-32 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-320 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-321 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-322 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-323 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-324 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-325 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-326 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-327 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-328 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-329 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-33 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-330 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-331 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-332 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-333 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-334 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-335 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-336 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-337 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-338 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-339 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-34 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-340 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-341 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-342 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-343 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-344 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-345 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-346 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-347 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-348 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-349 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-35 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-350 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-351 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-352 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-353 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-354 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-355 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-356 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-357 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-358 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-359 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-36 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-360 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-361 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-362 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-363 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-364 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-365 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-366 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-367 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-368 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-369 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-37 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-370 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-371 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-372 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-373 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-374 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-375 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-376 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-377 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-378 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-379 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-38 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-380 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-381 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-382 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-383 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-384 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-385 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-386 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-387 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-388 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-389 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-39 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-390 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-391 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-392 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-393 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-394 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-395 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-396 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-397 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-398 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-399 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-4 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-40 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-400 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-401 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-402 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-403 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-404 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-405 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-406 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-407 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-408 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-409 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-41 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-410 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-411 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-412 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-413 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-414 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-415 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-416 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-417 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-418 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-419 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-42 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-420 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-421 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-422 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-423 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-424 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-425 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-426 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-427 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-428 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-429 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-43 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-430 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-431 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-432 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-433 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-434 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-435 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-436 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-437 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-438 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-439 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-44 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-440 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-441 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-442 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-443 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-444 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-445 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-446 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-447 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-448 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-449 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-45 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-450 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-451 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-452 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-453 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-454 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-455 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-456 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-457 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-458 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-459 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-46 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-460 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-461 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-462 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-463 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-464 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-465 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-466 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-467 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-468 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-469 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-47 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-470 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-471 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-472 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-473 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-474 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-475 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-476 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-477 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-478 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-479 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-48 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-480 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-481 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-482 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-483 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-484 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-485 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-486 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-487 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-488 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-489 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-49 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-490 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-491 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-492 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-493 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-494 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-495 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-496 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-497 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-498 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-499 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-5 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-50 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-500 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-501 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-502 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-503 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-504 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-505 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-506 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-507 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-508 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-509 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-51 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-510 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-511 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-512 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-513 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-514 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-515 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-516 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-517 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-518 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-519 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-52 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-520 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-521 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-522 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-523 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-524 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-525 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-526 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-527 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-528 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-529 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-53 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-530 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-531 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-532 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-533 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-534 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-535 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-536 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-537 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-538 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-539 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-54 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-540 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-541 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-542 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-543 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-544 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-545 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-546 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-547 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-548 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-549 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-55 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-550 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-551 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-552 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-553 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-554 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-555 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-556 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-557 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-558 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-559 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-56 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-560 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-561 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-562 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-563 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-564 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-565 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-566 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-567 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-568 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-569 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-57 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-570 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-571 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-572 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-573 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-574 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-575 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-576 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-577 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-578 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-579 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-58 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-580 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-581 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-582 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-583 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-584 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-585 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-586 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-587 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-588 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-589 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-59 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-590 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-591 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-592 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-593 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-594 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-595 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-596 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-597 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-598 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-599 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-6 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-60 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-600 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-601 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-602 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-603 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-604 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-605 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-606 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-607 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-608 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-609 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-61 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-610 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-611 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-612 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-613 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-614 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-615 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-616 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-617 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-618 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-619 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-62 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-620 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-621 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-622 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-623 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-624 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-625 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-626 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-627 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-628 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-629 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-63 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-630 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-631 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-632 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-633 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-634 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-635 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-636 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-637 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-638 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-639 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-64 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-640 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-641 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-642 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-643 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-644 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-645 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-646 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-647 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-648 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-649 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-65 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-650 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-651 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-652 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-653 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-654 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-655 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-656 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-66 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-67 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-68 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-69 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-7 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-70 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-71 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-72 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-73 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-74 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-75 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-76 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-77 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-78 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-79 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-8 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-80 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-81 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-82 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-83 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-84 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-85 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-86 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-87 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-88 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-89 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-9 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-90 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-91 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-92 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-93 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-94 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-95 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-96 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-97 | 0 .../jmespath/go-jmespath/fuzz/corpus/expr-98 | 0 .../jmespath/go-jmespath/fuzz/jmespath.go | 0 .../jmespath/go-jmespath/interpreter.go | 0 .../github.com/jmespath/go-jmespath/lexer.go | 0 .../github.com/jmespath/go-jmespath/parser.go | 0 .../jmespath/go-jmespath/toktype_string.go | 0 .../github.com/jmespath/go-jmespath/util.go | 0 .../github.com/jonboulle/clockwork/.gitignore | 0 .../jonboulle/clockwork/.travis.yml | 0 .../github.com/jonboulle/clockwork/LICENSE | 0 .../github.com/jonboulle/clockwork/README.md | 0 .../jonboulle/clockwork/clockwork.go | 0 .../github.com/juju/ratelimit/LICENSE | 0 .../github.com/juju/ratelimit/README.md | 0 .../github.com/juju/ratelimit/ratelimit.go | 0 .../github.com/juju/ratelimit/reader.go | 0 .../github.com/kardianos/osext}/LICENSE | 1 - .../github.com/kardianos/osext/README.md | 0 .../github.com/kardianos/osext/osext.go | 0 .../github.com/kardianos/osext/osext_plan9.go | 0 .../kardianos/osext/osext_procfs.go | 0 .../kardianos/osext/osext_sysctl.go | 0 .../kardianos/osext/osext_windows.go | 0 .../github.com/kr/pty/.gitignore | 0 .../src => vendor}/github.com/kr/pty/License | 0 .../github.com/kr/pty/README.md | 0 .../src => vendor}/github.com/kr/pty/doc.go | 0 .../src => vendor}/github.com/kr/pty/ioctl.go | 0 .../github.com/kr/pty/ioctl_bsd.go | 0 .../github.com/kr/pty/mktypes.bash | 0 .../github.com/kr/pty/pty_darwin.go | 0 .../github.com/kr/pty/pty_freebsd.go | 0 .../github.com/kr/pty/pty_linux.go | 0 .../github.com/kr/pty/pty_unsupported.go | 0 .../src => vendor}/github.com/kr/pty/run.go | 0 .../src => vendor}/github.com/kr/pty/types.go | 0 .../github.com/kr/pty/types_freebsd.go | 0 .../src => vendor}/github.com/kr/pty/util.go | 0 .../github.com/kr/pty/ztypes_386.go | 0 .../github.com/kr/pty/ztypes_amd64.go | 0 .../github.com/kr/pty/ztypes_arm.go | 0 .../github.com/kr/pty/ztypes_arm64.go | 0 .../github.com/kr/pty/ztypes_freebsd_386.go | 0 .../github.com/kr/pty/ztypes_freebsd_amd64.go | 0 .../github.com/kr/pty/ztypes_freebsd_arm.go | 0 .../github.com/kr/pty/ztypes_ppc64.go | 0 .../github.com/kr/pty/ztypes_ppc64le.go | 0 .../github.com/kr/pty/ztypes_s390x.go | 0 .../golang_protobuf_extensions/LICENSE | 0 .../pbutil/decode.go | 0 .../golang_protobuf_extensions/pbutil/doc.go | 0 .../pbutil/encode.go | 0 .../github.com/mesos/mesos-go/LICENSE | 0 .../github.com/mesos/mesos-go/NOTICE | 0 .../mesos/mesos-go/auth/callback/interface.go | 0 .../mesos-go/auth/callback/interprocess.go | 0 .../mesos/mesos-go/auth/callback/name.go | 0 .../mesos/mesos-go/auth/callback/password.go | 0 .../mesos/mesos-go/auth/interface.go | 0 .../github.com/mesos/mesos-go/auth/login.go | 0 .../mesos/mesos-go/auth/sasl/authenticatee.go | 0 .../mesos/mesos-go/auth/sasl/context.go | 0 .../auth/sasl/mech/crammd5/mechanism.go | 0 .../mesos-go/auth/sasl/mech/interface.go | 0 .../mesos/mesos-go/auth/sasl/mech/plugins.go | 0 .../mesos/mesos-go/auth/sasl/mock/mock.go | 0 .../github.com/mesos/mesos-go/detector/doc.go | 0 .../mesos/mesos-go/detector/factory.go | 0 .../mesos/mesos-go/detector/interface.go | 0 .../mesos/mesos-go/detector/standalone.go | 0 .../mesos/mesos-go/detector/zoo/client2.go | 0 .../mesos/mesos-go/detector/zoo/detect.go | 0 .../mesos/mesos-go/detector/zoo/doc.go | 0 .../mesos/mesos-go/detector/zoo/mock/conn.go | 0 .../mesos/mesos-go/detector/zoo/mock/mock.go | 0 .../mesos/mesos-go/detector/zoo/plugin.go | 0 .../mesos/mesos-go/detector/zoo/types.go | 0 .../src/github.com/golang/glog/LICENSE | 191 +++ .../src/github.com/pborman/uuid/LICENSE | 27 + .../src/github.com/stretchr/objx/LICENSE.md | 23 + .../github.com/mesos/mesos-go/executor/doc.go | 0 .../mesos/mesos-go/executor/exectype.go | 0 .../mesos/mesos-go/executor/executor.go | 0 .../mesos/mesos-go/executor/mock/mock.go | 0 .../mesos/mesos-go/executor/testing.go | 0 .../mesos/mesos-go/mesosproto/Makefile | 0 .../mesos-go/mesosproto/authentication.pb.go | 0 .../mesos-go/mesosproto/authentication.proto | 0 .../mesos/mesos-go/mesosproto/internal.pb.go | 0 .../mesos/mesos-go/mesosproto/internal.proto | 0 .../mesos/mesos-go/mesosproto/mesos.pb.go | 0 .../mesos/mesos-go/mesosproto/mesos.proto | 0 .../mesos/mesos-go/mesosproto/messages.pb.go | 0 .../mesos/mesos-go/mesosproto/messages.proto | 0 .../mesosproto/scheduler/scheduler.pb.go | 0 .../mesosproto/scheduler/scheduler.proto | 0 .../mesos/mesos-go/mesosutil/constants.go | 0 .../mesos-go/mesosutil/mesosprotoutil.go | 0 .../mesos/mesos-go/mesosutil/node.go | 0 .../mesos-go/mesosutil/process/process.go | 0 .../mesos/mesos-go/messenger/README.md | 0 .../mesos/mesos-go/messenger/decoder.go | 0 .../mesos/mesos-go/messenger/doc.go | 0 .../mesos-go/messenger/http_transporter.go | 0 .../mesos/mesos-go/messenger/message.go | 0 .../mesos/mesos-go/messenger/messenger.go | 0 .../mesos-go/messenger/mock/messenger.go | 0 .../mesos-go/messenger/sessionid/sessionid.go | 0 .../mesos-go/messenger/testmessage/Makefile | 0 .../messenger/testmessage/generator.go | 0 .../messenger/testmessage/testmessage.pb.go | 0 .../messenger/testmessage/testmessage.proto | 0 .../mesos/mesos-go/messenger/transporter.go | 0 .../mesos/mesos-go/scheduler/doc.go | 0 .../mesos/mesos-go/scheduler/handler.go | 0 .../mesos-go/scheduler/mock/scheduler.go | 0 .../mesos/mesos-go/scheduler/plugins.go | 0 .../mesos/mesos-go/scheduler/schedcache.go | 0 .../mesos/mesos-go/scheduler/schedtype.go | 0 .../mesos/mesos-go/scheduler/scheduler.go | 0 .../mesos/mesos-go/scheduler/testing.go | 0 .../github.com/mesos/mesos-go/upid/doc.go | 0 .../github.com/mesos/mesos-go/upid/upid.go | 0 .../github.com/miekg/dns/.gitignore | 0 .../github.com/miekg/dns/.travis.yml | 0 .../github.com/miekg/dns/AUTHORS | 0 .../github.com/miekg/dns/CONTRIBUTORS | 0 .../github.com/miekg/dns/COPYRIGHT | 0 .../github.com/miekg/dns/LICENSE | 0 .../github.com/miekg/dns/README.md | 0 .../github.com/miekg/dns/client.go | 0 .../github.com/miekg/dns/clientconfig.go | 0 .../github.com/miekg/dns/defaults.go | 0 .../github.com/miekg/dns/dns.go | 0 .../github.com/miekg/dns/dnssec.go | 0 .../github.com/miekg/dns/edns.go | 0 .../github.com/miekg/dns/idn/punycode.go | 0 .../github.com/miekg/dns/keygen.go | 0 .../github.com/miekg/dns/kscan.go | 0 .../github.com/miekg/dns/labels.go | 0 .../github.com/miekg/dns/msg.go | 0 .../github.com/miekg/dns/nsecx.go | 0 .../github.com/miekg/dns/privaterr.go | 0 .../github.com/miekg/dns/rawmsg.go | 0 .../github.com/miekg/dns/scanner.go | 0 .../github.com/miekg/dns/server.go | 0 .../github.com/miekg/dns/sig0.go | 0 .../github.com/miekg/dns/singleinflight.go | 0 .../github.com/miekg/dns/tlsa.go | 0 .../github.com/miekg/dns/tsig.go | 0 .../github.com/miekg/dns/types.go | 0 .../github.com/miekg/dns/udp.go | 0 .../github.com/miekg/dns/udp_linux.go | 0 .../github.com/miekg/dns/udp_other.go | 0 .../github.com/miekg/dns/udp_windows.go | 0 .../github.com/miekg/dns/update.go | 0 .../github.com/miekg/dns/xfr.go | 0 .../github.com/miekg/dns/zgenerate.go | 0 .../github.com/miekg/dns/zscan.go | 0 .../github.com/miekg/dns/zscan_rr.go | 0 .../github.com/mistifyio/go-zfs/.gitignore | 0 .../mistifyio/go-zfs/CONTRIBUTING.md | 0 .../github.com/mistifyio/go-zfs/LICENSE | 0 .../github.com/mistifyio/go-zfs/README.md | 0 .../github.com/mistifyio/go-zfs/Vagrantfile | 0 .../github.com/mistifyio/go-zfs/error.go | 0 .../github.com/mistifyio/go-zfs/utils.go | 0 .../github.com/mistifyio/go-zfs/zfs.go | 0 .../github.com/mistifyio/go-zfs/zpool.go | 0 .../mitchellh/mapstructure}/LICENSE | 0 .../mitchellh/mapstructure/README.md | 0 .../mitchellh/mapstructure/decode_hooks.go | 0 .../mitchellh/mapstructure/error.go | 0 .../mitchellh/mapstructure/mapstructure.go | 0 .../github.com/mvdan/xurls/.gitignore | 0 .../github.com/mvdan/xurls/.travis.yml | 0 .../github.com/mvdan/xurls/LICENSE | 0 .../github.com/mvdan/xurls/README.md | 0 .../github.com/mvdan/xurls/cmd/xurls/main.go | 0 .../mvdan/xurls/generate/regexgen/main.go | 0 .../mvdan/xurls/generate/tldsgen/main.go | 0 .../github.com/mvdan/xurls/regex.go | 0 .../github.com/mvdan/xurls/schemes.go | 0 .../github.com/mvdan/xurls/tlds.go | 0 .../github.com/mvdan/xurls/tlds_pseudo.go | 0 .../github.com/mvdan/xurls/xurls.go | 0 .../github.com/mxk/go-flowrate/LICENSE | 0 .../mxk/go-flowrate/flowrate/flowrate.go | 0 .../github.com/mxk/go-flowrate/flowrate/io.go | 0 .../mxk/go-flowrate/flowrate/util.go | 0 .../github.com/onsi/ginkgo/.gitignore | 0 .../github.com/onsi/ginkgo/.travis.yml | 0 .../github.com/onsi/ginkgo/CHANGELOG.md | 0 .../github.com/onsi/ginkgo/LICENSE | 0 .../github.com/onsi/ginkgo/README.md | 0 .../github.com/onsi/ginkgo/config/config.go | 0 .../onsi/ginkgo/extensions/table/table.go | 0 .../ginkgo/extensions/table/table_entry.go | 0 .../onsi/ginkgo/ginkgo/bootstrap_command.go | 0 .../onsi/ginkgo/ginkgo/build_command.go | 0 .../ginkgo/ginkgo/convert/ginkgo_ast_nodes.go | 0 .../onsi/ginkgo/ginkgo/convert/import.go | 0 .../ginkgo/ginkgo/convert/package_rewriter.go | 0 .../onsi/ginkgo/ginkgo/convert/test_finder.go | 0 .../ginkgo/convert/testfile_rewriter.go | 0 .../ginkgo/convert/testing_t_rewriter.go | 0 .../onsi/ginkgo/ginkgo/convert_command.go | 0 .../onsi/ginkgo/ginkgo/generate_command.go | 0 .../onsi/ginkgo/ginkgo/help_command.go | 0 .../interrupthandler/interrupt_handler.go | 0 .../sigquit_swallower_unix.go | 0 .../sigquit_swallower_windows.go | 0 .../github.com/onsi/ginkgo/ginkgo/main.go | 0 .../onsi/ginkgo/ginkgo/nodot/nodot.go | 0 .../onsi/ginkgo/ginkgo/nodot_command.go | 0 .../onsi/ginkgo/ginkgo/notifications.go | 0 .../onsi/ginkgo/ginkgo/run_command.go | 0 .../run_watch_and_build_command_flags.go | 0 .../onsi/ginkgo/ginkgo/suite_runner.go | 0 .../ginkgo/ginkgo/testrunner/log_writer.go | 0 .../ginkgo/ginkgo/testrunner/run_result.go | 0 .../ginkgo/ginkgo/testrunner/test_runner.go | 0 .../ginkgo/ginkgo/testsuite/test_suite.go | 0 .../ginkgo/testsuite/vendor_check_go15.go | 0 .../ginkgo/testsuite/vendor_check_go16.go | 0 .../onsi/ginkgo/ginkgo/unfocus_command.go | 0 .../onsi/ginkgo/ginkgo/version_command.go | 0 .../onsi/ginkgo/ginkgo/watch/delta.go | 0 .../onsi/ginkgo/ginkgo/watch/delta_tracker.go | 0 .../onsi/ginkgo/ginkgo/watch/dependencies.go | 0 .../onsi/ginkgo/ginkgo/watch/package_hash.go | 0 .../ginkgo/ginkgo/watch/package_hashes.go | 0 .../onsi/ginkgo/ginkgo/watch/suite.go | 0 .../onsi/ginkgo/ginkgo/watch_command.go | 0 .../github.com/onsi/ginkgo/ginkgo_dsl.go | 0 .../onsi/ginkgo/integration/integration.go | 0 .../internal/codelocation/code_location.go | 0 .../internal/containernode/container_node.go | 0 .../onsi/ginkgo/internal/failer/failer.go | 0 .../ginkgo/internal/leafnodes/benchmarker.go | 0 .../ginkgo/internal/leafnodes/interfaces.go | 0 .../onsi/ginkgo/internal/leafnodes/it_node.go | 0 .../ginkgo/internal/leafnodes/measure_node.go | 0 .../onsi/ginkgo/internal/leafnodes/runner.go | 0 .../ginkgo/internal/leafnodes/setup_nodes.go | 0 .../ginkgo/internal/leafnodes/suite_nodes.go | 0 .../synchronized_after_suite_node.go | 0 .../synchronized_before_suite_node.go | 0 .../onsi/ginkgo/internal/remote/aggregator.go | 0 .../internal/remote/forwarding_reporter.go | 0 .../internal/remote/output_interceptor.go | 0 .../remote/output_interceptor_unix.go | 0 .../internal/remote/output_interceptor_win.go | 0 .../onsi/ginkgo/internal/remote/server.go | 0 .../remote/syscall_dup_linux_arm64.go | 0 .../internal/remote/syscall_dup_unix.go | 0 .../ginkgo/internal/spec/index_computer.go | 0 .../onsi/ginkgo/internal/spec/spec.go | 0 .../onsi/ginkgo/internal/spec/specs.go | 0 .../ginkgo/internal/specrunner/random_id.go | 0 .../ginkgo/internal/specrunner/spec_runner.go | 0 .../onsi/ginkgo/internal/suite/suite.go | 0 .../internal/testingtproxy/testing_t_proxy.go | 0 .../ginkgo/internal/writer/fake_writer.go | 0 .../onsi/ginkgo/internal/writer/writer.go | 0 .../onsi/ginkgo/reporters/default_reporter.go | 0 .../onsi/ginkgo/reporters/fake_reporter.go | 0 .../onsi/ginkgo/reporters/junit_reporter.go | 0 .../onsi/ginkgo/reporters/reporter.go | 0 .../reporters/stenographer/console_logging.go | 0 .../stenographer/fake_stenographer.go | 0 .../reporters/stenographer/stenographer.go | 0 .../ginkgo/reporters/teamcity_reporter.go | 0 .../onsi/ginkgo/types/code_location.go | 0 .../onsi/ginkgo/types/synchronization.go | 0 .../github.com/onsi/ginkgo/types/types.go | 0 .../github.com/onsi/gomega/.gitignore | 0 .../github.com/onsi/gomega/.travis.yml | 0 .../github.com/onsi/gomega/CHANGELOG.md | 0 .../github.com/onsi/gomega/LICENSE | 0 .../github.com/onsi/gomega/README.md | 0 .../github.com/onsi/gomega/format/format.go | 0 .../github.com/onsi/gomega/gbytes/buffer.go | 0 .../onsi/gomega/gbytes/say_matcher.go | 0 .../github.com/onsi/gomega/gexec/build.go | 0 .../onsi/gomega/gexec/exit_matcher.go | 0 .../onsi/gomega/gexec/prefixed_writer.go | 0 .../github.com/onsi/gomega/gexec/session.go | 0 .../github.com/onsi/gomega/ghttp/handlers.go | 0 .../onsi/gomega/ghttp/protobuf/protobuf.go | 0 .../ghttp/protobuf/simple_message.pb.go | 0 .../ghttp/protobuf/simple_message.proto | 0 .../onsi/gomega/ghttp/test_server.go | 0 .../github.com/onsi/gomega/gomega_dsl.go | 0 .../gomega/internal/assertion/assertion.go | 0 .../asyncassertion/async_assertion.go | 0 .../internal/fakematcher/fake_matcher.go | 0 .../internal/oraclematcher/oracle_matcher.go | 0 .../testingtsupport/testing_t_support.go | 0 .../github.com/onsi/gomega/matchers.go | 0 .../github.com/onsi/gomega/matchers/and.go | 0 .../matchers/assignable_to_type_of_matcher.go | 0 .../onsi/gomega/matchers/be_a_directory.go | 0 .../onsi/gomega/matchers/be_a_regular_file.go | 0 .../gomega/matchers/be_an_existing_file.go | 0 .../onsi/gomega/matchers/be_closed_matcher.go | 0 .../onsi/gomega/matchers/be_empty_matcher.go | 0 .../matchers/be_equivalent_to_matcher.go | 0 .../onsi/gomega/matchers/be_false_matcher.go | 0 .../onsi/gomega/matchers/be_identical_to.go | 0 .../onsi/gomega/matchers/be_nil_matcher.go | 0 .../gomega/matchers/be_numerically_matcher.go | 0 .../onsi/gomega/matchers/be_sent_matcher.go | 0 .../gomega/matchers/be_temporally_matcher.go | 0 .../onsi/gomega/matchers/be_true_matcher.go | 0 .../onsi/gomega/matchers/be_zero_matcher.go | 0 .../onsi/gomega/matchers/consist_of.go | 0 .../matchers/contain_element_matcher.go | 0 .../matchers/contain_substring_matcher.go | 0 .../onsi/gomega/matchers/equal_matcher.go | 0 .../onsi/gomega/matchers/have_cap_matcher.go | 0 .../onsi/gomega/matchers/have_key_matcher.go | 0 .../matchers/have_key_with_value_matcher.go | 0 .../onsi/gomega/matchers/have_len_matcher.go | 0 .../gomega/matchers/have_occurred_matcher.go | 0 .../gomega/matchers/have_prefix_matcher.go | 0 .../gomega/matchers/have_suffix_matcher.go | 0 .../gomega/matchers/match_error_matcher.go | 0 .../gomega/matchers/match_json_matcher.go | 0 .../gomega/matchers/match_regexp_matcher.go | 0 .../github.com/onsi/gomega/matchers/not.go | 0 .../github.com/onsi/gomega/matchers/or.go | 0 .../onsi/gomega/matchers/panic_matcher.go | 0 .../onsi/gomega/matchers/receive_matcher.go | 0 .../onsi/gomega/matchers/succeed_matcher.go | 0 .../matchers/support/goraph/MIT.LICENSE | 0 .../goraph/bipartitegraph/bipartitegraph.go | 0 .../bipartitegraph/bipartitegraphmatching.go | 0 .../matchers/support/goraph/edge/edge.go | 0 .../matchers/support/goraph/node/node.go | 0 .../matchers/support/goraph/util/util.go | 0 .../onsi/gomega/matchers/type_support.go | 0 .../onsi/gomega/matchers/with_transform.go | 0 .../github.com/onsi/gomega/types/types.go | 0 .../src/github.com/Sirupsen/logrus/LICENSE | 21 + .../src}/github.com/codegangsta/cli/LICENSE | 0 .../src/github.com/coreos/go-systemd/LICENSE | 191 +++ .../src/github.com/docker/docker/LICENSE | 191 +++ .../src/github.com/docker/docker/NOTICE | 19 + .../docker/docker/contrib/syntax/vim/LICENSE | 22 + .../docker/docs/project/images/red_notice.png | Bin 0 -> 45387 bytes .../docker/docker/pkg/mflag/LICENSE | 27 + .../docker/docker/pkg/symlink/LICENSE.APACHE | 191 +++ .../docker/docker/pkg/symlink/LICENSE.BSD | 27 + .../src/github.com/docker/go-units/LICENSE | 191 +++ .../src/github.com/godbus/dbus/LICENSE | 25 + .../src/github.com/golang/protobuf}/LICENSE | 12 +- .../github.com/opencontainers/specs/LICENSE | 191 +++ .../seccomp/libseccomp-golang}/LICENSE | 12 +- .../github.com/syndtr/gocapability/LICENSE | 24 + .../github.com/vishvananda/netlink/LICENSE | 192 +++ .../github.com/opencontainers/runc}/LICENSE | 0 vendor/github.com/opencontainers/runc/NOTICE | 17 + .../runc/libcontainer/README.md | 0 .../opencontainers/runc/libcontainer/SPEC.md | 0 .../runc/libcontainer/apparmor/apparmor.go | 0 .../apparmor/apparmor_disabled.go | 0 .../runc/libcontainer/capabilities_linux.go | 0 .../runc/libcontainer/cgroups/cgroups.go | 0 .../cgroups/cgroups_unsupported.go | 0 .../runc/libcontainer/cgroups/fs/apply_raw.go | 0 .../runc/libcontainer/cgroups/fs/blkio.go | 0 .../runc/libcontainer/cgroups/fs/cpu.go | 0 .../runc/libcontainer/cgroups/fs/cpuacct.go | 0 .../runc/libcontainer/cgroups/fs/cpuset.go | 0 .../runc/libcontainer/cgroups/fs/devices.go | 0 .../runc/libcontainer/cgroups/fs/freezer.go | 0 .../libcontainer/cgroups/fs/fs_unsupported.go | 0 .../runc/libcontainer/cgroups/fs/hugetlb.go | 0 .../runc/libcontainer/cgroups/fs/memory.go | 0 .../runc/libcontainer/cgroups/fs/name.go | 0 .../runc/libcontainer/cgroups/fs/net_cls.go | 0 .../runc/libcontainer/cgroups/fs/net_prio.go | 0 .../libcontainer/cgroups/fs/perf_event.go | 0 .../runc/libcontainer/cgroups/fs/pids.go | 0 .../runc/libcontainer/cgroups/fs/utils.go | 0 .../runc/libcontainer/cgroups/stats.go | 0 .../cgroups/systemd/apply_nosystemd.go | 0 .../cgroups/systemd/apply_systemd.go | 0 .../runc/libcontainer/cgroups/utils.go | 0 .../runc/libcontainer/compat_1.5_linux.go | 0 .../runc/libcontainer/configs/blkio_device.go | 0 .../runc/libcontainer/configs/cgroup_unix.go | 0 .../configs/cgroup_unsupported.go | 0 .../libcontainer/configs/cgroup_windows.go | 0 .../runc/libcontainer/configs/config.go | 0 .../runc/libcontainer/configs/config_unix.go | 0 .../runc/libcontainer/configs/device.go | 0 .../libcontainer/configs/device_defaults.go | 0 .../libcontainer/configs/hugepage_limit.go | 0 .../configs/interface_priority_map.go | 0 .../runc/libcontainer/configs/mount.go | 0 .../runc/libcontainer/configs/namespaces.go | 0 .../configs/namespaces_syscall.go | 0 .../configs/namespaces_syscall_unsupported.go | 0 .../libcontainer/configs/namespaces_unix.go | 0 .../configs/namespaces_unsupported.go | 0 .../runc/libcontainer/configs/network.go | 0 .../libcontainer/configs/validate/config.go | 0 .../runc/libcontainer/console.go | 0 .../runc/libcontainer/console_freebsd.go | 0 .../runc/libcontainer/console_linux.go | 0 .../runc/libcontainer/console_windows.go | 0 .../runc/libcontainer/container.go | 0 .../runc/libcontainer/container_linux.go | 0 .../libcontainer/container_nouserns_linux.go | 0 .../libcontainer/container_userns_linux.go | 0 .../runc/libcontainer/container_windows.go | 0 .../runc/libcontainer/criu_opts_unix.go | 0 .../runc/libcontainer/criu_opts_windows.go | 0 .../runc/libcontainer/criurpc/Makefile | 0 .../runc/libcontainer/criurpc/criurpc.pb.go | 0 .../runc/libcontainer/criurpc/criurpc.proto | 0 .../runc/libcontainer/devices/devices_unix.go | 0 .../devices/devices_unsupported.go | 0 .../runc/libcontainer/devices/number.go | 0 .../opencontainers/runc/libcontainer/error.go | 0 .../runc/libcontainer/factory.go | 0 .../runc/libcontainer/factory_linux.go | 0 .../runc/libcontainer/generic_error.go | 0 .../runc/libcontainer/init_linux.go | 0 .../runc/libcontainer/integration/doc.go | 0 .../runc/libcontainer/label/label.go | 0 .../runc/libcontainer/label/label_selinux.go | 0 .../runc/libcontainer/message_linux.go | 0 .../runc/libcontainer/network_linux.go | 0 .../runc/libcontainer/notify_linux.go | 0 .../runc/libcontainer/nsenter/README.md | 0 .../runc/libcontainer/nsenter/nsenter.go | 0 .../libcontainer/nsenter/nsenter_gccgo.go | 0 .../nsenter/nsenter_unsupported.go | 0 .../runc/libcontainer/nsenter/nsexec.c | 0 .../runc/libcontainer/process.go | 0 .../runc/libcontainer/process_linux.go | 0 .../runc/libcontainer/restored_process.go | 0 .../runc/libcontainer/rootfs_linux.go | 0 .../runc/libcontainer/seccomp/config.go | 0 .../seccomp/fixtures/proc_self_status | 0 .../libcontainer/seccomp/seccomp_linux.go | 0 .../seccomp/seccomp_unsupported.go | 0 .../runc/libcontainer/selinux/selinux.go | 0 .../runc/libcontainer/setgroups_linux.go | 0 .../runc/libcontainer/setns_init_linux.go | 0 .../runc/libcontainer/stacktrace/capture.go | 0 .../runc/libcontainer/stacktrace/frame.go | 0 .../libcontainer/stacktrace/stacktrace.go | 0 .../runc/libcontainer/standard_init_linux.go | 0 .../runc/libcontainer/state_linux.go | 0 .../opencontainers/runc/libcontainer/stats.go | 0 .../runc/libcontainer/stats_freebsd.go | 0 .../runc/libcontainer/stats_linux.go | 0 .../runc/libcontainer/stats_windows.go | 0 .../runc/libcontainer/system/linux.go | 0 .../runc/libcontainer/system/proc.go | 0 .../runc/libcontainer/system/setns_linux.go | 0 .../libcontainer/system/syscall_linux_386.go | 0 .../libcontainer/system/syscall_linux_64.go | 0 .../libcontainer/system/syscall_linux_arm.go | 0 .../runc/libcontainer/system/sysconfig.go | 0 .../libcontainer/system/sysconfig_notcgo.go | 0 .../runc/libcontainer/system/xattrs_linux.go | 0 .../runc/libcontainer/user/MAINTAINERS | 0 .../runc/libcontainer/user/lookup.go | 0 .../runc/libcontainer/user/lookup_unix.go | 0 .../libcontainer/user/lookup_unsupported.go | 0 .../runc/libcontainer/user/user.go | 0 .../runc/libcontainer/utils/utils.go | 0 .../runc/libcontainer/utils/utils_unix.go | 0 .../runc/libcontainer/xattr/errors.go | 0 .../runc/libcontainer/xattr/xattr_linux.go | 0 .../libcontainer/xattr/xattr_unsupported.go | 0 .../github.com/pborman/uuid/CONTRIBUTORS | 0 vendor/github.com/pborman/uuid/LICENSE | 27 + .../github.com/pborman/uuid/dce.go | 0 .../github.com/pborman/uuid/doc.go | 0 .../github.com/pborman/uuid/hash.go | 0 .../github.com/pborman/uuid/json.go | 0 .../github.com/pborman/uuid/node.go | 0 .../github.com/pborman/uuid/time.go | 0 .../github.com/pborman/uuid/util.go | 0 .../github.com/pborman/uuid/uuid.go | 0 .../github.com/pborman/uuid/version1.go | 0 .../github.com/pborman/uuid/version4.go | 0 .../github.com/pmezard/go-difflib/LICENSE | 0 .../pmezard/go-difflib/difflib/difflib.go | 0 .../prometheus/client_golang/LICENSE | 0 .../prometheus/client_golang/NOTICE | 0 .../client_golang/prometheus/.gitignore | 0 .../client_golang/prometheus/README.md | 0 .../client_golang/prometheus/collector.go | 0 .../client_golang/prometheus/counter.go | 0 .../client_golang/prometheus/desc.go | 0 .../client_golang/prometheus/doc.go | 0 .../client_golang/prometheus/expvar.go | 0 .../client_golang/prometheus/gauge.go | 0 .../client_golang/prometheus/go_collector.go | 0 .../client_golang/prometheus/histogram.go | 0 .../client_golang/prometheus/http.go | 0 .../client_golang/prometheus/metric.go | 0 .../prometheus/process_collector.go | 0 .../client_golang/prometheus/push.go | 0 .../client_golang/prometheus/registry.go | 0 .../client_golang/prometheus/summary.go | 0 .../client_golang/prometheus/untyped.go | 0 .../client_golang/prometheus/value.go | 0 .../client_golang/prometheus/vec.go | 0 .../prometheus/client_model/LICENSE | 0 .../github.com/prometheus/client_model/NOTICE | 0 .../prometheus/client_model/go/metrics.pb.go | 0 .../prometheus/client_model/ruby/LICENSE | 2 +- .../prometheus/common/expfmt/decode.go | 0 .../prometheus/common/expfmt/encode.go | 0 .../prometheus/common/expfmt/expfmt.go | 0 .../prometheus/common/expfmt/fuzz.go | 0 .../expfmt/fuzz/corpus/from_test_parse_0 | 0 .../expfmt/fuzz/corpus/from_test_parse_1 | 0 .../expfmt/fuzz/corpus/from_test_parse_2 | 0 .../expfmt/fuzz/corpus/from_test_parse_3 | 0 .../expfmt/fuzz/corpus/from_test_parse_4 | 0 .../fuzz/corpus/from_test_parse_error_0 | 0 .../fuzz/corpus/from_test_parse_error_1 | 0 .../fuzz/corpus/from_test_parse_error_10 | 0 .../fuzz/corpus/from_test_parse_error_11 | 0 .../fuzz/corpus/from_test_parse_error_12 | 0 .../fuzz/corpus/from_test_parse_error_13 | 0 .../fuzz/corpus/from_test_parse_error_14 | 0 .../fuzz/corpus/from_test_parse_error_15 | 0 .../fuzz/corpus/from_test_parse_error_16 | 0 .../fuzz/corpus/from_test_parse_error_17 | 0 .../fuzz/corpus/from_test_parse_error_18 | 0 .../fuzz/corpus/from_test_parse_error_19 | 0 .../fuzz/corpus/from_test_parse_error_2 | 0 .../fuzz/corpus/from_test_parse_error_3 | 0 .../fuzz/corpus/from_test_parse_error_4 | 0 .../fuzz/corpus/from_test_parse_error_5 | 0 .../fuzz/corpus/from_test_parse_error_6 | 0 .../fuzz/corpus/from_test_parse_error_7 | 0 .../fuzz/corpus/from_test_parse_error_8 | 0 .../fuzz/corpus/from_test_parse_error_9 | 0 .../common/expfmt/fuzz/corpus/minimal | 0 .../prometheus/common/expfmt/json_decode.go | 0 .../prometheus/common/expfmt/text_create.go | 0 .../prometheus/common/expfmt/text_parse.go | 0 .../prometheus/common/model/fingerprinting.go | 0 .../prometheus/common/model/labels.go | 0 .../prometheus/common/model/labelset.go | 0 .../prometheus/common/model/metric.go | 0 .../prometheus/common/model/model.go | 0 .../prometheus/common/model/signature.go | 0 .../prometheus/common/model/time.go | 0 .../prometheus/common/model/value.go | 0 .../github.com/prometheus/procfs/.travis.yml | 0 .../github.com/prometheus/procfs/AUTHORS.md | 0 .../prometheus/procfs/CONTRIBUTING.md | 0 .../github.com/prometheus/procfs/LICENSE | 0 .../github.com/prometheus/procfs/NOTICE | 0 .../github.com/prometheus/procfs/README.md | 0 .../github.com/prometheus/procfs/doc.go | 0 .../prometheus/procfs/fixtures/26231/cmdline | Bin .../prometheus/procfs/fixtures/26231/fd/0 | 0 .../prometheus/procfs/fixtures/26231/fd/1 | 0 .../prometheus/procfs/fixtures/26231/fd/2 | 0 .../prometheus/procfs/fixtures/26231/fd/3 | 0 .../prometheus/procfs/fixtures/26231/fd/4 | 0 .../prometheus/procfs/fixtures/26231/limits | 0 .../prometheus/procfs/fixtures/26231/stat | 0 .../prometheus/procfs/fixtures/584/stat | 0 .../prometheus/procfs/fixtures/stat | 0 .../github.com/prometheus/procfs/fs.go | 0 .../github.com/prometheus/procfs/proc.go | 0 .../prometheus/procfs/proc_limits.go | 0 .../github.com/prometheus/procfs/proc_stat.go | 0 .../github.com/prometheus/procfs/stat.go | 0 .../rackspace/gophercloud/.travis.yml | 0 .../rackspace/gophercloud/CONTRIBUTING.md | 0 .../rackspace/gophercloud/CONTRIBUTORS.md | 0 .../github.com/rackspace/gophercloud/LICENSE | 0 .../rackspace/gophercloud/README.md | 0 .../rackspace/gophercloud/UPGRADING.md | 0 .../gophercloud/acceptance/README.md | 0 .../openstack/blockstorage/v1/pkg.go | 0 .../acceptance/openstack/compute/v2/pkg.go | 0 .../acceptance/openstack/db/v1/common.go | 0 .../acceptance/openstack/db/v1/pkg.go | 0 .../acceptance/openstack/identity/v2/pkg.go | 0 .../acceptance/openstack/identity/v3/pkg.go | 0 .../openstack/networking/v2/common.go | 0 .../networking/v2/extensions/fwaas/pkg.go | 0 .../networking/v2/extensions/lbaas/common.go | 0 .../networking/v2/extensions/lbaas/pkg.go | 0 .../openstack/networking/v2/extensions/pkg.go | 0 .../acceptance/openstack/networking/v2/pkg.go | 0 .../openstack/objectstorage/v1/common.go | 0 .../openstack/orchestration/v1/common.go | 0 .../orchestration/v1/hello-compute.json | 0 .../gophercloud/acceptance/openstack/pkg.go | 0 .../rackspace/blockstorage/v1/common.go | 0 .../acceptance/rackspace/cdn/v1/common.go | 0 .../acceptance/rackspace/compute/v2/pkg.go | 0 .../acceptance/rackspace/db/v1/common.go | 0 .../acceptance/rackspace/db/v1/pkg.go | 0 .../acceptance/rackspace/identity/v2/pkg.go | 0 .../acceptance/rackspace/lb/v1/common.go | 0 .../rackspace/networking/v2/common.go | 0 .../rackspace/objectstorage/v1/common.go | 0 .../rackspace/orchestration/v1/common.go | 0 .../gophercloud/acceptance/rackspace/pkg.go | 0 .../rackspace/rackconnect/v3/common.go | 0 .../gophercloud/acceptance/tools/pkg.go | 0 .../gophercloud/acceptance/tools/tools.go | 0 .../rackspace/gophercloud/auth_options.go | 0 .../rackspace/gophercloud/auth_results.go | 0 .../github.com/rackspace/gophercloud/doc.go | 0 .../rackspace/gophercloud/endpoint_search.go | 0 .../gophercloud/openstack/auth_env.go | 0 .../blockstorage/v1/apiversions/doc.go | 0 .../blockstorage/v1/apiversions/requests.go | 0 .../blockstorage/v1/apiversions/results.go | 0 .../blockstorage/v1/apiversions/urls.go | 0 .../blockstorage/v1/snapshots/doc.go | 0 .../blockstorage/v1/snapshots/fixtures.go | 0 .../blockstorage/v1/snapshots/requests.go | 0 .../blockstorage/v1/snapshots/results.go | 0 .../blockstorage/v1/snapshots/urls.go | 0 .../blockstorage/v1/snapshots/util.go | 0 .../openstack/blockstorage/v1/volumes/doc.go | 0 .../blockstorage/v1/volumes/requests.go | 0 .../blockstorage/v1/volumes/results.go | 0 .../blockstorage/v1/volumes/testing/doc.go | 0 .../v1/volumes/testing/fixtures.go | 0 .../openstack/blockstorage/v1/volumes/urls.go | 0 .../openstack/blockstorage/v1/volumes/util.go | 0 .../blockstorage/v1/volumetypes/doc.go | 0 .../blockstorage/v1/volumetypes/fixtures.go | 0 .../blockstorage/v1/volumetypes/requests.go | 0 .../blockstorage/v1/volumetypes/results.go | 0 .../blockstorage/v1/volumetypes/urls.go | 0 .../gophercloud/openstack/cdn/v1/base/doc.go | 0 .../openstack/cdn/v1/base/fixtures.go | 0 .../openstack/cdn/v1/base/requests.go | 0 .../openstack/cdn/v1/base/results.go | 0 .../gophercloud/openstack/cdn/v1/base/urls.go | 0 .../openstack/cdn/v1/flavors/doc.go | 0 .../openstack/cdn/v1/flavors/fixtures.go | 0 .../openstack/cdn/v1/flavors/requests.go | 0 .../openstack/cdn/v1/flavors/results.go | 0 .../openstack/cdn/v1/flavors/urls.go | 0 .../openstack/cdn/v1/serviceassets/doc.go | 0 .../cdn/v1/serviceassets/fixtures.go | 0 .../cdn/v1/serviceassets/requests.go | 0 .../openstack/cdn/v1/serviceassets/results.go | 0 .../openstack/cdn/v1/serviceassets/urls.go | 0 .../openstack/cdn/v1/services/doc.go | 0 .../openstack/cdn/v1/services/errors.go | 0 .../openstack/cdn/v1/services/fixtures.go | 0 .../openstack/cdn/v1/services/requests.go | 0 .../openstack/cdn/v1/services/results.go | 0 .../openstack/cdn/v1/services/urls.go | 0 .../rackspace/gophercloud/openstack/client.go | 0 .../gophercloud/openstack/common/README.md | 0 .../openstack/common/extensions/doc.go | 0 .../openstack/common/extensions/errors.go | 0 .../openstack/common/extensions/fixtures.go | 0 .../openstack/common/extensions/requests.go | 0 .../openstack/common/extensions/results.go | 0 .../openstack/common/extensions/urls.go | 0 .../v2/extensions/bootfromvolume/requests.go | 0 .../v2/extensions/bootfromvolume/results.go | 0 .../v2/extensions/bootfromvolume/urls.go | 0 .../compute/v2/extensions/defsecrules/doc.go | 0 .../v2/extensions/defsecrules/fixtures.go | 0 .../v2/extensions/defsecrules/requests.go | 0 .../v2/extensions/defsecrules/results.go | 0 .../compute/v2/extensions/defsecrules/urls.go | 0 .../compute/v2/extensions/delegate.go | 0 .../compute/v2/extensions/diskconfig/doc.go | 0 .../v2/extensions/diskconfig/requests.go | 0 .../v2/extensions/diskconfig/results.go | 0 .../openstack/compute/v2/extensions/doc.go | 0 .../compute/v2/extensions/floatingip/doc.go | 0 .../v2/extensions/floatingip/fixtures.go | 0 .../v2/extensions/floatingip/requests.go | 0 .../v2/extensions/floatingip/results.go | 0 .../compute/v2/extensions/floatingip/urls.go | 0 .../compute/v2/extensions/keypairs/doc.go | 0 .../v2/extensions/keypairs/fixtures.go | 0 .../v2/extensions/keypairs/requests.go | 0 .../compute/v2/extensions/keypairs/results.go | 0 .../compute/v2/extensions/keypairs/urls.go | 0 .../compute/v2/extensions/networks/doc.go | 0 .../v2/extensions/networks/fixtures.go | 0 .../v2/extensions/networks/requests.go | 0 .../compute/v2/extensions/networks/results.go | 0 .../compute/v2/extensions/networks/urls.go | 0 .../compute/v2/extensions/quotasets/doc.go | 0 .../v2/extensions/quotasets/fixtures.go | 0 .../v2/extensions/quotasets/requests.go | 0 .../v2/extensions/quotasets/results.go | 0 .../compute/v2/extensions/quotasets/urls.go | 0 .../v2/extensions/schedulerhints/doc.go | 0 .../v2/extensions/schedulerhints/requests.go | 0 .../compute/v2/extensions/secgroups/doc.go | 0 .../v2/extensions/secgroups/fixtures.go | 0 .../v2/extensions/secgroups/requests.go | 0 .../v2/extensions/secgroups/results.go | 0 .../compute/v2/extensions/secgroups/urls.go | 0 .../compute/v2/extensions/servergroups/doc.go | 0 .../v2/extensions/servergroups/fixtures.go | 0 .../v2/extensions/servergroups/requests.go | 0 .../v2/extensions/servergroups/results.go | 0 .../v2/extensions/servergroups/urls.go | 0 .../compute/v2/extensions/startstop/doc.go | 0 .../v2/extensions/startstop/fixtures.go | 0 .../v2/extensions/startstop/requests.go | 0 .../v2/extensions/tenantnetworks/doc.go | 0 .../v2/extensions/tenantnetworks/fixtures.go | 0 .../v2/extensions/tenantnetworks/requests.go | 0 .../v2/extensions/tenantnetworks/results.go | 0 .../v2/extensions/tenantnetworks/urls.go | 0 .../compute/v2/extensions/volumeattach/doc.go | 0 .../v2/extensions/volumeattach/requests.go | 0 .../v2/extensions/volumeattach/results.go | 0 .../v2/extensions/volumeattach/testing/doc.go | 0 .../volumeattach/testing/fixtures.go | 0 .../v2/extensions/volumeattach/urls.go | 0 .../openstack/compute/v2/flavors/doc.go | 0 .../openstack/compute/v2/flavors/requests.go | 0 .../openstack/compute/v2/flavors/results.go | 0 .../openstack/compute/v2/flavors/urls.go | 0 .../openstack/compute/v2/images/doc.go | 0 .../openstack/compute/v2/images/requests.go | 0 .../openstack/compute/v2/images/results.go | 0 .../openstack/compute/v2/images/urls.go | 0 .../openstack/compute/v2/servers/doc.go | 0 .../openstack/compute/v2/servers/fixtures.go | 0 .../openstack/compute/v2/servers/requests.go | 0 .../openstack/compute/v2/servers/results.go | 0 .../openstack/compute/v2/servers/urls.go | 0 .../openstack/compute/v2/servers/util.go | 0 .../openstack/db/v1/configurations/doc.go | 0 .../db/v1/configurations/fixtures.go | 0 .../db/v1/configurations/requests.go | 0 .../openstack/db/v1/configurations/results.go | 0 .../openstack/db/v1/configurations/urls.go | 0 .../openstack/db/v1/databases/doc.go | 0 .../openstack/db/v1/databases/fixtures.go | 0 .../openstack/db/v1/databases/requests.go | 0 .../openstack/db/v1/databases/results.go | 0 .../openstack/db/v1/databases/urls.go | 0 .../openstack/db/v1/datastores/doc.go | 0 .../openstack/db/v1/datastores/fixtures.go | 0 .../openstack/db/v1/datastores/requests.go | 0 .../openstack/db/v1/datastores/results.go | 0 .../openstack/db/v1/datastores/urls.go | 0 .../openstack/db/v1/flavors/doc.go | 0 .../openstack/db/v1/flavors/fixtures.go | 0 .../openstack/db/v1/flavors/requests.go | 0 .../openstack/db/v1/flavors/results.go | 0 .../openstack/db/v1/flavors/urls.go | 0 .../openstack/db/v1/instances/doc.go | 0 .../openstack/db/v1/instances/fixtures.go | 0 .../openstack/db/v1/instances/requests.go | 0 .../openstack/db/v1/instances/results.go | 0 .../openstack/db/v1/instances/urls.go | 0 .../gophercloud/openstack/db/v1/users/doc.go | 0 .../openstack/db/v1/users/fixtures.go | 0 .../openstack/db/v1/users/requests.go | 0 .../openstack/db/v1/users/results.go | 0 .../gophercloud/openstack/db/v1/users/urls.go | 0 .../openstack/endpoint_location.go | 0 .../v2/extensions/admin/roles/docs.go | 0 .../v2/extensions/admin/roles/fixtures.go | 0 .../v2/extensions/admin/roles/requests.go | 0 .../v2/extensions/admin/roles/results.go | 0 .../v2/extensions/admin/roles/urls.go | 0 .../identity/v2/extensions/delegate.go | 0 .../openstack/identity/v2/extensions/doc.go | 0 .../identity/v2/extensions/fixtures.go | 0 .../openstack/identity/v2/tenants/doc.go | 0 .../openstack/identity/v2/tenants/fixtures.go | 0 .../openstack/identity/v2/tenants/requests.go | 0 .../openstack/identity/v2/tenants/results.go | 0 .../openstack/identity/v2/tenants/urls.go | 0 .../openstack/identity/v2/tokens/doc.go | 0 .../openstack/identity/v2/tokens/errors.go | 0 .../openstack/identity/v2/tokens/fixtures.go | 0 .../openstack/identity/v2/tokens/requests.go | 0 .../openstack/identity/v2/tokens/results.go | 0 .../openstack/identity/v2/tokens/urls.go | 0 .../openstack/identity/v2/users/doc.go | 0 .../openstack/identity/v2/users/fixtures.go | 0 .../openstack/identity/v2/users/requests.go | 0 .../openstack/identity/v2/users/results.go | 0 .../openstack/identity/v2/users/urls.go | 0 .../openstack/identity/v3/endpoints/doc.go | 0 .../openstack/identity/v3/endpoints/errors.go | 0 .../identity/v3/endpoints/requests.go | 0 .../identity/v3/endpoints/results.go | 0 .../openstack/identity/v3/endpoints/urls.go | 0 .../openstack/identity/v3/roles/doc.go | 0 .../openstack/identity/v3/roles/requests.go | 0 .../openstack/identity/v3/roles/results.go | 0 .../openstack/identity/v3/roles/urls.go | 0 .../openstack/identity/v3/services/doc.go | 0 .../identity/v3/services/requests.go | 0 .../openstack/identity/v3/services/results.go | 0 .../openstack/identity/v3/services/urls.go | 0 .../openstack/identity/v3/tokens/doc.go | 0 .../openstack/identity/v3/tokens/errors.go | 0 .../openstack/identity/v3/tokens/requests.go | 0 .../openstack/identity/v3/tokens/results.go | 0 .../openstack/identity/v3/tokens/urls.go | 0 .../networking/v2/apiversions/doc.go | 0 .../networking/v2/apiversions/errors.go | 0 .../networking/v2/apiversions/requests.go | 0 .../networking/v2/apiversions/results.go | 0 .../networking/v2/apiversions/urls.go | 0 .../networking/v2/common/common_tests.go | 0 .../networking/v2/extensions/delegate.go | 0 .../networking/v2/extensions/external/doc.go | 0 .../v2/extensions/external/requests.go | 0 .../v2/extensions/external/results.go | 0 .../networking/v2/extensions/fwaas/doc.go | 0 .../v2/extensions/fwaas/firewalls/errors.go | 0 .../v2/extensions/fwaas/firewalls/requests.go | 0 .../v2/extensions/fwaas/firewalls/results.go | 0 .../v2/extensions/fwaas/firewalls/urls.go | 0 .../v2/extensions/fwaas/policies/requests.go | 0 .../v2/extensions/fwaas/policies/results.go | 0 .../v2/extensions/fwaas/policies/urls.go | 0 .../v2/extensions/fwaas/rules/errors.go | 0 .../v2/extensions/fwaas/rules/requests.go | 0 .../v2/extensions/fwaas/rules/results.go | 0 .../v2/extensions/fwaas/rules/urls.go | 0 .../networking/v2/extensions/layer3/doc.go | 0 .../extensions/layer3/floatingips/requests.go | 0 .../extensions/layer3/floatingips/results.go | 0 .../v2/extensions/layer3/floatingips/urls.go | 0 .../v2/extensions/layer3/routers/requests.go | 0 .../v2/extensions/layer3/routers/results.go | 0 .../v2/extensions/layer3/routers/urls.go | 0 .../networking/v2/extensions/lbaas/doc.go | 0 .../v2/extensions/lbaas/members/requests.go | 0 .../v2/extensions/lbaas/members/results.go | 0 .../v2/extensions/lbaas/members/urls.go | 0 .../v2/extensions/lbaas/monitors/requests.go | 0 .../v2/extensions/lbaas/monitors/results.go | 0 .../v2/extensions/lbaas/monitors/urls.go | 0 .../v2/extensions/lbaas/pools/requests.go | 0 .../v2/extensions/lbaas/pools/results.go | 0 .../v2/extensions/lbaas/pools/urls.go | 0 .../v2/extensions/lbaas/vips/requests.go | 0 .../v2/extensions/lbaas/vips/results.go | 0 .../v2/extensions/lbaas/vips/urls.go | 0 .../networking/v2/extensions/provider/doc.go | 0 .../v2/extensions/provider/results.go | 0 .../networking/v2/extensions/security/doc.go | 0 .../v2/extensions/security/groups/requests.go | 0 .../v2/extensions/security/groups/results.go | 0 .../v2/extensions/security/groups/urls.go | 0 .../v2/extensions/security/rules/requests.go | 0 .../v2/extensions/security/rules/results.go | 0 .../v2/extensions/security/rules/urls.go | 0 .../openstack/networking/v2/networks/doc.go | 0 .../networking/v2/networks/errors.go | 0 .../networking/v2/networks/requests.go | 0 .../networking/v2/networks/results.go | 0 .../openstack/networking/v2/networks/urls.go | 0 .../openstack/networking/v2/ports/doc.go | 0 .../openstack/networking/v2/ports/errors.go | 0 .../openstack/networking/v2/ports/requests.go | 0 .../openstack/networking/v2/ports/results.go | 0 .../openstack/networking/v2/ports/urls.go | 0 .../openstack/networking/v2/subnets/doc.go | 0 .../openstack/networking/v2/subnets/errors.go | 0 .../networking/v2/subnets/requests.go | 0 .../networking/v2/subnets/results.go | 0 .../openstack/networking/v2/subnets/urls.go | 0 .../objectstorage/v1/accounts/doc.go | 0 .../objectstorage/v1/accounts/fixtures.go | 0 .../objectstorage/v1/accounts/requests.go | 0 .../objectstorage/v1/accounts/results.go | 0 .../objectstorage/v1/accounts/urls.go | 0 .../objectstorage/v1/containers/doc.go | 0 .../objectstorage/v1/containers/fixtures.go | 0 .../objectstorage/v1/containers/requests.go | 0 .../objectstorage/v1/containers/results.go | 0 .../objectstorage/v1/containers/urls.go | 0 .../openstack/objectstorage/v1/objects/doc.go | 0 .../objectstorage/v1/objects/fixtures.go | 0 .../objectstorage/v1/objects/requests.go | 0 .../objectstorage/v1/objects/results.go | 0 .../objectstorage/v1/objects/urls.go | 0 .../orchestration/v1/apiversions/doc.go | 0 .../orchestration/v1/apiversions/requests.go | 0 .../orchestration/v1/apiversions/results.go | 0 .../orchestration/v1/apiversions/urls.go | 0 .../orchestration/v1/buildinfo/doc.go | 0 .../orchestration/v1/buildinfo/fixtures.go | 0 .../orchestration/v1/buildinfo/requests.go | 0 .../orchestration/v1/buildinfo/results.go | 0 .../orchestration/v1/buildinfo/urls.go | 0 .../orchestration/v1/stackevents/doc.go | 0 .../orchestration/v1/stackevents/fixtures.go | 0 .../orchestration/v1/stackevents/requests.go | 0 .../orchestration/v1/stackevents/results.go | 0 .../orchestration/v1/stackevents/urls.go | 0 .../orchestration/v1/stackresources/doc.go | 0 .../v1/stackresources/fixtures.go | 0 .../v1/stackresources/requests.go | 0 .../v1/stackresources/results.go | 0 .../orchestration/v1/stackresources/urls.go | 0 .../openstack/orchestration/v1/stacks/doc.go | 0 .../orchestration/v1/stacks/environment.go | 0 .../orchestration/v1/stacks/fixtures.go | 0 .../orchestration/v1/stacks/requests.go | 0 .../orchestration/v1/stacks/results.go | 0 .../orchestration/v1/stacks/template.go | 0 .../openstack/orchestration/v1/stacks/urls.go | 0 .../orchestration/v1/stacks/utils.go | 0 .../orchestration/v1/stacktemplates/doc.go | 0 .../v1/stacktemplates/fixtures.go | 0 .../v1/stacktemplates/requests.go | 0 .../v1/stacktemplates/results.go | 0 .../orchestration/v1/stacktemplates/urls.go | 0 .../openstack/utils/choose_version.go | 0 .../rackspace/gophercloud/pagination/http.go | 0 .../gophercloud/pagination/linked.go | 0 .../gophercloud/pagination/marker.go | 0 .../rackspace/gophercloud/pagination/null.go | 0 .../rackspace/gophercloud/pagination/pager.go | 0 .../rackspace/gophercloud/pagination/pkg.go | 0 .../gophercloud/pagination/single.go | 0 .../rackspace/gophercloud/params.go | 0 .../rackspace/gophercloud/provider_client.go | 0 .../gophercloud/rackspace/auth_env.go | 0 .../blockstorage/v1/snapshots/delegate.go | 0 .../blockstorage/v1/snapshots/doc.go | 0 .../blockstorage/v1/snapshots/results.go | 0 .../blockstorage/v1/volumes/delegate.go | 0 .../rackspace/blockstorage/v1/volumes/doc.go | 0 .../blockstorage/v1/volumes/results.go | 0 .../blockstorage/v1/volumetypes/delegate.go | 0 .../blockstorage/v1/volumetypes/doc.go | 0 .../blockstorage/v1/volumetypes/results.go | 0 .../rackspace/cdn/v1/base/delegate.go | 0 .../gophercloud/rackspace/cdn/v1/base/doc.go | 0 .../rackspace/cdn/v1/flavors/delegate.go | 0 .../rackspace/cdn/v1/flavors/doc.go | 0 .../cdn/v1/serviceassets/delegate.go | 0 .../rackspace/cdn/v1/serviceassets/doc.go | 0 .../rackspace/cdn/v1/services/delegate.go | 0 .../rackspace/cdn/v1/services/doc.go | 0 .../rackspace/gophercloud/rackspace/client.go | 0 .../compute/v2/bootfromvolume/delegate.go | 0 .../rackspace/compute/v2/flavors/delegate.go | 0 .../rackspace/compute/v2/flavors/doc.go | 0 .../rackspace/compute/v2/flavors/fixtures.go | 0 .../rackspace/compute/v2/flavors/results.go | 0 .../rackspace/compute/v2/flavors/urls.go | 0 .../rackspace/compute/v2/images/delegate.go | 0 .../rackspace/compute/v2/images/doc.go | 0 .../rackspace/compute/v2/images/fixtures.go | 0 .../rackspace/compute/v2/keypairs/delegate.go | 0 .../rackspace/compute/v2/keypairs/doc.go | 0 .../rackspace/compute/v2/networks/doc.go | 0 .../rackspace/compute/v2/networks/requests.go | 0 .../rackspace/compute/v2/networks/results.go | 0 .../rackspace/compute/v2/networks/urls.go | 0 .../rackspace/compute/v2/servers/delegate.go | 0 .../rackspace/compute/v2/servers/doc.go | 0 .../rackspace/compute/v2/servers/fixtures.go | 0 .../rackspace/compute/v2/servers/requests.go | 0 .../compute/v2/virtualinterfaces/requests.go | 0 .../compute/v2/virtualinterfaces/results.go | 0 .../compute/v2/virtualinterfaces/urls.go | 0 .../compute/v2/volumeattach/delegate.go | 0 .../rackspace/compute/v2/volumeattach/doc.go | 0 .../rackspace/db/v1/backups/doc.go | 0 .../rackspace/db/v1/backups/fixtures.go | 0 .../rackspace/db/v1/backups/requests.go | 0 .../rackspace/db/v1/backups/results.go | 0 .../rackspace/db/v1/backups/urls.go | 0 .../db/v1/configurations/delegate.go | 0 .../rackspace/db/v1/configurations/doc.go | 0 .../db/v1/configurations/fixtures.go | 0 .../rackspace/db/v1/databases/delegate.go | 0 .../rackspace/db/v1/databases/doc.go | 0 .../rackspace/db/v1/databases/urls.go | 0 .../rackspace/db/v1/datastores/delegate.go | 0 .../rackspace/db/v1/datastores/doc.go | 0 .../rackspace/db/v1/flavors/delegate.go | 0 .../rackspace/db/v1/flavors/doc.go | 0 .../rackspace/db/v1/instances/delegate.go | 0 .../rackspace/db/v1/instances/doc.go | 0 .../rackspace/db/v1/instances/fixtures.go | 0 .../rackspace/db/v1/instances/requests.go | 0 .../rackspace/db/v1/instances/results.go | 0 .../rackspace/db/v1/instances/urls.go | 0 .../rackspace/db/v1/users/delegate.go | 0 .../gophercloud/rackspace/db/v1/users/doc.go | 0 .../rackspace/db/v1/users/fixtures.go | 0 .../rackspace/db/v1/users/requests.go | 0 .../rackspace/db/v1/users/results.go | 0 .../gophercloud/rackspace/db/v1/users/urls.go | 0 .../identity/v2/extensions/delegate.go | 0 .../rackspace/identity/v2/extensions/doc.go | 0 .../rackspace/identity/v2/roles/delegate.go | 0 .../rackspace/identity/v2/roles/fixtures.go | 0 .../rackspace/identity/v2/tenants/delegate.go | 0 .../rackspace/identity/v2/tenants/doc.go | 0 .../rackspace/identity/v2/tokens/delegate.go | 0 .../rackspace/identity/v2/tokens/doc.go | 0 .../rackspace/identity/v2/users/delegate.go | 0 .../rackspace/identity/v2/users/fixtures.go | 0 .../rackspace/identity/v2/users/results.go | 0 .../rackspace/identity/v2/users/urls.go | 0 .../gophercloud/rackspace/lb/v1/acl/doc.go | 0 .../rackspace/lb/v1/acl/fixtures.go | 0 .../rackspace/lb/v1/acl/requests.go | 0 .../rackspace/lb/v1/acl/results.go | 0 .../gophercloud/rackspace/lb/v1/acl/urls.go | 0 .../gophercloud/rackspace/lb/v1/lbs/doc.go | 0 .../rackspace/lb/v1/lbs/fixtures.go | 0 .../rackspace/lb/v1/lbs/requests.go | 0 .../rackspace/lb/v1/lbs/results.go | 0 .../gophercloud/rackspace/lb/v1/lbs/urls.go | 0 .../rackspace/lb/v1/monitors/doc.go | 0 .../rackspace/lb/v1/monitors/fixtures.go | 0 .../rackspace/lb/v1/monitors/requests.go | 0 .../rackspace/lb/v1/monitors/results.go | 0 .../rackspace/lb/v1/monitors/urls.go | 0 .../gophercloud/rackspace/lb/v1/nodes/doc.go | 0 .../rackspace/lb/v1/nodes/fixtures.go | 0 .../rackspace/lb/v1/nodes/requests.go | 0 .../rackspace/lb/v1/nodes/results.go | 0 .../gophercloud/rackspace/lb/v1/nodes/urls.go | 0 .../rackspace/lb/v1/sessions/doc.go | 0 .../rackspace/lb/v1/sessions/fixtures.go | 0 .../rackspace/lb/v1/sessions/requests.go | 0 .../rackspace/lb/v1/sessions/results.go | 0 .../rackspace/lb/v1/sessions/urls.go | 0 .../gophercloud/rackspace/lb/v1/ssl/doc.go | 0 .../rackspace/lb/v1/ssl/fixtures.go | 0 .../rackspace/lb/v1/ssl/requests.go | 0 .../rackspace/lb/v1/ssl/results.go | 0 .../gophercloud/rackspace/lb/v1/ssl/urls.go | 0 .../rackspace/lb/v1/throttle/doc.go | 0 .../rackspace/lb/v1/throttle/fixtures.go | 0 .../rackspace/lb/v1/throttle/requests.go | 0 .../rackspace/lb/v1/throttle/results.go | 0 .../rackspace/lb/v1/throttle/urls.go | 0 .../gophercloud/rackspace/lb/v1/vips/doc.go | 0 .../rackspace/lb/v1/vips/fixtures.go | 0 .../rackspace/lb/v1/vips/requests.go | 0 .../rackspace/lb/v1/vips/results.go | 0 .../gophercloud/rackspace/lb/v1/vips/urls.go | 0 .../networking/v2/common/common_tests.go | 0 .../networking/v2/networks/delegate.go | 0 .../rackspace/networking/v2/ports/delegate.go | 0 .../rackspace/networking/v2/security/doc.go | 0 .../networking/v2/security/groups/delegate.go | 0 .../networking/v2/security/rules/delegate.go | 0 .../networking/v2/subnets/delegate.go | 0 .../objectstorage/v1/accounts/delegate.go | 0 .../objectstorage/v1/accounts/doc.go | 0 .../rackspace/objectstorage/v1/bulk/doc.go | 0 .../objectstorage/v1/bulk/requests.go | 0 .../objectstorage/v1/bulk/results.go | 0 .../rackspace/objectstorage/v1/bulk/urls.go | 0 .../v1/cdncontainers/delegate.go | 0 .../objectstorage/v1/cdncontainers/doc.go | 0 .../v1/cdncontainers/requests.go | 0 .../objectstorage/v1/cdncontainers/results.go | 0 .../objectstorage/v1/cdncontainers/urls.go | 0 .../objectstorage/v1/cdnobjects/delegate.go | 0 .../objectstorage/v1/cdnobjects/doc.go | 0 .../objectstorage/v1/cdnobjects/request.go | 0 .../objectstorage/v1/containers/delegate.go | 0 .../objectstorage/v1/containers/doc.go | 0 .../objectstorage/v1/objects/delegate.go | 0 .../rackspace/objectstorage/v1/objects/doc.go | 0 .../orchestration/v1/buildinfo/delegate.go | 0 .../orchestration/v1/buildinfo/doc.go | 0 .../orchestration/v1/stackevents/delegate.go | 0 .../orchestration/v1/stackevents/doc.go | 0 .../v1/stackresources/delegate.go | 0 .../orchestration/v1/stackresources/doc.go | 0 .../orchestration/v1/stacks/delegate.go | 0 .../rackspace/orchestration/v1/stacks/doc.go | 0 .../orchestration/v1/stacks/fixtures.go | 0 .../v1/stacktemplates/delegate.go | 0 .../orchestration/v1/stacktemplates/doc.go | 0 .../rackconnect/v3/cloudnetworks/requests.go | 0 .../rackconnect/v3/cloudnetworks/results.go | 0 .../rackconnect/v3/cloudnetworks/urls.go | 0 .../rackspace/rackconnect/v3/doc.go | 0 .../rackspace/rackconnect/v3/lbpools/doc.go | 0 .../rackconnect/v3/lbpools/requests.go | 0 .../rackconnect/v3/lbpools/results.go | 0 .../rackspace/rackconnect/v3/lbpools/urls.go | 0 .../rackconnect/v3/publicips/requests.go | 0 .../rackconnect/v3/publicips/results.go | 0 .../rackconnect/v3/publicips/urls.go | 0 .../rackspace/gophercloud/results.go | 0 .../gophercloud/script/acceptancetest | 0 .../rackspace/gophercloud/script/bootstrap | 0 .../rackspace/gophercloud/script/cibuild | 0 .../rackspace/gophercloud/script/test | 0 .../rackspace/gophercloud/script/unittest | 0 .../rackspace/gophercloud/service_client.go | 0 .../gophercloud/testhelper/client/fake.go | 0 .../gophercloud/testhelper/convenience.go | 0 .../rackspace/gophercloud/testhelper/doc.go | 0 .../gophercloud/testhelper/fixture/helper.go | 0 .../gophercloud/testhelper/http_responses.go | 0 .../github.com/rackspace/gophercloud/util.go | 0 .../russross/blackfriday/.gitignore | 0 .../russross/blackfriday/.travis.yml | 0 .../russross/blackfriday/LICENSE.txt | 29 + .../github.com/russross/blackfriday/README.md | 0 .../github.com/russross/blackfriday/block.go | 0 .../github.com/russross/blackfriday/html.go | 0 .../github.com/russross/blackfriday/inline.go | 0 .../github.com/russross/blackfriday/latex.go | 0 .../russross/blackfriday/markdown.go | 0 .../russross/blackfriday/smartypants.go | 0 .../upskirtref/Amps and angle encoding.html | 0 .../upskirtref/Amps and angle encoding.text | 0 .../blackfriday/upskirtref/Auto links.html | 0 .../blackfriday/upskirtref/Auto links.text | 0 .../upskirtref/Backslash escapes.html | 0 .../upskirtref/Backslash escapes.text | 0 .../Blockquotes with code blocks.html | 0 .../Blockquotes with code blocks.text | 0 .../blackfriday/upskirtref/Code Blocks.html | 0 .../blackfriday/upskirtref/Code Blocks.text | 0 .../blackfriday/upskirtref/Code Spans.html | 0 .../blackfriday/upskirtref/Code Spans.text | 0 ...like lines no empty line before block.html | 0 ...like lines no empty line before block.text | 0 ...apped paragraphs with list-like lines.html | 0 ...apped paragraphs with list-like lines.text | 0 .../upskirtref/Horizontal rules.html | 0 .../upskirtref/Horizontal rules.text | 0 .../upskirtref/Inline HTML (Advanced).html | 0 .../upskirtref/Inline HTML (Advanced).text | 0 .../upskirtref/Inline HTML (Simple).html | 0 .../upskirtref/Inline HTML (Simple).text | 0 .../upskirtref/Inline HTML comments.html | 0 .../upskirtref/Inline HTML comments.text | 0 .../upskirtref/Links, inline style.html | 0 .../upskirtref/Links, inline style.text | 0 .../upskirtref/Links, reference style.html | 0 .../upskirtref/Links, reference style.text | 0 .../Links, shortcut references.html | 0 .../Links, shortcut references.text | 0 .../upskirtref/Literal quotes in titles.html | 0 .../upskirtref/Literal quotes in titles.text | 0 .../Markdown Documentation - Basics.html | 0 .../Markdown Documentation - Basics.text | 0 .../Markdown Documentation - Syntax.html | 0 .../Markdown Documentation - Syntax.text | 0 .../upskirtref/Nested blockquotes.html | 0 .../upskirtref/Nested blockquotes.text | 0 .../Ordered and unordered lists.html | 0 .../Ordered and unordered lists.text | 0 .../upskirtref/Strong and em together.html | 0 .../upskirtref/Strong and em together.text | 0 .../russross/blackfriday/upskirtref/Tabs.html | 0 .../russross/blackfriday/upskirtref/Tabs.text | 0 .../blackfriday/upskirtref/Tidyness.html | 0 .../blackfriday/upskirtref/Tidyness.text | 0 .../github.com/samuel/go-zookeeper/LICENSE | 0 .../github.com/samuel/go-zookeeper/zk/conn.go | 0 .../samuel/go-zookeeper/zk/constants.go | 0 .../github.com/samuel/go-zookeeper/zk/flw.go | 0 .../github.com/samuel/go-zookeeper/zk/lock.go | 0 .../samuel/go-zookeeper/zk/server_help.go | 0 .../samuel/go-zookeeper/zk/server_java.go | 0 .../samuel/go-zookeeper/zk/structs.go | 0 .../samuel/go-zookeeper/zk/tracer.go | 0 .../github.com/samuel/go-zookeeper/zk/util.go | 0 .../seccomp/libseccomp-golang/LICENSE | 22 + .../seccomp/libseccomp-golang/README | 0 .../seccomp/libseccomp-golang/seccomp.go | 0 .../libseccomp-golang/seccomp_internal.go | 0 .../sanitized_anchor_name/.travis.yml | 0 .../shurcooL/sanitized_anchor_name/README.md | 0 .../shurcooL/sanitized_anchor_name/main.go | 0 .../github.com/skynetservices/skydns/LICENSE | 0 .../skynetservices/skydns/msg/service.go | 0 .../github.com/spf13/cobra/.gitignore | 0 .../github.com/spf13/cobra/.mailmap | 0 .../github.com/spf13/cobra/.travis.yml | 0 .../github.com/spf13/cobra/LICENSE.txt | 0 .../github.com/spf13/cobra/README.md | 0 .../spf13/cobra/bash_completions.go | 0 .../spf13/cobra/bash_completions.md | 0 .../github.com/spf13/cobra/cobra.go | 0 .../github.com/spf13/cobra/cobra/cmd/add.go | 0 .../spf13/cobra/cobra/cmd/helpers.go | 0 .../github.com/spf13/cobra/cobra/cmd/init.go | 0 .../spf13/cobra/cobra/cmd/licenses.go | 1133 +++++++++++++++++ .../github.com/spf13/cobra/cobra/cmd/root.go | 0 .../github.com/spf13/cobra/cobra/main.go | 0 .../github.com/spf13/cobra/command.go | 0 .../github.com/spf13/cobra/command_notwin.go | 0 .../github.com/spf13/cobra/command_win.go | 0 .../github.com/spf13/cobra/doc/man_docs.go | 0 .../github.com/spf13/cobra/doc/man_docs.md | 0 .../github.com/spf13/cobra/doc/md_docs.go | 0 .../github.com/spf13/cobra/doc/md_docs.md | 0 .../github.com/spf13/cobra/doc/util.go | 0 .../github.com/spf13/pflag/.travis.yml | 0 .../github.com/spf13/pflag/LICENSE | 0 .../github.com/spf13/pflag/README.md | 0 .../github.com/spf13/pflag/bool.go | 0 .../github.com/spf13/pflag/count.go | 0 .../github.com/spf13/pflag/duration.go | 0 .../github.com/spf13/pflag/flag.go | 0 .../github.com/spf13/pflag/float32.go | 0 .../github.com/spf13/pflag/float64.go | 0 .../github.com/spf13/pflag/golangflag.go | 0 .../github.com/spf13/pflag/int.go | 0 .../github.com/spf13/pflag/int32.go | 0 .../github.com/spf13/pflag/int64.go | 0 .../github.com/spf13/pflag/int8.go | 0 .../github.com/spf13/pflag/int_slice.go | 0 .../github.com/spf13/pflag/ip.go | 0 .../github.com/spf13/pflag/ipmask.go | 0 .../github.com/spf13/pflag/ipnet.go | 0 .../github.com/spf13/pflag/string.go | 0 .../github.com/spf13/pflag/string_slice.go | 0 .../github.com/spf13/pflag/uint.go | 0 .../github.com/spf13/pflag/uint16.go | 0 .../github.com/spf13/pflag/uint32.go | 0 .../github.com/spf13/pflag/uint64.go | 0 .../github.com/spf13/pflag/uint8.go | 0 .../github.com/spf13/pflag/verify/all.sh | 0 .../github.com/spf13/pflag/verify/gofmt.sh | 0 .../github.com/spf13/pflag/verify/golint.sh | 0 .../github.com/stretchr/objx/.gitignore | 0 .../github.com/stretchr/objx/README.md | 0 .../github.com/stretchr/objx/accessors.go | 0 .../stretchr/objx/codegen/array-access.txt | 0 .../stretchr/objx/codegen/index.html | 0 .../stretchr/objx/codegen/template.txt | 0 .../stretchr/objx/codegen/types_list.txt | 0 .../github.com/stretchr/objx/constants.go | 0 .../github.com/stretchr/objx/conversions.go | 0 .../github.com/stretchr/objx/doc.go | 0 .../github.com/stretchr/objx/map.go | 0 .../github.com/stretchr/objx/mutations.go | 0 .../github.com/stretchr/objx/security.go | 0 .../github.com/stretchr/objx/tests.go | 0 .../stretchr/objx/type_specific_codegen.go | 0 .../github.com/stretchr/objx/value.go | 0 .../github.com/stretchr/testify/LICENCE.txt | 0 .../github.com/stretchr/testify/LICENSE | 0 .../stretchr/testify/assert/assertions.go | 0 .../github.com/stretchr/testify/assert/doc.go | 0 .../stretchr/testify/assert/errors.go | 0 .../testify/assert/forward_assertions.go | 0 .../testify/assert/http_assertions.go | 0 .../github.com/stretchr/testify/mock/doc.go | 0 .../github.com/stretchr/testify/mock/mock.go | 0 .../stretchr/testify/require/doc.go | 0 .../testify/require/forward_requirements.go | 0 .../stretchr/testify/require/requirements.go | 0 vendor/github.com/syndtr/gocapability/LICENSE | 24 + .../gocapability/capability/capability.go | 0 .../capability/capability_linux.go | 0 .../capability/capability_noop.go | 0 .../syndtr/gocapability/capability/enum.go | 0 .../gocapability/capability/enum_gen.go | 0 .../gocapability/capability/enumgen/gen.go | 0 .../gocapability/capability/syscall_linux.go | 0 .../github.com/ugorji/go/LICENSE | 0 .../github.com/ugorji/go/codec/0doc.go | 0 .../github.com/ugorji/go/codec/README.md | 0 .../github.com/ugorji/go/codec/binc.go | 0 .../github.com/ugorji/go/codec/cbor.go | 0 .../ugorji/go/codec/codecgen/README.md | 0 .../ugorji/go/codec/codecgen/gen.go | 0 .../github.com/ugorji/go/codec/codecgen/z.go | 0 .../github.com/ugorji/go/codec/decode.go | 0 .../github.com/ugorji/go/codec/encode.go | 0 .../ugorji/go/codec/fast-path.generated.go | 0 .../ugorji/go/codec/fast-path.go.tmpl | 0 .../ugorji/go/codec/fast-path.not.go | 0 .../ugorji/go/codec/gen-dec-array.go.tmpl | 0 .../ugorji/go/codec/gen-dec-map.go.tmpl | 0 .../ugorji/go/codec/gen-helper.generated.go | 0 .../ugorji/go/codec/gen-helper.go.tmpl | 0 .../ugorji/go/codec/gen.generated.go | 0 .../github.com/ugorji/go/codec/gen.go | 0 .../github.com/ugorji/go/codec/helper.go | 0 .../ugorji/go/codec/helper_internal.go | 0 .../ugorji/go/codec/helper_not_unsafe.go | 0 .../ugorji/go/codec/helper_unsafe.go | 0 .../github.com/ugorji/go/codec/json.go | 0 .../github.com/ugorji/go/codec/msgpack.go | 0 .../github.com/ugorji/go/codec/noop.go | 0 .../github.com/ugorji/go/codec/prebuild.go | 0 .../github.com/ugorji/go/codec/prebuild.sh | 0 .../github.com/ugorji/go/codec/rpc.go | 0 .../github.com/ugorji/go/codec/simple.go | 0 .../ugorji/go/codec/test-cbor-goldens.json | 0 .../github.com/ugorji/go/codec/test.py | 0 .../github.com/ugorji/go/codec/tests.sh | 0 .../github.com/ugorji/go/codec/time.go | 0 .../vishvananda/netlink/.travis.yml | 0 vendor/github.com/vishvananda/netlink/LICENSE | 192 +++ .../github.com/vishvananda/netlink/Makefile | 0 .../github.com/vishvananda/netlink/README.md | 0 .../github.com/vishvananda/netlink/addr.go | 0 .../vishvananda/netlink/addr_linux.go | 0 .../github.com/vishvananda/netlink/filter.go | 0 .../vishvananda/netlink/filter_linux.go | 0 .../github.com/vishvananda/netlink/link.go | 0 .../vishvananda/netlink/link_linux.go | 0 .../github.com/vishvananda/netlink/neigh.go | 0 .../vishvananda/netlink/neigh_linux.go | 0 .../github.com/vishvananda/netlink/netlink.go | 0 .../netlink/netlink_unspecified.go | 0 .../vishvananda/netlink/nl/addr_linux.go | 0 .../vishvananda/netlink/nl/link_linux.go | 0 .../vishvananda/netlink/nl/nl_linux.go | 0 .../vishvananda/netlink/nl/route_linux.go | 0 .../vishvananda/netlink/nl/tc_linux.go | 0 .../vishvananda/netlink/nl/xfrm_linux.go | 0 .../netlink/nl/xfrm_policy_linux.go | 0 .../netlink/nl/xfrm_state_linux.go | 0 .../vishvananda/netlink/protinfo.go | 0 .../vishvananda/netlink/protinfo_linux.go | 0 .../github.com/vishvananda/netlink/qdisc.go | 0 .../vishvananda/netlink/qdisc_linux.go | 0 .../github.com/vishvananda/netlink/route.go | 0 .../vishvananda/netlink/route_linux.go | 0 .../github.com/vishvananda/netlink/xfrm.go | 0 .../vishvananda/netlink/xfrm_policy.go | 0 .../vishvananda/netlink/xfrm_policy_linux.go | 0 .../vishvananda/netlink/xfrm_state.go | 0 .../vishvananda/netlink/xfrm_state_linux.go | 0 .../github.com/xiang90/probing/.gitignore | 0 .../github.com/xiang90/probing/LICENSE | 0 .../github.com/xiang90/probing/README.md | 0 .../github.com/xiang90/probing/prober.go | 0 .../github.com/xiang90/probing/server.go | 0 .../github.com/xiang90/probing/status.go | 0 .../xyproto/simpleredis/.travis.yml | 0 .../github.com/xyproto/simpleredis/LICENSE | 0 .../github.com/xyproto/simpleredis/README.md | 0 .../github.com/xyproto/simpleredis/TODO.md | 0 .../xyproto/simpleredis/example/main.go | 0 .../xyproto/simpleredis/simpleredis.go | 0 vendor/go4.org/LICENSE | 202 +++ .../go4.org}/errorutil/highlight.go | 0 vendor/go4.org/legal/legal.go | 32 + vendor/golang.org/x/crypto/LICENSE | 27 + vendor/golang.org/x/crypto/PATENTS | 22 + .../golang.org/x/crypto/bcrypt/base64.go | 0 .../golang.org/x/crypto/bcrypt/bcrypt.go | 0 .../golang.org/x/crypto/blowfish/block.go | 0 .../golang.org/x/crypto/blowfish/cipher.go | 0 .../golang.org/x/crypto/blowfish/const.go | 0 .../golang.org/x/crypto/ssh/agent/client.go | 0 .../golang.org/x/crypto/ssh/agent/forward.go | 0 .../golang.org/x/crypto/ssh/agent/keyring.go | 0 .../golang.org/x/crypto/ssh/agent/server.go | 0 .../golang.org/x/crypto/ssh/buffer.go | 0 .../golang.org/x/crypto/ssh/certs.go | 0 .../golang.org/x/crypto/ssh/channel.go | 0 .../golang.org/x/crypto/ssh/cipher.go | 0 .../golang.org/x/crypto/ssh/client.go | 0 .../golang.org/x/crypto/ssh/client_auth.go | 0 .../golang.org/x/crypto/ssh/common.go | 0 .../golang.org/x/crypto/ssh/connection.go | 0 .../golang.org/x/crypto/ssh/doc.go | 0 .../golang.org/x/crypto/ssh/handshake.go | 0 .../golang.org/x/crypto/ssh/kex.go | 0 .../golang.org/x/crypto/ssh/keys.go | 0 .../golang.org/x/crypto/ssh/mac.go | 0 .../golang.org/x/crypto/ssh/messages.go | 0 .../golang.org/x/crypto/ssh/mux.go | 0 .../golang.org/x/crypto/ssh/server.go | 0 .../golang.org/x/crypto/ssh/session.go | 0 .../golang.org/x/crypto/ssh/tcpip.go | 0 .../x/crypto/ssh/terminal/terminal.go | 0 .../golang.org/x/crypto/ssh/terminal/util.go | 0 .../x/crypto/ssh/terminal/util_bsd.go | 0 .../x/crypto/ssh/terminal/util_linux.go | 0 .../x/crypto/ssh/terminal/util_windows.go | 0 .../golang.org/x/crypto/ssh/test/doc.go | 0 .../golang.org/x/crypto/ssh/transport.go | 0 vendor/golang.org/x/exp/LICENSE | 27 + vendor/golang.org/x/exp/PATENTS | 22 + .../golang.org/x/exp/inotify/inotify_linux.go | 0 vendor/golang.org/x/net/LICENSE | 27 + vendor/golang.org/x/net/PATENTS | 22 + .../golang.org/x/net/context/context.go | 0 .../x/net/context/ctxhttp/cancelreq.go | 0 .../x/net/context/ctxhttp/cancelreq_go14.go | 0 .../x/net/context/ctxhttp/ctxhttp.go | 0 .../golang.org/x/net/html/atom/atom.go | 0 .../golang.org/x/net/html/atom/gen.go | 0 .../golang.org/x/net/html/atom/table.go | 0 .../golang.org/x/net/html/charset/charset.go | 0 .../golang.org/x/net/html/charset/gen.go | 0 .../golang.org/x/net/html/charset/table.go | 0 .../golang.org/x/net/html/const.go | 0 .../golang.org/x/net/html/doc.go | 0 .../golang.org/x/net/html/doctype.go | 0 .../golang.org/x/net/html/entity.go | 0 .../golang.org/x/net/html/escape.go | 0 .../golang.org/x/net/html/foreign.go | 0 .../golang.org/x/net/html/node.go | 0 .../golang.org/x/net/html/parse.go | 0 .../golang.org/x/net/html/render.go | 0 .../golang.org/x/net/html/token.go | 0 .../golang.org/x/net/http2/.gitignore | 0 .../golang.org/x/net/http2/Dockerfile | 0 .../golang.org/x/net/http2/Makefile | 0 .../golang.org/x/net/http2/README | 0 .../golang.org/x/net/http2/buffer.go | 0 .../golang.org/x/net/http2/errors.go | 0 .../golang.org/x/net/http2/flow.go | 0 .../golang.org/x/net/http2/frame.go | 0 .../golang.org/x/net/http2/gotrack.go | 0 .../golang.org/x/net/http2/h2demo/.gitignore | 0 .../golang.org/x/net/http2/h2demo/Makefile | 0 .../golang.org/x/net/http2/h2demo/README | 0 .../golang.org/x/net/http2/h2demo/h2demo.go | 0 .../golang.org/x/net/http2/h2demo/launch.go | 0 .../golang.org/x/net/http2/h2demo/rootCA.key | 0 .../golang.org/x/net/http2/h2demo/rootCA.pem | 0 .../golang.org/x/net/http2/h2demo/rootCA.srl | 0 .../golang.org/x/net/http2/h2demo/server.crt | 0 .../golang.org/x/net/http2/h2demo/server.key | 0 .../golang.org/x/net/http2/h2i/README.md | 0 .../golang.org/x/net/http2/h2i/h2i.go | 0 .../golang.org/x/net/http2/headermap.go | 0 .../golang.org/x/net/http2/hpack/encode.go | 0 .../golang.org/x/net/http2/hpack/hpack.go | 0 .../golang.org/x/net/http2/hpack/huffman.go | 0 .../golang.org/x/net/http2/hpack/tables.go | 0 .../golang.org/x/net/http2/http2.go | 0 .../golang.org/x/net/http2/pipe.go | 0 .../golang.org/x/net/http2/server.go | 0 .../golang.org/x/net/http2/transport.go | 0 .../golang.org/x/net/http2/write.go | 0 .../golang.org/x/net/http2/writesched.go | 0 .../x/net/internal/timeseries/timeseries.go | 0 .../golang.org/x/net/proxy/direct.go | 0 .../golang.org/x/net/proxy/per_host.go | 0 .../golang.org/x/net/proxy/proxy.go | 0 .../golang.org/x/net/proxy/socks5.go | 0 .../golang.org/x/net/trace/events.go | 0 .../golang.org/x/net/trace/histogram.go | 0 .../golang.org/x/net/trace/trace.go | 0 .../golang.org/x/net/websocket/client.go | 0 .../golang.org/x/net/websocket/hybi.go | 0 .../golang.org/x/net/websocket/server.go | 0 .../golang.org/x/net/websocket/websocket.go | 0 .../golang.org/x/oauth2/.travis.yml | 0 .../golang.org/x/oauth2/AUTHORS | 0 .../golang.org/x/oauth2/CONTRIBUTING.md | 0 .../golang.org/x/oauth2/CONTRIBUTORS | 0 .../golang.org/x/oauth2/LICENSE | 0 .../golang.org/x/oauth2/README.md | 0 .../golang.org/x/oauth2/client_appengine.go | 0 .../clientcredentials/clientcredentials.go | 0 .../golang.org/x/oauth2/facebook/facebook.go | 0 .../golang.org/x/oauth2/github/github.go | 0 .../golang.org/x/oauth2/google/appengine.go | 0 .../x/oauth2/google/appengine_hook.go | 0 .../golang.org/x/oauth2/google/default.go | 0 .../golang.org/x/oauth2/google/google.go | 0 .../golang.org/x/oauth2/google/sdk.go | 0 .../golang.org/x/oauth2/internal/oauth2.go | 0 .../golang.org/x/oauth2/internal/token.go | 0 .../golang.org/x/oauth2/internal/transport.go | 0 .../golang.org/x/oauth2/jws/jws.go | 0 .../golang.org/x/oauth2/jwt/jwt.go | 0 .../golang.org/x/oauth2/linkedin/linkedin.go | 0 .../golang.org/x/oauth2/oauth2.go | 0 .../x/oauth2/odnoklassniki/odnoklassniki.go | 0 .../golang.org/x/oauth2/paypal/paypal.go | 0 .../golang.org/x/oauth2/token.go | 0 .../golang.org/x/oauth2/transport.go | 0 .../golang.org/x/oauth2/vk/vk.go | 0 vendor/golang.org/x/sys/LICENSE | 27 + vendor/golang.org/x/sys/PATENTS | 22 + .../golang.org/x/sys/unix/.gitignore | 0 .../golang.org/x/sys/unix/asm.s | 0 .../golang.org/x/sys/unix/asm_darwin_386.s | 0 .../golang.org/x/sys/unix/asm_darwin_amd64.s | 0 .../golang.org/x/sys/unix/asm_darwin_arm.s | 0 .../golang.org/x/sys/unix/asm_darwin_arm64.s | 0 .../golang.org/x/sys/unix/asm_dragonfly_386.s | 0 .../x/sys/unix/asm_dragonfly_amd64.s | 0 .../golang.org/x/sys/unix/asm_freebsd_386.s | 0 .../golang.org/x/sys/unix/asm_freebsd_amd64.s | 0 .../golang.org/x/sys/unix/asm_freebsd_arm.s | 0 .../golang.org/x/sys/unix/asm_linux_386.s | 0 .../golang.org/x/sys/unix/asm_linux_amd64.s | 0 .../golang.org/x/sys/unix/asm_linux_arm.s | 0 .../golang.org/x/sys/unix/asm_linux_arm64.s | 0 .../golang.org/x/sys/unix/asm_linux_ppc64x.s | 0 .../golang.org/x/sys/unix/asm_netbsd_386.s | 0 .../golang.org/x/sys/unix/asm_netbsd_amd64.s | 0 .../golang.org/x/sys/unix/asm_netbsd_arm.s | 0 .../golang.org/x/sys/unix/asm_openbsd_386.s | 0 .../golang.org/x/sys/unix/asm_openbsd_amd64.s | 0 .../golang.org/x/sys/unix/asm_solaris_amd64.s | 0 .../golang.org/x/sys/unix/constants.go | 0 .../golang.org/x/sys/unix/env_unix.go | 0 .../golang.org/x/sys/unix/env_unset.go | 0 .../golang.org/x/sys/unix/flock.go | 0 .../x/sys/unix/flock_linux_32bit.go | 0 .../golang.org/x/sys/unix/gccgo.go | 0 .../golang.org/x/sys/unix/gccgo_c.c | 0 .../x/sys/unix/gccgo_linux_amd64.go | 0 .../golang.org/x/sys/unix/mkall.sh | 0 .../golang.org/x/sys/unix/mkerrors.sh | 0 .../golang.org/x/sys/unix/mksyscall.pl | 0 .../x/sys/unix/mksyscall_solaris.pl | 0 .../golang.org/x/sys/unix/mksysctl_openbsd.pl | 0 .../golang.org/x/sys/unix/mksysnum_darwin.pl | 0 .../x/sys/unix/mksysnum_dragonfly.pl | 0 .../golang.org/x/sys/unix/mksysnum_freebsd.pl | 0 .../golang.org/x/sys/unix/mksysnum_linux.pl | 0 .../golang.org/x/sys/unix/mksysnum_netbsd.pl | 0 .../golang.org/x/sys/unix/mksysnum_openbsd.pl | 0 .../golang.org/x/sys/unix/race.go | 0 .../golang.org/x/sys/unix/race0.go | 0 .../golang.org/x/sys/unix/sockcmsg_linux.go | 0 .../golang.org/x/sys/unix/sockcmsg_unix.go | 0 .../golang.org/x/sys/unix/str.go | 0 .../golang.org/x/sys/unix/syscall.go | 0 .../golang.org/x/sys/unix/syscall_bsd.go | 0 .../golang.org/x/sys/unix/syscall_darwin.go | 0 .../x/sys/unix/syscall_darwin_386.go | 0 .../x/sys/unix/syscall_darwin_amd64.go | 0 .../x/sys/unix/syscall_darwin_arm.go | 0 .../x/sys/unix/syscall_darwin_arm64.go | 0 .../x/sys/unix/syscall_dragonfly.go | 0 .../x/sys/unix/syscall_dragonfly_386.go | 0 .../x/sys/unix/syscall_dragonfly_amd64.go | 0 .../golang.org/x/sys/unix/syscall_freebsd.go | 0 .../x/sys/unix/syscall_freebsd_386.go | 0 .../x/sys/unix/syscall_freebsd_amd64.go | 0 .../x/sys/unix/syscall_freebsd_arm.go | 0 .../golang.org/x/sys/unix/syscall_linux.go | 0 .../x/sys/unix/syscall_linux_386.go | 0 .../x/sys/unix/syscall_linux_amd64.go | 0 .../x/sys/unix/syscall_linux_arm.go | 0 .../x/sys/unix/syscall_linux_arm64.go | 0 .../x/sys/unix/syscall_linux_ppc64x.go | 0 .../golang.org/x/sys/unix/syscall_netbsd.go | 0 .../x/sys/unix/syscall_netbsd_386.go | 0 .../x/sys/unix/syscall_netbsd_amd64.go | 0 .../x/sys/unix/syscall_netbsd_arm.go | 0 .../golang.org/x/sys/unix/syscall_no_getwd.go | 0 .../golang.org/x/sys/unix/syscall_openbsd.go | 0 .../x/sys/unix/syscall_openbsd_386.go | 0 .../x/sys/unix/syscall_openbsd_amd64.go | 0 .../golang.org/x/sys/unix/syscall_solaris.go | 0 .../x/sys/unix/syscall_solaris_amd64.go | 0 .../golang.org/x/sys/unix/syscall_unix.go | 0 .../golang.org/x/sys/unix/types_darwin.go | 0 .../golang.org/x/sys/unix/types_dragonfly.go | 0 .../golang.org/x/sys/unix/types_freebsd.go | 0 .../golang.org/x/sys/unix/types_linux.go | 0 .../golang.org/x/sys/unix/types_netbsd.go | 0 .../golang.org/x/sys/unix/types_openbsd.go | 0 .../golang.org/x/sys/unix/types_solaris.go | 0 .../x/sys/unix/zerrors_darwin_386.go | 0 .../x/sys/unix/zerrors_darwin_amd64.go | 0 .../x/sys/unix/zerrors_darwin_arm.go | 0 .../x/sys/unix/zerrors_darwin_arm64.go | 0 .../x/sys/unix/zerrors_dragonfly_386.go | 0 .../x/sys/unix/zerrors_dragonfly_amd64.go | 0 .../x/sys/unix/zerrors_freebsd_386.go | 0 .../x/sys/unix/zerrors_freebsd_amd64.go | 0 .../x/sys/unix/zerrors_freebsd_arm.go | 0 .../x/sys/unix/zerrors_linux_386.go | 0 .../x/sys/unix/zerrors_linux_amd64.go | 0 .../x/sys/unix/zerrors_linux_arm.go | 0 .../x/sys/unix/zerrors_linux_arm64.go | 0 .../x/sys/unix/zerrors_linux_ppc64.go | 0 .../x/sys/unix/zerrors_linux_ppc64le.go | 0 .../x/sys/unix/zerrors_netbsd_386.go | 0 .../x/sys/unix/zerrors_netbsd_amd64.go | 0 .../x/sys/unix/zerrors_netbsd_arm.go | 0 .../x/sys/unix/zerrors_openbsd_386.go | 0 .../x/sys/unix/zerrors_openbsd_amd64.go | 0 .../x/sys/unix/zerrors_solaris_amd64.go | 0 .../x/sys/unix/zsyscall_darwin_386.go | 0 .../x/sys/unix/zsyscall_darwin_amd64.go | 0 .../x/sys/unix/zsyscall_darwin_arm.go | 0 .../x/sys/unix/zsyscall_darwin_arm64.go | 0 .../x/sys/unix/zsyscall_dragonfly_386.go | 0 .../x/sys/unix/zsyscall_dragonfly_amd64.go | 0 .../x/sys/unix/zsyscall_freebsd_386.go | 0 .../x/sys/unix/zsyscall_freebsd_amd64.go | 0 .../x/sys/unix/zsyscall_freebsd_arm.go | 0 .../x/sys/unix/zsyscall_linux_386.go | 0 .../x/sys/unix/zsyscall_linux_amd64.go | 0 .../x/sys/unix/zsyscall_linux_arm.go | 0 .../x/sys/unix/zsyscall_linux_arm64.go | 0 .../x/sys/unix/zsyscall_linux_ppc64.go | 0 .../x/sys/unix/zsyscall_linux_ppc64le.go | 0 .../x/sys/unix/zsyscall_netbsd_386.go | 0 .../x/sys/unix/zsyscall_netbsd_amd64.go | 0 .../x/sys/unix/zsyscall_netbsd_arm.go | 0 .../x/sys/unix/zsyscall_openbsd_386.go | 0 .../x/sys/unix/zsyscall_openbsd_amd64.go | 0 .../x/sys/unix/zsyscall_solaris_amd64.go | 0 .../golang.org/x/sys/unix/zsysctl_openbsd.go | 0 .../x/sys/unix/zsysnum_darwin_386.go | 0 .../x/sys/unix/zsysnum_darwin_amd64.go | 0 .../x/sys/unix/zsysnum_darwin_arm.go | 0 .../x/sys/unix/zsysnum_darwin_arm64.go | 0 .../x/sys/unix/zsysnum_dragonfly_386.go | 0 .../x/sys/unix/zsysnum_dragonfly_amd64.go | 0 .../x/sys/unix/zsysnum_freebsd_386.go | 0 .../x/sys/unix/zsysnum_freebsd_amd64.go | 0 .../x/sys/unix/zsysnum_freebsd_arm.go | 0 .../x/sys/unix/zsysnum_linux_386.go | 0 .../x/sys/unix/zsysnum_linux_amd64.go | 0 .../x/sys/unix/zsysnum_linux_arm.go | 0 .../x/sys/unix/zsysnum_linux_arm64.go | 0 .../x/sys/unix/zsysnum_linux_ppc64.go | 0 .../x/sys/unix/zsysnum_linux_ppc64le.go | 0 .../x/sys/unix/zsysnum_netbsd_386.go | 0 .../x/sys/unix/zsysnum_netbsd_amd64.go | 0 .../x/sys/unix/zsysnum_netbsd_arm.go | 0 .../x/sys/unix/zsysnum_openbsd_386.go | 0 .../x/sys/unix/zsysnum_openbsd_amd64.go | 0 .../x/sys/unix/zsysnum_solaris_amd64.go | 0 .../x/sys/unix/ztypes_darwin_386.go | 0 .../x/sys/unix/ztypes_darwin_amd64.go | 0 .../x/sys/unix/ztypes_darwin_arm.go | 0 .../x/sys/unix/ztypes_darwin_arm64.go | 0 .../x/sys/unix/ztypes_dragonfly_386.go | 0 .../x/sys/unix/ztypes_dragonfly_amd64.go | 0 .../x/sys/unix/ztypes_freebsd_386.go | 0 .../x/sys/unix/ztypes_freebsd_amd64.go | 0 .../x/sys/unix/ztypes_freebsd_arm.go | 0 .../golang.org/x/sys/unix/ztypes_linux_386.go | 0 .../x/sys/unix/ztypes_linux_amd64.go | 0 .../golang.org/x/sys/unix/ztypes_linux_arm.go | 0 .../x/sys/unix/ztypes_linux_arm64.go | 0 .../x/sys/unix/ztypes_linux_ppc64.go | 0 .../x/sys/unix/ztypes_linux_ppc64le.go | 0 .../x/sys/unix/ztypes_netbsd_386.go | 0 .../x/sys/unix/ztypes_netbsd_amd64.go | 0 .../x/sys/unix/ztypes_netbsd_arm.go | 0 .../x/sys/unix/ztypes_openbsd_386.go | 0 .../x/sys/unix/ztypes_openbsd_amd64.go | 0 .../x/sys/unix/ztypes_solaris_amd64.go | 0 .../google.golang.org/api/LICENSE | 0 .../v2beta2/cloudmonitoring-api.json | 0 .../v2beta2/cloudmonitoring-gen.go | 0 .../api/compute/v1/compute-api.json | 0 .../api/compute/v1/compute-gen.go | 0 .../api/container/v1/container-api.json | 0 .../api/container/v1/container-gen.go | 0 .../google.golang.org/api/gensupport/doc.go | 0 .../google.golang.org/api/gensupport/json.go | 0 .../google.golang.org/api/gensupport/media.go | 0 .../api/gensupport/params.go | 0 .../api/googleapi/googleapi.go | 0 .../googleapi/internal/uritemplates/LICENSE | 18 + .../internal/uritemplates/uritemplates.go | 0 .../googleapi/internal/uritemplates/utils.go | 0 .../api/googleapi/transport/apikey.go | 0 .../google.golang.org/api/googleapi/types.go | 0 .../google.golang.org/cloud/LICENSE | 0 .../cloud/compute/metadata/metadata.go | 0 .../google.golang.org/cloud/internal/cloud.go | 0 .../internal/datastore/datastore_v1.pb.go | 0 .../internal/datastore/datastore_v1.proto | 0 .../cloud/internal/opts/option.go | 0 .../cloud/internal/testutil/context.go | 0 .../cloud/internal/transport/cancelreq.go | 0 .../internal/transport/cancelreq_legacy.go | 0 .../cloud/internal/transport/dial.go | 0 .../cloud/internal/transport/proto.go | 0 .../google.golang.org/grpc/.travis.yml | 0 .../google.golang.org/grpc/CONTRIBUTING.md | 0 .../grpc/Documentation/grpc-auth-support.md | 0 .../google.golang.org/grpc/LICENSE | 0 .../google.golang.org/grpc/Makefile | 0 .../google.golang.org/grpc/PATENTS | 0 .../google.golang.org/grpc/README.md | 0 .../grpc/benchmark/benchmark.go | 0 .../grpc/benchmark/client/main.go | 0 .../grpc/benchmark/grpc_testing/test.pb.go | 0 .../grpc/benchmark/grpc_testing/test.proto | 0 .../grpc/benchmark/server/main.go | 0 .../grpc/benchmark/stats/counter.go | 0 .../grpc/benchmark/stats/histogram.go | 0 .../grpc/benchmark/stats/stats.go | 0 .../grpc/benchmark/stats/timeseries.go | 0 .../grpc/benchmark/stats/tracker.go | 0 .../grpc/benchmark/stats/util.go | 0 .../google.golang.org/grpc/call.go | 0 .../google.golang.org/grpc/clientconn.go | 0 .../google.golang.org/grpc/codegen.sh | 0 .../grpc/codes/code_string.go | 0 .../google.golang.org/grpc/codes/codes.go | 0 .../google.golang.org/grpc/coverage.sh | 0 .../grpc/credentials/credentials.go | 0 .../grpc/credentials/oauth/oauth.go | 0 .../google.golang.org/grpc/doc.go | 0 .../google.golang.org/grpc/examples/README.md | 0 .../grpc/examples/gotutorial.md | 0 .../helloworld/greeter_client/main.go | 0 .../helloworld/greeter_server/main.go | 0 .../helloworld/helloworld/helloworld.pb.go | 0 .../helloworld/helloworld/helloworld.proto | 0 .../grpc/examples/route_guide/README.md | 0 .../examples/route_guide/client/client.go | 0 .../route_guide/routeguide/route_guide.pb.go | 0 .../route_guide/routeguide/route_guide.proto | 0 .../examples/route_guide/server/server.go | 0 .../grpc/grpclog/glogger/glogger.go | 0 .../google.golang.org/grpc/grpclog/logger.go | 0 .../health/grpc_health_v1alpha/health.pb.go | 0 .../health/grpc_health_v1alpha/health.proto | 0 .../google.golang.org/grpc/health/health.go | 0 .../grpc/interop/client/client.go | 0 .../grpc/interop/grpc_testing/test.pb.go | 0 .../grpc/interop/grpc_testing/test.proto | 0 .../grpc/interop/server/server.go | 0 .../grpc/interop/test_utils.go | 0 .../grpc/metadata/metadata.go | 0 .../google.golang.org/grpc/naming/naming.go | 0 .../google.golang.org/grpc/peer/peer.go | 0 .../google.golang.org/grpc/picker.go | 0 .../google.golang.org/grpc/rpc_util.go | 0 .../google.golang.org/grpc/server.go | 0 .../google.golang.org/grpc/stream.go | 0 .../grpc/test/codec_perf/perf.pb.go | 0 .../grpc/test/codec_perf/perf.proto | 0 .../grpc/test/grpc_testing/test.pb.go | 0 .../grpc/test/grpc_testing/test.proto | 0 .../google.golang.org/grpc/trace.go | 0 .../grpc/transport/control.go | 0 .../grpc/transport/http2_client.go | 0 .../grpc/transport/http2_server.go | 0 .../grpc/transport/http_util.go | 0 .../grpc/transport/transport.go | 0 .../src => vendor}/gopkg.in/gcfg.v1/LICENSE | 0 .../src => vendor}/gopkg.in/gcfg.v1/README | 0 .../src => vendor}/gopkg.in/gcfg.v1/doc.go | 0 .../src => vendor}/gopkg.in/gcfg.v1/go1_0.go | 0 .../src => vendor}/gopkg.in/gcfg.v1/go1_2.go | 0 .../src => vendor}/gopkg.in/gcfg.v1/read.go | 0 .../gopkg.in/gcfg.v1/scanner/errors.go | 0 .../gopkg.in/gcfg.v1/scanner/scanner.go | 0 .../src => vendor}/gopkg.in/gcfg.v1/set.go | 0 .../gopkg.in/gcfg.v1/token/position.go | 0 .../gopkg.in/gcfg.v1/token/serialize.go | 0 .../gopkg.in/gcfg.v1/token/token.go | 0 .../gopkg.in/gcfg.v1/types/bool.go | 0 .../gopkg.in/gcfg.v1/types/doc.go | 0 .../gopkg.in/gcfg.v1/types/enum.go | 0 .../gopkg.in/gcfg.v1/types/int.go | 0 .../gopkg.in/gcfg.v1/types/scan.go | 0 .../natefinch/lumberjack.v2/.gitignore | 0 .../gopkg.in/natefinch/lumberjack.v2/LICENSE | 0 .../natefinch/lumberjack.v2/README.md | 0 .../gopkg.in/natefinch/lumberjack.v2/chown.go | 0 .../natefinch/lumberjack.v2/chown_linux.go | 0 .../natefinch/lumberjack.v2/lumberjack.go | 0 .../gopkg.in/yaml.v2/.travis.yml | 0 .../gopkg.in/yaml.v2/LICENSE | 0 .../gopkg.in/yaml.v2/LICENSE.libyaml | 0 .../src => vendor}/gopkg.in/yaml.v2/README.md | 0 .../src => vendor}/gopkg.in/yaml.v2/apic.go | 0 .../src => vendor}/gopkg.in/yaml.v2/decode.go | 0 .../gopkg.in/yaml.v2/emitterc.go | 0 .../src => vendor}/gopkg.in/yaml.v2/encode.go | 0 .../gopkg.in/yaml.v2/parserc.go | 0 .../gopkg.in/yaml.v2/readerc.go | 0 .../gopkg.in/yaml.v2/resolve.go | 0 .../gopkg.in/yaml.v2/scannerc.go | 0 .../src => vendor}/gopkg.in/yaml.v2/sorter.go | 0 .../gopkg.in/yaml.v2/writerc.go | 0 .../src => vendor}/gopkg.in/yaml.v2/yaml.go | 0 .../src => vendor}/gopkg.in/yaml.v2/yamlh.go | 0 .../gopkg.in/yaml.v2/yamlprivateh.go | 0 .../src/github.com/armon/go-metrics/LICENSE | 0 .../github.com/bigdatadev/goryman}/LICENSE | 4 +- .../src/github.com/blang/semver/LICENSE | 22 + .../bluebreezecf/opentsdb-goclient/LICENSE | 174 +++ .../src}/github.com/boltdb/bolt/LICENSE | 0 .../src/github.com/davecgh/go-spew/LICENSE | 13 + .../src/github.com/docker/docker/LICENSE | 191 +++ .../src/github.com/docker/docker/NOTICE | 19 + .../docker/docker/contrib/syntax/vim/LICENSE | 22 + .../docker/docs/project/images/red_notice.png | Bin 0 -> 45387 bytes .../docker/docker/pkg/mflag/LICENSE | 27 + .../docker/docker/pkg/symlink/LICENSE.APACHE | 191 +++ .../docker/docker/pkg/symlink/LICENSE.BSD | 27 + .../docker/docker/pkg/transport/LICENSE | 27 + .../github.com/docker/go-units/LICENSE.code | 191 +++ .../github.com/docker/go-units/LICENSE.docs | 425 +++++++ .../github.com/docker/libcontainer}/LICENSE | 0 .../src/github.com/docker/libcontainer/NOTICE | 16 + .../github.com/emicklei/go-restful/LICENSE | 6 +- .../src/github.com/ghodss/yaml/LICENSE | 0 .../src/github.com/gogo/protobuf/LICENSE | 0 .../src/github.com/golang/glog/LICENSE | 191 +++ .../src/github.com/golang/groupcache/LICENSE | 191 +++ .../src/github.com/golang/protobuf}/LICENSE | 12 +- .../src/github.com/golang/snappy/LICENSE | 27 + .../src/github.com/google/cadvisor/LICENSE | 190 +++ .../src/github.com/google/gofuzz/LICENSE | 202 +++ .../github.com/hashicorp/go-msgpack/LICENSE | 25 + .../github.com/hashicorp/raft-boltdb/LICENSE | 362 ++++++ .../src/github.com/hashicorp/raft/LICENSE | 354 +++++ .../hawkular/hawkular-client-go/LICENSE | 202 +++ .../src/github.com/imdario/mergo/LICENSE | 28 + .../src/github.com/influxdb/influxdb/LICENSE | 20 + .../src/github.com/juju/ratelimit}/LICENSE | 5 +- .../golang_protobuf_extensions/LICENSE | 201 +++ .../github.com/mitchellh/mapstructure/LICENSE | 0 .../github.com/opencontainers/runc/LICENSE | 191 +++ .../src/github.com/opencontainers/runc/NOTICE | 17 + .../src/github.com/optiopay/kafka/LICENSE | 19 + .../src/github.com/pborman/uuid/LICENSE | 27 + .../src/github.com/pmezard/go-difflib/LICENSE | 27 + .../prometheus/client_golang/LICENSE | 201 +++ .../prometheus/client_golang/NOTICE | 28 + .../prometheus/client_model/LICENSE | 201 +++ .../github.com/prometheus/client_model/NOTICE | 5 + .../prometheus/client_model/ruby/LICENSE | 201 +++ .../src/github.com/prometheus/procfs/LICENSE | 201 +++ .../src/github.com/prometheus/procfs/NOTICE | 7 + .../github.com/rackspace/gophercloud/LICENSE | 191 +++ .../src/github.com/spf13/pflag/LICENSE | 28 + .../src/github.com/stretchr/objx/LICENSE.md | 23 + .../github.com/stretchr/testify/LICENCE.txt | 0 .../src/github.com/stretchr/testify/LICENSE | 22 + .../src/github.com/ugorji/go/LICENSE | 0 .../src/golang.org/x/crypto/LICENSE | 27 + .../src/golang.org/x/crypto/PATENTS | 22 + .../_workspace/src/golang.org/x/net/LICENSE | 27 + .../_workspace/src/golang.org/x/net/PATENTS | 22 + .../src/golang.org/x/oauth2/LICENSE | 27 + .../src/google.golang.org/api/LICENSE | 27 + .../googleapi/internal/uritemplates/LICENSE | 18 + .../src/google.golang.org/appengine/LICENSE | 202 +++ .../src/google.golang.org/cloud/LICENSE | 202 +++ .../_workspace/src/gopkg.in/v2/yaml}/LICENSE | 0 .../src/gopkg.in/v2/yaml}/LICENSE.libyaml | 0 .../src/k8s.io/kubernetes/Godeps/LICENSES.md | 110 ++ .../_workspace/src/k8s.io/kubernetes/LICENSE | 202 +++ .../charms/trusty/kubernetes-master/copyright | 4 +- .../juju/charms/trusty/kubernetes/copyright | 13 + .../update-demo/local/LICENSE.angular | 21 + .../extensions/v1beta1/thirdpartyresource.go | 136 ++ .../client/unversioned/thirdpartyresources.go | 100 ++ .../pkg/master/thirdparty_controller.go | 130 ++ .../third_party/forked/reflect/LICENSE | 27 + .../kubernetes/third_party/golang/LICENSE | 27 + .../kubernetes/third_party/golang/PATENTS | 22 + .../kubernetes/third_party/htpasswd/COPYING | 28 + .../kubernetes/third_party/intemp/LICENSE | 202 +++ .../kubernetes/third_party/pause/LICENSE | 19 + .../kubernetes/third_party/swagger-ui/LICENSE | 11 + .../speter.net/go/exp/math/dec/inf/LICENSE | 57 + .../src => vendor}/k8s.io/heapster/LICENSE | 0 .../metrics/api/v1/types/model_types.go | 0 .../heapster/metrics/api/v1/types/types.go | 0 vendor/speter.net/go/exp/math/dec/inf/LICENSE | 57 + .../speter.net/go/exp/math/dec/inf/dec.go | 0 .../speter.net/go/exp/math/dec/inf/rounder.go | 0 4400 files changed, 16739 insertions(+), 376 deletions(-) delete mode 100644 Godeps/_workspace/.gitignore delete mode 100644 Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/common/NOTICE delete mode 100644 Godeps/_workspace/src/github.com/coreos/pkg/NOTICE delete mode 100644 Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/osext/LICENSE delete mode 100644 Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/docker/goamz/LICENSE delete mode 100644 Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/go-metrics/LICENSE delete mode 100644 Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/BurntSushi/toml/COPYING delete mode 100644 Godeps/_workspace/src/github.com/kr/pty/License delete mode 100644 Godeps/_workspace/src/gopkg.in/yaml.v2/LICENSE.libyaml rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/AUTHORS (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/Makefile (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/README.md (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/VERSION (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/examples/go-top.go (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/systemstat.go (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/bertimus9/systemstat/systemstat_linux.go (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/ww/goautoneg/Makefile (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/ww/goautoneg/README.txt (100%) rename {Godeps/_workspace/src => vendor}/bitbucket.org/ww/goautoneg/autoneg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ClusterHQ/flocker-go/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/ClusterHQ/flocker-go/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/ClusterHQ/flocker-go/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ClusterHQ/flocker-go/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ClusterHQ/flocker-go/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/archive/tar/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/archive/tar/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/archive/tar/reader.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/archive/tar/stat_atim.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/archive/tar/stat_atimespec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/archive/tar/stat_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/archive/tar/writer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/backup.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/backuptar/tar.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/file.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/fileinfo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/pipe.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/privilege.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/reparse.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/sd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/syscall.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Microsoft/go-winio/zsyscall.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/entry.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/examples/basic/basic.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/examples/hook/hook.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/exported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/formatter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/hooks.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/hooks/papertrail/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/hooks/sentry/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/hooks/sentry/sentry.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/hooks/syslog/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/hooks/syslog/syslog.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/json_formatter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/logrus.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/terminal_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/terminal_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/terminal_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/terminal_notwindows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/terminal_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/Sirupsen/logrus/text_formatter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/auth.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/basic.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/digest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/examples/basic.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/examples/digest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/examples/wrapped.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/md5crypt.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/misc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/test.htdigest (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/test.htpasswd (100%) rename {Godeps/_workspace/src => vendor}/github.com/abbot/go-http-auth/users.go (100%) create mode 100644 vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/hashicorp/memberlist => vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/d2g/dhcp4client}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor => vendor/github.com/appc/cni/Godeps/_workspace}/src/github.com/vishvananda/netlink/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/cni/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/cni/libcni/api.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/cni/libcni/conf.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/cni/pkg/invoke/args.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/cni/pkg/invoke/exec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/cni/pkg/invoke/find.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/cni/pkg/types/args.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/cni/pkg/types/types.go (100%) rename {Godeps => vendor/github.com/appc/spec/Godeps}/_workspace/src/github.com/camlistore/go4/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/appc/spec/Godeps/_workspace/src}/github.com/spf13/pflag/LICENSE (100%) rename {Godeps/_workspace/src/github.com/hawkular/hawkular-client-go => vendor/github.com/appc/spec/Godeps/_workspace/src/go4.org}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/crypto => vendor/github.com/appc/spec/Godeps/_workspace/src/golang.org/x/net}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/crypto => vendor/github.com/appc/spec/Godeps/_workspace/src/golang.org/x/net}/PATENTS (100%) rename {Godeps => vendor/github.com/appc/spec/Godeps}/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/common/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/image.go (98%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/kind.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/lastditch/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/lastditch/image.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/lastditch/labels.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/lastditch/pod.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/pod.go (99%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/acidentifier.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/ackind.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/acname.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/annotations.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/app.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/date.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/dependencies.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/environment.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/event_handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/exec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/hash.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/isolator.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/isolator_linux_specific.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/isolator_resources.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/labels.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/mountpoint.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/port.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/semver.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/url.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/uuid.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/types/volume.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/appc/spec/schema/version.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/const_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/const_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/datadog/dogstatsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/inmem.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/inmem_signal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/metrics.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/prometheus/prometheus.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/sink.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/start.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/statsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/armon/go-metrics/statsite.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/LICENSE.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/NOTICE.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awserr/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awserr/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/copy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/equal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/client/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/client/default_retryer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/convert_types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/credentials.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/example.ini (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/defaults/defaults.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/request/handlers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/request/request.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/request/request_pagination.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/request/retryer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/session/session.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/version.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/endpoints/endpoints.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/endpoints/endpoints.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/endpoints/endpoints_map.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/query/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/rest/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/signer/v4/v4.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/private/waiter/waiter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/autoscaling/api.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/autoscaling/service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/ec2/api.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/ec2/customizations.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/ec2/service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/ec2/waiters.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/ecr/api.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/ecr/service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/elb/api.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/elb/service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/elb/waiters.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/beorn7/perks/quantile/exampledata.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/beorn7/perks/quantile/stream.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/blang/semver/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/blang/semver/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/blang/semver/examples/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/blang/semver/json.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/blang/semver/semver.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/blang/semver/sort.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/blang/semver/sql.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_openbsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_s390x.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_unix_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bolt_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/boltsync_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/bucket.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/cmd/bolt/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/cursor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/db.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/freelist.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/page.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/boltdb/bolt/tx.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/negroni.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/recovery.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/response_writer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/static.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/codegangsta/negroni/translations/README_pt_br.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/NOTICE (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/alarm/alarms.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/auth/authpb/auth.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/auth/authpb/auth.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/auth/store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/auth_role.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/auth_user.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/cancelreq.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/cluster_error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/curl.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/discover.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/keys.generated.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/keys.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/members.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/srv.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/client/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/auth.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/cluster.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/compare.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/concurrency/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/concurrency/election.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/concurrency/key.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/concurrency/mutex.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/concurrency/session.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/concurrency/stm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/integration/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/kv.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/lease.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/maintenance.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/mirror/syncer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/op.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/sort.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/txn.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/clientv3/watch.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/compactor/compactor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/discovery/discovery.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/discovery/srv.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/error/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/cluster.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/capability.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/client_auth.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/http.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/member.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/metrics.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v2http/peer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/auth.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/grpc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/header.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/key.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/lease.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/maintenance.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/member.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/quota.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/apply.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/auth/auth.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/auth/auth_requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/cluster_util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/consistent_index.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/membership/cluster.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/membership/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/membership/member.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/membership/store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/metrics.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/quota.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/raft.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/server.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/snapshot_merge.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/stats/leader.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/stats/queue.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/stats/server.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/stats/stats.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/storage.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/etcdserver/v3demo_server.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/integration/cluster.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/integration/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/integration/fixtures/ca.crt (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/integration/fixtures/server.crt (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/integration/fixtures/server.key.insecure (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/lease/leasehttp/http.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/lease/leasepb/lease.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/lease/leasepb/lease.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/lease/lessor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/adt/interval_tree.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/contention/contention.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/crc/crc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/fileutil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/lock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/lock_plan9.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/lock_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/lock_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/lock_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/preallocate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/preallocate_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/preallocate_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/preallocate_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/purge.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/sync.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/fileutil/sync_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/httputil/httputil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/idutil/id.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/ioutil/readcloser.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/ioutil/reader.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/ioutil/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/logutil/merge_logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/netutil/isolate_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/netutil/isolate_stub.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/netutil/netutil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/pathutil/path.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/pbutil/pbutil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/runtime/fds_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/runtime/fds_other.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/schedule/schedule.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/testutil/leak.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/testutil/pauseable_handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/testutil/recorder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/testutil/testutil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/tlsutil/tlsutil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/transport/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/transport/keepalive_listener.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/transport/limit_listen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/transport/listener.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/transport/timeout_conn.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/transport/timeout_dialer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/transport/timeout_listener.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/transport/timeout_transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/types/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/types/id.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/types/set.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/types/slice.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/types/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/types/urlsmap.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/wait/wait.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/pkg/wait/wait_time.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/design.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/log.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/log_unstable.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/progress.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/raft.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/raftpb/raft.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/raftpb/raft.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/rafttest/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/rafttest/network.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/rafttest/node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/rawnode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/status.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/storage.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/raft/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/coder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/http.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/metrics.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/msg_codec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/msgappv2_codec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/peer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/peer_status.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/pipeline.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/probing_status.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/remote.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/snapshot_sender.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/stream.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/urlpick.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/rafthttp/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/snap/db.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/snap/message.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/snap/metrics.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/snap/snappb/snap.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/snap/snappb/snap.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/snap/snapshotter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/backend/backend.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/backend/batch_tx.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/backend/boltoption_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/backend/boltoption_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/backend/boltoption_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/backend/boltoption_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/backend/boltoption_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/backend/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/index.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/key_index.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/kv.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/kvstore.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/kvstore_compaction.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/metrics.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/revision.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/storagepb/kv.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/storagepb/kv.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/watchable_store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/watcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/storage/watcher_group.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/event.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/event_history.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/event_queue.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/metrics.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/node_extern.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/stats.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/ttl_key_heap.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/watcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/store/watcher_hub.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/version/version.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/decoder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/encoder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/file_pipeline.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/metrics.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/repair.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/wal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/walpb/record.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/walpb/record.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/etcd/wal/walpb/record.proto (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/cockroachdb/cmux => vendor/github.com/coreos/go-etcd}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/add_child.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/cluster.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/compare_and_delete.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/compare_and_swap.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/debug.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/delete.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/get.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/member.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/options.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/response.generated.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/response.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/set_update_create.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/shuffle.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/version.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-etcd/etcd/watch.go (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/pkg => vendor/github.com/coreos/go-oidc}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/pkg => vendor/github.com/coreos/go-oidc}/NOTICE (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/http/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/http/http.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/http/middleware.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/http/url.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/jose/claims.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/jose/jose.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/jose/jwk.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/jose/jws.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/jose/jwt.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/jose/sig.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/jose/sig_hmac.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/jose/sig_rsa.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/key/key.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/key/manager.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/key/repo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/key/rotate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/key/sync.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oauth2/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oauth2/oauth2.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oidc/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oidc/identity.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oidc/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oidc/key.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oidc/provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oidc/transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oidc/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-oidc/oidc/verification.go (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor}/github.com/coreos/go-semver/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-semver/semver/semver.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-semver/semver/sort.go (100%) rename {Godeps/_workspace/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini => vendor/github.com/coreos/go-systemd}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/daemon/sdnotify.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/dbus/dbus.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/dbus/methods.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/dbus/properties.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/dbus/set.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/dbus/subscription.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/dbus/subscription_set.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/unit/deserialize.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/unit/escape.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/unit/option.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/unit/serialize.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/go-systemd/util/util.go (100%) rename {Godeps/_workspace/src/github.com/coreos/go-oidc => vendor/github.com/coreos/pkg}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/go-oidc => vendor/github.com/coreos/pkg}/NOTICE (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/capnslog/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/capnslog/example/hello_dolly.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/capnslog/formatters.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/capnslog/glog_formatter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/capnslog/log_hijack.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/capnslog/logmap.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/capnslog/pkg_logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/capnslog/syslog_formatter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/health/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/health/health.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/httputil/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/httputil/json.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/pkg/timeutil/backoff.go (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/cni/LICENSE rename {Godeps/_workspace/src/github.com/coreos/pkg => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/docker2aci}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/goaci}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/distribution => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec}/LICENSE (100%) rename Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/google/btree/LICENSE => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/COPYING (100%) rename {Godeps/_workspace/src/github.com/jmespath/go-jmespath => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/clients/chrome/clip-it-good}/LICENSE (93%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/misc/copyrightifity create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/pkg/legal/legal.go create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/pkg/legal/legalprint/legalprint.go create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/bazil.org/fuse/LICENSE rename Godeps/_workspace/src/github.com/spf13/cobra/LICENSE.txt => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/closure/lib/LICENSE (99%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/akrennmair/gopcap => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/goauth2}/LICENSE (91%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/goauth2/PATENTS create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/leveldb-go/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/snappy-go/LICENSE rename Godeps/_workspace/src/github.com/coreos/go-etcd/LICENSE => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/xsrftoken/COPYING (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/fontawesome/LICENSE.txt rename Godeps/_workspace/src/github.com/coreos/go-semver/LICENSE => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/camlistore/lock/COPYING (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/exp/dbm/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/exp/lldb/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/LICENSE rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/newrelic_platform_go => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/falloc}/LICENSE (84%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/hdb/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/storage/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/kv/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/mathutil/LICENSE rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/gorelic => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/mathutil/mersenne}/LICENSE (84%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/net => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/sortutil}/LICENSE (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/zappy/LICENSE rename {Godeps/_workspace/src => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party}/github.com/davecgh/go-spew/LICENSE (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/go-sql-driver/mysql/LICENSE rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/go-systemd => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/golang/glog}/LICENSE (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/gorilla/websocket/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/lib/pq/LICENSE.md rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party}/github.com/russross/blackfriday/LICENSE.txt (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/rwcarlsen/goexif/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/glitch/LICENSE rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/sys => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/golang.org/x/image}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/net => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/golang.org/x/image}/PATENTS (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/go-check/check => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/labix.org/v2/mgo}/LICENSE (92%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/check.v1 => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/labix.org/v2/mgo/bson}/LICENSE (92%) rename Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_golang/LICENSE => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/react/LICENSE.txt (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/go4/LICENSE rename {Godeps => vendor/github.com/coreos/rkt/Godeps}/_workspace/src/github.com/camlistore/go4/legal/legal.go (100%) rename Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/natefinch/npipe/LICENSE.txt => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/gexpect/LICENCE (93%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/golang/glog => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-iptables}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/Azure/azure-sdk-for-go => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-semver}/LICENSE (100%) rename {Godeps => vendor/github.com/coreos/rkt/Godeps}/_workspace/src/github.com/coreos/go-systemd/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libnetwork => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-tspi}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/mitchellh/mapstructure => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/ioprogress}/LICENSE (96%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/cpuguy83/go-md2man/LICENSE.md (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/b/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/bufs/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/exp/dbm/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/exp/lldb/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/falloc/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/hdb/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/storage/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/mathutil/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/mathutil/mersenne/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/ql/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/sortutil/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/strutil/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/zappy/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE rename {Godeps/_workspace/src/github.com/hashicorp/raft => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/d2g/dhcp4client}/LICENSE (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/docker/distribution/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/dustin/go-humanize/LICENSE rename {Godeps => vendor/github.com/coreos/rkt/Godeps}/_workspace/src/github.com/godbus/dbus/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/golang/protobuf/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/appengine => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/google/btree}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/gorilla/context/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/gorilla/mux/LICENSE (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/hashicorp/errwrap/LICENSE rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/gopkg.in/cheggaaa/pb.v1 => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/hydrogen18/stoppableListener}/LICENSE (58%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/inconshreveable/mousetrap/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/kballard/go-shellquote/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/kr/pty/License (100%) rename {Godeps => vendor/github.com/coreos/rkt/Godeps}/_workspace/src/github.com/pborman/uuid/LICENSE (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/petar/GoLLRB/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/peterbourgon/diskv/LICENSE rename {Godeps => vendor/github.com/coreos/rkt/Godeps}/_workspace/src/github.com/russross/blackfriday/LICENSE.txt (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/shurcooL/sanitized_anchor_name/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/spf13/cobra/LICENSE.txt (100%) rename {Godeps => vendor/github.com/coreos/rkt/Godeps}/_workspace/src/github.com/spf13/cobra/cobra/cmd/licenses.go (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/github.com/spf13/pflag/LICENSE (100%) rename {Godeps => vendor/github.com/coreos/rkt/Godeps}/_workspace/src/github.com/syndtr/gocapability/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/vishvananda/netns => vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/vishvananda/netlink}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/golang.org/x/crypto/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/sys => vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/crypto}/PATENTS (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/golang.org/x/net/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/crypto => vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/net}/PATENTS (100%) rename {Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable => vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/sys}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/net => vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/sys}/PATENTS (100%) rename {Godeps/_workspace/src/golang.org/x/crypto => vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/tools}/LICENSE (100%) rename {Godeps/_workspace/src/golang.org/x/crypto => vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/tools}/PATENTS (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/google.golang.org/grpc/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/coreos/rkt/Godeps/_workspace/src}/google.golang.org/grpc/PATENTS (100%) rename {Godeps/_workspace/src/github.com/golang/mock => vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes}/LICENSE (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/examples/update-demo/local/LICENSE.angular rename {Godeps/_workspace/src/github.com/kardianos/osext => vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang}/LICENSE (100%) rename {Godeps/_workspace/src/golang.org/x/exp => vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang}/PATENTS (100%) create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/htpasswd/COPYING create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/pause/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/swagger-ui/LICENSE create mode 100644 vendor/github.com/coreos/rkt/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/jonboulle/clockwork => vendor/github.com/coreos/rkt}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/rkt/api/v1alpha/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/rkt/api/v1alpha/api.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/rkt/api/v1alpha/api.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/rkt/api/v1alpha/client_example.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/rkt/pkg/acl/LICENSE.MIT (100%) rename {Godeps/_workspace/src => vendor}/github.com/coreos/rkt/store/LICENSE.BSD (100%) rename {Godeps/_workspace/src => vendor}/github.com/cpuguy83/go-md2man/LICENSE.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/cpuguy83/go-md2man/md2man/md2man.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/cpuguy83/go-md2man/md2man/roff.go (100%) create mode 100644 vendor/github.com/davecgh/go-spew/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/davecgh/go-spew/spew/bypass.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/davecgh/go-spew/spew/bypasssafe.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/davecgh/go-spew/spew/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/davecgh/go-spew/spew/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/davecgh/go-spew/spew/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/davecgh/go-spew/spew/dump.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/davecgh/go-spew/spew/format.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/davecgh/go-spew/spew/spew.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/daviddengcn/go-colortext/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/daviddengcn/go-colortext/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/daviddengcn/go-colortext/ct.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/daviddengcn/go-colortext/ct_ansi.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/daviddengcn/go-colortext/ct_win.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/cmd/jwt/app.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/hmac.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/jwt.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/rsa.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/rsa_utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/signing_method.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/test/hmacTestKey (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/test/sample_key (100%) rename {Godeps/_workspace/src => vendor}/github.com/dgrijalva/jwt-go/test/sample_key.pub (100%) create mode 100644 vendor/github.com/docker/distribution/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/docker/distribution/digest/digest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/distribution/digest/digester.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/distribution/digest/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/distribution/digest/set.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/distribution/digest/verifiers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/distribution/reference/reference.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/distribution/reference/regexp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/NOTICE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/contrib/syntax/vim/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/docs/project/images/red_notice.png (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/jsonmessage/jsonmessage.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mflag/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/flags.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/flags_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/flags_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/flags_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/mount.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/mounter_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/mounter_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/mounter_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/mountinfo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/mountinfo_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/mountinfo_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/mount/sharedsubtree_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/stdcopy/stdcopy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/symlink/LICENSE.APACHE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/symlink/LICENSE.BSD (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/symlink/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/symlink/fs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/tc_linux_cgo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/tc_other.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/term.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/term_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/termios_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/termios_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/termios_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/winconsole/console_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/term/winconsole/term_emulator.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/timeutils/json.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/timeutils/utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/units/duration.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/docker/pkg/units/size.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/client_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/client_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/client_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_attach.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_commit.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_copy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_create.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_diff.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_exec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_export.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_inspect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_kill.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_list.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_logs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_pause.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_remove.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_rename.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_resize.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_restart.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_start.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_stats.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_stop.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_top.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_unpause.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_update.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/container_wait.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/events.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/hijack.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_create.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_history.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_import.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_inspect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_list.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_load.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_pull.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_push.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_remove.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_save.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_search.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/image_tag.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/info.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/login.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/network_connect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/network_create.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/network_disconnect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/network_inspect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/network_list.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/network_remove.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/request.go (100%) rename {Godeps/_workspace/src/golang.org/x/exp => vendor/github.com/docker/engine-api/client/transport/cancellable}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/transport/cancellable/canceler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/transport/cancellable/canceler_go14.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/transport/cancellable/cancellable.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/transport/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/transport/transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/version.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/volume_create.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/volume_inspect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/volume_list.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/client/volume_remove.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/auth.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/blkiodev/blkio.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/configs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/container/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/container/host_config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/container/hostconfig_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/container/hostconfig_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/events/events.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/filters/parse.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/network/network.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/reference/image_reference.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/registry/registry.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/seccomp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/stats.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/strslice/strslice.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/time/timestamp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/versions/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/versions/compare.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/versions/v1p19/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/engine-api/types/versions/v1p20/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/nat/nat.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/nat/parse.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/nat/sort.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/sockets/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/sockets/inmem_socket.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/sockets/proxy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/sockets/sockets.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/sockets/sockets_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/sockets/sockets_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/sockets/tcp_socket.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/sockets/unix_socket.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/tlsconfig/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-connections/tlsconfig/config_legacy_client_ciphers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/LICENSE.code (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/LICENSE.docs (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/MAINTAINERS (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/circle.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/duration.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/size.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/go-units/ulimit.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libkv => vendor/github.com/docker/spdystream}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/LICENSE.docs (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/MAINTAINERS (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/connection.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/handlers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/priority.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/spdy/dictionary.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/spdy/read.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/spdy/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/spdy/write.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/stream.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/docker/spdystream/ws/connection.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/go-bindata-assetfs/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/go-bindata-assetfs/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/go-bindata-assetfs/assetfs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/go-bindata-assetfs/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/actions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/all.bash (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/ca.pem (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/certs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/chunked.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/counterecryptor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/ctx.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/dispatcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-basic/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-basic/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-eavesdropper/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-httpdump/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-httpdump/httpdump.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-jquery-version/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery1.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery2.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery_homepage.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-jquery-version/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-jquery-version/php_man.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-jquery-version/w3schools.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/noreddit.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-sokeepalive/sokeepalive.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-sslstrip/sslstrip.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-stats/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-stats/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-transparent/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-transparent/proxy.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-transparent/transparent.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-upside-down-ternet/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/examples/goproxy-yui-minify/yui.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/ext/auth/basic.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/ext/html/cp1255.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/ext/html/cp1255.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/ext/html/html.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/ext/image/image.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/https.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/key.pem (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/proxy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/regretable/regretreader.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/responses.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/signer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/test_data/baby.jpg (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/test_data/football.png (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/test_data/panda.png (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/transport/roundtripper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/transport/transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/elazarl/goproxy/transport/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/CHANGES.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/Srcfile (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/bench_test.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/compress.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/compressor_cache.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/compressor_pools.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/compressors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/constants.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/cors_filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/coverage.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/curly.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/curly_route.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/entity_accessors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/.goconvey (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/google_app_engine/.goconvey (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/google_app_engine/app.yaml (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/google_app_engine/datastore/.goconvey (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/google_app_engine/datastore/app.yaml (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/google_app_engine/datastore/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/google_app_engine/restful-appstats-integration.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/google_app_engine/restful-user-service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/home.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-CORS-filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-NCSA-logging.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-basic-authentication.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-cpuprofiler-service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-curly-router.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-encoding-filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-filters.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-form-handling.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-hello-world.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-html-template.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-multi-containers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-no-cache-filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-options-filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-path-tail.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-pre-post-filters.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-resource-functions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-serve-static.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-swagger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-user-resource.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/examples/restful-user-service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/install.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/jsr311.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/log/log.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/mime.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/options_filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/parameter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/path_expression.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/request.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/response.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/route.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/route_builder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/router.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/service_error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/CHANGES.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/api_declaration_list.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/model_builder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/model_list.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/model_property_ext.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/model_property_list.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/ordered_route_map.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/swagger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/swagger_builder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/swagger_webservice.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/swagger/test_package/struct.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/web_service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/emicklei/go-restful/web_service_container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/evanphx/json-patch/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/evanphx/json-patch/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/evanphx/json-patch/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/evanphx/json-patch/merge.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/evanphx/json-patch/patch.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/AUTHORS (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/DOCKER-LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/README.markdown (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/auth.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/change.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/env.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/event.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/exec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/CHANGELOG.md (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/fsouza/go-dockerclient/external}/github.com/Sirupsen/logrus/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/entry.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/exported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/formatter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/hooks.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/json_formatter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logrus.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_bsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_notwindows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/text_formatter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/writer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/envfile.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/ip.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_other.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/diff.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/example_changes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/whiteouts.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/wrap.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/homedir/homedir.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/bytespipe.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/fmt.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/multireader.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/readers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler_gccgo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writeflusher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/longpath/longpath.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/pools/pools.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/promise/promise.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/stdcopy/stdcopy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/events_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_openbsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/MAINTAINERS (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/duration.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/size.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/ulimit.go (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src => vendor/github.com/fsouza/go-dockerclient/external}/github.com/gorilla/context/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/context.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/doc.go (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src => vendor/github.com/fsouza/go-dockerclient/external}/github.com/gorilla/mux/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/mux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/regexp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/route.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/cleanhttp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/user.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/net/context/context.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_386.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_386.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_386.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_arm.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_386.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_ppc64x.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_386.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_arm.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_386.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_solaris_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/constants.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unset.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock_linux_32bit.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_c.c (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkall.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkerrors.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall_solaris.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysctl_openbsd.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_darwin.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_dragonfly.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_freebsd.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_linux.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_netbsd.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_openbsd.pl (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race0.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/str.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_bsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_ppc64x.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_no_getwd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_dragonfly.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_netbsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_openbsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysctl_openbsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/image.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/misc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/network.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/signal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/tar.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/.dockerignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/Dockerfile (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/barfile (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/ca.pem (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/cert.pem (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/container.tar (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/dockerfile.tar (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/foofile (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/key.pem (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/server.pem (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/data/serverkey.pem (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/testing/server.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/tls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/travis-scripts/install.bash (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/travis-scripts/run-tests.bash (100%) rename {Godeps/_workspace/src => vendor}/github.com/fsouza/go-dockerclient/volume.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/internal/commandinfo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/internal/redistest/testdb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/conn.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/log.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/pool.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/pubsub.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/redis.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/reply.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/scan.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/garyburd/redigo/redis/script.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ghodss/yaml/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/ghodss/yaml/.travis.yml (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor}/github.com/ghodss/yaml/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/ghodss/yaml/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/ghodss/yaml/fields.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ghodss/yaml/yaml.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/go-ini/ini/.gitignore (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor}/github.com/go-ini/ini/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/go-ini/ini/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/go-ini/ini/README_ZH.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/go-ini/ini/ini.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/go-ini/ini/struct.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src => vendor}/github.com/godbus/dbus/LICENSE (94%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/MAINTAINERS (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/README.markdown (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/auth.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/auth_external.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/auth_sha1.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/call.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/conn.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/conn_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/conn_other.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/dbus.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/decoder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/encoder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/export.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/homedir.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/homedir_dynamic.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/homedir_static.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/introspect/call.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/introspect/introspect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/introspect/introspectable.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/message.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/object.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/prop/prop.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/sig.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/transport_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/transport_generic.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/transport_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/transport_unixcred_dragonfly.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/transport_unixcred_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/variant.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/variant_lexer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/godbus/dbus/variant_parser.go (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor}/github.com/gogo/protobuf/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/gogoproto/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/gogoproto/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/gogoproto/gogo.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/gogoproto/gogo.pb.golden (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/gogoproto/gogo.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/gogoproto/helper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/defaultcheck/defaultcheck.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/description/description.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/description/descriptiontest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/embedcheck/embedcheck.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/enumstringer/enumstringer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/equal/equal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/equal/equaltest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/face/face.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/face/facetest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/gostring/gostring.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/gostring/gostringtest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/grpc/grpc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/marshalto/marshalto.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/oneofcheck/oneofcheck.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/populate/populate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/size/size.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/size/sizetest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/stringer/stringer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/stringer/stringertest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/testgen/testgen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/union/union.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/union/uniontest.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/plugin/unmarshal/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/clone.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/decode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/decode_gogo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/encode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/encode_gogo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/equal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/extensions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/extensions_gogo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/lib.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/lib_gogo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/message_set.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/pointer_reflect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/pointer_unsafe.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/properties.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/properties_gogo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/proto3_proto/proto3.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/proto3_proto/proto3.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/skip_gogo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/text.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/text_gogo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/proto/text_parser.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/gostring.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/protoc-gen-gogo/generator/generator.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/protoc-gen-gogo/generator/helper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/protoc-gen-gogo/plugin/plugin.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/sortkeys/sortkeys.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/command/command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/enum.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/field.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/file.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/foreach.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/msg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/fast/gogovanity.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/fast/proto3.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/fast/vanity.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/faster/gogovanity.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/faster/proto3.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/faster/vanity.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/gofast/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/gogovanity.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/proto3.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/slick/gogovanity.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/slick/proto3.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/slick/vanity.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gogo/protobuf/vanity/test/vanity.proto (100%) rename {Godeps/_workspace/src/github.com/go-ini/ini => vendor/github.com/golang/glog}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/glog/README (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/glog/glog.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/glog/glog_file.go (100%) rename {Godeps/_workspace/src/github.com/golang/glog => vendor/github.com/golang/groupcache}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/groupcache/lru/lru.go (100%) rename {Godeps/_workspace/src/github.com/google/btree => vendor/github.com/golang/mock}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/mock/gomock/call.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/mock/gomock/callset.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/mock/gomock/controller.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/mock/gomock/matchers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/mock/gomock/mock_matcher/mock_matcher.go (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor}/github.com/golang/protobuf/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/clone.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/decode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/encode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/equal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/extensions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/lib.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/message_set.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/pointer_reflect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/pointer_unsafe.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/properties.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/proto3_proto/proto3.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/text.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/golang/protobuf/proto/text_parser.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/btree/.travis.yml (100%) rename {Godeps/_workspace/src/github.com/google/gofuzz => vendor/github.com/google/btree}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/btree/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/btree/btree.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/btree/btree_mem.go (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/SeanDolphin/bqschema/LICENSE rename {Godeps/_workspace/src/github.com/docker/docker/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace}/src/github.com/Sirupsen/logrus/LICENSE (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/abbot/go-http-auth/LICENSE rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/github.com/aws/aws-sdk-go/LICENSE.txt (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/github.com/aws/aws-sdk-go/NOTICE.txt (100%) rename {Godeps/_workspace/src/github.com/golang/groupcache => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/coreos/go-systemd}/LICENSE (100%) rename {Godeps => vendor/github.com/google/cadvisor/Godeps}/_workspace/src/github.com/coreos/rkt/LICENSE (100%) rename Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/LICENSE.txt => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/LICENSE (99%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/NOTICE create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/contrib/docker-engine-selinux/LICENSE create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE rename Godeps/_workspace/src/github.com/docker/spdystream/LICENSE => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/microsoft/hcsshim => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/eapache/go-resiliency}/LICENSE (97%) rename {Godeps/_workspace/src/github.com/xiang90/probing => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/eapache/queue}/LICENSE (96%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/LICENSE rename {Godeps => vendor/github.com/google/cadvisor/Godeps}/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/LICENSE (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/go-ini/ini/LICENSE create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/glog/LICENSE rename {Godeps => vendor/github.com/google/cadvisor/Godeps}/_workspace/src/github.com/golang/protobuf/LICENSE (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/snappy/LICENSE rename {Godeps => vendor/github.com/google/cadvisor/Godeps}/_workspace/src/github.com/influxdb/influxdb/LICENSE (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE_OF_DEPENDENCIES.md rename {Godeps/_workspace/src/github.com/aws/aws-sdk-go/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/github.com/jmespath/go-jmespath/LICENSE (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/klauspost/crc32/LICENSE rename Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/ncw/swift/COPYING => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/kr/pretty/License (93%) rename Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/olekukonko/tablewriter/LICENCE.md => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/kr/text/License (95%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/github.com/matttproud/golang_protobuf_extensions/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace}/src/github.com/mistifyio/go-zfs/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/docker/libtrust => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/opencontainers/runc}/LICENSE (100%) rename {Godeps => vendor/github.com/google/cadvisor/Godeps}/_workspace/src/github.com/opencontainers/runc/NOTICE (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_model => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_golang}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/github.com/prometheus/client_golang/NOTICE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/common => vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_model}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/github.com/prometheus/client_model/NOTICE (100%) rename {Godeps => vendor/github.com/google/cadvisor/Godeps}/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/github.com/prometheus/procfs/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/github.com/prometheus/procfs/NOTICE (100%) rename {Godeps => vendor/github.com/google/cadvisor/Godeps}/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE rename {Godeps => vendor/github.com/google/cadvisor/Godeps}/_workspace/src/github.com/vishvananda/netlink/LICENSE (100%) rename {Godeps/_workspace/src/golang.org/x/net => vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/exp}/LICENSE (100%) rename {Godeps/_workspace/src/golang.org/x/net => vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/exp}/PATENTS (100%) rename {Godeps/_workspace/src/golang.org/x/sys => vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/net}/LICENSE (100%) rename {Godeps/_workspace/src/golang.org/x/sys => vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/net}/PATENTS (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/golang.org/x/oauth2/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/google.golang.org/api/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/google.golang.org/api/googleapi/internal/uritemplates/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/google.golang.org/cloud/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/google.golang.org/grpc/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/github.com/google/cadvisor/Godeps/_workspace/src}/google.golang.org/grpc/PATENTS (100%) create mode 100644 vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/LICENSE rename {Godeps/_workspace/src/google.golang.org/api/googleapi/internal => vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2}/uritemplates/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/api/handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/api/versions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/cache/memory/memory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/collector_manager.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/config/sample_config.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/config/sample_config_prometheus.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/config/sample_config_prometheus_filtered.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/fakes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/generic_collector.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/prometheus_collector.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/collector/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/common/container_hints.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/common/fsHandler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/common/helpers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/common/inotify_watcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/common/test_resources/container_hints.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/docker/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/docker/factory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/docker/handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/factory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/libcontainer/helpers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/mock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/raw/factory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/raw/handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/rkt/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/rkt/factory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/rkt/handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/rkt/helpers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/container/systemd/factory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/events/handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/fs/fs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/fs/test_resources/diskstats (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/fs/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/healthz/healthz.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/http/handlers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/http/mux/mux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/info/v1/container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/info/v1/machine.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/info/v1/metric.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/info/v1/test/datagen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/info/v2/container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/info/v2/conversion.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/info/v2/machine.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/manager/container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/manager/machine.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/manager/manager.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/manager/manager_mock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/metrics/prometheus.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/containers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/containers_html.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/docker.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/pages.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/bootstrap_min_css.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/bootstrap_min_js.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/bootstrap_theme_min_css.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/containers_css.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/containers_js.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/gcharts_js.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/google_jsapi_js.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/jquery_min_js.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/pages/static/static.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/bigquery/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/bigquery/bigquery.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/bigquery/client/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/bigquery/client/example/example.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/common_flags.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/elasticsearch/elasticsearch.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/influxdb/influxdb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/kafka/kafka.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/redis/redis.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/statsd/client/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/statsd/statsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/stdout/stdout.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/storage.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/test/mock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/storage/test/storagetests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/summary/buffer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/summary/percentiles.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/summary/summary.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cloudinfo/aws.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cloudinfo/azure.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cloudinfo/cloudinfo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cloudinfo/gce.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/container/container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cpuload/cpuload.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cpuload/netlink/conn.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cpuload/netlink/defs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cpuload/netlink/example/example.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cpuload/netlink/netlink.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/cpuload/netlink/reader.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/machine/machine.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/oomparser/containerOomExampleLog.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/oomparser/oomexample/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/oomparser/oomparser.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/oomparser/systemOomExampleLog.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/path.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/procfs/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/procfs/jiffy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/sysfs/fakesysfs/fake.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/sysfs/sysfs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/sysinfo/sysinfo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/timed_store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/utils/utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/validate/validate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/version/VERSION (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/cadvisor/version/version.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/gofuzz/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/gofuzz/CONTRIBUTING.md (100%) create mode 100644 vendor/github.com/google/gofuzz/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/google/gofuzz/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/gofuzz/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/google/gofuzz/fuzz.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/.travis.yml (100%) rename {Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external => vendor}/github.com/gorilla/context/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/context.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/.travis.yml (100%) rename {Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external => vendor}/github.com/gorilla/mux/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/mux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/regexp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/route.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/0doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/binc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/decode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/encode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/helper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/helper_internal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/msgpack.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/msgpack_test.py (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/rpc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/simple.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/go-msgpack/codec/time.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/golang-lru/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/golang-lru/2q.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/golang-lru/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/golang-lru/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/golang-lru/arc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/golang-lru/lru.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/golang-lru/simplelru/lru.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft-boltdb/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft-boltdb/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft-boltdb/bolt_store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft-boltdb/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/.travis.yml (100%) create mode 100644 vendor/github.com/hashicorp/raft/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/bench/bench.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/commands.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/discard_snapshot.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/file_snapshot.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/fsm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/future.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/inflight.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/inmem_store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/inmem_transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/log.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/log_cache.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/net_transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/peer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/raft.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/replication.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/snapshot.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/stable.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/state.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/tcp_transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/transport.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hashicorp/raft/util.go (100%) create mode 100644 vendor/github.com/hawkular/hawkular-client-go/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/hawkular/hawkular-client-go/metrics/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hawkular/hawkular-client-go/metrics/helpers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/hawkular/hawkular-client-go/metrics/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/imdario/mergo/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/imdario/mergo/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/imdario/mergo/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/imdario/mergo/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/imdario/mergo/map.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/imdario/mergo/merge.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/imdario/mergo/mergo.go (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor}/github.com/inconshreveable/mousetrap/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/inconshreveable/mousetrap/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/inconshreveable/mousetrap/trap_others.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/inconshreveable/mousetrap/trap_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/inconshreveable/mousetrap/trap_windows_1.4.go (100%) create mode 100644 vendor/github.com/influxdb/influxdb/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/client/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/client/influxdb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/INFLUXQL.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/NOTES (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/ast.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/functions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/parser.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/result.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/scanner.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/influxql/token.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/meta/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/meta/data.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/meta/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/meta/internal/meta.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/meta/internal/meta.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/meta/statement_executor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/meta/store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/snapshot/snapshot.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/toml/toml.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/batcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/engine.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/internal/meta.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/internal/meta.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/mapper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/meta.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/monitor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/points.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/query_executor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/shard.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/snapshot_writer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/influxdb/influxdb/tsdb/store.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/.travis.yml (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor}/github.com/jmespath/go-jmespath/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/api.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/astnodetype_string.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/cmd/jpgo/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/basic.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/boolean.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/current.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/escape.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/filters.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/functions.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/identifiers.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/indices.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/literal.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/multiselect.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/ormatch.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/pipe.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/slice.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/syntax.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/unicode.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/compliance/wildcard.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/functions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-1 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-10 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-100 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-101 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-102 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-103 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-104 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-105 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-106 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-107 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-108 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-109 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-110 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-112 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-115 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-118 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-119 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-12 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-120 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-121 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-122 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-123 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-126 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-128 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-129 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-13 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-130 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-131 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-132 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-133 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-134 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-135 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-136 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-137 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-138 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-139 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-14 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-140 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-141 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-142 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-143 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-144 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-145 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-146 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-147 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-148 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-149 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-15 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-150 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-151 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-152 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-153 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-155 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-156 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-157 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-158 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-159 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-16 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-160 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-161 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-162 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-163 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-164 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-165 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-166 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-167 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-168 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-169 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-17 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-170 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-171 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-172 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-173 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-174 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-175 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-178 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-179 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-18 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-180 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-181 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-182 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-183 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-184 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-185 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-186 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-187 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-188 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-189 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-19 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-190 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-191 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-192 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-193 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-194 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-195 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-196 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-198 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-199 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-2 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-20 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-200 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-201 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-202 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-203 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-204 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-205 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-206 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-207 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-208 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-209 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-21 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-210 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-211 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-212 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-213 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-214 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-215 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-216 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-217 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-218 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-219 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-22 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-220 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-221 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-222 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-223 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-224 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-225 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-226 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-227 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-228 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-229 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-23 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-230 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-231 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-232 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-233 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-234 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-235 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-236 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-237 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-238 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-239 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-24 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-240 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-241 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-242 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-243 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-244 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-245 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-246 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-247 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-248 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-249 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-25 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-250 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-251 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-252 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-253 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-254 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-255 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-256 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-257 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-258 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-259 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-26 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-260 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-261 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-262 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-263 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-264 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-265 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-266 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-267 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-268 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-269 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-27 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-270 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-271 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-272 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-273 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-274 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-275 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-276 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-277 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-278 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-279 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-28 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-280 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-281 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-282 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-283 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-284 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-285 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-286 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-287 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-288 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-289 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-29 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-290 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-291 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-292 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-293 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-294 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-295 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-296 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-297 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-298 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-299 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-3 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-30 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-300 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-301 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-302 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-303 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-304 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-305 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-306 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-307 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-308 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-309 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-31 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-310 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-311 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-312 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-313 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-314 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-315 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-316 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-317 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-318 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-319 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-32 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-320 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-321 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-322 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-323 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-324 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-325 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-326 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-327 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-328 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-329 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-33 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-330 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-331 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-332 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-333 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-334 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-335 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-336 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-337 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-338 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-339 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-34 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-340 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-341 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-342 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-343 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-344 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-345 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-346 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-347 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-348 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-349 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-35 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-350 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-351 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-352 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-353 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-354 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-355 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-356 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-357 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-358 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-359 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-36 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-360 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-361 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-362 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-363 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-364 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-365 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-366 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-367 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-368 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-369 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-37 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-370 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-371 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-372 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-373 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-374 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-375 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-376 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-377 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-378 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-379 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-38 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-380 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-381 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-382 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-383 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-384 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-385 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-386 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-387 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-388 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-389 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-39 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-390 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-391 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-392 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-393 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-394 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-395 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-396 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-397 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-398 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-399 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-4 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-40 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-400 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-401 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-402 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-403 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-404 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-405 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-406 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-407 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-408 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-409 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-41 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-410 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-411 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-412 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-413 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-414 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-415 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-416 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-417 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-418 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-419 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-42 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-420 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-421 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-422 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-423 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-424 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-425 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-426 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-427 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-428 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-429 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-43 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-430 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-431 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-432 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-433 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-434 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-435 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-436 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-437 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-438 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-439 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-44 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-440 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-441 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-442 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-443 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-444 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-445 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-446 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-447 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-448 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-449 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-45 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-450 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-451 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-452 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-453 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-454 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-455 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-456 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-457 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-458 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-459 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-46 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-460 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-461 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-462 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-463 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-464 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-465 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-466 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-467 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-468 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-469 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-47 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-470 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-471 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-472 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-473 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-474 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-475 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-476 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-477 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-478 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-479 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-48 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-480 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-481 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-482 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-483 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-484 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-485 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-486 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-487 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-488 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-489 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-49 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-490 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-491 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-492 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-493 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-494 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-495 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-496 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-497 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-498 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-499 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-5 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-50 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-500 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-501 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-502 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-503 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-504 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-505 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-506 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-507 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-508 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-509 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-51 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-510 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-511 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-512 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-513 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-514 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-515 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-516 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-517 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-518 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-519 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-52 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-520 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-521 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-522 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-523 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-524 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-525 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-526 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-527 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-528 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-529 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-53 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-530 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-531 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-532 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-533 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-534 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-535 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-536 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-537 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-538 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-539 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-54 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-540 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-541 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-542 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-543 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-544 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-545 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-546 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-547 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-548 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-549 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-55 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-550 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-551 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-552 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-553 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-554 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-555 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-556 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-557 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-558 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-559 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-56 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-560 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-561 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-562 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-563 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-564 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-565 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-566 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-567 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-568 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-569 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-57 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-570 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-571 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-572 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-573 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-574 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-575 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-576 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-577 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-578 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-579 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-58 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-580 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-581 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-582 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-583 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-584 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-585 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-586 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-587 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-588 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-589 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-59 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-590 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-591 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-592 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-593 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-594 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-595 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-596 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-597 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-598 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-599 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-6 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-60 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-600 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-601 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-602 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-603 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-604 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-605 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-606 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-607 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-608 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-609 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-61 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-610 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-611 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-612 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-613 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-614 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-615 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-616 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-617 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-618 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-619 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-62 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-620 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-621 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-622 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-623 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-624 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-625 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-626 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-627 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-628 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-629 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-63 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-630 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-631 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-632 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-633 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-634 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-635 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-636 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-637 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-638 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-639 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-64 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-640 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-641 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-642 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-643 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-644 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-645 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-646 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-647 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-648 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-649 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-65 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-650 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-651 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-652 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-653 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-654 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-655 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-656 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-66 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-67 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-68 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-69 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-7 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-70 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-71 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-72 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-73 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-74 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-75 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-76 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-77 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-78 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-79 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-8 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-80 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-81 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-82 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-83 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-84 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-85 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-86 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-87 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-88 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-89 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-9 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-90 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-91 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-92 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-93 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-94 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-95 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-96 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-97 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/corpus/expr-98 (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/fuzz/jmespath.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/interpreter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/lexer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/parser.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/toktype_string.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jmespath/go-jmespath/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/jonboulle/clockwork/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/jonboulle/clockwork/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/jonboulle/clockwork/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/jonboulle/clockwork/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/jonboulle/clockwork/clockwork.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/juju/ratelimit/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/juju/ratelimit/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/juju/ratelimit/ratelimit.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/juju/ratelimit/reader.go (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/stevvooe/resumable => vendor/github.com/kardianos/osext}/LICENSE (99%) rename {Godeps/_workspace/src => vendor}/github.com/kardianos/osext/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/kardianos/osext/osext.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kardianos/osext/osext_plan9.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kardianos/osext/osext_procfs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kardianos/osext/osext_sysctl.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kardianos/osext/osext_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/.gitignore (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src => vendor}/github.com/kr/pty/License (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ioctl.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ioctl_bsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/mktypes.bash (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/pty_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/pty_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/pty_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/pty_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/run.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/types_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/kr/pty/ztypes_s390x.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/matttproud/golang_protobuf_extensions/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/NOTICE (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/callback/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/callback/interprocess.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/callback/name.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/callback/password.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/login.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/sasl/authenticatee.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/sasl/context.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/sasl/mech/crammd5/mechanism.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/sasl/mech/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/sasl/mech/plugins.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/auth/sasl/mock/mock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/factory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/standalone.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/zoo/client2.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/zoo/detect.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/zoo/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/zoo/mock/conn.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/zoo/mock/mock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/zoo/plugin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/detector/zoo/types.go (100%) create mode 100644 vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/golang/glog/LICENSE create mode 100644 vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE create mode 100644 vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/executor/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/executor/exectype.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/executor/executor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/executor/mock/mock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/executor/testing.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/authentication.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/authentication.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/internal.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/internal.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/mesos.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/mesos.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/messages.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/messages.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosutil/constants.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosutil/mesosprotoutil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosutil/node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/mesosutil/process/process.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/decoder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/http_transporter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/message.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/messenger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/mock/messenger.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/sessionid/sessionid.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/testmessage/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/testmessage/generator.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/testmessage/testmessage.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/testmessage/testmessage.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/messenger/transporter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/scheduler/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/scheduler/handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/scheduler/mock/scheduler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/scheduler/plugins.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/scheduler/schedcache.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/scheduler/schedtype.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/scheduler/scheduler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/scheduler/testing.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/upid/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mesos/mesos-go/upid/upid.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/AUTHORS (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/CONTRIBUTORS (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/COPYRIGHT (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/clientconfig.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/defaults.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/dns.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/dnssec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/edns.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/idn/punycode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/keygen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/kscan.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/labels.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/msg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/nsecx.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/privaterr.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/rawmsg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/scanner.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/server.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/sig0.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/singleinflight.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/tlsa.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/tsig.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/udp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/udp_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/udp_other.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/udp_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/update.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/xfr.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/zgenerate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/zscan.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/miekg/dns/zscan_rr.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/Vagrantfile (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/zfs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mistifyio/go-zfs/zpool.go (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/panicwrap => vendor/github.com/mitchellh/mapstructure}/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/mitchellh/mapstructure/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/mitchellh/mapstructure/decode_hooks.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mitchellh/mapstructure/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mitchellh/mapstructure/mapstructure.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/cmd/xurls/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/generate/regexgen/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/generate/tldsgen/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/regex.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/schemes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/tlds.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/tlds_pseudo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mvdan/xurls/xurls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mxk/go-flowrate/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/mxk/go-flowrate/flowrate/flowrate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mxk/go-flowrate/flowrate/io.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/mxk/go-flowrate/flowrate/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/CHANGELOG.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/config/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/extensions/table/table.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/extensions/table/table_entry.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/bootstrap_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/build_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/convert/ginkgo_ast_nodes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/convert/import.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/convert/package_rewriter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/convert/test_finder.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/convert/testfile_rewriter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/convert/testing_t_rewriter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/convert_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/generate_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/help_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/interrupthandler/interrupt_handler.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/nodot/nodot.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/nodot_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/notifications.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/run_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/run_watch_and_build_command_flags.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/suite_runner.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/testrunner/log_writer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/testrunner/run_result.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/testrunner/test_runner.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/testsuite/test_suite.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go15.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go16.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/unfocus_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/version_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/watch/delta.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/watch/delta_tracker.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/watch/dependencies.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/watch/package_hash.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/watch/package_hashes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/watch/suite.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo/watch_command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/ginkgo_dsl.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/integration/integration.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/codelocation/code_location.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/containernode/container_node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/failer/failer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/benchmarker.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/interfaces.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/it_node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/measure_node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/runner.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/setup_nodes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/suite_nodes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/synchronized_after_suite_node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/leafnodes/synchronized_before_suite_node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/remote/aggregator.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/remote/forwarding_reporter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/remote/output_interceptor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/remote/output_interceptor_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/remote/output_interceptor_win.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/remote/server.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/remote/syscall_dup_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/remote/syscall_dup_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/spec/index_computer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/spec/spec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/spec/specs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/specrunner/random_id.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/suite/suite.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/testingtproxy/testing_t_proxy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/writer/fake_writer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/internal/writer/writer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/reporters/default_reporter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/reporters/fake_reporter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/reporters/junit_reporter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/reporters/reporter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/reporters/stenographer/console_logging.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/reporters/stenographer/fake_stenographer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/reporters/stenographer/stenographer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/reporters/teamcity_reporter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/types/code_location.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/types/synchronization.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/ginkgo/types/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/CHANGELOG.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/format/format.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/gbytes/buffer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/gbytes/say_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/gexec/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/gexec/exit_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/gexec/prefixed_writer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/gexec/session.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/ghttp/handlers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/ghttp/protobuf/protobuf.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/ghttp/protobuf/simple_message.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/ghttp/test_server.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/gomega_dsl.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/internal/assertion/assertion.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/internal/asyncassertion/async_assertion.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/internal/fakematcher/fake_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/internal/oraclematcher/oracle_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/internal/testingtsupport/testing_t_support.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/and.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_a_directory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_a_regular_file.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_an_existing_file.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_closed_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_empty_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_false_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_identical_to.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_nil_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_numerically_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_sent_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_temporally_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_true_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/be_zero_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/consist_of.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/contain_element_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/contain_substring_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/equal_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/have_cap_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/have_key_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/have_len_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/have_occurred_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/have_prefix_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/have_suffix_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/match_error_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/match_json_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/match_regexp_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/not.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/or.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/panic_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/receive_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/succeed_matcher.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/support/goraph/MIT.LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/support/goraph/node/node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/support/goraph/util/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/type_support.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/matchers/with_transform.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/onsi/gomega/types/types.go (100%) create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/github.com/opencontainers/runc/Godeps/_workspace/src}/github.com/codegangsta/cli/LICENSE (100%) create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/LICENSE create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/NOTICE create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/docs/project/images/red_notice.png create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/go-units/LICENSE create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE rename {Godeps/_workspace/src/github.com/gorilla/context => vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/golang/protobuf}/LICENSE (78%) create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/specs/LICENSE rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/gorilla/handlers => vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang}/LICENSE (76%) create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE create mode 100644 vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libtrust => vendor/github.com/opencontainers/runc}/LICENSE (100%) create mode 100644 vendor/github.com/opencontainers/runc/NOTICE rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/SPEC.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/apparmor/apparmor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/apparmor/apparmor_disabled.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/capabilities_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/stats.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/cgroups/utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/compat_1.5_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/cgroup_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/cgroup_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/config_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/device.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/mount.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/network.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/configs/validate/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/console.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/console_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/console_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/console_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/container.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/container_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/container_nouserns_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/container_userns_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/container_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/criu_opts_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/criu_opts_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/criurpc/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.pb.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.proto (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/devices/devices_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/devices/devices_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/devices/number.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/factory.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/factory_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/generic_error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/init_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/integration/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/label/label.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/label/label_selinux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/message_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/network_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/notify_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/nsenter/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/nsenter/nsenter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_gccgo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/nsenter/nsexec.c (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/process.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/process_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/restored_process.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/rootfs_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/seccomp/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/seccomp/fixtures/proc_self_status (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/selinux/selinux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/setgroups_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/setns_init_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/stacktrace/capture.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/stacktrace/frame.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/standard_init_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/state_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/stats.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/stats_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/stats_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/stats_windows.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/proc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/setns_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/syscall_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/syscall_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/sysconfig.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/user/lookup.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/user/user.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/utils/utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/xattr/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/xattr/xattr_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/opencontainers/runc/libcontainer/xattr/xattr_unsupported.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/CONTRIBUTORS (100%) create mode 100644 vendor/github.com/pborman/uuid/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/dce.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/hash.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/json.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/node.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/time.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/uuid.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/version1.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pborman/uuid/version4.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/pmezard/go-difflib/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/pmezard/go-difflib/difflib/difflib.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/NOTICE (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/collector.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/counter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/desc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/expvar.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/gauge.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/go_collector.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/histogram.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/http.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/metric.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/process_collector.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/push.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/registry.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/summary.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/untyped.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/value.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_golang/prometheus/vec.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_model/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_model/NOTICE (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/client_model/go/metrics.pb.go (100%) rename Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/bgentry/speakeasy/LICENSE_WINDOWS => vendor/github.com/prometheus/client_model/ruby/LICENSE (99%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/decode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/encode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/expfmt.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_0 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_1 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_2 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_3 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_4 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_0 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_1 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_10 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_11 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_12 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_13 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_14 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_15 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_16 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_17 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_18 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_19 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_2 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_3 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_4 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_5 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_6 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_7 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_8 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_9 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/fuzz/corpus/minimal (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/json_decode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/text_create.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/expfmt/text_parse.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/model/fingerprinting.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/model/labels.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/model/labelset.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/model/metric.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/model/model.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/model/signature.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/model/time.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/common/model/value.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/AUTHORS.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/NOTICE (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/26231/cmdline (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/26231/fd/0 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/26231/fd/1 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/26231/fd/2 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/26231/fd/3 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/26231/fd/4 (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/26231/limits (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/26231/stat (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/584/stat (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fixtures/stat (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/fs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/proc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/proc_limits.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/proc_stat.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/prometheus/procfs/stat.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/CONTRIBUTORS.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/UPGRADING.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/blockstorage/v1/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/compute/v2/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/identity/v2/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/identity/v3/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/fwaas/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/objectstorage/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/hello-compute.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/openstack/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/blockstorage/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/cdn/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/compute/v2/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/identity/v2/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/lb/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/networking/v2/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/objectstorage/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/orchestration/v1/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/rackspace/rackconnect/v3/common.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/tools/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/acceptance/tools/tools.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/auth_options.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/auth_results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/endpoint_search.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/auth_env.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/base/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/base/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/base/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/base/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/base/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/services/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/services/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/services/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/services/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/services/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/cdn/v1/services/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/common/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/common/extensions/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/common/extensions/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/common/extensions/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/common/extensions/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/common/extensions/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/common/extensions/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/images/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/images/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/images/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/images/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/servers/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/servers/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/servers/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/servers/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/servers/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/compute/v2/servers/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/configurations/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/configurations/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/configurations/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/configurations/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/configurations/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/databases/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/databases/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/databases/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/databases/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/databases/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/datastores/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/datastores/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/datastores/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/datastores/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/datastores/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/flavors/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/flavors/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/flavors/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/flavors/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/flavors/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/instances/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/instances/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/instances/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/instances/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/instances/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/users/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/users/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/users/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/users/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/db/v1/users/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/endpoint_location.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/docs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/users/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/users/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/users/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/users/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v2/users/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/roles/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/roles/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/roles/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/roles/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/services/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/services/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/services/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/services/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/common/common_tests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/networks/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/networks/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/networks/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/networks/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/networks/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/ports/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/ports/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/ports/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/ports/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/ports/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/environment.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/template.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/utils.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/openstack/utils/choose_version.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/pagination/http.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/pagination/linked.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/pagination/marker.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/pagination/null.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/pagination/pager.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/pagination/pkg.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/pagination/single.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/params.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/provider_client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/auth_env.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/bootfromvolume/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/images/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/images/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/images/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/backups/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/backups/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/backups/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/backups/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/backups/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/databases/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/databases/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/databases/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/instances/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/instances/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/instances/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/instances/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/instances/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/instances/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/users/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/users/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/users/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/users/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/users/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/db/v1/users/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/users/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/users/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/users/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/identity/v2/users/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/networking/v2/common/common_tests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/networking/v2/networks/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/networking/v2/ports/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/networking/v2/security/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/networking/v2/security/groups/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/networking/v2/security/rules/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/networking/v2/subnets/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/request.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/fixtures.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/delegate.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/requests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/urls.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/results.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/script/acceptancetest (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/script/bootstrap (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/script/cibuild (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/script/test (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/script/unittest (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/service_client.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/testhelper/client/fake.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/testhelper/convenience.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/testhelper/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/testhelper/fixture/helper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/testhelper/http_responses.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/rackspace/gophercloud/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/.travis.yml (100%) create mode 100644 vendor/github.com/russross/blackfriday/LICENSE.txt rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/block.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/html.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/inline.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/latex.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/markdown.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/smartypants.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Auto links.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Auto links.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Backslash escapes.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Backslash escapes.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Code Blocks.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Code Blocks.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Code Spans.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Code Spans.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Horizontal rules.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Horizontal rules.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Inline HTML comments.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Inline HTML comments.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Links, inline style.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Links, inline style.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Links, reference style.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Links, reference style.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Links, shortcut references.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Links, shortcut references.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Nested blockquotes.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Nested blockquotes.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Strong and em together.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Strong and em together.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Tabs.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Tabs.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Tidyness.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/upskirtref/Tidyness.text (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/conn.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/constants.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/flw.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/lock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/server_help.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/server_java.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/structs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/tracer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/samuel/go-zookeeper/zk/util.go (100%) create mode 100644 vendor/github.com/seccomp/libseccomp-golang/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/seccomp/libseccomp-golang/README (100%) rename {Godeps/_workspace/src => vendor}/github.com/seccomp/libseccomp-golang/seccomp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/seccomp/libseccomp-golang/seccomp_internal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/shurcooL/sanitized_anchor_name/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/shurcooL/sanitized_anchor_name/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/shurcooL/sanitized_anchor_name/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/skynetservices/skydns/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/skynetservices/skydns/msg/service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/.mailmap (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/.travis.yml (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor}/github.com/spf13/cobra/LICENSE.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/bash_completions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/bash_completions.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/cobra.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/cobra/cmd/add.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/cobra/cmd/helpers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/cobra/cmd/init.go (100%) create mode 100644 vendor/github.com/spf13/cobra/cobra/cmd/licenses.go rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/cobra/cmd/root.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/cobra/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/command.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/command_notwin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/command_win.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/doc/man_docs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/doc/man_docs.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/doc/md_docs.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/doc/md_docs.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/cobra/doc/util.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/bool.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/count.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/duration.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/flag.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/float32.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/float64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/golangflag.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int32.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int8.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int_slice.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/ip.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/ipmask.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/ipnet.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/string.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/string_slice.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint16.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint32.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint8.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/verify/all.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/verify/gofmt.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/verify/golint.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/accessors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/codegen/array-access.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/codegen/index.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/codegen/template.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/codegen/types_list.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/constants.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/conversions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/map.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/mutations.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/security.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/tests.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/type_specific_codegen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/objx/value.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/LICENCE.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/assert/assertions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/assert/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/assert/errors.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/assert/forward_assertions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/assert/http_assertions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/mock/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/mock/mock.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/require/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/require/forward_requirements.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/stretchr/testify/require/requirements.go (100%) create mode 100644 vendor/github.com/syndtr/gocapability/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/syndtr/gocapability/capability/capability.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/syndtr/gocapability/capability/capability_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/syndtr/gocapability/capability/capability_noop.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/syndtr/gocapability/capability/enum.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/syndtr/gocapability/capability/enum_gen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/syndtr/gocapability/capability/enumgen/gen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/syndtr/gocapability/capability/syscall_linux.go (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor}/github.com/ugorji/go/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/0doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/binc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/cbor.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/codecgen/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/codecgen/gen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/codecgen/z.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/decode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/encode.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/fast-path.generated.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/fast-path.go.tmpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/fast-path.not.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/gen-dec-array.go.tmpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/gen-dec-map.go.tmpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/gen-helper.generated.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/gen-helper.go.tmpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/gen.generated.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/gen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/helper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/helper_internal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/helper_not_unsafe.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/helper_unsafe.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/json.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/msgpack.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/noop.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/prebuild.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/prebuild.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/rpc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/simple.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/test-cbor-goldens.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/test.py (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/tests.sh (100%) rename {Godeps/_workspace/src => vendor}/github.com/ugorji/go/codec/time.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/.travis.yml (100%) create mode 100644 vendor/github.com/vishvananda/netlink/LICENSE rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/Makefile (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/addr.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/addr_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/filter_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/link.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/link_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/neigh.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/neigh_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/netlink.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/netlink_unspecified.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/nl/addr_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/nl/link_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/nl/nl_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/nl/route_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/nl/tc_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/nl/xfrm_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/nl/xfrm_state_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/protinfo.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/protinfo_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/qdisc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/qdisc_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/route.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/route_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/xfrm.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/xfrm_policy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/xfrm_policy_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/xfrm_state.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vishvananda/netlink/xfrm_state_linux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/xiang90/probing/.gitignore (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor}/github.com/xiang90/probing/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/xiang90/probing/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/xiang90/probing/prober.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/xiang90/probing/server.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/xiang90/probing/status.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/xyproto/simpleredis/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/xyproto/simpleredis/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/xyproto/simpleredis/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/xyproto/simpleredis/TODO.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/xyproto/simpleredis/example/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/xyproto/simpleredis/simpleredis.go (100%) create mode 100644 vendor/go4.org/LICENSE rename {Godeps/_workspace/src/github.com/camlistore/go4 => vendor/go4.org}/errorutil/highlight.go (100%) create mode 100644 vendor/go4.org/legal/legal.go create mode 100644 vendor/golang.org/x/crypto/LICENSE create mode 100644 vendor/golang.org/x/crypto/PATENTS rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/bcrypt/base64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/bcrypt/bcrypt.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/blowfish/block.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/blowfish/cipher.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/blowfish/const.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/agent/client.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/agent/forward.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/agent/keyring.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/agent/server.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/buffer.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/certs.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/channel.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/cipher.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/client.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/client_auth.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/common.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/connection.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/doc.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/handshake.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/kex.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/keys.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/mac.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/messages.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/mux.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/server.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/session.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/tcpip.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/terminal/terminal.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/terminal/util.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/terminal/util_bsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/terminal/util_linux.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/terminal/util_windows.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/test/doc.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/crypto/ssh/transport.go (100%) create mode 100644 vendor/golang.org/x/exp/LICENSE create mode 100644 vendor/golang.org/x/exp/PATENTS rename {Godeps/_workspace/src => vendor}/golang.org/x/exp/inotify/inotify_linux.go (100%) create mode 100644 vendor/golang.org/x/net/LICENSE create mode 100644 vendor/golang.org/x/net/PATENTS rename {Godeps/_workspace/src => vendor}/golang.org/x/net/context/context.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/context/ctxhttp/cancelreq.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/context/ctxhttp/cancelreq_go14.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/context/ctxhttp/ctxhttp.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/atom/atom.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/atom/gen.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/atom/table.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/charset/charset.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/charset/gen.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/charset/table.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/const.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/doc.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/doctype.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/entity.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/escape.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/foreign.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/node.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/parse.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/render.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/html/token.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/Dockerfile (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/Makefile (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/README (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/buffer.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/errors.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/flow.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/frame.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/gotrack.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/Makefile (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/README (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/h2demo.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/launch.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/rootCA.key (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/rootCA.pem (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/rootCA.srl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/server.crt (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2demo/server.key (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2i/README.md (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/h2i/h2i.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/headermap.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/hpack/encode.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/hpack/hpack.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/hpack/huffman.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/hpack/tables.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/http2.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/pipe.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/server.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/transport.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/write.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/http2/writesched.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/internal/timeseries/timeseries.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/proxy/direct.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/proxy/per_host.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/proxy/proxy.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/proxy/socks5.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/trace/events.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/trace/histogram.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/trace/trace.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/websocket/client.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/websocket/hybi.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/websocket/server.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/net/websocket/websocket.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/AUTHORS (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/CONTRIBUTORS (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/README.md (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/client_appengine.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/clientcredentials/clientcredentials.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/facebook/facebook.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/github/github.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/google/appengine.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/google/appengine_hook.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/google/default.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/google/google.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/google/sdk.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/internal/oauth2.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/internal/token.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/internal/transport.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/jws/jws.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/jwt/jwt.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/linkedin/linkedin.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/oauth2.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/odnoklassniki/odnoklassniki.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/paypal/paypal.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/token.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/transport.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/oauth2/vk/vk.go (100%) create mode 100644 vendor/golang.org/x/sys/LICENSE create mode 100644 vendor/golang.org/x/sys/PATENTS rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_darwin_386.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_darwin_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_darwin_arm.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_darwin_arm64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_dragonfly_386.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_dragonfly_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_freebsd_386.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_freebsd_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_freebsd_arm.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_linux_386.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_linux_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_linux_arm.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_linux_arm64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_linux_ppc64x.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_netbsd_386.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_netbsd_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_netbsd_arm.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_openbsd_386.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_openbsd_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/asm_solaris_amd64.s (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/constants.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/env_unix.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/env_unset.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/flock.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/flock_linux_32bit.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/gccgo.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/gccgo_c.c (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/gccgo_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mkall.sh (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mkerrors.sh (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksyscall.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksyscall_solaris.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksysctl_openbsd.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksysnum_darwin.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksysnum_dragonfly.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksysnum_freebsd.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksysnum_linux.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksysnum_netbsd.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/mksysnum_openbsd.pl (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/race.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/race0.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/sockcmsg_linux.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/sockcmsg_unix.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/str.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_bsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_dragonfly.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_linux.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_linux_ppc64x.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_netbsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_no_getwd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_openbsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/syscall_unix.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/types_darwin.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/types_dragonfly.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/types_freebsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/types_linux.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/types_netbsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/types_openbsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/types_solaris.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_linux_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_linux_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zerrors_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_linux_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsyscall_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysctl_openbsd.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_linux_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/zsysnum_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_darwin_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_darwin_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_darwin_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_darwin_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_dragonfly_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_freebsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_freebsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_freebsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_linux_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_linux_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_linux_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_linux_arm64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_linux_ppc64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_linux_ppc64le.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_netbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_netbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_netbsd_arm.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_openbsd_386.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_openbsd_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/golang.org/x/sys/unix/ztypes_solaris_amd64.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-api.json (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-gen.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/compute/v1/compute-api.json (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/compute/v1/compute-gen.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/container/v1/container-api.json (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/container/v1/container-gen.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/gensupport/doc.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/gensupport/json.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/gensupport/media.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/gensupport/params.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/googleapi/googleapi.go (100%) create mode 100644 vendor/google.golang.org/api/googleapi/internal/uritemplates/LICENSE rename {Godeps/_workspace/src => vendor}/google.golang.org/api/googleapi/internal/uritemplates/uritemplates.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/googleapi/internal/uritemplates/utils.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/googleapi/transport/apikey.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/api/googleapi/types.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/compute/metadata/metadata.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/cloud.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/datastore/datastore_v1.pb.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/datastore/datastore_v1.proto (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/opts/option.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/testutil/context.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/transport/cancelreq.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/transport/cancelreq_legacy.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/transport/dial.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/cloud/internal/transport/proto.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/CONTRIBUTING.md (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/Documentation/grpc-auth-support.md (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/Makefile (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/PATENTS (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/README.md (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/benchmark.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/client/main.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/grpc_testing/test.pb.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/grpc_testing/test.proto (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/server/main.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/stats/counter.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/stats/histogram.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/stats/stats.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/stats/timeseries.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/stats/tracker.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/benchmark/stats/util.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/call.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/clientconn.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/codegen.sh (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/codes/code_string.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/codes/codes.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/coverage.sh (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/credentials/credentials.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/credentials/oauth/oauth.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/doc.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/README.md (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/gotutorial.md (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/helloworld/greeter_client/main.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/helloworld/greeter_server/main.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.pb.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.proto (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/route_guide/README.md (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/route_guide/client/client.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.pb.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.proto (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/examples/route_guide/server/server.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/grpclog/glogger/glogger.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/grpclog/logger.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/health/grpc_health_v1alpha/health.pb.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/health/grpc_health_v1alpha/health.proto (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/health/health.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/interop/client/client.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/interop/grpc_testing/test.pb.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/interop/grpc_testing/test.proto (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/interop/server/server.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/interop/test_utils.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/metadata/metadata.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/naming/naming.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/peer/peer.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/picker.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/rpc_util.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/server.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/stream.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/test/codec_perf/perf.pb.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/test/codec_perf/perf.proto (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/test/grpc_testing/test.pb.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/test/grpc_testing/test.proto (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/trace.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/transport/control.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/transport/http2_client.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/transport/http2_server.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/transport/http_util.go (100%) rename {Godeps/_workspace/src => vendor}/google.golang.org/grpc/transport/transport.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/README (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/doc.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/go1_0.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/go1_2.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/read.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/scanner/errors.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/scanner/scanner.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/set.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/token/position.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/token/serialize.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/token/token.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/types/bool.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/types/doc.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/types/enum.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/types/int.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/gcfg.v1/types/scan.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/natefinch/lumberjack.v2/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/natefinch/lumberjack.v2/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/natefinch/lumberjack.v2/README.md (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/natefinch/lumberjack.v2/chown.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/natefinch/lumberjack.v2/chown_linux.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/natefinch/lumberjack.v2/lumberjack.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/.travis.yml (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor}/gopkg.in/yaml.v2/LICENSE (100%) rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor}/gopkg.in/yaml.v2/LICENSE.libyaml (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/README.md (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/apic.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/decode.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/emitterc.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/encode.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/parserc.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/readerc.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/resolve.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/scannerc.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/sorter.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/writerc.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/yaml.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/yamlh.go (100%) rename {Godeps/_workspace/src => vendor}/gopkg.in/yaml.v2/yamlprivateh.go (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor => vendor/k8s.io/heapster/Godeps/_workspace}/src/github.com/armon/go-metrics/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/mattn/go-sqlite3 => vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/bigdatadev/goryman}/LICENSE (95%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/blang/semver/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/bluebreezecf/opentsdb-goclient/LICENSE rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/k8s.io/heapster/Godeps/_workspace/src}/github.com/boltdb/bolt/LICENSE (100%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/davecgh/go-spew/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/NOTICE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/docs/project/images/red_notice.png create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/transport/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs rename {Godeps/_workspace/src/github.com/opencontainers/runc => vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/libcontainer}/LICENSE (100%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/libcontainer/NOTICE rename Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/LICENSE.txt => vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/emicklei/go-restful/LICENSE (89%) rename {Godeps => vendor/k8s.io/heapster/Godeps}/_workspace/src/github.com/ghodss/yaml/LICENSE (100%) rename {Godeps => vendor/k8s.io/heapster/Godeps}/_workspace/src/github.com/gogo/protobuf/LICENSE (100%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/glog/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/groupcache/LICENSE rename {Godeps/_workspace/src/github.com/gorilla/mux => vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/protobuf}/LICENSE (78%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/snappy/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/google/cadvisor/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/google/gofuzz/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/raft/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/imdario/mergo/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE rename {Godeps/_workspace/src/gopkg.in/yaml.v2 => vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/juju/ratelimit}/LICENSE (96%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/LICENSE rename {Godeps/_workspace/src/github.com/docker/distribution/vendor => vendor/k8s.io/heapster/Godeps/_workspace/src}/github.com/mitchellh/mapstructure/LICENSE (100%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/opencontainers/runc/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/opencontainers/runc/NOTICE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/optiopay/kafka/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/pmezard/go-difflib/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_golang/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_golang/NOTICE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/NOTICE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/rackspace/gophercloud/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md rename {Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor => vendor/k8s.io/heapster/Godeps/_workspace/src}/github.com/stretchr/testify/LICENCE.txt (100%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/testify/LICENSE rename {Godeps => vendor/k8s.io/heapster/Godeps}/_workspace/src/github.com/ugorji/go/LICENSE (100%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/crypto/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/crypto/PATENTS create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/net/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/net/PATENTS create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/oauth2/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/api/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/appengine/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/cloud/LICENSE rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/yaml.v2 => vendor/k8s.io/heapster/Godeps/_workspace/src/gopkg.in/v2/yaml}/LICENSE (100%) rename {Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/yaml.v2 => vendor/k8s.io/heapster/Godeps/_workspace/src/gopkg.in/v2/yaml}/LICENSE.libyaml (100%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/Godeps/LICENSES.md create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/LICENSE rename Godeps/_workspace/src/github.com/inconshreveable/mousetrap/LICENSE => vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/cluster/juju/charms/trusty/kubernetes-master/copyright (83%) create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/cluster/juju/charms/trusty/kubernetes/copyright create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/docs/user-guide/update-demo/local/LICENSE.angular create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/typed/generated/extensions/v1beta1/thirdpartyresource.go create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/unversioned/thirdpartyresources.go create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/thirdparty_controller.go create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/forked/reflect/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/PATENTS create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/htpasswd/COPYING create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/intemp/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/pause/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/swagger-ui/LICENSE create mode 100644 vendor/k8s.io/heapster/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE rename {Godeps/_workspace/src => vendor}/k8s.io/heapster/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/k8s.io/heapster/metrics/api/v1/types/model_types.go (100%) rename {Godeps/_workspace/src => vendor}/k8s.io/heapster/metrics/api/v1/types/types.go (100%) create mode 100644 vendor/speter.net/go/exp/math/dec/inf/LICENSE rename {Godeps/_workspace/src => vendor}/speter.net/go/exp/math/dec/inf/dec.go (100%) rename {Godeps/_workspace/src => vendor}/speter.net/go/exp/math/dec/inf/rounder.go (100%) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 7711e9cf0d70..4801523eeb2b 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -49,8 +49,8 @@ }, { "ImportPath": "github.com/appc/spec/schema", - "Comment": "v0.7.4-6-g5d54e27", - "Rev": "5d54e27f1764a0309eafe12c9df7bac03f241646" + "Comment": "v0.7.4-43-gd22f52b", + "Rev": "d22f52bfeba06614d37c7aa1ad6fd76d8fdb2ba8" }, { "ImportPath": "github.com/armon/go-metrics", @@ -140,10 +140,6 @@ "Comment": "v1.1.0-65-gee4a088", "Rev": "ee4a0888a9abe7eefe5a0992ca4cb06864839873" }, - { - "ImportPath": "github.com/camlistore/go4/errorutil", - "Rev": "3b6feb5cf32f573fb124905de36a54c24ee14ac1" - }, { "ImportPath": "github.com/codegangsta/negroni", "Comment": "v0.1-62-g8d75e11", @@ -1040,6 +1036,10 @@ "Comment": "v1.0-13-g5292687", "Rev": "5292687f5379e01054407da44d7c4590a61fd3de" }, + { + "ImportPath": "go4.org/errorutil", + "Rev": "03efcb870d84809319ea509714dd6d19a1498483" + }, { "ImportPath": "golang.org/x/crypto/bcrypt", "Rev": "c84e1f8e3a7e322d497cd16c0e8a13c7e127baf3" @@ -1139,7 +1139,7 @@ }, { "ImportPath": "k8s.io/heapster/metrics/api/v1/types", - "Comment": "v1.1.0-beta1", + "Comment": "v1.1.0-beta1-15-gde510e4", "Rev": "de510e4bdcdea96722b5bde19ff0b7a142939485" }, { diff --git a/Godeps/_workspace/.gitignore b/Godeps/_workspace/.gitignore deleted file mode 100644 index f037d684ef2b..000000000000 --- a/Godeps/_workspace/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/pkg -/bin diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/common/NOTICE b/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/common/NOTICE deleted file mode 100644 index 636a2c1a5e88..000000000000 --- a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/common/NOTICE +++ /dev/null @@ -1,5 +0,0 @@ -Common libraries shared by Prometheus Go components. -Copyright 2015 The Prometheus Authors - -This product includes software developed at -SoundCloud Ltd. (http://soundcloud.com/). diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/NOTICE b/Godeps/_workspace/src/github.com/coreos/pkg/NOTICE deleted file mode 100644 index b39ddfa5cbde..000000000000 --- a/Godeps/_workspace/src/github.com/coreos/pkg/NOTICE +++ /dev/null @@ -1,5 +0,0 @@ -CoreOS Project -Copyright 2014 CoreOS, Inc - -This product includes software developed at CoreOS, Inc. -(http://www.coreos.com/). diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/osext/LICENSE b/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/osext/LICENSE deleted file mode 100644 index 18527a28fb43..000000000000 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/osext/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2012 Daniel Theophanes - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/docker/goamz/LICENSE b/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/docker/goamz/LICENSE deleted file mode 100644 index 53320c352b68..000000000000 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/docker/goamz/LICENSE +++ /dev/null @@ -1,185 +0,0 @@ -This software is licensed under the LGPLv3, included below. - -As a special exception to the GNU Lesser General Public License version 3 -("LGPL3"), the copyright holders of this Library give you permission to -convey to a third party a Combined Work that links statically or dynamically -to this Library without providing any Minimal Corresponding Source or -Minimal Application Code as set out in 4d or providing the installation -information set out in section 4e, provided that you comply with the other -provisions of LGPL3 and provided that you meet, for the Application the -terms and conditions of the license(s) which apply to the Application. - -Except as stated in this special exception, the provisions of LGPL3 will -continue to comply in full to this Library. If you modify this Library, you -may apply this exception to your version of this Library, but you are not -obliged to do so. If you do not wish to do so, delete this exception -statement from your version. This exception does not (and cannot) modify any -license terms which apply to the Application, with which you must still -comply. - - - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/go-metrics/LICENSE b/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/go-metrics/LICENSE deleted file mode 100644 index 363fa9ee77b8..000000000000 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/go-metrics/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -Copyright 2012 Richard Crowley. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - -THIS SOFTWARE IS PROVIDED BY RICHARD CROWLEY ``AS IS'' AND ANY EXPRESS -OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL RICHARD CROWLEY OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGE. - -The views and conclusions contained in the software and documentation -are those of the authors and should not be interpreted as representing -official policies, either expressed or implied, of Richard Crowley. diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/BurntSushi/toml/COPYING b/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/BurntSushi/toml/COPYING deleted file mode 100644 index 5a8e332545f6..000000000000 --- a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/BurntSushi/toml/COPYING +++ /dev/null @@ -1,14 +0,0 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - - Copyright (C) 2004 Sam Hocevar - - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. - diff --git a/Godeps/_workspace/src/github.com/kr/pty/License b/Godeps/_workspace/src/github.com/kr/pty/License deleted file mode 100644 index 6b7558b6b421..000000000000 --- a/Godeps/_workspace/src/github.com/kr/pty/License +++ /dev/null @@ -1,23 +0,0 @@ -Copyright (c) 2011 Keith Rarick - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated -documentation files (the "Software"), to deal in the -Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, -sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall -be included in all copies or substantial portions of the -Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/LICENSE.libyaml b/Godeps/_workspace/src/gopkg.in/yaml.v2/LICENSE.libyaml deleted file mode 100644 index 8da58fbf6f84..000000000000 --- a/Godeps/_workspace/src/gopkg.in/yaml.v2/LICENSE.libyaml +++ /dev/null @@ -1,31 +0,0 @@ -The following files were ported to Go from C files of libyaml, and thus -are still covered by their original copyright and license: - - apic.go - emitterc.go - parserc.go - readerc.go - scannerc.go - writerc.go - yamlh.go - yamlprivateh.go - -Copyright (c) 2006 Kirill Simonov - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/.gitignore b/vendor/bitbucket.org/bertimus9/systemstat/.gitignore similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/.gitignore rename to vendor/bitbucket.org/bertimus9/systemstat/.gitignore diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/AUTHORS b/vendor/bitbucket.org/bertimus9/systemstat/AUTHORS similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/AUTHORS rename to vendor/bitbucket.org/bertimus9/systemstat/AUTHORS diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/LICENSE b/vendor/bitbucket.org/bertimus9/systemstat/LICENSE similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/LICENSE rename to vendor/bitbucket.org/bertimus9/systemstat/LICENSE diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/Makefile b/vendor/bitbucket.org/bertimus9/systemstat/Makefile similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/Makefile rename to vendor/bitbucket.org/bertimus9/systemstat/Makefile diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/README.md b/vendor/bitbucket.org/bertimus9/systemstat/README.md similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/README.md rename to vendor/bitbucket.org/bertimus9/systemstat/README.md diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/VERSION b/vendor/bitbucket.org/bertimus9/systemstat/VERSION similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/VERSION rename to vendor/bitbucket.org/bertimus9/systemstat/VERSION diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/examples/go-top.go b/vendor/bitbucket.org/bertimus9/systemstat/examples/go-top.go similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/examples/go-top.go rename to vendor/bitbucket.org/bertimus9/systemstat/examples/go-top.go diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/systemstat.go b/vendor/bitbucket.org/bertimus9/systemstat/systemstat.go similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/systemstat.go rename to vendor/bitbucket.org/bertimus9/systemstat/systemstat.go diff --git a/Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/systemstat_linux.go b/vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat/systemstat_linux.go rename to vendor/bitbucket.org/bertimus9/systemstat/systemstat_linux.go diff --git a/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/Makefile b/vendor/bitbucket.org/ww/goautoneg/Makefile similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/ww/goautoneg/Makefile rename to vendor/bitbucket.org/ww/goautoneg/Makefile diff --git a/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/README.txt b/vendor/bitbucket.org/ww/goautoneg/README.txt similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/ww/goautoneg/README.txt rename to vendor/bitbucket.org/ww/goautoneg/README.txt diff --git a/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/autoneg.go b/vendor/bitbucket.org/ww/goautoneg/autoneg.go similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/ww/goautoneg/autoneg.go rename to vendor/bitbucket.org/ww/goautoneg/autoneg.go diff --git a/Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/LICENSE b/vendor/github.com/ClusterHQ/flocker-go/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/LICENSE rename to vendor/github.com/ClusterHQ/flocker-go/LICENSE diff --git a/Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/README.md b/vendor/github.com/ClusterHQ/flocker-go/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/README.md rename to vendor/github.com/ClusterHQ/flocker-go/README.md diff --git a/Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/client.go b/vendor/github.com/ClusterHQ/flocker-go/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/client.go rename to vendor/github.com/ClusterHQ/flocker-go/client.go diff --git a/Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/doc.go b/vendor/github.com/ClusterHQ/flocker-go/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/doc.go rename to vendor/github.com/ClusterHQ/flocker-go/doc.go diff --git a/Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/util.go b/vendor/github.com/ClusterHQ/flocker-go/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/ClusterHQ/flocker-go/util.go rename to vendor/github.com/ClusterHQ/flocker-go/util.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/LICENSE b/vendor/github.com/Microsoft/go-winio/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/LICENSE rename to vendor/github.com/Microsoft/go-winio/LICENSE diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/README.md b/vendor/github.com/Microsoft/go-winio/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/README.md rename to vendor/github.com/Microsoft/go-winio/README.md diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/LICENSE b/vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/LICENSE rename to vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/common.go b/vendor/github.com/Microsoft/go-winio/archive/tar/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/common.go rename to vendor/github.com/Microsoft/go-winio/archive/tar/common.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/reader.go b/vendor/github.com/Microsoft/go-winio/archive/tar/reader.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/reader.go rename to vendor/github.com/Microsoft/go-winio/archive/tar/reader.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/stat_atim.go b/vendor/github.com/Microsoft/go-winio/archive/tar/stat_atim.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/stat_atim.go rename to vendor/github.com/Microsoft/go-winio/archive/tar/stat_atim.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/stat_atimespec.go b/vendor/github.com/Microsoft/go-winio/archive/tar/stat_atimespec.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/stat_atimespec.go rename to vendor/github.com/Microsoft/go-winio/archive/tar/stat_atimespec.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/stat_unix.go b/vendor/github.com/Microsoft/go-winio/archive/tar/stat_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/stat_unix.go rename to vendor/github.com/Microsoft/go-winio/archive/tar/stat_unix.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/writer.go b/vendor/github.com/Microsoft/go-winio/archive/tar/writer.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/archive/tar/writer.go rename to vendor/github.com/Microsoft/go-winio/archive/tar/writer.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/backup.go b/vendor/github.com/Microsoft/go-winio/backup.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/backup.go rename to vendor/github.com/Microsoft/go-winio/backup.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/backuptar/tar.go b/vendor/github.com/Microsoft/go-winio/backuptar/tar.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/backuptar/tar.go rename to vendor/github.com/Microsoft/go-winio/backuptar/tar.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/file.go b/vendor/github.com/Microsoft/go-winio/file.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/file.go rename to vendor/github.com/Microsoft/go-winio/file.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/fileinfo.go b/vendor/github.com/Microsoft/go-winio/fileinfo.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/fileinfo.go rename to vendor/github.com/Microsoft/go-winio/fileinfo.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/pipe.go b/vendor/github.com/Microsoft/go-winio/pipe.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/pipe.go rename to vendor/github.com/Microsoft/go-winio/pipe.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/privilege.go b/vendor/github.com/Microsoft/go-winio/privilege.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/privilege.go rename to vendor/github.com/Microsoft/go-winio/privilege.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/reparse.go b/vendor/github.com/Microsoft/go-winio/reparse.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/reparse.go rename to vendor/github.com/Microsoft/go-winio/reparse.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/sd.go b/vendor/github.com/Microsoft/go-winio/sd.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/sd.go rename to vendor/github.com/Microsoft/go-winio/sd.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/syscall.go b/vendor/github.com/Microsoft/go-winio/syscall.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/syscall.go rename to vendor/github.com/Microsoft/go-winio/syscall.go diff --git a/Godeps/_workspace/src/github.com/Microsoft/go-winio/zsyscall.go b/vendor/github.com/Microsoft/go-winio/zsyscall.go similarity index 100% rename from Godeps/_workspace/src/github.com/Microsoft/go-winio/zsyscall.go rename to vendor/github.com/Microsoft/go-winio/zsyscall.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/.gitignore b/vendor/github.com/Sirupsen/logrus/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/.gitignore rename to vendor/github.com/Sirupsen/logrus/.gitignore diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml b/vendor/github.com/Sirupsen/logrus/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml rename to vendor/github.com/Sirupsen/logrus/.travis.yml diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE b/vendor/github.com/Sirupsen/logrus/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE rename to vendor/github.com/Sirupsen/logrus/LICENSE diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/README.md b/vendor/github.com/Sirupsen/logrus/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/README.md rename to vendor/github.com/Sirupsen/logrus/README.md diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/entry.go b/vendor/github.com/Sirupsen/logrus/entry.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/entry.go rename to vendor/github.com/Sirupsen/logrus/entry.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go b/vendor/github.com/Sirupsen/logrus/examples/basic/basic.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go rename to vendor/github.com/Sirupsen/logrus/examples/basic/basic.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go b/vendor/github.com/Sirupsen/logrus/examples/hook/hook.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go rename to vendor/github.com/Sirupsen/logrus/examples/hook/hook.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/exported.go b/vendor/github.com/Sirupsen/logrus/exported.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/exported.go rename to vendor/github.com/Sirupsen/logrus/exported.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/formatter.go b/vendor/github.com/Sirupsen/logrus/formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/formatter.go rename to vendor/github.com/Sirupsen/logrus/formatter.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks.go b/vendor/github.com/Sirupsen/logrus/hooks.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks.go rename to vendor/github.com/Sirupsen/logrus/hooks.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go b/vendor/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go rename to vendor/github.com/Sirupsen/logrus/hooks/airbrake/airbrake.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail/README.md b/vendor/github.com/Sirupsen/logrus/hooks/papertrail/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail/README.md rename to vendor/github.com/Sirupsen/logrus/hooks/papertrail/README.md diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go b/vendor/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go rename to vendor/github.com/Sirupsen/logrus/hooks/papertrail/papertrail.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/README.md b/vendor/github.com/Sirupsen/logrus/hooks/sentry/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/README.md rename to vendor/github.com/Sirupsen/logrus/hooks/sentry/README.md diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/sentry.go b/vendor/github.com/Sirupsen/logrus/hooks/sentry/sentry.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/sentry.go rename to vendor/github.com/Sirupsen/logrus/hooks/sentry/sentry.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/README.md b/vendor/github.com/Sirupsen/logrus/hooks/syslog/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/README.md rename to vendor/github.com/Sirupsen/logrus/hooks/syslog/README.md diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go b/vendor/github.com/Sirupsen/logrus/hooks/syslog/syslog.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go rename to vendor/github.com/Sirupsen/logrus/hooks/syslog/syslog.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go b/vendor/github.com/Sirupsen/logrus/json_formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go rename to vendor/github.com/Sirupsen/logrus/json_formatter.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/logger.go b/vendor/github.com/Sirupsen/logrus/logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/logger.go rename to vendor/github.com/Sirupsen/logrus/logger.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/logrus.go b/vendor/github.com/Sirupsen/logrus/logrus.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/logrus.go rename to vendor/github.com/Sirupsen/logrus/logrus.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_darwin.go b/vendor/github.com/Sirupsen/logrus/terminal_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_darwin.go rename to vendor/github.com/Sirupsen/logrus/terminal_darwin.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_freebsd.go b/vendor/github.com/Sirupsen/logrus/terminal_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_freebsd.go rename to vendor/github.com/Sirupsen/logrus/terminal_freebsd.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_linux.go b/vendor/github.com/Sirupsen/logrus/terminal_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_linux.go rename to vendor/github.com/Sirupsen/logrus/terminal_linux.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_notwindows.go b/vendor/github.com/Sirupsen/logrus/terminal_notwindows.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_notwindows.go rename to vendor/github.com/Sirupsen/logrus/terminal_notwindows.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_windows.go b/vendor/github.com/Sirupsen/logrus/terminal_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_windows.go rename to vendor/github.com/Sirupsen/logrus/terminal_windows.go diff --git a/Godeps/_workspace/src/github.com/Sirupsen/logrus/text_formatter.go b/vendor/github.com/Sirupsen/logrus/text_formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/Sirupsen/logrus/text_formatter.go rename to vendor/github.com/Sirupsen/logrus/text_formatter.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/.gitignore b/vendor/github.com/abbot/go-http-auth/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/.gitignore rename to vendor/github.com/abbot/go-http-auth/.gitignore diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/LICENSE b/vendor/github.com/abbot/go-http-auth/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/LICENSE rename to vendor/github.com/abbot/go-http-auth/LICENSE diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/Makefile b/vendor/github.com/abbot/go-http-auth/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/Makefile rename to vendor/github.com/abbot/go-http-auth/Makefile diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/README.md b/vendor/github.com/abbot/go-http-auth/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/README.md rename to vendor/github.com/abbot/go-http-auth/README.md diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/auth.go b/vendor/github.com/abbot/go-http-auth/auth.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/auth.go rename to vendor/github.com/abbot/go-http-auth/auth.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/basic.go b/vendor/github.com/abbot/go-http-auth/basic.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/basic.go rename to vendor/github.com/abbot/go-http-auth/basic.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/digest.go b/vendor/github.com/abbot/go-http-auth/digest.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/digest.go rename to vendor/github.com/abbot/go-http-auth/digest.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/examples/basic.go b/vendor/github.com/abbot/go-http-auth/examples/basic.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/examples/basic.go rename to vendor/github.com/abbot/go-http-auth/examples/basic.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/examples/digest.go b/vendor/github.com/abbot/go-http-auth/examples/digest.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/examples/digest.go rename to vendor/github.com/abbot/go-http-auth/examples/digest.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/examples/wrapped.go b/vendor/github.com/abbot/go-http-auth/examples/wrapped.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/examples/wrapped.go rename to vendor/github.com/abbot/go-http-auth/examples/wrapped.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/md5crypt.go b/vendor/github.com/abbot/go-http-auth/md5crypt.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/md5crypt.go rename to vendor/github.com/abbot/go-http-auth/md5crypt.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/misc.go b/vendor/github.com/abbot/go-http-auth/misc.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/misc.go rename to vendor/github.com/abbot/go-http-auth/misc.go diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/test.htdigest b/vendor/github.com/abbot/go-http-auth/test.htdigest similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/test.htdigest rename to vendor/github.com/abbot/go-http-auth/test.htdigest diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/test.htpasswd b/vendor/github.com/abbot/go-http-auth/test.htpasswd similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/test.htpasswd rename to vendor/github.com/abbot/go-http-auth/test.htpasswd diff --git a/Godeps/_workspace/src/github.com/abbot/go-http-auth/users.go b/vendor/github.com/abbot/go-http-auth/users.go similarity index 100% rename from Godeps/_workspace/src/github.com/abbot/go-http-auth/users.go rename to vendor/github.com/abbot/go-http-auth/users.go diff --git a/vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE b/vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE new file mode 100644 index 000000000000..f7d058a3586f --- /dev/null +++ b/vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2013 Skagerrak Software Limited. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Skagerrak Software Limited nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/hashicorp/memberlist/LICENSE b/vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/d2g/dhcp4client/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/hashicorp/memberlist/LICENSE rename to vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/d2g/dhcp4client/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/vishvananda/netlink/LICENSE b/vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/vishvananda/netlink/LICENSE rename to vendor/github.com/appc/cni/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE diff --git a/Godeps/_workspace/src/github.com/appc/cni/LICENSE b/vendor/github.com/appc/cni/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/appc/cni/LICENSE rename to vendor/github.com/appc/cni/LICENSE diff --git a/Godeps/_workspace/src/github.com/appc/cni/libcni/api.go b/vendor/github.com/appc/cni/libcni/api.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/cni/libcni/api.go rename to vendor/github.com/appc/cni/libcni/api.go diff --git a/Godeps/_workspace/src/github.com/appc/cni/libcni/conf.go b/vendor/github.com/appc/cni/libcni/conf.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/cni/libcni/conf.go rename to vendor/github.com/appc/cni/libcni/conf.go diff --git a/Godeps/_workspace/src/github.com/appc/cni/pkg/invoke/args.go b/vendor/github.com/appc/cni/pkg/invoke/args.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/cni/pkg/invoke/args.go rename to vendor/github.com/appc/cni/pkg/invoke/args.go diff --git a/Godeps/_workspace/src/github.com/appc/cni/pkg/invoke/exec.go b/vendor/github.com/appc/cni/pkg/invoke/exec.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/cni/pkg/invoke/exec.go rename to vendor/github.com/appc/cni/pkg/invoke/exec.go diff --git a/Godeps/_workspace/src/github.com/appc/cni/pkg/invoke/find.go b/vendor/github.com/appc/cni/pkg/invoke/find.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/cni/pkg/invoke/find.go rename to vendor/github.com/appc/cni/pkg/invoke/find.go diff --git a/Godeps/_workspace/src/github.com/appc/cni/pkg/types/args.go b/vendor/github.com/appc/cni/pkg/types/args.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/cni/pkg/types/args.go rename to vendor/github.com/appc/cni/pkg/types/args.go diff --git a/Godeps/_workspace/src/github.com/appc/cni/pkg/types/types.go b/vendor/github.com/appc/cni/pkg/types/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/cni/pkg/types/types.go rename to vendor/github.com/appc/cni/pkg/types/types.go diff --git a/Godeps/_workspace/src/github.com/camlistore/go4/LICENSE b/vendor/github.com/appc/spec/Godeps/_workspace/src/github.com/camlistore/go4/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/camlistore/go4/LICENSE rename to vendor/github.com/appc/spec/Godeps/_workspace/src/github.com/camlistore/go4/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/spf13/pflag/LICENSE b/vendor/github.com/appc/spec/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/spf13/pflag/LICENSE rename to vendor/github.com/appc/spec/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE diff --git a/Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/LICENSE b/vendor/github.com/appc/spec/Godeps/_workspace/src/go4.org/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/LICENSE rename to vendor/github.com/appc/spec/Godeps/_workspace/src/go4.org/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/crypto/LICENSE b/vendor/github.com/appc/spec/Godeps/_workspace/src/golang.org/x/net/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/crypto/LICENSE rename to vendor/github.com/appc/spec/Godeps/_workspace/src/golang.org/x/net/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/crypto/PATENTS b/vendor/github.com/appc/spec/Godeps/_workspace/src/golang.org/x/net/PATENTS similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/crypto/PATENTS rename to vendor/github.com/appc/spec/Godeps/_workspace/src/golang.org/x/net/PATENTS diff --git a/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE b/vendor/github.com/appc/spec/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE similarity index 100% rename from Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE rename to vendor/github.com/appc/spec/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE diff --git a/Godeps/_workspace/src/github.com/appc/spec/LICENSE b/vendor/github.com/appc/spec/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/LICENSE rename to vendor/github.com/appc/spec/LICENSE diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/common/common.go b/vendor/github.com/appc/spec/schema/common/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/common/common.go rename to vendor/github.com/appc/spec/schema/common/common.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/doc.go b/vendor/github.com/appc/spec/schema/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/doc.go rename to vendor/github.com/appc/spec/schema/doc.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/image.go b/vendor/github.com/appc/spec/schema/image.go similarity index 98% rename from Godeps/_workspace/src/github.com/appc/spec/schema/image.go rename to vendor/github.com/appc/spec/schema/image.go index 6ed62f6bac77..fac4c794c329 100644 --- a/Godeps/_workspace/src/github.com/appc/spec/schema/image.go +++ b/vendor/github.com/appc/spec/schema/image.go @@ -22,7 +22,7 @@ import ( "github.com/appc/spec/schema/types" - "github.com/camlistore/go4/errorutil" + "go4.org/errorutil" ) const ( diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/kind.go b/vendor/github.com/appc/spec/schema/kind.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/kind.go rename to vendor/github.com/appc/spec/schema/kind.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/lastditch/doc.go b/vendor/github.com/appc/spec/schema/lastditch/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/lastditch/doc.go rename to vendor/github.com/appc/spec/schema/lastditch/doc.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/lastditch/image.go b/vendor/github.com/appc/spec/schema/lastditch/image.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/lastditch/image.go rename to vendor/github.com/appc/spec/schema/lastditch/image.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/lastditch/labels.go b/vendor/github.com/appc/spec/schema/lastditch/labels.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/lastditch/labels.go rename to vendor/github.com/appc/spec/schema/lastditch/labels.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/lastditch/pod.go b/vendor/github.com/appc/spec/schema/lastditch/pod.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/lastditch/pod.go rename to vendor/github.com/appc/spec/schema/lastditch/pod.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/pod.go b/vendor/github.com/appc/spec/schema/pod.go similarity index 99% rename from Godeps/_workspace/src/github.com/appc/spec/schema/pod.go rename to vendor/github.com/appc/spec/schema/pod.go index 694fed142f7c..b8699315f020 100644 --- a/Godeps/_workspace/src/github.com/appc/spec/schema/pod.go +++ b/vendor/github.com/appc/spec/schema/pod.go @@ -22,7 +22,7 @@ import ( "github.com/appc/spec/schema/types" - "github.com/camlistore/go4/errorutil" + "go4.org/errorutil" ) const PodManifestKind = types.ACKind("PodManifest") diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/acidentifier.go b/vendor/github.com/appc/spec/schema/types/acidentifier.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/acidentifier.go rename to vendor/github.com/appc/spec/schema/types/acidentifier.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/ackind.go b/vendor/github.com/appc/spec/schema/types/ackind.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/ackind.go rename to vendor/github.com/appc/spec/schema/types/ackind.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/acname.go b/vendor/github.com/appc/spec/schema/types/acname.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/acname.go rename to vendor/github.com/appc/spec/schema/types/acname.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/annotations.go b/vendor/github.com/appc/spec/schema/types/annotations.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/annotations.go rename to vendor/github.com/appc/spec/schema/types/annotations.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/app.go b/vendor/github.com/appc/spec/schema/types/app.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/app.go rename to vendor/github.com/appc/spec/schema/types/app.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/date.go b/vendor/github.com/appc/spec/schema/types/date.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/date.go rename to vendor/github.com/appc/spec/schema/types/date.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/dependencies.go b/vendor/github.com/appc/spec/schema/types/dependencies.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/dependencies.go rename to vendor/github.com/appc/spec/schema/types/dependencies.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/doc.go b/vendor/github.com/appc/spec/schema/types/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/doc.go rename to vendor/github.com/appc/spec/schema/types/doc.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/environment.go b/vendor/github.com/appc/spec/schema/types/environment.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/environment.go rename to vendor/github.com/appc/spec/schema/types/environment.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/errors.go b/vendor/github.com/appc/spec/schema/types/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/errors.go rename to vendor/github.com/appc/spec/schema/types/errors.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/event_handler.go b/vendor/github.com/appc/spec/schema/types/event_handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/event_handler.go rename to vendor/github.com/appc/spec/schema/types/event_handler.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/exec.go b/vendor/github.com/appc/spec/schema/types/exec.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/exec.go rename to vendor/github.com/appc/spec/schema/types/exec.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/hash.go b/vendor/github.com/appc/spec/schema/types/hash.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/hash.go rename to vendor/github.com/appc/spec/schema/types/hash.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/isolator.go b/vendor/github.com/appc/spec/schema/types/isolator.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/isolator.go rename to vendor/github.com/appc/spec/schema/types/isolator.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/isolator_linux_specific.go b/vendor/github.com/appc/spec/schema/types/isolator_linux_specific.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/isolator_linux_specific.go rename to vendor/github.com/appc/spec/schema/types/isolator_linux_specific.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/isolator_resources.go b/vendor/github.com/appc/spec/schema/types/isolator_resources.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/isolator_resources.go rename to vendor/github.com/appc/spec/schema/types/isolator_resources.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/labels.go b/vendor/github.com/appc/spec/schema/types/labels.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/labels.go rename to vendor/github.com/appc/spec/schema/types/labels.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/mountpoint.go b/vendor/github.com/appc/spec/schema/types/mountpoint.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/mountpoint.go rename to vendor/github.com/appc/spec/schema/types/mountpoint.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/port.go b/vendor/github.com/appc/spec/schema/types/port.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/port.go rename to vendor/github.com/appc/spec/schema/types/port.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/semver.go b/vendor/github.com/appc/spec/schema/types/semver.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/semver.go rename to vendor/github.com/appc/spec/schema/types/semver.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/url.go b/vendor/github.com/appc/spec/schema/types/url.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/url.go rename to vendor/github.com/appc/spec/schema/types/url.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/uuid.go b/vendor/github.com/appc/spec/schema/types/uuid.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/uuid.go rename to vendor/github.com/appc/spec/schema/types/uuid.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/types/volume.go b/vendor/github.com/appc/spec/schema/types/volume.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/types/volume.go rename to vendor/github.com/appc/spec/schema/types/volume.go diff --git a/Godeps/_workspace/src/github.com/appc/spec/schema/version.go b/vendor/github.com/appc/spec/schema/version.go similarity index 100% rename from Godeps/_workspace/src/github.com/appc/spec/schema/version.go rename to vendor/github.com/appc/spec/schema/version.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/.gitignore b/vendor/github.com/armon/go-metrics/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/.gitignore rename to vendor/github.com/armon/go-metrics/.gitignore diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/LICENSE b/vendor/github.com/armon/go-metrics/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/LICENSE rename to vendor/github.com/armon/go-metrics/LICENSE diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/README.md b/vendor/github.com/armon/go-metrics/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/README.md rename to vendor/github.com/armon/go-metrics/README.md diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/const_unix.go b/vendor/github.com/armon/go-metrics/const_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/const_unix.go rename to vendor/github.com/armon/go-metrics/const_unix.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/const_windows.go b/vendor/github.com/armon/go-metrics/const_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/const_windows.go rename to vendor/github.com/armon/go-metrics/const_windows.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/datadog/dogstatsd.go b/vendor/github.com/armon/go-metrics/datadog/dogstatsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/datadog/dogstatsd.go rename to vendor/github.com/armon/go-metrics/datadog/dogstatsd.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/inmem.go b/vendor/github.com/armon/go-metrics/inmem.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/inmem.go rename to vendor/github.com/armon/go-metrics/inmem.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/inmem_signal.go b/vendor/github.com/armon/go-metrics/inmem_signal.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/inmem_signal.go rename to vendor/github.com/armon/go-metrics/inmem_signal.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/metrics.go b/vendor/github.com/armon/go-metrics/metrics.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/metrics.go rename to vendor/github.com/armon/go-metrics/metrics.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/prometheus/prometheus.go b/vendor/github.com/armon/go-metrics/prometheus/prometheus.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/prometheus/prometheus.go rename to vendor/github.com/armon/go-metrics/prometheus/prometheus.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/sink.go b/vendor/github.com/armon/go-metrics/sink.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/sink.go rename to vendor/github.com/armon/go-metrics/sink.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/start.go b/vendor/github.com/armon/go-metrics/start.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/start.go rename to vendor/github.com/armon/go-metrics/start.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/statsd.go b/vendor/github.com/armon/go-metrics/statsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/statsd.go rename to vendor/github.com/armon/go-metrics/statsd.go diff --git a/Godeps/_workspace/src/github.com/armon/go-metrics/statsite.go b/vendor/github.com/armon/go-metrics/statsite.go similarity index 100% rename from Godeps/_workspace/src/github.com/armon/go-metrics/statsite.go rename to vendor/github.com/armon/go-metrics/statsite.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/LICENSE.txt b/vendor/github.com/aws/aws-sdk-go/LICENSE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/LICENSE.txt rename to vendor/github.com/aws/aws-sdk-go/LICENSE.txt diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/NOTICE.txt b/vendor/github.com/aws/aws-sdk-go/NOTICE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/NOTICE.txt rename to vendor/github.com/aws/aws-sdk-go/NOTICE.txt diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/error.go b/vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/error.go rename to vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/types.go b/vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/types.go rename to vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/equal.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/equal.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client/client.go b/vendor/github.com/aws/aws-sdk-go/aws/client/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client/client.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/client.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client/default_retryer.go b/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client/default_retryer.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go b/vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/config.go b/vendor/github.com/aws/aws-sdk-go/aws/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/config.go rename to vendor/github.com/aws/aws-sdk-go/aws/config.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/convert_types.go b/vendor/github.com/aws/aws-sdk-go/aws/convert_types.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/convert_types.go rename to vendor/github.com/aws/aws-sdk-go/aws/convert_types.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go b/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go rename to vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go b/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go rename to vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/credentials.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/credentials.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/example.ini b/vendor/github.com/aws/aws-sdk-go/aws/credentials/example.ini similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/example.ini rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/example.ini diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/defaults/defaults.go b/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/defaults/defaults.go rename to vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go b/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go rename to vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go b/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go rename to vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/errors.go b/vendor/github.com/aws/aws-sdk-go/aws/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/errors.go rename to vendor/github.com/aws/aws-sdk-go/aws/errors.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/logger.go b/vendor/github.com/aws/aws-sdk-go/aws/logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/logger.go rename to vendor/github.com/aws/aws-sdk-go/aws/logger.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/handlers.go b/vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/handlers.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/request.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/request.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/request_pagination.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/request_pagination.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/retryer.go b/vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/retryer.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/session/session.go b/vendor/github.com/aws/aws-sdk-go/aws/session/session.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/session/session.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/session.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/types.go b/vendor/github.com/aws/aws-sdk-go/aws/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/types.go rename to vendor/github.com/aws/aws-sdk-go/aws/types.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/version.go b/vendor/github.com/aws/aws-sdk-go/aws/version.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/version.go rename to vendor/github.com/aws/aws-sdk-go/aws/version.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints.go b/vendor/github.com/aws/aws-sdk-go/private/endpoints/endpoints.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints.go rename to vendor/github.com/aws/aws-sdk-go/private/endpoints/endpoints.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints.json b/vendor/github.com/aws/aws-sdk-go/private/endpoints/endpoints.json similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints.json rename to vendor/github.com/aws/aws-sdk-go/private/endpoints/endpoints.json diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints_map.go b/vendor/github.com/aws/aws-sdk-go/private/endpoints/endpoints_map.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints_map.go rename to vendor/github.com/aws/aws-sdk-go/private/endpoints/endpoints_map.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/rest/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/rest/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/signer/v4/v4.go b/vendor/github.com/aws/aws-sdk-go/private/signer/v4/v4.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/signer/v4/v4.go rename to vendor/github.com/aws/aws-sdk-go/private/signer/v4/v4.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/waiter/waiter.go b/vendor/github.com/aws/aws-sdk-go/private/waiter/waiter.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/waiter/waiter.go rename to vendor/github.com/aws/aws-sdk-go/private/waiter/waiter.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/autoscaling/api.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/api.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/autoscaling/api.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/api.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/autoscaling/service.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/service.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/autoscaling/service.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/service.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/api.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/api.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/api.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/service.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/service.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/service.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/service.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ecr/api.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/api.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ecr/api.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/api.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ecr/service.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/service.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ecr/service.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/service.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb/api.go b/vendor/github.com/aws/aws-sdk-go/service/elb/api.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb/api.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/api.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb/service.go b/vendor/github.com/aws/aws-sdk-go/service/elb/service.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb/service.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/service.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/elb/waiters.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/waiters.go diff --git a/Godeps/_workspace/src/github.com/beorn7/perks/quantile/exampledata.txt b/vendor/github.com/beorn7/perks/quantile/exampledata.txt similarity index 100% rename from Godeps/_workspace/src/github.com/beorn7/perks/quantile/exampledata.txt rename to vendor/github.com/beorn7/perks/quantile/exampledata.txt diff --git a/Godeps/_workspace/src/github.com/beorn7/perks/quantile/stream.go b/vendor/github.com/beorn7/perks/quantile/stream.go similarity index 100% rename from Godeps/_workspace/src/github.com/beorn7/perks/quantile/stream.go rename to vendor/github.com/beorn7/perks/quantile/stream.go diff --git a/Godeps/_workspace/src/github.com/blang/semver/LICENSE b/vendor/github.com/blang/semver/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/blang/semver/LICENSE rename to vendor/github.com/blang/semver/LICENSE diff --git a/Godeps/_workspace/src/github.com/blang/semver/README.md b/vendor/github.com/blang/semver/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/blang/semver/README.md rename to vendor/github.com/blang/semver/README.md diff --git a/Godeps/_workspace/src/github.com/blang/semver/examples/main.go b/vendor/github.com/blang/semver/examples/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/blang/semver/examples/main.go rename to vendor/github.com/blang/semver/examples/main.go diff --git a/Godeps/_workspace/src/github.com/blang/semver/json.go b/vendor/github.com/blang/semver/json.go similarity index 100% rename from Godeps/_workspace/src/github.com/blang/semver/json.go rename to vendor/github.com/blang/semver/json.go diff --git a/Godeps/_workspace/src/github.com/blang/semver/semver.go b/vendor/github.com/blang/semver/semver.go similarity index 100% rename from Godeps/_workspace/src/github.com/blang/semver/semver.go rename to vendor/github.com/blang/semver/semver.go diff --git a/Godeps/_workspace/src/github.com/blang/semver/sort.go b/vendor/github.com/blang/semver/sort.go similarity index 100% rename from Godeps/_workspace/src/github.com/blang/semver/sort.go rename to vendor/github.com/blang/semver/sort.go diff --git a/Godeps/_workspace/src/github.com/blang/semver/sql.go b/vendor/github.com/blang/semver/sql.go similarity index 100% rename from Godeps/_workspace/src/github.com/blang/semver/sql.go rename to vendor/github.com/blang/semver/sql.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/.gitignore b/vendor/github.com/boltdb/bolt/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/.gitignore rename to vendor/github.com/boltdb/bolt/.gitignore diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/LICENSE b/vendor/github.com/boltdb/bolt/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/LICENSE rename to vendor/github.com/boltdb/bolt/LICENSE diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/Makefile b/vendor/github.com/boltdb/bolt/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/Makefile rename to vendor/github.com/boltdb/bolt/Makefile diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/README.md b/vendor/github.com/boltdb/bolt/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/README.md rename to vendor/github.com/boltdb/bolt/README.md diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_386.go b/vendor/github.com/boltdb/bolt/bolt_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_386.go rename to vendor/github.com/boltdb/bolt/bolt_386.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_amd64.go b/vendor/github.com/boltdb/bolt/bolt_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_amd64.go rename to vendor/github.com/boltdb/bolt/bolt_amd64.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_arm.go b/vendor/github.com/boltdb/bolt/bolt_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_arm.go rename to vendor/github.com/boltdb/bolt/bolt_arm.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_arm64.go b/vendor/github.com/boltdb/bolt/bolt_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_arm64.go rename to vendor/github.com/boltdb/bolt/bolt_arm64.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_linux.go b/vendor/github.com/boltdb/bolt/bolt_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_linux.go rename to vendor/github.com/boltdb/bolt/bolt_linux.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_openbsd.go b/vendor/github.com/boltdb/bolt/bolt_openbsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_openbsd.go rename to vendor/github.com/boltdb/bolt/bolt_openbsd.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_ppc64le.go b/vendor/github.com/boltdb/bolt/bolt_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_ppc64le.go rename to vendor/github.com/boltdb/bolt/bolt_ppc64le.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_s390x.go b/vendor/github.com/boltdb/bolt/bolt_s390x.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_s390x.go rename to vendor/github.com/boltdb/bolt/bolt_s390x.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_unix.go b/vendor/github.com/boltdb/bolt/bolt_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_unix.go rename to vendor/github.com/boltdb/bolt/bolt_unix.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_unix_solaris.go b/vendor/github.com/boltdb/bolt/bolt_unix_solaris.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_unix_solaris.go rename to vendor/github.com/boltdb/bolt/bolt_unix_solaris.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bolt_windows.go b/vendor/github.com/boltdb/bolt/bolt_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bolt_windows.go rename to vendor/github.com/boltdb/bolt/bolt_windows.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/boltsync_unix.go b/vendor/github.com/boltdb/bolt/boltsync_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/boltsync_unix.go rename to vendor/github.com/boltdb/bolt/boltsync_unix.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go b/vendor/github.com/boltdb/bolt/bucket.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go rename to vendor/github.com/boltdb/bolt/bucket.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go b/vendor/github.com/boltdb/bolt/cmd/bolt/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go rename to vendor/github.com/boltdb/bolt/cmd/bolt/main.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go b/vendor/github.com/boltdb/bolt/cursor.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go rename to vendor/github.com/boltdb/bolt/cursor.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/db.go b/vendor/github.com/boltdb/bolt/db.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/db.go rename to vendor/github.com/boltdb/bolt/db.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/doc.go b/vendor/github.com/boltdb/bolt/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/doc.go rename to vendor/github.com/boltdb/bolt/doc.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/errors.go b/vendor/github.com/boltdb/bolt/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/errors.go rename to vendor/github.com/boltdb/bolt/errors.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go b/vendor/github.com/boltdb/bolt/freelist.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go rename to vendor/github.com/boltdb/bolt/freelist.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/node.go b/vendor/github.com/boltdb/bolt/node.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/node.go rename to vendor/github.com/boltdb/bolt/node.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/page.go b/vendor/github.com/boltdb/bolt/page.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/page.go rename to vendor/github.com/boltdb/bolt/page.go diff --git a/Godeps/_workspace/src/github.com/boltdb/bolt/tx.go b/vendor/github.com/boltdb/bolt/tx.go similarity index 100% rename from Godeps/_workspace/src/github.com/boltdb/bolt/tx.go rename to vendor/github.com/boltdb/bolt/tx.go diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/LICENSE b/vendor/github.com/codegangsta/negroni/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/LICENSE rename to vendor/github.com/codegangsta/negroni/LICENSE diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/README.md b/vendor/github.com/codegangsta/negroni/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/README.md rename to vendor/github.com/codegangsta/negroni/README.md diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/doc.go b/vendor/github.com/codegangsta/negroni/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/doc.go rename to vendor/github.com/codegangsta/negroni/doc.go diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/logger.go b/vendor/github.com/codegangsta/negroni/logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/logger.go rename to vendor/github.com/codegangsta/negroni/logger.go diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/negroni.go b/vendor/github.com/codegangsta/negroni/negroni.go similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/negroni.go rename to vendor/github.com/codegangsta/negroni/negroni.go diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/recovery.go b/vendor/github.com/codegangsta/negroni/recovery.go similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/recovery.go rename to vendor/github.com/codegangsta/negroni/recovery.go diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/response_writer.go b/vendor/github.com/codegangsta/negroni/response_writer.go similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/response_writer.go rename to vendor/github.com/codegangsta/negroni/response_writer.go diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/static.go b/vendor/github.com/codegangsta/negroni/static.go similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/static.go rename to vendor/github.com/codegangsta/negroni/static.go diff --git a/Godeps/_workspace/src/github.com/codegangsta/negroni/translations/README_pt_br.md b/vendor/github.com/codegangsta/negroni/translations/README_pt_br.md similarity index 100% rename from Godeps/_workspace/src/github.com/codegangsta/negroni/translations/README_pt_br.md rename to vendor/github.com/codegangsta/negroni/translations/README_pt_br.md diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/LICENSE b/vendor/github.com/coreos/etcd/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/LICENSE rename to vendor/github.com/coreos/etcd/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/NOTICE b/vendor/github.com/coreos/etcd/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/NOTICE rename to vendor/github.com/coreos/etcd/NOTICE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/alarm/alarms.go b/vendor/github.com/coreos/etcd/alarm/alarms.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/alarm/alarms.go rename to vendor/github.com/coreos/etcd/alarm/alarms.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/auth/authpb/auth.pb.go b/vendor/github.com/coreos/etcd/auth/authpb/auth.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/auth/authpb/auth.pb.go rename to vendor/github.com/coreos/etcd/auth/authpb/auth.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/auth/authpb/auth.proto b/vendor/github.com/coreos/etcd/auth/authpb/auth.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/auth/authpb/auth.proto rename to vendor/github.com/coreos/etcd/auth/authpb/auth.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/auth/store.go b/vendor/github.com/coreos/etcd/auth/store.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/auth/store.go rename to vendor/github.com/coreos/etcd/auth/store.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/README.md b/vendor/github.com/coreos/etcd/client/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/README.md rename to vendor/github.com/coreos/etcd/client/README.md diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/auth_role.go b/vendor/github.com/coreos/etcd/client/auth_role.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/auth_role.go rename to vendor/github.com/coreos/etcd/client/auth_role.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/auth_user.go b/vendor/github.com/coreos/etcd/client/auth_user.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/auth_user.go rename to vendor/github.com/coreos/etcd/client/auth_user.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/cancelreq.go b/vendor/github.com/coreos/etcd/client/cancelreq.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/cancelreq.go rename to vendor/github.com/coreos/etcd/client/cancelreq.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go b/vendor/github.com/coreos/etcd/client/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/client.go rename to vendor/github.com/coreos/etcd/client/client.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/cluster_error.go b/vendor/github.com/coreos/etcd/client/cluster_error.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/cluster_error.go rename to vendor/github.com/coreos/etcd/client/cluster_error.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/curl.go b/vendor/github.com/coreos/etcd/client/curl.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/curl.go rename to vendor/github.com/coreos/etcd/client/curl.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/discover.go b/vendor/github.com/coreos/etcd/client/discover.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/discover.go rename to vendor/github.com/coreos/etcd/client/discover.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/doc.go b/vendor/github.com/coreos/etcd/client/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/doc.go rename to vendor/github.com/coreos/etcd/client/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.generated.go b/vendor/github.com/coreos/etcd/client/keys.generated.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/keys.generated.go rename to vendor/github.com/coreos/etcd/client/keys.generated.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go b/vendor/github.com/coreos/etcd/client/keys.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go rename to vendor/github.com/coreos/etcd/client/keys.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/members.go b/vendor/github.com/coreos/etcd/client/members.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/members.go rename to vendor/github.com/coreos/etcd/client/members.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/srv.go b/vendor/github.com/coreos/etcd/client/srv.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/srv.go rename to vendor/github.com/coreos/etcd/client/srv.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/client/util.go b/vendor/github.com/coreos/etcd/client/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/client/util.go rename to vendor/github.com/coreos/etcd/client/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/README.md b/vendor/github.com/coreos/etcd/clientv3/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/README.md rename to vendor/github.com/coreos/etcd/clientv3/README.md diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/auth.go b/vendor/github.com/coreos/etcd/clientv3/auth.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/auth.go rename to vendor/github.com/coreos/etcd/clientv3/auth.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/client.go b/vendor/github.com/coreos/etcd/clientv3/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/client.go rename to vendor/github.com/coreos/etcd/clientv3/client.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/cluster.go b/vendor/github.com/coreos/etcd/clientv3/cluster.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/cluster.go rename to vendor/github.com/coreos/etcd/clientv3/cluster.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/compare.go b/vendor/github.com/coreos/etcd/clientv3/compare.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/compare.go rename to vendor/github.com/coreos/etcd/clientv3/compare.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/doc.go b/vendor/github.com/coreos/etcd/clientv3/concurrency/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/doc.go rename to vendor/github.com/coreos/etcd/clientv3/concurrency/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/election.go b/vendor/github.com/coreos/etcd/clientv3/concurrency/election.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/election.go rename to vendor/github.com/coreos/etcd/clientv3/concurrency/election.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/key.go b/vendor/github.com/coreos/etcd/clientv3/concurrency/key.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/key.go rename to vendor/github.com/coreos/etcd/clientv3/concurrency/key.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/mutex.go b/vendor/github.com/coreos/etcd/clientv3/concurrency/mutex.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/mutex.go rename to vendor/github.com/coreos/etcd/clientv3/concurrency/mutex.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/session.go b/vendor/github.com/coreos/etcd/clientv3/concurrency/session.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/session.go rename to vendor/github.com/coreos/etcd/clientv3/concurrency/session.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/stm.go b/vendor/github.com/coreos/etcd/clientv3/concurrency/stm.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/concurrency/stm.go rename to vendor/github.com/coreos/etcd/clientv3/concurrency/stm.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/config.go b/vendor/github.com/coreos/etcd/clientv3/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/config.go rename to vendor/github.com/coreos/etcd/clientv3/config.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/doc.go b/vendor/github.com/coreos/etcd/clientv3/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/doc.go rename to vendor/github.com/coreos/etcd/clientv3/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/integration/doc.go b/vendor/github.com/coreos/etcd/clientv3/integration/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/integration/doc.go rename to vendor/github.com/coreos/etcd/clientv3/integration/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/kv.go b/vendor/github.com/coreos/etcd/clientv3/kv.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/kv.go rename to vendor/github.com/coreos/etcd/clientv3/kv.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/lease.go b/vendor/github.com/coreos/etcd/clientv3/lease.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/lease.go rename to vendor/github.com/coreos/etcd/clientv3/lease.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/logger.go b/vendor/github.com/coreos/etcd/clientv3/logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/logger.go rename to vendor/github.com/coreos/etcd/clientv3/logger.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/maintenance.go b/vendor/github.com/coreos/etcd/clientv3/maintenance.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/maintenance.go rename to vendor/github.com/coreos/etcd/clientv3/maintenance.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/mirror/syncer.go b/vendor/github.com/coreos/etcd/clientv3/mirror/syncer.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/mirror/syncer.go rename to vendor/github.com/coreos/etcd/clientv3/mirror/syncer.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/op.go b/vendor/github.com/coreos/etcd/clientv3/op.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/op.go rename to vendor/github.com/coreos/etcd/clientv3/op.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/sort.go b/vendor/github.com/coreos/etcd/clientv3/sort.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/sort.go rename to vendor/github.com/coreos/etcd/clientv3/sort.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/txn.go b/vendor/github.com/coreos/etcd/clientv3/txn.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/txn.go rename to vendor/github.com/coreos/etcd/clientv3/txn.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/clientv3/watch.go b/vendor/github.com/coreos/etcd/clientv3/watch.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/clientv3/watch.go rename to vendor/github.com/coreos/etcd/clientv3/watch.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/compactor/compactor.go b/vendor/github.com/coreos/etcd/compactor/compactor.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/compactor/compactor.go rename to vendor/github.com/coreos/etcd/compactor/compactor.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/discovery/discovery.go b/vendor/github.com/coreos/etcd/discovery/discovery.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/discovery/discovery.go rename to vendor/github.com/coreos/etcd/discovery/discovery.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/discovery/srv.go b/vendor/github.com/coreos/etcd/discovery/srv.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/discovery/srv.go rename to vendor/github.com/coreos/etcd/discovery/srv.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/error/error.go b/vendor/github.com/coreos/etcd/error/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/error/error.go rename to vendor/github.com/coreos/etcd/error/error.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/cluster.go b/vendor/github.com/coreos/etcd/etcdserver/api/cluster.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/cluster.go rename to vendor/github.com/coreos/etcd/etcdserver/api/cluster.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/capability.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/capability.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/capability.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/capability.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/client.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/client.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/client.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/client_auth.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/client_auth.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/client_auth.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/client_auth.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/doc.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/doc.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/http.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/http.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/http.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/http.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/errors.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/errors.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/errors.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/member.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/member.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/member.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/member.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/metrics.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/metrics.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/metrics.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/metrics.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/peer.go b/vendor/github.com/coreos/etcd/etcdserver/api/v2http/peer.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v2http/peer.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v2http/peer.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/auth.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/auth.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/auth.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/auth.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/grpc.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/grpc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/grpc.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/grpc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/header.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/header.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/header.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/header.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/key.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/key.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/key.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/key.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/lease.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/lease.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/lease.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/lease.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/maintenance.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/maintenance.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/maintenance.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/maintenance.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/member.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/member.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/member.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/member.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/quota.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/quota.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/quota.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/quota.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes/error.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes/error.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes/error.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/util.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/util.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go b/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go rename to vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/apply.go b/vendor/github.com/coreos/etcd/etcdserver/apply.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/apply.go rename to vendor/github.com/coreos/etcd/etcdserver/apply.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/auth/auth.go b/vendor/github.com/coreos/etcd/etcdserver/auth/auth.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/auth/auth.go rename to vendor/github.com/coreos/etcd/etcdserver/auth/auth.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/auth/auth_requests.go b/vendor/github.com/coreos/etcd/etcdserver/auth/auth_requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/auth/auth_requests.go rename to vendor/github.com/coreos/etcd/etcdserver/auth/auth_requests.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/cluster_util.go b/vendor/github.com/coreos/etcd/etcdserver/cluster_util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/cluster_util.go rename to vendor/github.com/coreos/etcd/etcdserver/cluster_util.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/config.go b/vendor/github.com/coreos/etcd/etcdserver/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/config.go rename to vendor/github.com/coreos/etcd/etcdserver/config.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/consistent_index.go b/vendor/github.com/coreos/etcd/etcdserver/consistent_index.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/consistent_index.go rename to vendor/github.com/coreos/etcd/etcdserver/consistent_index.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/doc.go b/vendor/github.com/coreos/etcd/etcdserver/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/doc.go rename to vendor/github.com/coreos/etcd/etcdserver/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/errors.go b/vendor/github.com/coreos/etcd/etcdserver/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/errors.go rename to vendor/github.com/coreos/etcd/etcdserver/errors.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.pb.go b/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.pb.go rename to vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.proto b/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.proto rename to vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/etcdserver.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.pb.go b/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.pb.go rename to vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.proto b/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.proto rename to vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/raft_internal.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go b/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go rename to vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.proto b/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.proto rename to vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/membership/cluster.go b/vendor/github.com/coreos/etcd/etcdserver/membership/cluster.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/membership/cluster.go rename to vendor/github.com/coreos/etcd/etcdserver/membership/cluster.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/membership/errors.go b/vendor/github.com/coreos/etcd/etcdserver/membership/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/membership/errors.go rename to vendor/github.com/coreos/etcd/etcdserver/membership/errors.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/membership/member.go b/vendor/github.com/coreos/etcd/etcdserver/membership/member.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/membership/member.go rename to vendor/github.com/coreos/etcd/etcdserver/membership/member.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/membership/store.go b/vendor/github.com/coreos/etcd/etcdserver/membership/store.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/membership/store.go rename to vendor/github.com/coreos/etcd/etcdserver/membership/store.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/metrics.go b/vendor/github.com/coreos/etcd/etcdserver/metrics.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/metrics.go rename to vendor/github.com/coreos/etcd/etcdserver/metrics.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/quota.go b/vendor/github.com/coreos/etcd/etcdserver/quota.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/quota.go rename to vendor/github.com/coreos/etcd/etcdserver/quota.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/raft.go b/vendor/github.com/coreos/etcd/etcdserver/raft.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/raft.go rename to vendor/github.com/coreos/etcd/etcdserver/raft.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go b/vendor/github.com/coreos/etcd/etcdserver/server.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go rename to vendor/github.com/coreos/etcd/etcdserver/server.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/snapshot_merge.go b/vendor/github.com/coreos/etcd/etcdserver/snapshot_merge.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/snapshot_merge.go rename to vendor/github.com/coreos/etcd/etcdserver/snapshot_merge.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/stats/leader.go b/vendor/github.com/coreos/etcd/etcdserver/stats/leader.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/stats/leader.go rename to vendor/github.com/coreos/etcd/etcdserver/stats/leader.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/stats/queue.go b/vendor/github.com/coreos/etcd/etcdserver/stats/queue.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/stats/queue.go rename to vendor/github.com/coreos/etcd/etcdserver/stats/queue.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/stats/server.go b/vendor/github.com/coreos/etcd/etcdserver/stats/server.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/stats/server.go rename to vendor/github.com/coreos/etcd/etcdserver/stats/server.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/stats/stats.go b/vendor/github.com/coreos/etcd/etcdserver/stats/stats.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/stats/stats.go rename to vendor/github.com/coreos/etcd/etcdserver/stats/stats.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/storage.go b/vendor/github.com/coreos/etcd/etcdserver/storage.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/storage.go rename to vendor/github.com/coreos/etcd/etcdserver/storage.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/util.go b/vendor/github.com/coreos/etcd/etcdserver/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/util.go rename to vendor/github.com/coreos/etcd/etcdserver/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/v3demo_server.go b/vendor/github.com/coreos/etcd/etcdserver/v3demo_server.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/v3demo_server.go rename to vendor/github.com/coreos/etcd/etcdserver/v3demo_server.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/integration/cluster.go b/vendor/github.com/coreos/etcd/integration/cluster.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/integration/cluster.go rename to vendor/github.com/coreos/etcd/integration/cluster.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/integration/doc.go b/vendor/github.com/coreos/etcd/integration/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/integration/doc.go rename to vendor/github.com/coreos/etcd/integration/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/integration/fixtures/ca.crt b/vendor/github.com/coreos/etcd/integration/fixtures/ca.crt similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/integration/fixtures/ca.crt rename to vendor/github.com/coreos/etcd/integration/fixtures/ca.crt diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/integration/fixtures/server.crt b/vendor/github.com/coreos/etcd/integration/fixtures/server.crt similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/integration/fixtures/server.crt rename to vendor/github.com/coreos/etcd/integration/fixtures/server.crt diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/integration/fixtures/server.key.insecure b/vendor/github.com/coreos/etcd/integration/fixtures/server.key.insecure similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/integration/fixtures/server.key.insecure rename to vendor/github.com/coreos/etcd/integration/fixtures/server.key.insecure diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/lease/leasehttp/http.go b/vendor/github.com/coreos/etcd/lease/leasehttp/http.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/lease/leasehttp/http.go rename to vendor/github.com/coreos/etcd/lease/leasehttp/http.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/lease/leasepb/lease.pb.go b/vendor/github.com/coreos/etcd/lease/leasepb/lease.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/lease/leasepb/lease.pb.go rename to vendor/github.com/coreos/etcd/lease/leasepb/lease.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/lease/leasepb/lease.proto b/vendor/github.com/coreos/etcd/lease/leasepb/lease.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/lease/leasepb/lease.proto rename to vendor/github.com/coreos/etcd/lease/leasepb/lease.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/lease/lessor.go b/vendor/github.com/coreos/etcd/lease/lessor.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/lease/lessor.go rename to vendor/github.com/coreos/etcd/lease/lessor.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/adt/interval_tree.go b/vendor/github.com/coreos/etcd/pkg/adt/interval_tree.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/adt/interval_tree.go rename to vendor/github.com/coreos/etcd/pkg/adt/interval_tree.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/contention/contention.go b/vendor/github.com/coreos/etcd/pkg/contention/contention.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/contention/contention.go rename to vendor/github.com/coreos/etcd/pkg/contention/contention.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/crc/crc.go b/vendor/github.com/coreos/etcd/pkg/crc/crc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/crc/crc.go rename to vendor/github.com/coreos/etcd/pkg/crc/crc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/fileutil.go b/vendor/github.com/coreos/etcd/pkg/fileutil/fileutil.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/fileutil.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/fileutil.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock.go b/vendor/github.com/coreos/etcd/pkg/fileutil/lock.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/lock.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock_plan9.go b/vendor/github.com/coreos/etcd/pkg/fileutil/lock_plan9.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock_plan9.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/lock_plan9.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock_solaris.go b/vendor/github.com/coreos/etcd/pkg/fileutil/lock_solaris.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock_solaris.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/lock_solaris.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock_unix.go b/vendor/github.com/coreos/etcd/pkg/fileutil/lock_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock_unix.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/lock_unix.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock_windows.go b/vendor/github.com/coreos/etcd/pkg/fileutil/lock_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/lock_windows.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/lock_windows.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/preallocate.go b/vendor/github.com/coreos/etcd/pkg/fileutil/preallocate.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/preallocate.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/preallocate.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/preallocate_darwin.go b/vendor/github.com/coreos/etcd/pkg/fileutil/preallocate_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/preallocate_darwin.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/preallocate_darwin.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/preallocate_unix.go b/vendor/github.com/coreos/etcd/pkg/fileutil/preallocate_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/preallocate_unix.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/preallocate_unix.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/preallocate_unsupported.go b/vendor/github.com/coreos/etcd/pkg/fileutil/preallocate_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/preallocate_unsupported.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/preallocate_unsupported.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/purge.go b/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/purge.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/purge.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/sync.go b/vendor/github.com/coreos/etcd/pkg/fileutil/sync.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/sync.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/sync.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/sync_linux.go b/vendor/github.com/coreos/etcd/pkg/fileutil/sync_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil/sync_linux.go rename to vendor/github.com/coreos/etcd/pkg/fileutil/sync_linux.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/httputil/httputil.go b/vendor/github.com/coreos/etcd/pkg/httputil/httputil.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/httputil/httputil.go rename to vendor/github.com/coreos/etcd/pkg/httputil/httputil.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/idutil/id.go b/vendor/github.com/coreos/etcd/pkg/idutil/id.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/idutil/id.go rename to vendor/github.com/coreos/etcd/pkg/idutil/id.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/ioutil/readcloser.go b/vendor/github.com/coreos/etcd/pkg/ioutil/readcloser.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/ioutil/readcloser.go rename to vendor/github.com/coreos/etcd/pkg/ioutil/readcloser.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/ioutil/reader.go b/vendor/github.com/coreos/etcd/pkg/ioutil/reader.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/ioutil/reader.go rename to vendor/github.com/coreos/etcd/pkg/ioutil/reader.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/ioutil/util.go b/vendor/github.com/coreos/etcd/pkg/ioutil/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/ioutil/util.go rename to vendor/github.com/coreos/etcd/pkg/ioutil/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/logutil/merge_logger.go b/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/logutil/merge_logger.go rename to vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/netutil/isolate_linux.go b/vendor/github.com/coreos/etcd/pkg/netutil/isolate_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/netutil/isolate_linux.go rename to vendor/github.com/coreos/etcd/pkg/netutil/isolate_linux.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/netutil/isolate_stub.go b/vendor/github.com/coreos/etcd/pkg/netutil/isolate_stub.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/netutil/isolate_stub.go rename to vendor/github.com/coreos/etcd/pkg/netutil/isolate_stub.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/netutil/netutil.go b/vendor/github.com/coreos/etcd/pkg/netutil/netutil.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/netutil/netutil.go rename to vendor/github.com/coreos/etcd/pkg/netutil/netutil.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/pathutil/path.go b/vendor/github.com/coreos/etcd/pkg/pathutil/path.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/pathutil/path.go rename to vendor/github.com/coreos/etcd/pkg/pathutil/path.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/pbutil/pbutil.go b/vendor/github.com/coreos/etcd/pkg/pbutil/pbutil.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/pbutil/pbutil.go rename to vendor/github.com/coreos/etcd/pkg/pbutil/pbutil.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/runtime/fds_linux.go b/vendor/github.com/coreos/etcd/pkg/runtime/fds_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/runtime/fds_linux.go rename to vendor/github.com/coreos/etcd/pkg/runtime/fds_linux.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/runtime/fds_other.go b/vendor/github.com/coreos/etcd/pkg/runtime/fds_other.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/runtime/fds_other.go rename to vendor/github.com/coreos/etcd/pkg/runtime/fds_other.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/schedule/schedule.go b/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/schedule/schedule.go rename to vendor/github.com/coreos/etcd/pkg/schedule/schedule.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil/leak.go b/vendor/github.com/coreos/etcd/pkg/testutil/leak.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil/leak.go rename to vendor/github.com/coreos/etcd/pkg/testutil/leak.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil/pauseable_handler.go b/vendor/github.com/coreos/etcd/pkg/testutil/pauseable_handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil/pauseable_handler.go rename to vendor/github.com/coreos/etcd/pkg/testutil/pauseable_handler.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil/recorder.go b/vendor/github.com/coreos/etcd/pkg/testutil/recorder.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil/recorder.go rename to vendor/github.com/coreos/etcd/pkg/testutil/recorder.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil/testutil.go b/vendor/github.com/coreos/etcd/pkg/testutil/testutil.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil/testutil.go rename to vendor/github.com/coreos/etcd/pkg/testutil/testutil.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/tlsutil/tlsutil.go b/vendor/github.com/coreos/etcd/pkg/tlsutil/tlsutil.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/tlsutil/tlsutil.go rename to vendor/github.com/coreos/etcd/pkg/tlsutil/tlsutil.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/doc.go b/vendor/github.com/coreos/etcd/pkg/transport/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/doc.go rename to vendor/github.com/coreos/etcd/pkg/transport/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/keepalive_listener.go b/vendor/github.com/coreos/etcd/pkg/transport/keepalive_listener.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/keepalive_listener.go rename to vendor/github.com/coreos/etcd/pkg/transport/keepalive_listener.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/limit_listen.go b/vendor/github.com/coreos/etcd/pkg/transport/limit_listen.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/limit_listen.go rename to vendor/github.com/coreos/etcd/pkg/transport/limit_listen.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/listener.go b/vendor/github.com/coreos/etcd/pkg/transport/listener.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/listener.go rename to vendor/github.com/coreos/etcd/pkg/transport/listener.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/timeout_conn.go b/vendor/github.com/coreos/etcd/pkg/transport/timeout_conn.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/timeout_conn.go rename to vendor/github.com/coreos/etcd/pkg/transport/timeout_conn.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/timeout_dialer.go b/vendor/github.com/coreos/etcd/pkg/transport/timeout_dialer.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/timeout_dialer.go rename to vendor/github.com/coreos/etcd/pkg/transport/timeout_dialer.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/timeout_listener.go b/vendor/github.com/coreos/etcd/pkg/transport/timeout_listener.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/timeout_listener.go rename to vendor/github.com/coreos/etcd/pkg/transport/timeout_listener.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/timeout_transport.go b/vendor/github.com/coreos/etcd/pkg/transport/timeout_transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport/timeout_transport.go rename to vendor/github.com/coreos/etcd/pkg/transport/timeout_transport.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/doc.go b/vendor/github.com/coreos/etcd/pkg/types/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/doc.go rename to vendor/github.com/coreos/etcd/pkg/types/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/id.go b/vendor/github.com/coreos/etcd/pkg/types/id.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/id.go rename to vendor/github.com/coreos/etcd/pkg/types/id.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/set.go b/vendor/github.com/coreos/etcd/pkg/types/set.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/set.go rename to vendor/github.com/coreos/etcd/pkg/types/set.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/slice.go b/vendor/github.com/coreos/etcd/pkg/types/slice.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/slice.go rename to vendor/github.com/coreos/etcd/pkg/types/slice.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/urls.go b/vendor/github.com/coreos/etcd/pkg/types/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/urls.go rename to vendor/github.com/coreos/etcd/pkg/types/urls.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/urlsmap.go b/vendor/github.com/coreos/etcd/pkg/types/urlsmap.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/types/urlsmap.go rename to vendor/github.com/coreos/etcd/pkg/types/urlsmap.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/wait/wait.go b/vendor/github.com/coreos/etcd/pkg/wait/wait.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/wait/wait.go rename to vendor/github.com/coreos/etcd/pkg/wait/wait.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/pkg/wait/wait_time.go b/vendor/github.com/coreos/etcd/pkg/wait/wait_time.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/pkg/wait/wait_time.go rename to vendor/github.com/coreos/etcd/pkg/wait/wait_time.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/design.md b/vendor/github.com/coreos/etcd/raft/design.md similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/design.md rename to vendor/github.com/coreos/etcd/raft/design.md diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/doc.go b/vendor/github.com/coreos/etcd/raft/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/doc.go rename to vendor/github.com/coreos/etcd/raft/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/log.go b/vendor/github.com/coreos/etcd/raft/log.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/log.go rename to vendor/github.com/coreos/etcd/raft/log.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/log_unstable.go b/vendor/github.com/coreos/etcd/raft/log_unstable.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/log_unstable.go rename to vendor/github.com/coreos/etcd/raft/log_unstable.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/logger.go b/vendor/github.com/coreos/etcd/raft/logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/logger.go rename to vendor/github.com/coreos/etcd/raft/logger.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/node.go b/vendor/github.com/coreos/etcd/raft/node.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/node.go rename to vendor/github.com/coreos/etcd/raft/node.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/progress.go b/vendor/github.com/coreos/etcd/raft/progress.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/progress.go rename to vendor/github.com/coreos/etcd/raft/progress.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/raft.go b/vendor/github.com/coreos/etcd/raft/raft.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/raft.go rename to vendor/github.com/coreos/etcd/raft/raft.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/raftpb/raft.pb.go b/vendor/github.com/coreos/etcd/raft/raftpb/raft.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/raftpb/raft.pb.go rename to vendor/github.com/coreos/etcd/raft/raftpb/raft.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/raftpb/raft.proto b/vendor/github.com/coreos/etcd/raft/raftpb/raft.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/raftpb/raft.proto rename to vendor/github.com/coreos/etcd/raft/raftpb/raft.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/rafttest/doc.go b/vendor/github.com/coreos/etcd/raft/rafttest/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/rafttest/doc.go rename to vendor/github.com/coreos/etcd/raft/rafttest/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/rafttest/network.go b/vendor/github.com/coreos/etcd/raft/rafttest/network.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/rafttest/network.go rename to vendor/github.com/coreos/etcd/raft/rafttest/network.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/rafttest/node.go b/vendor/github.com/coreos/etcd/raft/rafttest/node.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/rafttest/node.go rename to vendor/github.com/coreos/etcd/raft/rafttest/node.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/rawnode.go b/vendor/github.com/coreos/etcd/raft/rawnode.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/rawnode.go rename to vendor/github.com/coreos/etcd/raft/rawnode.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/status.go b/vendor/github.com/coreos/etcd/raft/status.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/status.go rename to vendor/github.com/coreos/etcd/raft/status.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/storage.go b/vendor/github.com/coreos/etcd/raft/storage.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/storage.go rename to vendor/github.com/coreos/etcd/raft/storage.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/raft/util.go b/vendor/github.com/coreos/etcd/raft/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/raft/util.go rename to vendor/github.com/coreos/etcd/raft/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/coder.go b/vendor/github.com/coreos/etcd/rafthttp/coder.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/coder.go rename to vendor/github.com/coreos/etcd/rafthttp/coder.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/doc.go b/vendor/github.com/coreos/etcd/rafthttp/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/doc.go rename to vendor/github.com/coreos/etcd/rafthttp/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/http.go b/vendor/github.com/coreos/etcd/rafthttp/http.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/http.go rename to vendor/github.com/coreos/etcd/rafthttp/http.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/metrics.go b/vendor/github.com/coreos/etcd/rafthttp/metrics.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/metrics.go rename to vendor/github.com/coreos/etcd/rafthttp/metrics.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/msg_codec.go b/vendor/github.com/coreos/etcd/rafthttp/msg_codec.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/msg_codec.go rename to vendor/github.com/coreos/etcd/rafthttp/msg_codec.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/msgappv2_codec.go b/vendor/github.com/coreos/etcd/rafthttp/msgappv2_codec.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/msgappv2_codec.go rename to vendor/github.com/coreos/etcd/rafthttp/msgappv2_codec.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/peer.go b/vendor/github.com/coreos/etcd/rafthttp/peer.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/peer.go rename to vendor/github.com/coreos/etcd/rafthttp/peer.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/peer_status.go b/vendor/github.com/coreos/etcd/rafthttp/peer_status.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/peer_status.go rename to vendor/github.com/coreos/etcd/rafthttp/peer_status.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/pipeline.go b/vendor/github.com/coreos/etcd/rafthttp/pipeline.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/pipeline.go rename to vendor/github.com/coreos/etcd/rafthttp/pipeline.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/probing_status.go b/vendor/github.com/coreos/etcd/rafthttp/probing_status.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/probing_status.go rename to vendor/github.com/coreos/etcd/rafthttp/probing_status.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/remote.go b/vendor/github.com/coreos/etcd/rafthttp/remote.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/remote.go rename to vendor/github.com/coreos/etcd/rafthttp/remote.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/snapshot_sender.go b/vendor/github.com/coreos/etcd/rafthttp/snapshot_sender.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/snapshot_sender.go rename to vendor/github.com/coreos/etcd/rafthttp/snapshot_sender.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/stream.go b/vendor/github.com/coreos/etcd/rafthttp/stream.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/stream.go rename to vendor/github.com/coreos/etcd/rafthttp/stream.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/transport.go b/vendor/github.com/coreos/etcd/rafthttp/transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/transport.go rename to vendor/github.com/coreos/etcd/rafthttp/transport.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/urlpick.go b/vendor/github.com/coreos/etcd/rafthttp/urlpick.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/urlpick.go rename to vendor/github.com/coreos/etcd/rafthttp/urlpick.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/util.go b/vendor/github.com/coreos/etcd/rafthttp/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/rafthttp/util.go rename to vendor/github.com/coreos/etcd/rafthttp/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/snap/db.go b/vendor/github.com/coreos/etcd/snap/db.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/snap/db.go rename to vendor/github.com/coreos/etcd/snap/db.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/snap/message.go b/vendor/github.com/coreos/etcd/snap/message.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/snap/message.go rename to vendor/github.com/coreos/etcd/snap/message.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/snap/metrics.go b/vendor/github.com/coreos/etcd/snap/metrics.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/snap/metrics.go rename to vendor/github.com/coreos/etcd/snap/metrics.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/snap/snappb/snap.pb.go b/vendor/github.com/coreos/etcd/snap/snappb/snap.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/snap/snappb/snap.pb.go rename to vendor/github.com/coreos/etcd/snap/snappb/snap.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/snap/snappb/snap.proto b/vendor/github.com/coreos/etcd/snap/snappb/snap.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/snap/snappb/snap.proto rename to vendor/github.com/coreos/etcd/snap/snappb/snap.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/snap/snapshotter.go b/vendor/github.com/coreos/etcd/snap/snapshotter.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/snap/snapshotter.go rename to vendor/github.com/coreos/etcd/snap/snapshotter.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/backend.go b/vendor/github.com/coreos/etcd/storage/backend/backend.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/backend.go rename to vendor/github.com/coreos/etcd/storage/backend/backend.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/batch_tx.go b/vendor/github.com/coreos/etcd/storage/backend/batch_tx.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/batch_tx.go rename to vendor/github.com/coreos/etcd/storage/backend/batch_tx.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_darwin.go b/vendor/github.com/coreos/etcd/storage/backend/boltoption_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_darwin.go rename to vendor/github.com/coreos/etcd/storage/backend/boltoption_darwin.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_freebsd.go b/vendor/github.com/coreos/etcd/storage/backend/boltoption_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_freebsd.go rename to vendor/github.com/coreos/etcd/storage/backend/boltoption_freebsd.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_solaris.go b/vendor/github.com/coreos/etcd/storage/backend/boltoption_solaris.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_solaris.go rename to vendor/github.com/coreos/etcd/storage/backend/boltoption_solaris.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_unix.go b/vendor/github.com/coreos/etcd/storage/backend/boltoption_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_unix.go rename to vendor/github.com/coreos/etcd/storage/backend/boltoption_unix.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_windows.go b/vendor/github.com/coreos/etcd/storage/backend/boltoption_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/boltoption_windows.go rename to vendor/github.com/coreos/etcd/storage/backend/boltoption_windows.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/doc.go b/vendor/github.com/coreos/etcd/storage/backend/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/backend/doc.go rename to vendor/github.com/coreos/etcd/storage/backend/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/doc.go b/vendor/github.com/coreos/etcd/storage/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/doc.go rename to vendor/github.com/coreos/etcd/storage/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/index.go b/vendor/github.com/coreos/etcd/storage/index.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/index.go rename to vendor/github.com/coreos/etcd/storage/index.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/key_index.go b/vendor/github.com/coreos/etcd/storage/key_index.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/key_index.go rename to vendor/github.com/coreos/etcd/storage/key_index.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/kv.go b/vendor/github.com/coreos/etcd/storage/kv.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/kv.go rename to vendor/github.com/coreos/etcd/storage/kv.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/kvstore.go b/vendor/github.com/coreos/etcd/storage/kvstore.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/kvstore.go rename to vendor/github.com/coreos/etcd/storage/kvstore.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/kvstore_compaction.go b/vendor/github.com/coreos/etcd/storage/kvstore_compaction.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/kvstore_compaction.go rename to vendor/github.com/coreos/etcd/storage/kvstore_compaction.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/metrics.go b/vendor/github.com/coreos/etcd/storage/metrics.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/metrics.go rename to vendor/github.com/coreos/etcd/storage/metrics.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/revision.go b/vendor/github.com/coreos/etcd/storage/revision.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/revision.go rename to vendor/github.com/coreos/etcd/storage/revision.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/storagepb/kv.pb.go b/vendor/github.com/coreos/etcd/storage/storagepb/kv.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/storagepb/kv.pb.go rename to vendor/github.com/coreos/etcd/storage/storagepb/kv.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/storagepb/kv.proto b/vendor/github.com/coreos/etcd/storage/storagepb/kv.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/storagepb/kv.proto rename to vendor/github.com/coreos/etcd/storage/storagepb/kv.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/watchable_store.go b/vendor/github.com/coreos/etcd/storage/watchable_store.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/watchable_store.go rename to vendor/github.com/coreos/etcd/storage/watchable_store.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/watcher.go b/vendor/github.com/coreos/etcd/storage/watcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/watcher.go rename to vendor/github.com/coreos/etcd/storage/watcher.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/storage/watcher_group.go b/vendor/github.com/coreos/etcd/storage/watcher_group.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/storage/watcher_group.go rename to vendor/github.com/coreos/etcd/storage/watcher_group.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/doc.go b/vendor/github.com/coreos/etcd/store/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/doc.go rename to vendor/github.com/coreos/etcd/store/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/event.go b/vendor/github.com/coreos/etcd/store/event.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/event.go rename to vendor/github.com/coreos/etcd/store/event.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/event_history.go b/vendor/github.com/coreos/etcd/store/event_history.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/event_history.go rename to vendor/github.com/coreos/etcd/store/event_history.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/event_queue.go b/vendor/github.com/coreos/etcd/store/event_queue.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/event_queue.go rename to vendor/github.com/coreos/etcd/store/event_queue.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/metrics.go b/vendor/github.com/coreos/etcd/store/metrics.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/metrics.go rename to vendor/github.com/coreos/etcd/store/metrics.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/node.go b/vendor/github.com/coreos/etcd/store/node.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/node.go rename to vendor/github.com/coreos/etcd/store/node.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/node_extern.go b/vendor/github.com/coreos/etcd/store/node_extern.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/node_extern.go rename to vendor/github.com/coreos/etcd/store/node_extern.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/stats.go b/vendor/github.com/coreos/etcd/store/stats.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/stats.go rename to vendor/github.com/coreos/etcd/store/stats.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/store.go b/vendor/github.com/coreos/etcd/store/store.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/store.go rename to vendor/github.com/coreos/etcd/store/store.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/ttl_key_heap.go b/vendor/github.com/coreos/etcd/store/ttl_key_heap.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/ttl_key_heap.go rename to vendor/github.com/coreos/etcd/store/ttl_key_heap.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/watcher.go b/vendor/github.com/coreos/etcd/store/watcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/watcher.go rename to vendor/github.com/coreos/etcd/store/watcher.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/store/watcher_hub.go b/vendor/github.com/coreos/etcd/store/watcher_hub.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/store/watcher_hub.go rename to vendor/github.com/coreos/etcd/store/watcher_hub.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/version/version.go b/vendor/github.com/coreos/etcd/version/version.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/version/version.go rename to vendor/github.com/coreos/etcd/version/version.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/decoder.go b/vendor/github.com/coreos/etcd/wal/decoder.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/decoder.go rename to vendor/github.com/coreos/etcd/wal/decoder.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/doc.go b/vendor/github.com/coreos/etcd/wal/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/doc.go rename to vendor/github.com/coreos/etcd/wal/doc.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/encoder.go b/vendor/github.com/coreos/etcd/wal/encoder.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/encoder.go rename to vendor/github.com/coreos/etcd/wal/encoder.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/file_pipeline.go b/vendor/github.com/coreos/etcd/wal/file_pipeline.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/file_pipeline.go rename to vendor/github.com/coreos/etcd/wal/file_pipeline.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/metrics.go b/vendor/github.com/coreos/etcd/wal/metrics.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/metrics.go rename to vendor/github.com/coreos/etcd/wal/metrics.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/repair.go b/vendor/github.com/coreos/etcd/wal/repair.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/repair.go rename to vendor/github.com/coreos/etcd/wal/repair.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/util.go b/vendor/github.com/coreos/etcd/wal/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/util.go rename to vendor/github.com/coreos/etcd/wal/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/wal.go b/vendor/github.com/coreos/etcd/wal/wal.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/wal.go rename to vendor/github.com/coreos/etcd/wal/wal.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/walpb/record.go b/vendor/github.com/coreos/etcd/wal/walpb/record.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/walpb/record.go rename to vendor/github.com/coreos/etcd/wal/walpb/record.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/walpb/record.pb.go b/vendor/github.com/coreos/etcd/wal/walpb/record.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/walpb/record.pb.go rename to vendor/github.com/coreos/etcd/wal/walpb/record.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/wal/walpb/record.proto b/vendor/github.com/coreos/etcd/wal/walpb/record.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/wal/walpb/record.proto rename to vendor/github.com/coreos/etcd/wal/walpb/record.proto diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/cockroachdb/cmux/LICENSE b/vendor/github.com/coreos/go-etcd/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/cockroachdb/cmux/LICENSE rename to vendor/github.com/coreos/go-etcd/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/add_child.go b/vendor/github.com/coreos/go-etcd/etcd/add_child.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/add_child.go rename to vendor/github.com/coreos/go-etcd/etcd/add_child.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/client.go b/vendor/github.com/coreos/go-etcd/etcd/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/client.go rename to vendor/github.com/coreos/go-etcd/etcd/client.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/cluster.go b/vendor/github.com/coreos/go-etcd/etcd/cluster.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/cluster.go rename to vendor/github.com/coreos/go-etcd/etcd/cluster.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/compare_and_delete.go b/vendor/github.com/coreos/go-etcd/etcd/compare_and_delete.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/compare_and_delete.go rename to vendor/github.com/coreos/go-etcd/etcd/compare_and_delete.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/compare_and_swap.go b/vendor/github.com/coreos/go-etcd/etcd/compare_and_swap.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/compare_and_swap.go rename to vendor/github.com/coreos/go-etcd/etcd/compare_and_swap.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/debug.go b/vendor/github.com/coreos/go-etcd/etcd/debug.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/debug.go rename to vendor/github.com/coreos/go-etcd/etcd/debug.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/delete.go b/vendor/github.com/coreos/go-etcd/etcd/delete.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/delete.go rename to vendor/github.com/coreos/go-etcd/etcd/delete.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/error.go b/vendor/github.com/coreos/go-etcd/etcd/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/error.go rename to vendor/github.com/coreos/go-etcd/etcd/error.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/get.go b/vendor/github.com/coreos/go-etcd/etcd/get.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/get.go rename to vendor/github.com/coreos/go-etcd/etcd/get.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/member.go b/vendor/github.com/coreos/go-etcd/etcd/member.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/member.go rename to vendor/github.com/coreos/go-etcd/etcd/member.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/options.go b/vendor/github.com/coreos/go-etcd/etcd/options.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/options.go rename to vendor/github.com/coreos/go-etcd/etcd/options.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/requests.go b/vendor/github.com/coreos/go-etcd/etcd/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/requests.go rename to vendor/github.com/coreos/go-etcd/etcd/requests.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/response.generated.go b/vendor/github.com/coreos/go-etcd/etcd/response.generated.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/response.generated.go rename to vendor/github.com/coreos/go-etcd/etcd/response.generated.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/response.go b/vendor/github.com/coreos/go-etcd/etcd/response.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/response.go rename to vendor/github.com/coreos/go-etcd/etcd/response.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/set_update_create.go b/vendor/github.com/coreos/go-etcd/etcd/set_update_create.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/set_update_create.go rename to vendor/github.com/coreos/go-etcd/etcd/set_update_create.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/shuffle.go b/vendor/github.com/coreos/go-etcd/etcd/shuffle.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/shuffle.go rename to vendor/github.com/coreos/go-etcd/etcd/shuffle.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/version.go b/vendor/github.com/coreos/go-etcd/etcd/version.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/version.go rename to vendor/github.com/coreos/go-etcd/etcd/version.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/watch.go b/vendor/github.com/coreos/go-etcd/etcd/watch.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/watch.go rename to vendor/github.com/coreos/go-etcd/etcd/watch.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/pkg/LICENSE b/vendor/github.com/coreos/go-oidc/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/pkg/LICENSE rename to vendor/github.com/coreos/go-oidc/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/pkg/NOTICE b/vendor/github.com/coreos/go-oidc/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/pkg/NOTICE rename to vendor/github.com/coreos/go-oidc/NOTICE diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/http/client.go b/vendor/github.com/coreos/go-oidc/http/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/http/client.go rename to vendor/github.com/coreos/go-oidc/http/client.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/http/http.go b/vendor/github.com/coreos/go-oidc/http/http.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/http/http.go rename to vendor/github.com/coreos/go-oidc/http/http.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/http/middleware.go b/vendor/github.com/coreos/go-oidc/http/middleware.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/http/middleware.go rename to vendor/github.com/coreos/go-oidc/http/middleware.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/http/url.go b/vendor/github.com/coreos/go-oidc/http/url.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/http/url.go rename to vendor/github.com/coreos/go-oidc/http/url.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/jose/claims.go b/vendor/github.com/coreos/go-oidc/jose/claims.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/jose/claims.go rename to vendor/github.com/coreos/go-oidc/jose/claims.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/jose/jose.go b/vendor/github.com/coreos/go-oidc/jose/jose.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/jose/jose.go rename to vendor/github.com/coreos/go-oidc/jose/jose.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/jose/jwk.go b/vendor/github.com/coreos/go-oidc/jose/jwk.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/jose/jwk.go rename to vendor/github.com/coreos/go-oidc/jose/jwk.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/jose/jws.go b/vendor/github.com/coreos/go-oidc/jose/jws.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/jose/jws.go rename to vendor/github.com/coreos/go-oidc/jose/jws.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/jose/jwt.go b/vendor/github.com/coreos/go-oidc/jose/jwt.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/jose/jwt.go rename to vendor/github.com/coreos/go-oidc/jose/jwt.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/jose/sig.go b/vendor/github.com/coreos/go-oidc/jose/sig.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/jose/sig.go rename to vendor/github.com/coreos/go-oidc/jose/sig.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/jose/sig_hmac.go b/vendor/github.com/coreos/go-oidc/jose/sig_hmac.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/jose/sig_hmac.go rename to vendor/github.com/coreos/go-oidc/jose/sig_hmac.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/jose/sig_rsa.go b/vendor/github.com/coreos/go-oidc/jose/sig_rsa.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/jose/sig_rsa.go rename to vendor/github.com/coreos/go-oidc/jose/sig_rsa.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/key/key.go b/vendor/github.com/coreos/go-oidc/key/key.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/key/key.go rename to vendor/github.com/coreos/go-oidc/key/key.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/key/manager.go b/vendor/github.com/coreos/go-oidc/key/manager.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/key/manager.go rename to vendor/github.com/coreos/go-oidc/key/manager.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/key/repo.go b/vendor/github.com/coreos/go-oidc/key/repo.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/key/repo.go rename to vendor/github.com/coreos/go-oidc/key/repo.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/key/rotate.go b/vendor/github.com/coreos/go-oidc/key/rotate.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/key/rotate.go rename to vendor/github.com/coreos/go-oidc/key/rotate.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/key/sync.go b/vendor/github.com/coreos/go-oidc/key/sync.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/key/sync.go rename to vendor/github.com/coreos/go-oidc/key/sync.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oauth2/error.go b/vendor/github.com/coreos/go-oidc/oauth2/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oauth2/error.go rename to vendor/github.com/coreos/go-oidc/oauth2/error.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oauth2/oauth2.go b/vendor/github.com/coreos/go-oidc/oauth2/oauth2.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oauth2/oauth2.go rename to vendor/github.com/coreos/go-oidc/oauth2/oauth2.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/client.go b/vendor/github.com/coreos/go-oidc/oidc/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/client.go rename to vendor/github.com/coreos/go-oidc/oidc/client.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/identity.go b/vendor/github.com/coreos/go-oidc/oidc/identity.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/identity.go rename to vendor/github.com/coreos/go-oidc/oidc/identity.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/interface.go b/vendor/github.com/coreos/go-oidc/oidc/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/interface.go rename to vendor/github.com/coreos/go-oidc/oidc/interface.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/key.go b/vendor/github.com/coreos/go-oidc/oidc/key.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/key.go rename to vendor/github.com/coreos/go-oidc/oidc/key.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/provider.go b/vendor/github.com/coreos/go-oidc/oidc/provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/provider.go rename to vendor/github.com/coreos/go-oidc/oidc/provider.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/transport.go b/vendor/github.com/coreos/go-oidc/oidc/transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/transport.go rename to vendor/github.com/coreos/go-oidc/oidc/transport.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/util.go b/vendor/github.com/coreos/go-oidc/oidc/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/util.go rename to vendor/github.com/coreos/go-oidc/oidc/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/verification.go b/vendor/github.com/coreos/go-oidc/oidc/verification.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/oidc/verification.go rename to vendor/github.com/coreos/go-oidc/oidc/verification.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/go-semver/LICENSE b/vendor/github.com/coreos/go-semver/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/go-semver/LICENSE rename to vendor/github.com/coreos/go-semver/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/go-semver/semver/semver.go b/vendor/github.com/coreos/go-semver/semver/semver.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-semver/semver/semver.go rename to vendor/github.com/coreos/go-semver/semver/semver.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-semver/semver/sort.go b/vendor/github.com/coreos/go-semver/semver/sort.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-semver/semver/sort.go rename to vendor/github.com/coreos/go-semver/semver/sort.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/LICENSE b/vendor/github.com/coreos/go-systemd/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/LICENSE rename to vendor/github.com/coreos/go-systemd/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/daemon/sdnotify.go b/vendor/github.com/coreos/go-systemd/daemon/sdnotify.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/daemon/sdnotify.go rename to vendor/github.com/coreos/go-systemd/daemon/sdnotify.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/dbus.go b/vendor/github.com/coreos/go-systemd/dbus/dbus.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/dbus.go rename to vendor/github.com/coreos/go-systemd/dbus/dbus.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/methods.go b/vendor/github.com/coreos/go-systemd/dbus/methods.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/methods.go rename to vendor/github.com/coreos/go-systemd/dbus/methods.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/properties.go b/vendor/github.com/coreos/go-systemd/dbus/properties.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/properties.go rename to vendor/github.com/coreos/go-systemd/dbus/properties.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/set.go b/vendor/github.com/coreos/go-systemd/dbus/set.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/set.go rename to vendor/github.com/coreos/go-systemd/dbus/set.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/subscription.go b/vendor/github.com/coreos/go-systemd/dbus/subscription.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/subscription.go rename to vendor/github.com/coreos/go-systemd/dbus/subscription.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/subscription_set.go b/vendor/github.com/coreos/go-systemd/dbus/subscription_set.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/dbus/subscription_set.go rename to vendor/github.com/coreos/go-systemd/dbus/subscription_set.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/unit/deserialize.go b/vendor/github.com/coreos/go-systemd/unit/deserialize.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/unit/deserialize.go rename to vendor/github.com/coreos/go-systemd/unit/deserialize.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/unit/escape.go b/vendor/github.com/coreos/go-systemd/unit/escape.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/unit/escape.go rename to vendor/github.com/coreos/go-systemd/unit/escape.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/unit/option.go b/vendor/github.com/coreos/go-systemd/unit/option.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/unit/option.go rename to vendor/github.com/coreos/go-systemd/unit/option.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/unit/serialize.go b/vendor/github.com/coreos/go-systemd/unit/serialize.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/unit/serialize.go rename to vendor/github.com/coreos/go-systemd/unit/serialize.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/util/util.go b/vendor/github.com/coreos/go-systemd/util/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/util/util.go rename to vendor/github.com/coreos/go-systemd/util/util.go diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/LICENSE b/vendor/github.com/coreos/pkg/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/LICENSE rename to vendor/github.com/coreos/pkg/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/go-oidc/NOTICE b/vendor/github.com/coreos/pkg/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-oidc/NOTICE rename to vendor/github.com/coreos/pkg/NOTICE diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/capnslog/README.md b/vendor/github.com/coreos/pkg/capnslog/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/capnslog/README.md rename to vendor/github.com/coreos/pkg/capnslog/README.md diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/capnslog/example/hello_dolly.go b/vendor/github.com/coreos/pkg/capnslog/example/hello_dolly.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/capnslog/example/hello_dolly.go rename to vendor/github.com/coreos/pkg/capnslog/example/hello_dolly.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/capnslog/formatters.go b/vendor/github.com/coreos/pkg/capnslog/formatters.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/capnslog/formatters.go rename to vendor/github.com/coreos/pkg/capnslog/formatters.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/capnslog/glog_formatter.go b/vendor/github.com/coreos/pkg/capnslog/glog_formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/capnslog/glog_formatter.go rename to vendor/github.com/coreos/pkg/capnslog/glog_formatter.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/capnslog/log_hijack.go b/vendor/github.com/coreos/pkg/capnslog/log_hijack.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/capnslog/log_hijack.go rename to vendor/github.com/coreos/pkg/capnslog/log_hijack.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/capnslog/logmap.go b/vendor/github.com/coreos/pkg/capnslog/logmap.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/capnslog/logmap.go rename to vendor/github.com/coreos/pkg/capnslog/logmap.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/capnslog/pkg_logger.go b/vendor/github.com/coreos/pkg/capnslog/pkg_logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/capnslog/pkg_logger.go rename to vendor/github.com/coreos/pkg/capnslog/pkg_logger.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/capnslog/syslog_formatter.go b/vendor/github.com/coreos/pkg/capnslog/syslog_formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/capnslog/syslog_formatter.go rename to vendor/github.com/coreos/pkg/capnslog/syslog_formatter.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/health/README.md b/vendor/github.com/coreos/pkg/health/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/health/README.md rename to vendor/github.com/coreos/pkg/health/README.md diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/health/health.go b/vendor/github.com/coreos/pkg/health/health.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/health/health.go rename to vendor/github.com/coreos/pkg/health/health.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/httputil/README.md b/vendor/github.com/coreos/pkg/httputil/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/httputil/README.md rename to vendor/github.com/coreos/pkg/httputil/README.md diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/httputil/json.go b/vendor/github.com/coreos/pkg/httputil/json.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/httputil/json.go rename to vendor/github.com/coreos/pkg/httputil/json.go diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/timeutil/backoff.go b/vendor/github.com/coreos/pkg/timeutil/backoff.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/timeutil/backoff.go rename to vendor/github.com/coreos/pkg/timeutil/backoff.go diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/cni/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/cni/LICENSE new file mode 100644 index 000000000000..8f71f43fee3f --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/cni/LICENSE @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/Godeps/_workspace/src/github.com/coreos/pkg/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/docker2aci/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/pkg/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/docker2aci/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/goaci/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/goaci/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/distribution/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/distribution/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/google/btree/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/COPYING similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/google/btree/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/COPYING diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/clients/chrome/clip-it-good/LICENSE similarity index 93% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/clients/chrome/clip-it-good/LICENSE index b03310a91fde..055361b34f56 100644 --- a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/LICENSE +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/clients/chrome/clip-it-good/LICENSE @@ -1,4 +1,4 @@ -Copyright 2015 James Saryerwinnie +Copyright 2010 Brett Slatkin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/misc/copyrightifity b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/misc/copyrightifity new file mode 100644 index 000000000000..14db513c884d --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/misc/copyrightifity @@ -0,0 +1,68 @@ +#!/usr/bin/perl +# +# Copyright 2010 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +# This script adds copyright headers to files. + +use strict; +my $header = do { local $/; }; +$header =~ s!\s+$!\n!; +my $yyyy = (localtime())[5] + 1900; +$header =~ s/YYYY/$yyyy/ or die; + +unless (@ARGV == 1) { + die "Usage: copyrightify \n"; +} + +my $file = shift; +open(my $fh, $file) or die "Open $file error: $!\n"; +my $source = do { local $/; <$fh> }; +close($fh); +if ($source =~ /Copyright \d\d\d\d/) { + print STDERR "# $file - OK\n"; + exit; +} + +my $newsource = $source; +if ($file =~ /\.(go|java|aidl)$/) { + $header = "/*\n$header*/\n\n"; + $newsource = $header . $source; +} elsif ($file =~ /\.py$/) { + $header = join("", map { "# $_\n" } split(/\n/, $header)); + $newsource = $header . $source; +} else { + die "File type not supported."; +} + + +open(my $fh, ">$file") or die "Open $file error: $!\n"; +print $fh $newsource; +close($fh) or die; + +__END__ +Copyright YYYY The Camlistore Authors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/pkg/legal/legal.go b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/pkg/legal/legal.go new file mode 100644 index 000000000000..a75283fd6bc0 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/pkg/legal/legal.go @@ -0,0 +1,50 @@ +/* +Copyright 2014 The Camlistore Authors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// Package legal provides project-wide storage for compiled-in licenses. +package legal + +var licenses []string + +func init() { + RegisterLicense(` +Copyright 2014 The Camlistore Authors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +`) +} + +// RegisterLicense stores the license text. +// It doesn't check whether the text was already present. +func RegisterLicense(text string) { + licenses = append(licenses, text) + return +} + +// Licenses returns a slice of the licenses. +func Licenses() []string { + return licenses +} diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/pkg/legal/legalprint/legalprint.go b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/pkg/legal/legalprint/legalprint.go new file mode 100644 index 000000000000..e4a3205a6ac5 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/pkg/legal/legalprint/legalprint.go @@ -0,0 +1,42 @@ +/* +Copyright 2014 The Camlistore Authors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// Package legalprint provides a printing helper for the legal package. +package legalprint + +import ( + "flag" + "fmt" + "io" + + "camlistore.org/pkg/legal" +) + +var ( + flagLegal = flag.Bool("legal", false, "show licenses") +) + +// MaybePrint will print the licenses if flagLegal has been set. +// It will return the value of the flagLegal. +func MaybePrint(out io.Writer) bool { + if !*flagLegal { + return false + } + for _, text := range legal.Licenses() { + fmt.Fprintln(out, text) + } + return true +} diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/bazil.org/fuse/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/bazil.org/fuse/LICENSE new file mode 100644 index 000000000000..d369cb822a4b --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/bazil.org/fuse/LICENSE @@ -0,0 +1,93 @@ +Copyright (c) 2013, 2014 Tommi Virtanen. +Copyright (c) 2009, 2011, 2012 The Go Authors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +The following included software components have additional copyright +notices and license terms that may differ from the above. + + +File fuse.go: + +// Adapted from Plan 9 from User Space's src/cmd/9pfuse/fuse.c, +// which carries this notice: +// +// The files in this directory are subject to the following license. +// +// The author of this software is Russ Cox. +// +// Copyright (c) 2006 Russ Cox +// +// Permission to use, copy, modify, and distribute this software for any +// purpose without fee is hereby granted, provided that this entire notice +// is included in all copies of any software which is or includes a copy +// or modification of this software and in all copies of the supporting +// documentation for such software. +// +// THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED +// WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION OR WARRANTY +// OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS +// FITNESS FOR ANY PARTICULAR PURPOSE. + + +File fuse_kernel.go: + +// Derived from FUSE's fuse_kernel.h +/* + This file defines the kernel interface of FUSE + Copyright (C) 2001-2007 Miklos Szeredi + + + This -- and only this -- header file may also be distributed under + the terms of the BSD Licence as follows: + + Copyright (C) 2001-2007 Miklos Szeredi. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. +*/ diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/LICENSE.txt b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/closure/lib/LICENSE similarity index 99% rename from Godeps/_workspace/src/github.com/spf13/cobra/LICENSE.txt rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/closure/lib/LICENSE index 298f0e2665e5..d9a10c0d8e86 100644 --- a/Godeps/_workspace/src/github.com/spf13/cobra/LICENSE.txt +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/closure/lib/LICENSE @@ -1,4 +1,4 @@ - Apache License + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -172,3 +172,5 @@ defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/akrennmair/gopcap/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/goauth2/LICENSE similarity index 91% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/akrennmair/gopcap/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/goauth2/LICENSE index 385fac9f26d3..6765f090b418 100644 --- a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/akrennmair/gopcap/LICENSE +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/goauth2/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2011 Andreas Krennmair. All rights reserved. +Copyright (c) 2009 The goauth2 Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Andreas Krennmair nor the names of its + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/goauth2/PATENTS b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/goauth2/PATENTS new file mode 100644 index 000000000000..9e8716353d82 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/goauth2/PATENTS @@ -0,0 +1,22 @@ +Additional IP Rights Grant (Patents) + +"This implementation" means the copyrightable works distributed by +Google as part of the goauth2 project. + +Google hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) +patent license to make, have made, use, offer to sell, sell, import, +transfer and otherwise run, modify and propagate the contents of this +implementation of Go, where such license applies only to those patent +claims, both currently owned or controlled by Google and acquired in +the future, licensable by Google that are necessarily infringed by this +implementation of Go. This grant does not include claims that would be +infringed only as a consequence of further modification of this +implementation. If you or your agent or exclusive licensee institute or +order or agree to the institution of patent litigation against any +entity (including a cross-claim or counterclaim in a lawsuit) alleging +that this implementation of Go or any code incorporated within this +implementation of Go constitutes direct or contributory patent +infringement, or inducement of patent infringement, then any patent +rights granted to you under this License for this implementation of Go +shall terminate as of the date such litigation is filed. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/leveldb-go/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/leveldb-go/LICENSE new file mode 100644 index 000000000000..fec05ce12959 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/leveldb-go/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 The LevelDB-Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/snappy-go/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/snappy-go/LICENSE new file mode 100644 index 000000000000..6050c10f4c8b --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/snappy-go/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 The Snappy-Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/coreos/go-etcd/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/xsrftoken/COPYING similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-etcd/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/code.google.com/p/xsrftoken/COPYING diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/fontawesome/LICENSE.txt b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/fontawesome/LICENSE.txt new file mode 100644 index 000000000000..1066d2f8259d --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/fontawesome/LICENSE.txt @@ -0,0 +1,4 @@ +fonts/*: SIL OFL 1.1 (http://scripts.sil.org/OFL) +css/*: MIT (http://opensource.org/licenses/mit-license.html) + +Details at http://fortawesome.github.io/Font-Awesome/license/ diff --git a/Godeps/_workspace/src/github.com/coreos/go-semver/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/camlistore/lock/COPYING similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-semver/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/camlistore/lock/COPYING diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/exp/dbm/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/exp/dbm/LICENSE new file mode 100644 index 000000000000..65d761bc9f28 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/exp/dbm/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2013 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/exp/lldb/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/exp/lldb/LICENSE new file mode 100644 index 000000000000..65d761bc9f28 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/exp/lldb/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2013 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/LICENSE new file mode 100644 index 000000000000..50bbdd2410fc --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The fileutil Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/newrelic_platform_go/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/falloc/LICENSE similarity index 84% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/newrelic_platform_go/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/falloc/LICENSE index 01a9a5c4d1b0..1e92e33dd70d 100644 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/newrelic_platform_go/LICENSE +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/falloc/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Yuriy Vasiyarov. All rights reserved. +Copyright (c) 2011 CZ.NIC z.s.p.o. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,6 +10,9 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of CZ.NIC nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/hdb/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/hdb/LICENSE new file mode 100644 index 000000000000..1e92e33dd70d --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/hdb/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 CZ.NIC z.s.p.o. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of CZ.NIC nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/storage/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/storage/LICENSE new file mode 100644 index 000000000000..1e92e33dd70d --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/fileutil/storage/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 CZ.NIC z.s.p.o. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of CZ.NIC nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/kv/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/kv/LICENSE new file mode 100644 index 000000000000..65d761bc9f28 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/kv/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2013 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/mathutil/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/mathutil/LICENSE new file mode 100644 index 000000000000..1e92e33dd70d --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/mathutil/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 CZ.NIC z.s.p.o. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of CZ.NIC nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/gorelic/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/mathutil/mersenne/LICENSE similarity index 84% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/gorelic/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/mathutil/mersenne/LICENSE index 01a9a5c4d1b0..7150ce3e4374 100644 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/yvasiyarov/gorelic/LICENSE +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/mathutil/mersenne/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Yuriy Vasiyarov. All rights reserved. +Copyright (c) 2011 jnml. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,6 +10,9 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of jnml nor the names of his +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/net/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/sortutil/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/net/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/sortutil/LICENSE diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/zappy/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/zappy/LICENSE new file mode 100644 index 000000000000..65d761bc9f28 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/cznic/zappy/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2013 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/davecgh/go-spew/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/davecgh/go-spew/LICENSE diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/go-sql-driver/mysql/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/go-sql-driver/mysql/LICENSE new file mode 100644 index 000000000000..14e2f777f6c3 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/go-sql-driver/mysql/LICENSE @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/go-systemd/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/golang/glog/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/go-systemd/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/golang/glog/LICENSE diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/gorilla/websocket/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/gorilla/websocket/LICENSE new file mode 100644 index 000000000000..09e5be61d795 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/gorilla/websocket/LICENSE @@ -0,0 +1,23 @@ +Copyright (c) 2013, Gorilla web toolkit +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/lib/pq/LICENSE.md b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/lib/pq/LICENSE.md new file mode 100644 index 000000000000..5773904a30e9 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/lib/pq/LICENSE.md @@ -0,0 +1,8 @@ +Copyright (c) 2011-2013, 'pq' Contributors +Portions Copyright (C) 2011 Blake Mizerany + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/russross/blackfriday/LICENSE.txt b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/russross/blackfriday/LICENSE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/russross/blackfriday/LICENSE.txt rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/russross/blackfriday/LICENSE.txt diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/rwcarlsen/goexif/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/rwcarlsen/goexif/LICENSE new file mode 100644 index 000000000000..aa6250465fe9 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/github.com/rwcarlsen/goexif/LICENSE @@ -0,0 +1,24 @@ + +Copyright (c) 2012, Robert Carlsen & Contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/glitch/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/glitch/LICENSE new file mode 100644 index 000000000000..7efba3b1c6b4 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/glitch/LICENSE @@ -0,0 +1,19 @@ +The files in here come from www.glitchthegame.com. + +License here: http://www.glitchthegame.com/public-domain-game-art/#licensing + +All files are provided by Tiny Speck under the Creative Commons CC0 1.0 +Universal License. This is a broadly permissive "No Rights Reserved" license — +you may do what you please with what we've provided. Our intention is to +dedicate these works to the public domain and make them freely available to all, +without restriction. All files are provided AS-IS. Tiny Speck cannot provide any +support to help you bring these assets into your own projects. + +Note: the Glitch logo and trademark are not among the things we are making +available under this license. Only items in the files explicitly included herein +are covered. + +There is no obligation to link or credit the works, but if you do, please link +to glitchthegame.com, our permanent "retirement" site for the game and these +assets. Of course, links/shoutouts to Tiny Speck (tinyspeck.com) and/or Slack +(slack.com) are appreciated. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/sys/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/golang.org/x/image/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/sys/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/golang.org/x/image/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/net/PATENTS b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/golang.org/x/image/PATENTS similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/net/PATENTS rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/golang.org/x/image/PATENTS diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/go-check/check/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/labix.org/v2/mgo/LICENSE similarity index 92% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/go-check/check/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/labix.org/v2/mgo/LICENSE index 545cf2d3311b..770c7672b45d 100644 --- a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/go-check/check/LICENSE +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/labix.org/v2/mgo/LICENSE @@ -1,6 +1,6 @@ -Gocheck - A rich testing framework for Go - -Copyright (c) 2010-2013 Gustavo Niemeyer +mgo - MongoDB driver for Go + +Copyright (c) 2010-2013 - Gustavo Niemeyer All rights reserved. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/check.v1/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/labix.org/v2/mgo/bson/LICENSE similarity index 92% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/check.v1/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/labix.org/v2/mgo/bson/LICENSE index 545cf2d3311b..890326017b85 100644 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/check.v1/LICENSE +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/labix.org/v2/mgo/bson/LICENSE @@ -1,6 +1,6 @@ -Gocheck - A rich testing framework for Go - -Copyright (c) 2010-2013 Gustavo Niemeyer +BSON library for Go + +Copyright (c) 2010-2012 - Gustavo Niemeyer All rights reserved. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_golang/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/react/LICENSE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_golang/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/camlistore/third_party/react/LICENSE.txt diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/go4/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/go4/LICENSE new file mode 100644 index 000000000000..8f71f43fee3f --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/go4/LICENSE @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/Godeps/_workspace/src/github.com/camlistore/go4/legal/legal.go b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/go4/legal/legal.go similarity index 100% rename from Godeps/_workspace/src/github.com/camlistore/go4/legal/legal.go rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/camlistore/go4/legal/legal.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/natefinch/npipe/LICENSE.txt b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/gexpect/LICENCE similarity index 93% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/natefinch/npipe/LICENSE.txt rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/gexpect/LICENCE index a4a11046cc91..50adb0f19c82 100644 --- a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/natefinch/npipe/LICENSE.txt +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/gexpect/LICENCE @@ -1,5 +1,4 @@ -The MIT License (MIT) -Copyright (c) 2013 npipe authors +Copyright (C) 2014 Thomas Rooney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/golang/glog/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-iptables/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/golang/glog/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-iptables/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/Azure/azure-sdk-for-go/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-semver/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/Azure/azure-sdk-for-go/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-semver/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libnetwork/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-tspi/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libnetwork/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/go-tspi/LICENSE diff --git a/Godeps/_workspace/src/github.com/mitchellh/mapstructure/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/ioprogress/LICENSE similarity index 96% rename from Godeps/_workspace/src/github.com/mitchellh/mapstructure/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/ioprogress/LICENSE index f9c841a51e0d..229851590442 100644 --- a/Godeps/_workspace/src/github.com/mitchellh/mapstructure/LICENSE +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/coreos/ioprogress/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 Mitchell Hashimoto +Copyright (c) 2014 Mitchell Hashimoto Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/cpuguy83/go-md2man/LICENSE.md b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cpuguy83/go-md2man/LICENSE.md similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/cpuguy83/go-md2man/LICENSE.md rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cpuguy83/go-md2man/LICENSE.md diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/b/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/b/LICENSE new file mode 100644 index 000000000000..54c6e90872f4 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/b/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The b Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/bufs/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/bufs/LICENSE new file mode 100644 index 000000000000..7d80fe28eb16 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/bufs/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The bufs Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/exp/dbm/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/exp/dbm/LICENSE new file mode 100644 index 000000000000..80c7ae7fa602 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/exp/dbm/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The dbm Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/exp/lldb/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/exp/lldb/LICENSE new file mode 100644 index 000000000000..27e4447a49f1 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/exp/lldb/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The lldb Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/LICENSE new file mode 100644 index 000000000000..50bbdd2410fc --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The fileutil Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/falloc/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/falloc/LICENSE new file mode 100644 index 000000000000..1e92e33dd70d --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/falloc/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 CZ.NIC z.s.p.o. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of CZ.NIC nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/hdb/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/hdb/LICENSE new file mode 100644 index 000000000000..1e92e33dd70d --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/hdb/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 CZ.NIC z.s.p.o. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of CZ.NIC nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/storage/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/storage/LICENSE new file mode 100644 index 000000000000..1e92e33dd70d --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/fileutil/storage/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 CZ.NIC z.s.p.o. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of CZ.NIC nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/mathutil/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/mathutil/LICENSE new file mode 100644 index 000000000000..128a1b64a48e --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/mathutil/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The mathutil Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/mathutil/mersenne/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/mathutil/mersenne/LICENSE new file mode 100644 index 000000000000..4fa2a1f4fdba --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/mathutil/mersenne/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The mersenne Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/ql/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/ql/LICENSE new file mode 100644 index 000000000000..0d10c02b92ef --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/ql/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The ql Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/sortutil/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/sortutil/LICENSE new file mode 100644 index 000000000000..67983e0e6187 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/sortutil/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The sortutil Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/strutil/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/strutil/LICENSE new file mode 100644 index 000000000000..2fdd92cf7139 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/strutil/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The strutil Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/zappy/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/zappy/LICENSE new file mode 100644 index 000000000000..bc67059c529e --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/cznic/zappy/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014 The zappy Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the names of the authors nor the names of the +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE new file mode 100644 index 000000000000..f7d058a3586f --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2013 Skagerrak Software Limited. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Skagerrak Software Limited nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/d2g/dhcp4client/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/d2g/dhcp4client/LICENSE diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/docker/distribution/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/docker/distribution/LICENSE new file mode 100644 index 000000000000..e06d2081865a --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/docker/distribution/LICENSE @@ -0,0 +1,202 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/dustin/go-humanize/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/dustin/go-humanize/LICENSE new file mode 100644 index 000000000000..8d9a94a90680 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/dustin/go-humanize/LICENSE @@ -0,0 +1,21 @@ +Copyright (c) 2005-2008 Dustin Sallings + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/golang/protobuf/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/golang/protobuf/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/appengine/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/google/btree/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/appengine/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/google/btree/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/gorilla/context/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/gorilla/context/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/gorilla/context/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/gorilla/context/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/gorilla/mux/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/gorilla/mux/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/gorilla/mux/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/gorilla/mux/LICENSE diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/hashicorp/errwrap/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/hashicorp/errwrap/LICENSE new file mode 100644 index 000000000000..c33dcc7c928c --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/hashicorp/errwrap/LICENSE @@ -0,0 +1,354 @@ +Mozilla Public License, version 2.0 + +1. Definitions + +1.1. “Contributor” + + means each individual or legal entity that creates, contributes to the + creation of, or owns Covered Software. + +1.2. “Contributor Version” + + means the combination of the Contributions of others (if any) used by a + Contributor and that particular Contributor’s Contribution. + +1.3. “Contribution” + + means Covered Software of a particular Contributor. + +1.4. “Covered Software” + + means Source Code Form to which the initial Contributor has attached the + notice in Exhibit A, the Executable Form of such Source Code Form, and + Modifications of such Source Code Form, in each case including portions + thereof. + +1.5. “Incompatible With Secondary Licenses” + means + + a. that the initial Contributor has attached the notice described in + Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of version + 1.1 or earlier of the License, but not also under the terms of a + Secondary License. + +1.6. “Executable Form” + + means any form of the work other than Source Code Form. + +1.7. “Larger Work” + + means a work that combines Covered Software with other material, in a separate + file or files, that is not Covered Software. + +1.8. “License” + + means this document. + +1.9. “Licensable” + + means having the right to grant, to the maximum extent possible, whether at the + time of the initial grant or subsequently, any and all of the rights conveyed by + this License. + +1.10. “Modifications” + + means any of the following: + + a. any file in Source Code Form that results from an addition to, deletion + from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. “Patent Claims” of a Contributor + + means any patent claim(s), including without limitation, method, process, + and apparatus claims, in any patent Licensable by such Contributor that + would be infringed, but for the grant of the License, by the making, + using, selling, offering for sale, having made, import, or transfer of + either its Contributions or its Contributor Version. + +1.12. “Secondary License” + + means either the GNU General Public License, Version 2.0, the GNU Lesser + General Public License, Version 2.1, the GNU Affero General Public + License, Version 3.0, or any later versions of those licenses. + +1.13. “Source Code Form” + + means the form of the work preferred for making modifications. + +1.14. “You” (or “Your”) + + means an individual or a legal entity exercising rights under this + License. For legal entities, “You” includes any entity that controls, is + controlled by, or is under common control with You. For purposes of this + definition, “control” means (a) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + + +2. License Grants and Conditions + +2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or as + part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for + sale, have made, import, and otherwise transfer either its Contributions + or its Contributor Version. + +2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become + effective for each Contribution on the date the Contributor first distributes + such Contribution. + +2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this + License. No additional rights or licenses will be implied from the distribution + or licensing of Covered Software under this License. Notwithstanding Section + 2.1(b) above, no patent license is granted by a Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party’s + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + + c. under Patent Claims infringed by Covered Software in the absence of its + Contributions. + + This License does not grant any rights in the trademarks, service marks, or + logos of any Contributor (except as may be necessary to comply with the + notice requirements in Section 3.4). + +2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this License + (see Section 10.2) or under the terms of a Secondary License (if permitted + under the terms of Section 3.3). + +2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions + are its original creation(s) or it has sufficient rights to grant the + rights to its Contributions conveyed by this License. + +2.6. Fair Use + + This License is not intended to limit any rights You have under applicable + copyright doctrines of fair use, fair dealing, or other equivalents. + +2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in + Section 2.1. + + +3. Responsibilities + +3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under the + terms of this License. You must inform recipients that the Source Code Form + of the Covered Software is governed by the terms of this License, and how + they can obtain a copy of this License. You may not attempt to alter or + restrict the recipients’ rights in the Source Code Form. + +3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, + as described in Section 3.1, and You must inform recipients of the + Executable Form how they can obtain a copy of such Source Code Form by + reasonable means in a timely manner, at a charge no more than the cost + of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this License, + or sublicense it under different terms, provided that the license for + the Executable Form does not attempt to limit or alter the recipients’ + rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for the + Covered Software. If the Larger Work is a combination of Covered Software + with a work governed by one or more Secondary Licenses, and the Covered + Software is not Incompatible With Secondary Licenses, this License permits + You to additionally distribute such Covered Software under the terms of + such Secondary License(s), so that the recipient of the Larger Work may, at + their option, further distribute the Covered Software under the terms of + either this License or such Secondary License(s). + +3.4. Notices + + You may not remove or alter the substance of any license notices (including + copyright notices, patent notices, disclaimers of warranty, or limitations + of liability) contained within the Source Code Form of the Covered + Software, except that You may alter any license notices to the extent + required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on behalf + of any Contributor. You must make it absolutely clear that any such + warranty, support, indemnity, or liability obligation is offered by You + alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Software due to statute, judicial + order, or regulation then You must: (a) comply with the terms of this License + to the maximum extent possible; and (b) describe the limitations and the code + they affect. Such description must be placed in a text file included with all + distributions of the Covered Software under this License. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You + fail to comply with any of its terms. However, if You become compliant, + then the rights granted under this License from a particular Contributor + are reinstated (a) provisionally, unless and until such Contributor + explicitly and finally terminates Your grants, and (b) on an ongoing basis, + if such Contributor fails to notify You of the non-compliance by some + reasonable means prior to 60 days after You have come back into compliance. + Moreover, Your grants from a particular Contributor are reinstated on an + ongoing basis if such Contributor notifies You of the non-compliance by + some reasonable means, this is the first time You have received notice of + non-compliance with this License from such Contributor, and You become + compliant prior to 30 days after Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, counter-claims, + and cross-claims) alleging that a Contributor Version directly or + indirectly infringes any patent, then the rights granted to You by any and + all Contributors for the Covered Software under Section 2.1 of this License + shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user + license agreements (excluding distributors and resellers) which have been + validly granted by You or Your distributors under this License prior to + termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an “as is” basis, without + warranty of any kind, either expressed, implied, or statutory, including, + without limitation, warranties that the Covered Software is free of defects, + merchantable, fit for a particular purpose or non-infringing. The entire + risk as to the quality and performance of the Covered Software is with You. + Should any Covered Software prove defective in any respect, You (not any + Contributor) assume the cost of any necessary servicing, repair, or + correction. This disclaimer of warranty constitutes an essential part of this + License. No use of any Covered Software is authorized under this License + except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including + negligence), contract, or otherwise, shall any Contributor, or anyone who + distributes Covered Software as permitted above, be liable to You for any + direct, indirect, special, incidental, or consequential damages of any + character including, without limitation, damages for lost profits, loss of + goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses, even if such party shall have been + informed of the possibility of such damages. This limitation of liability + shall not apply to liability for death or personal injury resulting from such + party’s negligence to the extent applicable law prohibits such limitation. + Some jurisdictions do not allow the exclusion or limitation of incidental or + consequential damages, so this exclusion and limitation may not apply to You. + +8. Litigation + + Any litigation relating to this License may be brought only in the courts of + a jurisdiction where the defendant maintains its principal place of business + and such litigation shall be governed by laws of that jurisdiction, without + reference to its conflict-of-law provisions. Nothing in this Section shall + prevent a party’s ability to bring cross-claims or counter-claims. + +9. Miscellaneous + + This License represents the complete agreement concerning the subject matter + hereof. If any provision of this License is held to be unenforceable, such + provision shall be reformed only to the extent necessary to make it + enforceable. Any law or regulation which provides that the language of a + contract shall be construed against the drafter shall not be used to construe + this License against a Contributor. + + +10. Versions of the License + +10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + +10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of + the License under which You originally received the Covered Software, or + under the terms of any subsequent version published by the license + steward. + +10.3. Modified Versions + + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a modified + version of this License if you rename the license and remove any + references to the name of the license steward (except to note that such + modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + If You choose to distribute Source Code Form that is Incompatible With + Secondary Licenses under the terms of this version of the License, the + notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the + terms of the Mozilla Public License, v. + 2.0. If a copy of the MPL was not + distributed with this file, You can + obtain one at + http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then +You may include the notice in a location (such as a LICENSE file in a relevant +directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - “Incompatible With Secondary Licenses” Notice + + This Source Code Form is “Incompatible + With Secondary Licenses”, as defined by + the Mozilla Public License, v. 2.0. + diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/gopkg.in/cheggaaa/pb.v1/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/hydrogen18/stoppableListener/LICENSE similarity index 58% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/gopkg.in/cheggaaa/pb.v1/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/hydrogen18/stoppableListener/LICENSE index 511970333920..efcb2414a330 100644 --- a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/gopkg.in/cheggaaa/pb.v1/LICENSE +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/hydrogen18/stoppableListener/LICENSE @@ -1,12 +1,10 @@ -Copyright (c) 2012-2015, Sergey Cherepanov +Copyright (c) 2014, Eric Urban All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/inconshreveable/mousetrap/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/inconshreveable/mousetrap/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/inconshreveable/mousetrap/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/inconshreveable/mousetrap/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/kballard/go-shellquote/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/kballard/go-shellquote/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/kballard/go-shellquote/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/kballard/go-shellquote/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/kr/pty/License b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/kr/pty/License similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/kr/pty/License rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/kr/pty/License diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/petar/GoLLRB/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/petar/GoLLRB/LICENSE new file mode 100644 index 000000000000..b75312c787d6 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/petar/GoLLRB/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2010, Petar Maymounkov +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +(*) Redistributions of source code must retain the above copyright notice, this list +of conditions and the following disclaimer. + +(*) Redistributions in binary form must reproduce the above copyright notice, this +list of conditions and the following disclaimer in the documentation and/or +other materials provided with the distribution. + +(*) Neither the name of Petar Maymounkov nor the names of its contributors may be +used to endorse or promote products derived from this software without specific +prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/peterbourgon/diskv/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/peterbourgon/diskv/LICENSE new file mode 100644 index 000000000000..41ce7f16e1d2 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/peterbourgon/diskv/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2011-2012 Peter Bourgon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/LICENSE.txt b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/russross/blackfriday/LICENSE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/LICENSE.txt rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/russross/blackfriday/LICENSE.txt diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/spf13/cobra/LICENSE.txt b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/spf13/cobra/LICENSE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/spf13/cobra/LICENSE.txt rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/spf13/cobra/LICENSE.txt diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/licenses.go b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/licenses.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/licenses.go rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/licenses.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/spf13/pflag/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/spf13/pflag/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE diff --git a/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/vishvananda/netns/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/vishvananda/netns/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/crypto/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/crypto/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/crypto/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/crypto/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/sys/PATENTS b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/crypto/PATENTS similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/golang.org/x/sys/PATENTS rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/crypto/PATENTS diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/net/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/net/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/net/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/net/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/crypto/PATENTS b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/net/PATENTS similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/crypto/PATENTS rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/net/PATENTS diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/sys/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/sys/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/net/PATENTS b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/sys/PATENTS similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/net/PATENTS rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/sys/PATENTS diff --git a/Godeps/_workspace/src/golang.org/x/crypto/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/tools/LICENSE similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/tools/LICENSE diff --git a/Godeps/_workspace/src/golang.org/x/crypto/PATENTS b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/tools/PATENTS similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/PATENTS rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/golang.org/x/tools/PATENTS diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/google.golang.org/grpc/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/google.golang.org/grpc/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/google.golang.org/grpc/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/google.golang.org/grpc/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/google.golang.org/grpc/PATENTS b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/google.golang.org/grpc/PATENTS similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/google.golang.org/grpc/PATENTS rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/google.golang.org/grpc/PATENTS diff --git a/Godeps/_workspace/src/github.com/golang/mock/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/golang/mock/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/LICENSE diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/examples/update-demo/local/LICENSE.angular b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/examples/update-demo/local/LICENSE.angular new file mode 100644 index 000000000000..020f87acd2ee --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/examples/update-demo/local/LICENSE.angular @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2010-2014 Google, Inc. http://angularjs.org + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/kardianos/osext/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/kardianos/osext/LICENSE rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/LICENSE diff --git a/Godeps/_workspace/src/golang.org/x/exp/PATENTS b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/PATENTS similarity index 100% rename from Godeps/_workspace/src/golang.org/x/exp/PATENTS rename to vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/PATENTS diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/htpasswd/COPYING b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/htpasswd/COPYING new file mode 100644 index 000000000000..c6b097c0168f --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/htpasswd/COPYING @@ -0,0 +1,28 @@ +Copyright (C) 2003-2013 Edgewall Software +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + 3. The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/pause/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/pause/LICENSE new file mode 100644 index 000000000000..2b5e5ff1ab5e --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/pause/LICENSE @@ -0,0 +1,19 @@ +The Expat/MIT License + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/swagger-ui/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/swagger-ui/LICENSE new file mode 100644 index 000000000000..9f93e067e8e1 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/k8s.io/kubernetes/third_party/swagger-ui/LICENSE @@ -0,0 +1,11 @@ +Copyright 2014 Reverb Technologies, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/vendor/github.com/coreos/rkt/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE new file mode 100644 index 000000000000..efa1aa1896a5 --- /dev/null +++ b/vendor/github.com/coreos/rkt/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE @@ -0,0 +1,57 @@ +Copyright (c) 2012 Péter Surányi. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +---------------------------------------------------------------------- +Portions of inf.Dec's source code have been derived from Go and are +covered by the following license: +---------------------------------------------------------------------- + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/jonboulle/clockwork/LICENSE b/vendor/github.com/coreos/rkt/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/jonboulle/clockwork/LICENSE rename to vendor/github.com/coreos/rkt/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha/README.md b/vendor/github.com/coreos/rkt/api/v1alpha/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha/README.md rename to vendor/github.com/coreos/rkt/api/v1alpha/README.md diff --git a/Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha/api.pb.go b/vendor/github.com/coreos/rkt/api/v1alpha/api.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha/api.pb.go rename to vendor/github.com/coreos/rkt/api/v1alpha/api.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha/api.proto b/vendor/github.com/coreos/rkt/api/v1alpha/api.proto similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha/api.proto rename to vendor/github.com/coreos/rkt/api/v1alpha/api.proto diff --git a/Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha/client_example.go b/vendor/github.com/coreos/rkt/api/v1alpha/client_example.go similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha/client_example.go rename to vendor/github.com/coreos/rkt/api/v1alpha/client_example.go diff --git a/Godeps/_workspace/src/github.com/coreos/rkt/pkg/acl/LICENSE.MIT b/vendor/github.com/coreos/rkt/pkg/acl/LICENSE.MIT similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/rkt/pkg/acl/LICENSE.MIT rename to vendor/github.com/coreos/rkt/pkg/acl/LICENSE.MIT diff --git a/Godeps/_workspace/src/github.com/coreos/rkt/store/LICENSE.BSD b/vendor/github.com/coreos/rkt/store/LICENSE.BSD similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/rkt/store/LICENSE.BSD rename to vendor/github.com/coreos/rkt/store/LICENSE.BSD diff --git a/Godeps/_workspace/src/github.com/cpuguy83/go-md2man/LICENSE.md b/vendor/github.com/cpuguy83/go-md2man/LICENSE.md similarity index 100% rename from Godeps/_workspace/src/github.com/cpuguy83/go-md2man/LICENSE.md rename to vendor/github.com/cpuguy83/go-md2man/LICENSE.md diff --git a/Godeps/_workspace/src/github.com/cpuguy83/go-md2man/md2man/md2man.go b/vendor/github.com/cpuguy83/go-md2man/md2man/md2man.go similarity index 100% rename from Godeps/_workspace/src/github.com/cpuguy83/go-md2man/md2man/md2man.go rename to vendor/github.com/cpuguy83/go-md2man/md2man/md2man.go diff --git a/Godeps/_workspace/src/github.com/cpuguy83/go-md2man/md2man/roff.go b/vendor/github.com/cpuguy83/go-md2man/md2man/roff.go similarity index 100% rename from Godeps/_workspace/src/github.com/cpuguy83/go-md2man/md2man/roff.go rename to vendor/github.com/cpuguy83/go-md2man/md2man/roff.go diff --git a/vendor/github.com/davecgh/go-spew/LICENSE b/vendor/github.com/davecgh/go-spew/LICENSE new file mode 100644 index 000000000000..2a7cfd2bf6a7 --- /dev/null +++ b/vendor/github.com/davecgh/go-spew/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2012-2013 Dave Collins + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/bypass.go b/vendor/github.com/davecgh/go-spew/spew/bypass.go similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/spew/bypass.go rename to vendor/github.com/davecgh/go-spew/spew/bypass.go diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/bypasssafe.go b/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/spew/bypasssafe.go rename to vendor/github.com/davecgh/go-spew/spew/bypasssafe.go diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common.go b/vendor/github.com/davecgh/go-spew/spew/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common.go rename to vendor/github.com/davecgh/go-spew/spew/common.go diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/config.go b/vendor/github.com/davecgh/go-spew/spew/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/spew/config.go rename to vendor/github.com/davecgh/go-spew/spew/config.go diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/doc.go b/vendor/github.com/davecgh/go-spew/spew/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/spew/doc.go rename to vendor/github.com/davecgh/go-spew/spew/doc.go diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump.go b/vendor/github.com/davecgh/go-spew/spew/dump.go similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump.go rename to vendor/github.com/davecgh/go-spew/spew/dump.go diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/format.go b/vendor/github.com/davecgh/go-spew/spew/format.go similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/spew/format.go rename to vendor/github.com/davecgh/go-spew/spew/format.go diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/spew.go b/vendor/github.com/davecgh/go-spew/spew/spew.go similarity index 100% rename from Godeps/_workspace/src/github.com/davecgh/go-spew/spew/spew.go rename to vendor/github.com/davecgh/go-spew/spew/spew.go diff --git a/Godeps/_workspace/src/github.com/daviddengcn/go-colortext/.gitignore b/vendor/github.com/daviddengcn/go-colortext/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/daviddengcn/go-colortext/.gitignore rename to vendor/github.com/daviddengcn/go-colortext/.gitignore diff --git a/Godeps/_workspace/src/github.com/daviddengcn/go-colortext/README.md b/vendor/github.com/daviddengcn/go-colortext/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/daviddengcn/go-colortext/README.md rename to vendor/github.com/daviddengcn/go-colortext/README.md diff --git a/Godeps/_workspace/src/github.com/daviddengcn/go-colortext/ct.go b/vendor/github.com/daviddengcn/go-colortext/ct.go similarity index 100% rename from Godeps/_workspace/src/github.com/daviddengcn/go-colortext/ct.go rename to vendor/github.com/daviddengcn/go-colortext/ct.go diff --git a/Godeps/_workspace/src/github.com/daviddengcn/go-colortext/ct_ansi.go b/vendor/github.com/daviddengcn/go-colortext/ct_ansi.go similarity index 100% rename from Godeps/_workspace/src/github.com/daviddengcn/go-colortext/ct_ansi.go rename to vendor/github.com/daviddengcn/go-colortext/ct_ansi.go diff --git a/Godeps/_workspace/src/github.com/daviddengcn/go-colortext/ct_win.go b/vendor/github.com/daviddengcn/go-colortext/ct_win.go similarity index 100% rename from Godeps/_workspace/src/github.com/daviddengcn/go-colortext/ct_win.go rename to vendor/github.com/daviddengcn/go-colortext/ct_win.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/.gitignore b/vendor/github.com/dgrijalva/jwt-go/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/.gitignore rename to vendor/github.com/dgrijalva/jwt-go/.gitignore diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/LICENSE b/vendor/github.com/dgrijalva/jwt-go/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/LICENSE rename to vendor/github.com/dgrijalva/jwt-go/LICENSE diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/README.md b/vendor/github.com/dgrijalva/jwt-go/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/README.md rename to vendor/github.com/dgrijalva/jwt-go/README.md diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md b/vendor/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md rename to vendor/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/cmd/jwt/app.go b/vendor/github.com/dgrijalva/jwt-go/cmd/jwt/app.go similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/cmd/jwt/app.go rename to vendor/github.com/dgrijalva/jwt-go/cmd/jwt/app.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/doc.go b/vendor/github.com/dgrijalva/jwt-go/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/doc.go rename to vendor/github.com/dgrijalva/jwt-go/doc.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/errors.go b/vendor/github.com/dgrijalva/jwt-go/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/errors.go rename to vendor/github.com/dgrijalva/jwt-go/errors.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/hmac.go b/vendor/github.com/dgrijalva/jwt-go/hmac.go similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/hmac.go rename to vendor/github.com/dgrijalva/jwt-go/hmac.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/jwt.go b/vendor/github.com/dgrijalva/jwt-go/jwt.go similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/jwt.go rename to vendor/github.com/dgrijalva/jwt-go/jwt.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/rsa.go b/vendor/github.com/dgrijalva/jwt-go/rsa.go similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/rsa.go rename to vendor/github.com/dgrijalva/jwt-go/rsa.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/rsa_utils.go b/vendor/github.com/dgrijalva/jwt-go/rsa_utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/rsa_utils.go rename to vendor/github.com/dgrijalva/jwt-go/rsa_utils.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/signing_method.go b/vendor/github.com/dgrijalva/jwt-go/signing_method.go similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/signing_method.go rename to vendor/github.com/dgrijalva/jwt-go/signing_method.go diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/test/hmacTestKey b/vendor/github.com/dgrijalva/jwt-go/test/hmacTestKey similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/test/hmacTestKey rename to vendor/github.com/dgrijalva/jwt-go/test/hmacTestKey diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/test/sample_key b/vendor/github.com/dgrijalva/jwt-go/test/sample_key similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/test/sample_key rename to vendor/github.com/dgrijalva/jwt-go/test/sample_key diff --git a/Godeps/_workspace/src/github.com/dgrijalva/jwt-go/test/sample_key.pub b/vendor/github.com/dgrijalva/jwt-go/test/sample_key.pub similarity index 100% rename from Godeps/_workspace/src/github.com/dgrijalva/jwt-go/test/sample_key.pub rename to vendor/github.com/dgrijalva/jwt-go/test/sample_key.pub diff --git a/vendor/github.com/docker/distribution/LICENSE b/vendor/github.com/docker/distribution/LICENSE new file mode 100644 index 000000000000..e06d2081865a --- /dev/null +++ b/vendor/github.com/docker/distribution/LICENSE @@ -0,0 +1,202 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/Godeps/_workspace/src/github.com/docker/distribution/digest/digest.go b/vendor/github.com/docker/distribution/digest/digest.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/digest/digest.go rename to vendor/github.com/docker/distribution/digest/digest.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/digest/digester.go b/vendor/github.com/docker/distribution/digest/digester.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/digest/digester.go rename to vendor/github.com/docker/distribution/digest/digester.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/digest/doc.go b/vendor/github.com/docker/distribution/digest/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/digest/doc.go rename to vendor/github.com/docker/distribution/digest/doc.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/digest/set.go b/vendor/github.com/docker/distribution/digest/set.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/digest/set.go rename to vendor/github.com/docker/distribution/digest/set.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/digest/verifiers.go b/vendor/github.com/docker/distribution/digest/verifiers.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/digest/verifiers.go rename to vendor/github.com/docker/distribution/digest/verifiers.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/reference/reference.go b/vendor/github.com/docker/distribution/reference/reference.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/reference/reference.go rename to vendor/github.com/docker/distribution/reference/reference.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/reference/regexp.go b/vendor/github.com/docker/distribution/reference/regexp.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/reference/regexp.go rename to vendor/github.com/docker/distribution/reference/regexp.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/LICENSE b/vendor/github.com/docker/docker/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/LICENSE rename to vendor/github.com/docker/docker/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/NOTICE b/vendor/github.com/docker/docker/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/NOTICE rename to vendor/github.com/docker/docker/NOTICE diff --git a/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE b/vendor/github.com/docker/docker/contrib/syntax/vim/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE rename to vendor/github.com/docker/docker/contrib/syntax/vim/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/docs/project/images/red_notice.png b/vendor/github.com/docker/docker/docs/project/images/red_notice.png similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/docs/project/images/red_notice.png rename to vendor/github.com/docker/docker/docs/project/images/red_notice.png diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/jsonmessage/jsonmessage.go b/vendor/github.com/docker/docker/pkg/jsonmessage/jsonmessage.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/jsonmessage/jsonmessage.go rename to vendor/github.com/docker/docker/pkg/jsonmessage/jsonmessage.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE b/vendor/github.com/docker/docker/pkg/mflag/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE rename to vendor/github.com/docker/docker/pkg/mflag/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/flags.go b/vendor/github.com/docker/docker/pkg/mount/flags.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/flags.go rename to vendor/github.com/docker/docker/pkg/mount/flags.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/flags_freebsd.go b/vendor/github.com/docker/docker/pkg/mount/flags_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/flags_freebsd.go rename to vendor/github.com/docker/docker/pkg/mount/flags_freebsd.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/flags_linux.go b/vendor/github.com/docker/docker/pkg/mount/flags_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/flags_linux.go rename to vendor/github.com/docker/docker/pkg/mount/flags_linux.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/flags_unsupported.go b/vendor/github.com/docker/docker/pkg/mount/flags_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/flags_unsupported.go rename to vendor/github.com/docker/docker/pkg/mount/flags_unsupported.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mount.go b/vendor/github.com/docker/docker/pkg/mount/mount.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mount.go rename to vendor/github.com/docker/docker/pkg/mount/mount.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mounter_freebsd.go b/vendor/github.com/docker/docker/pkg/mount/mounter_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mounter_freebsd.go rename to vendor/github.com/docker/docker/pkg/mount/mounter_freebsd.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mounter_linux.go b/vendor/github.com/docker/docker/pkg/mount/mounter_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mounter_linux.go rename to vendor/github.com/docker/docker/pkg/mount/mounter_linux.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mounter_unsupported.go b/vendor/github.com/docker/docker/pkg/mount/mounter_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mounter_unsupported.go rename to vendor/github.com/docker/docker/pkg/mount/mounter_unsupported.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mountinfo.go b/vendor/github.com/docker/docker/pkg/mount/mountinfo.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mountinfo.go rename to vendor/github.com/docker/docker/pkg/mount/mountinfo.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go b/vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go rename to vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mountinfo_linux.go b/vendor/github.com/docker/docker/pkg/mount/mountinfo_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mountinfo_linux.go rename to vendor/github.com/docker/docker/pkg/mount/mountinfo_linux.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mountinfo_unsupported.go b/vendor/github.com/docker/docker/pkg/mount/mountinfo_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/mountinfo_unsupported.go rename to vendor/github.com/docker/docker/pkg/mount/mountinfo_unsupported.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/mount/sharedsubtree_linux.go b/vendor/github.com/docker/docker/pkg/mount/sharedsubtree_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/mount/sharedsubtree_linux.go rename to vendor/github.com/docker/docker/pkg/mount/sharedsubtree_linux.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/stdcopy/stdcopy.go b/vendor/github.com/docker/docker/pkg/stdcopy/stdcopy.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/stdcopy/stdcopy.go rename to vendor/github.com/docker/docker/pkg/stdcopy/stdcopy.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE b/vendor/github.com/docker/docker/pkg/symlink/LICENSE.APACHE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE rename to vendor/github.com/docker/docker/pkg/symlink/LICENSE.APACHE diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD b/vendor/github.com/docker/docker/pkg/symlink/LICENSE.BSD similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD rename to vendor/github.com/docker/docker/pkg/symlink/LICENSE.BSD diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/README.md b/vendor/github.com/docker/docker/pkg/symlink/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/README.md rename to vendor/github.com/docker/docker/pkg/symlink/README.md diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/fs.go b/vendor/github.com/docker/docker/pkg/symlink/fs.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/fs.go rename to vendor/github.com/docker/docker/pkg/symlink/fs.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/tc_linux_cgo.go b/vendor/github.com/docker/docker/pkg/term/tc_linux_cgo.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/tc_linux_cgo.go rename to vendor/github.com/docker/docker/pkg/term/tc_linux_cgo.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/tc_other.go b/vendor/github.com/docker/docker/pkg/term/tc_other.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/tc_other.go rename to vendor/github.com/docker/docker/pkg/term/tc_other.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/term.go b/vendor/github.com/docker/docker/pkg/term/term.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/term.go rename to vendor/github.com/docker/docker/pkg/term/term.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/term_windows.go b/vendor/github.com/docker/docker/pkg/term/term_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/term_windows.go rename to vendor/github.com/docker/docker/pkg/term/term_windows.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/termios_darwin.go b/vendor/github.com/docker/docker/pkg/term/termios_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/termios_darwin.go rename to vendor/github.com/docker/docker/pkg/term/termios_darwin.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/termios_freebsd.go b/vendor/github.com/docker/docker/pkg/term/termios_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/termios_freebsd.go rename to vendor/github.com/docker/docker/pkg/term/termios_freebsd.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/termios_linux.go b/vendor/github.com/docker/docker/pkg/term/termios_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/termios_linux.go rename to vendor/github.com/docker/docker/pkg/term/termios_linux.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole/console_windows.go b/vendor/github.com/docker/docker/pkg/term/winconsole/console_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole/console_windows.go rename to vendor/github.com/docker/docker/pkg/term/winconsole/console_windows.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole/term_emulator.go b/vendor/github.com/docker/docker/pkg/term/winconsole/term_emulator.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole/term_emulator.go rename to vendor/github.com/docker/docker/pkg/term/winconsole/term_emulator.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/timeutils/json.go b/vendor/github.com/docker/docker/pkg/timeutils/json.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/timeutils/json.go rename to vendor/github.com/docker/docker/pkg/timeutils/json.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/timeutils/utils.go b/vendor/github.com/docker/docker/pkg/timeutils/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/timeutils/utils.go rename to vendor/github.com/docker/docker/pkg/timeutils/utils.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/units/duration.go b/vendor/github.com/docker/docker/pkg/units/duration.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/units/duration.go rename to vendor/github.com/docker/docker/pkg/units/duration.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/pkg/units/size.go b/vendor/github.com/docker/docker/pkg/units/size.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/pkg/units/size.go rename to vendor/github.com/docker/docker/pkg/units/size.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/LICENSE b/vendor/github.com/docker/engine-api/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/LICENSE rename to vendor/github.com/docker/engine-api/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/client.go b/vendor/github.com/docker/engine-api/client/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/client.go rename to vendor/github.com/docker/engine-api/client/client.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/client_darwin.go b/vendor/github.com/docker/engine-api/client/client_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/client_darwin.go rename to vendor/github.com/docker/engine-api/client/client_darwin.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/client_unix.go b/vendor/github.com/docker/engine-api/client/client_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/client_unix.go rename to vendor/github.com/docker/engine-api/client/client_unix.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/client_windows.go b/vendor/github.com/docker/engine-api/client/client_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/client_windows.go rename to vendor/github.com/docker/engine-api/client/client_windows.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_attach.go b/vendor/github.com/docker/engine-api/client/container_attach.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_attach.go rename to vendor/github.com/docker/engine-api/client/container_attach.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_commit.go b/vendor/github.com/docker/engine-api/client/container_commit.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_commit.go rename to vendor/github.com/docker/engine-api/client/container_commit.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_copy.go b/vendor/github.com/docker/engine-api/client/container_copy.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_copy.go rename to vendor/github.com/docker/engine-api/client/container_copy.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_create.go b/vendor/github.com/docker/engine-api/client/container_create.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_create.go rename to vendor/github.com/docker/engine-api/client/container_create.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_diff.go b/vendor/github.com/docker/engine-api/client/container_diff.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_diff.go rename to vendor/github.com/docker/engine-api/client/container_diff.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_exec.go b/vendor/github.com/docker/engine-api/client/container_exec.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_exec.go rename to vendor/github.com/docker/engine-api/client/container_exec.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_export.go b/vendor/github.com/docker/engine-api/client/container_export.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_export.go rename to vendor/github.com/docker/engine-api/client/container_export.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_inspect.go b/vendor/github.com/docker/engine-api/client/container_inspect.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_inspect.go rename to vendor/github.com/docker/engine-api/client/container_inspect.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_kill.go b/vendor/github.com/docker/engine-api/client/container_kill.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_kill.go rename to vendor/github.com/docker/engine-api/client/container_kill.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_list.go b/vendor/github.com/docker/engine-api/client/container_list.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_list.go rename to vendor/github.com/docker/engine-api/client/container_list.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_logs.go b/vendor/github.com/docker/engine-api/client/container_logs.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_logs.go rename to vendor/github.com/docker/engine-api/client/container_logs.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_pause.go b/vendor/github.com/docker/engine-api/client/container_pause.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_pause.go rename to vendor/github.com/docker/engine-api/client/container_pause.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_remove.go b/vendor/github.com/docker/engine-api/client/container_remove.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_remove.go rename to vendor/github.com/docker/engine-api/client/container_remove.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_rename.go b/vendor/github.com/docker/engine-api/client/container_rename.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_rename.go rename to vendor/github.com/docker/engine-api/client/container_rename.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_resize.go b/vendor/github.com/docker/engine-api/client/container_resize.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_resize.go rename to vendor/github.com/docker/engine-api/client/container_resize.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_restart.go b/vendor/github.com/docker/engine-api/client/container_restart.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_restart.go rename to vendor/github.com/docker/engine-api/client/container_restart.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_start.go b/vendor/github.com/docker/engine-api/client/container_start.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_start.go rename to vendor/github.com/docker/engine-api/client/container_start.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_stats.go b/vendor/github.com/docker/engine-api/client/container_stats.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_stats.go rename to vendor/github.com/docker/engine-api/client/container_stats.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_stop.go b/vendor/github.com/docker/engine-api/client/container_stop.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_stop.go rename to vendor/github.com/docker/engine-api/client/container_stop.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_top.go b/vendor/github.com/docker/engine-api/client/container_top.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_top.go rename to vendor/github.com/docker/engine-api/client/container_top.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_unpause.go b/vendor/github.com/docker/engine-api/client/container_unpause.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_unpause.go rename to vendor/github.com/docker/engine-api/client/container_unpause.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_update.go b/vendor/github.com/docker/engine-api/client/container_update.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_update.go rename to vendor/github.com/docker/engine-api/client/container_update.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/container_wait.go b/vendor/github.com/docker/engine-api/client/container_wait.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/container_wait.go rename to vendor/github.com/docker/engine-api/client/container_wait.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/errors.go b/vendor/github.com/docker/engine-api/client/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/errors.go rename to vendor/github.com/docker/engine-api/client/errors.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/events.go b/vendor/github.com/docker/engine-api/client/events.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/events.go rename to vendor/github.com/docker/engine-api/client/events.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/hijack.go b/vendor/github.com/docker/engine-api/client/hijack.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/hijack.go rename to vendor/github.com/docker/engine-api/client/hijack.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_build.go b/vendor/github.com/docker/engine-api/client/image_build.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_build.go rename to vendor/github.com/docker/engine-api/client/image_build.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_create.go b/vendor/github.com/docker/engine-api/client/image_create.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_create.go rename to vendor/github.com/docker/engine-api/client/image_create.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_history.go b/vendor/github.com/docker/engine-api/client/image_history.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_history.go rename to vendor/github.com/docker/engine-api/client/image_history.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_import.go b/vendor/github.com/docker/engine-api/client/image_import.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_import.go rename to vendor/github.com/docker/engine-api/client/image_import.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_inspect.go b/vendor/github.com/docker/engine-api/client/image_inspect.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_inspect.go rename to vendor/github.com/docker/engine-api/client/image_inspect.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_list.go b/vendor/github.com/docker/engine-api/client/image_list.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_list.go rename to vendor/github.com/docker/engine-api/client/image_list.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_load.go b/vendor/github.com/docker/engine-api/client/image_load.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_load.go rename to vendor/github.com/docker/engine-api/client/image_load.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_pull.go b/vendor/github.com/docker/engine-api/client/image_pull.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_pull.go rename to vendor/github.com/docker/engine-api/client/image_pull.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_push.go b/vendor/github.com/docker/engine-api/client/image_push.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_push.go rename to vendor/github.com/docker/engine-api/client/image_push.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_remove.go b/vendor/github.com/docker/engine-api/client/image_remove.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_remove.go rename to vendor/github.com/docker/engine-api/client/image_remove.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_save.go b/vendor/github.com/docker/engine-api/client/image_save.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_save.go rename to vendor/github.com/docker/engine-api/client/image_save.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_search.go b/vendor/github.com/docker/engine-api/client/image_search.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_search.go rename to vendor/github.com/docker/engine-api/client/image_search.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/image_tag.go b/vendor/github.com/docker/engine-api/client/image_tag.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/image_tag.go rename to vendor/github.com/docker/engine-api/client/image_tag.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/info.go b/vendor/github.com/docker/engine-api/client/info.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/info.go rename to vendor/github.com/docker/engine-api/client/info.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/interface.go b/vendor/github.com/docker/engine-api/client/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/interface.go rename to vendor/github.com/docker/engine-api/client/interface.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/login.go b/vendor/github.com/docker/engine-api/client/login.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/login.go rename to vendor/github.com/docker/engine-api/client/login.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/network_connect.go b/vendor/github.com/docker/engine-api/client/network_connect.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/network_connect.go rename to vendor/github.com/docker/engine-api/client/network_connect.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/network_create.go b/vendor/github.com/docker/engine-api/client/network_create.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/network_create.go rename to vendor/github.com/docker/engine-api/client/network_create.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/network_disconnect.go b/vendor/github.com/docker/engine-api/client/network_disconnect.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/network_disconnect.go rename to vendor/github.com/docker/engine-api/client/network_disconnect.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/network_inspect.go b/vendor/github.com/docker/engine-api/client/network_inspect.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/network_inspect.go rename to vendor/github.com/docker/engine-api/client/network_inspect.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/network_list.go b/vendor/github.com/docker/engine-api/client/network_list.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/network_list.go rename to vendor/github.com/docker/engine-api/client/network_list.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/network_remove.go b/vendor/github.com/docker/engine-api/client/network_remove.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/network_remove.go rename to vendor/github.com/docker/engine-api/client/network_remove.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/request.go b/vendor/github.com/docker/engine-api/client/request.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/request.go rename to vendor/github.com/docker/engine-api/client/request.go diff --git a/Godeps/_workspace/src/golang.org/x/exp/LICENSE b/vendor/github.com/docker/engine-api/client/transport/cancellable/LICENSE similarity index 100% rename from Godeps/_workspace/src/golang.org/x/exp/LICENSE rename to vendor/github.com/docker/engine-api/client/transport/cancellable/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable/canceler.go b/vendor/github.com/docker/engine-api/client/transport/cancellable/canceler.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable/canceler.go rename to vendor/github.com/docker/engine-api/client/transport/cancellable/canceler.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable/canceler_go14.go b/vendor/github.com/docker/engine-api/client/transport/cancellable/canceler_go14.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable/canceler_go14.go rename to vendor/github.com/docker/engine-api/client/transport/cancellable/canceler_go14.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable/cancellable.go b/vendor/github.com/docker/engine-api/client/transport/cancellable/cancellable.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/transport/cancellable/cancellable.go rename to vendor/github.com/docker/engine-api/client/transport/cancellable/cancellable.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/transport/client.go b/vendor/github.com/docker/engine-api/client/transport/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/transport/client.go rename to vendor/github.com/docker/engine-api/client/transport/client.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/transport/transport.go b/vendor/github.com/docker/engine-api/client/transport/transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/transport/transport.go rename to vendor/github.com/docker/engine-api/client/transport/transport.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/version.go b/vendor/github.com/docker/engine-api/client/version.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/version.go rename to vendor/github.com/docker/engine-api/client/version.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/volume_create.go b/vendor/github.com/docker/engine-api/client/volume_create.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/volume_create.go rename to vendor/github.com/docker/engine-api/client/volume_create.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/volume_inspect.go b/vendor/github.com/docker/engine-api/client/volume_inspect.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/volume_inspect.go rename to vendor/github.com/docker/engine-api/client/volume_inspect.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/volume_list.go b/vendor/github.com/docker/engine-api/client/volume_list.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/volume_list.go rename to vendor/github.com/docker/engine-api/client/volume_list.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/client/volume_remove.go b/vendor/github.com/docker/engine-api/client/volume_remove.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/client/volume_remove.go rename to vendor/github.com/docker/engine-api/client/volume_remove.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/auth.go b/vendor/github.com/docker/engine-api/types/auth.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/auth.go rename to vendor/github.com/docker/engine-api/types/auth.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/blkiodev/blkio.go b/vendor/github.com/docker/engine-api/types/blkiodev/blkio.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/blkiodev/blkio.go rename to vendor/github.com/docker/engine-api/types/blkiodev/blkio.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/client.go b/vendor/github.com/docker/engine-api/types/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/client.go rename to vendor/github.com/docker/engine-api/types/client.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/configs.go b/vendor/github.com/docker/engine-api/types/configs.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/configs.go rename to vendor/github.com/docker/engine-api/types/configs.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/container/config.go b/vendor/github.com/docker/engine-api/types/container/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/container/config.go rename to vendor/github.com/docker/engine-api/types/container/config.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/container/host_config.go b/vendor/github.com/docker/engine-api/types/container/host_config.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/container/host_config.go rename to vendor/github.com/docker/engine-api/types/container/host_config.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/container/hostconfig_unix.go b/vendor/github.com/docker/engine-api/types/container/hostconfig_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/container/hostconfig_unix.go rename to vendor/github.com/docker/engine-api/types/container/hostconfig_unix.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/container/hostconfig_windows.go b/vendor/github.com/docker/engine-api/types/container/hostconfig_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/container/hostconfig_windows.go rename to vendor/github.com/docker/engine-api/types/container/hostconfig_windows.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/events/events.go b/vendor/github.com/docker/engine-api/types/events/events.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/events/events.go rename to vendor/github.com/docker/engine-api/types/events/events.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/filters/parse.go b/vendor/github.com/docker/engine-api/types/filters/parse.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/filters/parse.go rename to vendor/github.com/docker/engine-api/types/filters/parse.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/network/network.go b/vendor/github.com/docker/engine-api/types/network/network.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/network/network.go rename to vendor/github.com/docker/engine-api/types/network/network.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/reference/image_reference.go b/vendor/github.com/docker/engine-api/types/reference/image_reference.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/reference/image_reference.go rename to vendor/github.com/docker/engine-api/types/reference/image_reference.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/registry/registry.go b/vendor/github.com/docker/engine-api/types/registry/registry.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/registry/registry.go rename to vendor/github.com/docker/engine-api/types/registry/registry.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/seccomp.go b/vendor/github.com/docker/engine-api/types/seccomp.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/seccomp.go rename to vendor/github.com/docker/engine-api/types/seccomp.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/stats.go b/vendor/github.com/docker/engine-api/types/stats.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/stats.go rename to vendor/github.com/docker/engine-api/types/stats.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/strslice/strslice.go b/vendor/github.com/docker/engine-api/types/strslice/strslice.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/strslice/strslice.go rename to vendor/github.com/docker/engine-api/types/strslice/strslice.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/time/timestamp.go b/vendor/github.com/docker/engine-api/types/time/timestamp.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/time/timestamp.go rename to vendor/github.com/docker/engine-api/types/time/timestamp.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/types.go b/vendor/github.com/docker/engine-api/types/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/types.go rename to vendor/github.com/docker/engine-api/types/types.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/versions/README.md b/vendor/github.com/docker/engine-api/types/versions/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/versions/README.md rename to vendor/github.com/docker/engine-api/types/versions/README.md diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/versions/compare.go b/vendor/github.com/docker/engine-api/types/versions/compare.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/versions/compare.go rename to vendor/github.com/docker/engine-api/types/versions/compare.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/versions/v1p19/types.go b/vendor/github.com/docker/engine-api/types/versions/v1p19/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/versions/v1p19/types.go rename to vendor/github.com/docker/engine-api/types/versions/v1p19/types.go diff --git a/Godeps/_workspace/src/github.com/docker/engine-api/types/versions/v1p20/types.go b/vendor/github.com/docker/engine-api/types/versions/v1p20/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/engine-api/types/versions/v1p20/types.go rename to vendor/github.com/docker/engine-api/types/versions/v1p20/types.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/LICENSE b/vendor/github.com/docker/go-connections/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/LICENSE rename to vendor/github.com/docker/go-connections/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/nat/nat.go b/vendor/github.com/docker/go-connections/nat/nat.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/nat/nat.go rename to vendor/github.com/docker/go-connections/nat/nat.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/nat/parse.go b/vendor/github.com/docker/go-connections/nat/parse.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/nat/parse.go rename to vendor/github.com/docker/go-connections/nat/parse.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/nat/sort.go b/vendor/github.com/docker/go-connections/nat/sort.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/nat/sort.go rename to vendor/github.com/docker/go-connections/nat/sort.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/sockets/README.md b/vendor/github.com/docker/go-connections/sockets/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/sockets/README.md rename to vendor/github.com/docker/go-connections/sockets/README.md diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/sockets/inmem_socket.go b/vendor/github.com/docker/go-connections/sockets/inmem_socket.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/sockets/inmem_socket.go rename to vendor/github.com/docker/go-connections/sockets/inmem_socket.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/sockets/proxy.go b/vendor/github.com/docker/go-connections/sockets/proxy.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/sockets/proxy.go rename to vendor/github.com/docker/go-connections/sockets/proxy.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/sockets/sockets.go b/vendor/github.com/docker/go-connections/sockets/sockets.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/sockets/sockets.go rename to vendor/github.com/docker/go-connections/sockets/sockets.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/sockets/sockets_unix.go b/vendor/github.com/docker/go-connections/sockets/sockets_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/sockets/sockets_unix.go rename to vendor/github.com/docker/go-connections/sockets/sockets_unix.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/sockets/sockets_windows.go b/vendor/github.com/docker/go-connections/sockets/sockets_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/sockets/sockets_windows.go rename to vendor/github.com/docker/go-connections/sockets/sockets_windows.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/sockets/tcp_socket.go b/vendor/github.com/docker/go-connections/sockets/tcp_socket.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/sockets/tcp_socket.go rename to vendor/github.com/docker/go-connections/sockets/tcp_socket.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/sockets/unix_socket.go b/vendor/github.com/docker/go-connections/sockets/unix_socket.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/sockets/unix_socket.go rename to vendor/github.com/docker/go-connections/sockets/unix_socket.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/tlsconfig/config.go b/vendor/github.com/docker/go-connections/tlsconfig/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/tlsconfig/config.go rename to vendor/github.com/docker/go-connections/tlsconfig/config.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go b/vendor/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go rename to vendor/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go diff --git a/Godeps/_workspace/src/github.com/docker/go-connections/tlsconfig/config_legacy_client_ciphers.go b/vendor/github.com/docker/go-connections/tlsconfig/config_legacy_client_ciphers.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-connections/tlsconfig/config_legacy_client_ciphers.go rename to vendor/github.com/docker/go-connections/tlsconfig/config_legacy_client_ciphers.go diff --git a/Godeps/_workspace/src/github.com/docker/go-units/CONTRIBUTING.md b/vendor/github.com/docker/go-units/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/CONTRIBUTING.md rename to vendor/github.com/docker/go-units/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code b/vendor/github.com/docker/go-units/LICENSE.code similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code rename to vendor/github.com/docker/go-units/LICENSE.code diff --git a/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs b/vendor/github.com/docker/go-units/LICENSE.docs similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs rename to vendor/github.com/docker/go-units/LICENSE.docs diff --git a/Godeps/_workspace/src/github.com/docker/go-units/MAINTAINERS b/vendor/github.com/docker/go-units/MAINTAINERS similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/MAINTAINERS rename to vendor/github.com/docker/go-units/MAINTAINERS diff --git a/Godeps/_workspace/src/github.com/docker/go-units/README.md b/vendor/github.com/docker/go-units/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/README.md rename to vendor/github.com/docker/go-units/README.md diff --git a/Godeps/_workspace/src/github.com/docker/go-units/circle.yml b/vendor/github.com/docker/go-units/circle.yml similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/circle.yml rename to vendor/github.com/docker/go-units/circle.yml diff --git a/Godeps/_workspace/src/github.com/docker/go-units/duration.go b/vendor/github.com/docker/go-units/duration.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/duration.go rename to vendor/github.com/docker/go-units/duration.go diff --git a/Godeps/_workspace/src/github.com/docker/go-units/size.go b/vendor/github.com/docker/go-units/size.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/size.go rename to vendor/github.com/docker/go-units/size.go diff --git a/Godeps/_workspace/src/github.com/docker/go-units/ulimit.go b/vendor/github.com/docker/go-units/ulimit.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/go-units/ulimit.go rename to vendor/github.com/docker/go-units/ulimit.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/CONTRIBUTING.md b/vendor/github.com/docker/spdystream/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/CONTRIBUTING.md rename to vendor/github.com/docker/spdystream/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libkv/LICENSE b/vendor/github.com/docker/spdystream/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libkv/LICENSE rename to vendor/github.com/docker/spdystream/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/LICENSE.docs b/vendor/github.com/docker/spdystream/LICENSE.docs similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/LICENSE.docs rename to vendor/github.com/docker/spdystream/LICENSE.docs diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/MAINTAINERS b/vendor/github.com/docker/spdystream/MAINTAINERS similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/MAINTAINERS rename to vendor/github.com/docker/spdystream/MAINTAINERS diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/README.md b/vendor/github.com/docker/spdystream/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/README.md rename to vendor/github.com/docker/spdystream/README.md diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/connection.go b/vendor/github.com/docker/spdystream/connection.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/connection.go rename to vendor/github.com/docker/spdystream/connection.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/handlers.go b/vendor/github.com/docker/spdystream/handlers.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/handlers.go rename to vendor/github.com/docker/spdystream/handlers.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/priority.go b/vendor/github.com/docker/spdystream/priority.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/priority.go rename to vendor/github.com/docker/spdystream/priority.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/spdy/dictionary.go b/vendor/github.com/docker/spdystream/spdy/dictionary.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/spdy/dictionary.go rename to vendor/github.com/docker/spdystream/spdy/dictionary.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/spdy/read.go b/vendor/github.com/docker/spdystream/spdy/read.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/spdy/read.go rename to vendor/github.com/docker/spdystream/spdy/read.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/spdy/types.go b/vendor/github.com/docker/spdystream/spdy/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/spdy/types.go rename to vendor/github.com/docker/spdystream/spdy/types.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/spdy/write.go b/vendor/github.com/docker/spdystream/spdy/write.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/spdy/write.go rename to vendor/github.com/docker/spdystream/spdy/write.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/stream.go b/vendor/github.com/docker/spdystream/stream.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/stream.go rename to vendor/github.com/docker/spdystream/stream.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/utils.go b/vendor/github.com/docker/spdystream/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/utils.go rename to vendor/github.com/docker/spdystream/utils.go diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/ws/connection.go b/vendor/github.com/docker/spdystream/ws/connection.go similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/ws/connection.go rename to vendor/github.com/docker/spdystream/ws/connection.go diff --git a/Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/LICENSE b/vendor/github.com/elazarl/go-bindata-assetfs/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/LICENSE rename to vendor/github.com/elazarl/go-bindata-assetfs/LICENSE diff --git a/Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/README.md b/vendor/github.com/elazarl/go-bindata-assetfs/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/README.md rename to vendor/github.com/elazarl/go-bindata-assetfs/README.md diff --git a/Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/assetfs.go b/vendor/github.com/elazarl/go-bindata-assetfs/assetfs.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/assetfs.go rename to vendor/github.com/elazarl/go-bindata-assetfs/assetfs.go diff --git a/Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/doc.go b/vendor/github.com/elazarl/go-bindata-assetfs/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/doc.go rename to vendor/github.com/elazarl/go-bindata-assetfs/doc.go diff --git a/Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs/main.go b/vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs/main.go rename to vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs/main.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/.gitignore b/vendor/github.com/elazarl/goproxy/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/.gitignore rename to vendor/github.com/elazarl/goproxy/.gitignore diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/LICENSE b/vendor/github.com/elazarl/goproxy/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/LICENSE rename to vendor/github.com/elazarl/goproxy/LICENSE diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/README.md b/vendor/github.com/elazarl/goproxy/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/README.md rename to vendor/github.com/elazarl/goproxy/README.md diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/actions.go b/vendor/github.com/elazarl/goproxy/actions.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/actions.go rename to vendor/github.com/elazarl/goproxy/actions.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/all.bash b/vendor/github.com/elazarl/goproxy/all.bash similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/all.bash rename to vendor/github.com/elazarl/goproxy/all.bash diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/ca.pem b/vendor/github.com/elazarl/goproxy/ca.pem similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/ca.pem rename to vendor/github.com/elazarl/goproxy/ca.pem diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/certs.go b/vendor/github.com/elazarl/goproxy/certs.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/certs.go rename to vendor/github.com/elazarl/goproxy/certs.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/chunked.go b/vendor/github.com/elazarl/goproxy/chunked.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/chunked.go rename to vendor/github.com/elazarl/goproxy/chunked.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/counterecryptor.go b/vendor/github.com/elazarl/goproxy/counterecryptor.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/counterecryptor.go rename to vendor/github.com/elazarl/goproxy/counterecryptor.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/ctx.go b/vendor/github.com/elazarl/goproxy/ctx.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/ctx.go rename to vendor/github.com/elazarl/goproxy/ctx.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/dispatcher.go b/vendor/github.com/elazarl/goproxy/dispatcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/dispatcher.go rename to vendor/github.com/elazarl/goproxy/dispatcher.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/doc.go b/vendor/github.com/elazarl/goproxy/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/doc.go rename to vendor/github.com/elazarl/goproxy/doc.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-basic/README.md b/vendor/github.com/elazarl/goproxy/examples/goproxy-basic/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-basic/README.md rename to vendor/github.com/elazarl/goproxy/examples/goproxy-basic/README.md diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-basic/main.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-basic/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-basic/main.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-basic/main.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-eavesdropper/main.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-eavesdropper/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-eavesdropper/main.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-eavesdropper/main.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-httpdump/README.md b/vendor/github.com/elazarl/goproxy/examples/goproxy-httpdump/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-httpdump/README.md rename to vendor/github.com/elazarl/goproxy/examples/goproxy-httpdump/README.md diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-httpdump/httpdump.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-httpdump/httpdump.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-httpdump/httpdump.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-httpdump/httpdump.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/README.md b/vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/README.md rename to vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/README.md diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery1.html b/vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery1.html similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery1.html rename to vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery1.html diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery2.html b/vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery2.html similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery2.html rename to vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery2.html diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery_homepage.html b/vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery_homepage.html similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery_homepage.html rename to vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/jquery_homepage.html diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/main.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/main.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/main.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/php_man.html b/vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/php_man.html similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/php_man.html rename to vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/php_man.html diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/w3schools.html b/vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/w3schools.html similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-jquery-version/w3schools.html rename to vendor/github.com/elazarl/goproxy/examples/goproxy-jquery-version/w3schools.html diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/README.md b/vendor/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/README.md rename to vendor/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/README.md diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/noreddit.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/noreddit.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/noreddit.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-no-reddit-at-worktime/noreddit.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-sokeepalive/sokeepalive.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-sokeepalive/sokeepalive.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-sokeepalive/sokeepalive.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-sokeepalive/sokeepalive.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-sslstrip/sslstrip.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-sslstrip/sslstrip.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-sslstrip/sslstrip.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-sslstrip/sslstrip.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-stats/README.md b/vendor/github.com/elazarl/goproxy/examples/goproxy-stats/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-stats/README.md rename to vendor/github.com/elazarl/goproxy/examples/goproxy-stats/README.md diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-stats/main.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-stats/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-stats/main.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-stats/main.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-transparent/README.md b/vendor/github.com/elazarl/goproxy/examples/goproxy-transparent/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-transparent/README.md rename to vendor/github.com/elazarl/goproxy/examples/goproxy-transparent/README.md diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-transparent/proxy.sh b/vendor/github.com/elazarl/goproxy/examples/goproxy-transparent/proxy.sh similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-transparent/proxy.sh rename to vendor/github.com/elazarl/goproxy/examples/goproxy-transparent/proxy.sh diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-transparent/transparent.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-transparent/transparent.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-transparent/transparent.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-transparent/transparent.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-upside-down-ternet/main.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-upside-down-ternet/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-upside-down-ternet/main.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-upside-down-ternet/main.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-yui-minify/yui.go b/vendor/github.com/elazarl/goproxy/examples/goproxy-yui-minify/yui.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/examples/goproxy-yui-minify/yui.go rename to vendor/github.com/elazarl/goproxy/examples/goproxy-yui-minify/yui.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/ext/auth/basic.go b/vendor/github.com/elazarl/goproxy/ext/auth/basic.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/ext/auth/basic.go rename to vendor/github.com/elazarl/goproxy/ext/auth/basic.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/ext/html/cp1255.html b/vendor/github.com/elazarl/goproxy/ext/html/cp1255.html similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/ext/html/cp1255.html rename to vendor/github.com/elazarl/goproxy/ext/html/cp1255.html diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/ext/html/cp1255.txt b/vendor/github.com/elazarl/goproxy/ext/html/cp1255.txt similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/ext/html/cp1255.txt rename to vendor/github.com/elazarl/goproxy/ext/html/cp1255.txt diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/ext/html/html.go b/vendor/github.com/elazarl/goproxy/ext/html/html.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/ext/html/html.go rename to vendor/github.com/elazarl/goproxy/ext/html/html.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/ext/image/image.go b/vendor/github.com/elazarl/goproxy/ext/image/image.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/ext/image/image.go rename to vendor/github.com/elazarl/goproxy/ext/image/image.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/https.go b/vendor/github.com/elazarl/goproxy/https.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/https.go rename to vendor/github.com/elazarl/goproxy/https.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/key.pem b/vendor/github.com/elazarl/goproxy/key.pem similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/key.pem rename to vendor/github.com/elazarl/goproxy/key.pem diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/proxy.go b/vendor/github.com/elazarl/goproxy/proxy.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/proxy.go rename to vendor/github.com/elazarl/goproxy/proxy.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/regretable/regretreader.go b/vendor/github.com/elazarl/goproxy/regretable/regretreader.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/regretable/regretreader.go rename to vendor/github.com/elazarl/goproxy/regretable/regretreader.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/responses.go b/vendor/github.com/elazarl/goproxy/responses.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/responses.go rename to vendor/github.com/elazarl/goproxy/responses.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/signer.go b/vendor/github.com/elazarl/goproxy/signer.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/signer.go rename to vendor/github.com/elazarl/goproxy/signer.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/test_data/baby.jpg b/vendor/github.com/elazarl/goproxy/test_data/baby.jpg similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/test_data/baby.jpg rename to vendor/github.com/elazarl/goproxy/test_data/baby.jpg diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/test_data/football.png b/vendor/github.com/elazarl/goproxy/test_data/football.png similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/test_data/football.png rename to vendor/github.com/elazarl/goproxy/test_data/football.png diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/test_data/panda.png b/vendor/github.com/elazarl/goproxy/test_data/panda.png similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/test_data/panda.png rename to vendor/github.com/elazarl/goproxy/test_data/panda.png diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/transport/roundtripper.go b/vendor/github.com/elazarl/goproxy/transport/roundtripper.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/transport/roundtripper.go rename to vendor/github.com/elazarl/goproxy/transport/roundtripper.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/transport/transport.go b/vendor/github.com/elazarl/goproxy/transport/transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/transport/transport.go rename to vendor/github.com/elazarl/goproxy/transport/transport.go diff --git a/Godeps/_workspace/src/github.com/elazarl/goproxy/transport/util.go b/vendor/github.com/elazarl/goproxy/transport/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/elazarl/goproxy/transport/util.go rename to vendor/github.com/elazarl/goproxy/transport/util.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/.gitignore b/vendor/github.com/emicklei/go-restful/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/.gitignore rename to vendor/github.com/emicklei/go-restful/.gitignore diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/CHANGES.md b/vendor/github.com/emicklei/go-restful/CHANGES.md similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/CHANGES.md rename to vendor/github.com/emicklei/go-restful/CHANGES.md diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/LICENSE b/vendor/github.com/emicklei/go-restful/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/LICENSE rename to vendor/github.com/emicklei/go-restful/LICENSE diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/README.md b/vendor/github.com/emicklei/go-restful/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/README.md rename to vendor/github.com/emicklei/go-restful/README.md diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/Srcfile b/vendor/github.com/emicklei/go-restful/Srcfile similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/Srcfile rename to vendor/github.com/emicklei/go-restful/Srcfile diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/bench_test.sh b/vendor/github.com/emicklei/go-restful/bench_test.sh similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/bench_test.sh rename to vendor/github.com/emicklei/go-restful/bench_test.sh diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/compress.go b/vendor/github.com/emicklei/go-restful/compress.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/compress.go rename to vendor/github.com/emicklei/go-restful/compress.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/compressor_cache.go b/vendor/github.com/emicklei/go-restful/compressor_cache.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/compressor_cache.go rename to vendor/github.com/emicklei/go-restful/compressor_cache.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/compressor_pools.go b/vendor/github.com/emicklei/go-restful/compressor_pools.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/compressor_pools.go rename to vendor/github.com/emicklei/go-restful/compressor_pools.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/compressors.go b/vendor/github.com/emicklei/go-restful/compressors.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/compressors.go rename to vendor/github.com/emicklei/go-restful/compressors.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/constants.go b/vendor/github.com/emicklei/go-restful/constants.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/constants.go rename to vendor/github.com/emicklei/go-restful/constants.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/container.go b/vendor/github.com/emicklei/go-restful/container.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/container.go rename to vendor/github.com/emicklei/go-restful/container.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/cors_filter.go b/vendor/github.com/emicklei/go-restful/cors_filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/cors_filter.go rename to vendor/github.com/emicklei/go-restful/cors_filter.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/coverage.sh b/vendor/github.com/emicklei/go-restful/coverage.sh similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/coverage.sh rename to vendor/github.com/emicklei/go-restful/coverage.sh diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/curly.go b/vendor/github.com/emicklei/go-restful/curly.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/curly.go rename to vendor/github.com/emicklei/go-restful/curly.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/curly_route.go b/vendor/github.com/emicklei/go-restful/curly_route.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/curly_route.go rename to vendor/github.com/emicklei/go-restful/curly_route.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/doc.go b/vendor/github.com/emicklei/go-restful/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/doc.go rename to vendor/github.com/emicklei/go-restful/doc.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/entity_accessors.go b/vendor/github.com/emicklei/go-restful/entity_accessors.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/entity_accessors.go rename to vendor/github.com/emicklei/go-restful/entity_accessors.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/.goconvey b/vendor/github.com/emicklei/go-restful/examples/.goconvey similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/.goconvey rename to vendor/github.com/emicklei/go-restful/examples/.goconvey diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/.goconvey b/vendor/github.com/emicklei/go-restful/examples/google_app_engine/.goconvey similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/.goconvey rename to vendor/github.com/emicklei/go-restful/examples/google_app_engine/.goconvey diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/app.yaml b/vendor/github.com/emicklei/go-restful/examples/google_app_engine/app.yaml similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/app.yaml rename to vendor/github.com/emicklei/go-restful/examples/google_app_engine/app.yaml diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/datastore/.goconvey b/vendor/github.com/emicklei/go-restful/examples/google_app_engine/datastore/.goconvey similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/datastore/.goconvey rename to vendor/github.com/emicklei/go-restful/examples/google_app_engine/datastore/.goconvey diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/datastore/app.yaml b/vendor/github.com/emicklei/go-restful/examples/google_app_engine/datastore/app.yaml similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/datastore/app.yaml rename to vendor/github.com/emicklei/go-restful/examples/google_app_engine/datastore/app.yaml diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/datastore/main.go b/vendor/github.com/emicklei/go-restful/examples/google_app_engine/datastore/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/datastore/main.go rename to vendor/github.com/emicklei/go-restful/examples/google_app_engine/datastore/main.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/restful-appstats-integration.go b/vendor/github.com/emicklei/go-restful/examples/google_app_engine/restful-appstats-integration.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/restful-appstats-integration.go rename to vendor/github.com/emicklei/go-restful/examples/google_app_engine/restful-appstats-integration.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/restful-user-service.go b/vendor/github.com/emicklei/go-restful/examples/google_app_engine/restful-user-service.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/google_app_engine/restful-user-service.go rename to vendor/github.com/emicklei/go-restful/examples/google_app_engine/restful-user-service.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/home.html b/vendor/github.com/emicklei/go-restful/examples/home.html similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/home.html rename to vendor/github.com/emicklei/go-restful/examples/home.html diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-CORS-filter.go b/vendor/github.com/emicklei/go-restful/examples/restful-CORS-filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-CORS-filter.go rename to vendor/github.com/emicklei/go-restful/examples/restful-CORS-filter.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-NCSA-logging.go b/vendor/github.com/emicklei/go-restful/examples/restful-NCSA-logging.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-NCSA-logging.go rename to vendor/github.com/emicklei/go-restful/examples/restful-NCSA-logging.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-basic-authentication.go b/vendor/github.com/emicklei/go-restful/examples/restful-basic-authentication.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-basic-authentication.go rename to vendor/github.com/emicklei/go-restful/examples/restful-basic-authentication.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-cpuprofiler-service.go b/vendor/github.com/emicklei/go-restful/examples/restful-cpuprofiler-service.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-cpuprofiler-service.go rename to vendor/github.com/emicklei/go-restful/examples/restful-cpuprofiler-service.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-curly-router.go b/vendor/github.com/emicklei/go-restful/examples/restful-curly-router.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-curly-router.go rename to vendor/github.com/emicklei/go-restful/examples/restful-curly-router.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-encoding-filter.go b/vendor/github.com/emicklei/go-restful/examples/restful-encoding-filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-encoding-filter.go rename to vendor/github.com/emicklei/go-restful/examples/restful-encoding-filter.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-filters.go b/vendor/github.com/emicklei/go-restful/examples/restful-filters.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-filters.go rename to vendor/github.com/emicklei/go-restful/examples/restful-filters.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-form-handling.go b/vendor/github.com/emicklei/go-restful/examples/restful-form-handling.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-form-handling.go rename to vendor/github.com/emicklei/go-restful/examples/restful-form-handling.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-hello-world.go b/vendor/github.com/emicklei/go-restful/examples/restful-hello-world.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-hello-world.go rename to vendor/github.com/emicklei/go-restful/examples/restful-hello-world.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-html-template.go b/vendor/github.com/emicklei/go-restful/examples/restful-html-template.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-html-template.go rename to vendor/github.com/emicklei/go-restful/examples/restful-html-template.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-multi-containers.go b/vendor/github.com/emicklei/go-restful/examples/restful-multi-containers.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-multi-containers.go rename to vendor/github.com/emicklei/go-restful/examples/restful-multi-containers.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-no-cache-filter.go b/vendor/github.com/emicklei/go-restful/examples/restful-no-cache-filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-no-cache-filter.go rename to vendor/github.com/emicklei/go-restful/examples/restful-no-cache-filter.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-options-filter.go b/vendor/github.com/emicklei/go-restful/examples/restful-options-filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-options-filter.go rename to vendor/github.com/emicklei/go-restful/examples/restful-options-filter.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-path-tail.go b/vendor/github.com/emicklei/go-restful/examples/restful-path-tail.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-path-tail.go rename to vendor/github.com/emicklei/go-restful/examples/restful-path-tail.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-pre-post-filters.go b/vendor/github.com/emicklei/go-restful/examples/restful-pre-post-filters.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-pre-post-filters.go rename to vendor/github.com/emicklei/go-restful/examples/restful-pre-post-filters.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-resource-functions.go b/vendor/github.com/emicklei/go-restful/examples/restful-resource-functions.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-resource-functions.go rename to vendor/github.com/emicklei/go-restful/examples/restful-resource-functions.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-serve-static.go b/vendor/github.com/emicklei/go-restful/examples/restful-serve-static.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-serve-static.go rename to vendor/github.com/emicklei/go-restful/examples/restful-serve-static.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-swagger.go b/vendor/github.com/emicklei/go-restful/examples/restful-swagger.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-swagger.go rename to vendor/github.com/emicklei/go-restful/examples/restful-swagger.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-user-resource.go b/vendor/github.com/emicklei/go-restful/examples/restful-user-resource.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-user-resource.go rename to vendor/github.com/emicklei/go-restful/examples/restful-user-resource.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-user-service.go b/vendor/github.com/emicklei/go-restful/examples/restful-user-service.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/examples/restful-user-service.go rename to vendor/github.com/emicklei/go-restful/examples/restful-user-service.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/filter.go b/vendor/github.com/emicklei/go-restful/filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/filter.go rename to vendor/github.com/emicklei/go-restful/filter.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/install.sh b/vendor/github.com/emicklei/go-restful/install.sh similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/install.sh rename to vendor/github.com/emicklei/go-restful/install.sh diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/jsr311.go b/vendor/github.com/emicklei/go-restful/jsr311.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/jsr311.go rename to vendor/github.com/emicklei/go-restful/jsr311.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/log/log.go b/vendor/github.com/emicklei/go-restful/log/log.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/log/log.go rename to vendor/github.com/emicklei/go-restful/log/log.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/logger.go b/vendor/github.com/emicklei/go-restful/logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/logger.go rename to vendor/github.com/emicklei/go-restful/logger.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/mime.go b/vendor/github.com/emicklei/go-restful/mime.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/mime.go rename to vendor/github.com/emicklei/go-restful/mime.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/options_filter.go b/vendor/github.com/emicklei/go-restful/options_filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/options_filter.go rename to vendor/github.com/emicklei/go-restful/options_filter.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/parameter.go b/vendor/github.com/emicklei/go-restful/parameter.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/parameter.go rename to vendor/github.com/emicklei/go-restful/parameter.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/path_expression.go b/vendor/github.com/emicklei/go-restful/path_expression.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/path_expression.go rename to vendor/github.com/emicklei/go-restful/path_expression.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/request.go b/vendor/github.com/emicklei/go-restful/request.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/request.go rename to vendor/github.com/emicklei/go-restful/request.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/response.go b/vendor/github.com/emicklei/go-restful/response.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/response.go rename to vendor/github.com/emicklei/go-restful/response.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/route.go b/vendor/github.com/emicklei/go-restful/route.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/route.go rename to vendor/github.com/emicklei/go-restful/route.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/route_builder.go b/vendor/github.com/emicklei/go-restful/route_builder.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/route_builder.go rename to vendor/github.com/emicklei/go-restful/route_builder.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/router.go b/vendor/github.com/emicklei/go-restful/router.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/router.go rename to vendor/github.com/emicklei/go-restful/router.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/service_error.go b/vendor/github.com/emicklei/go-restful/service_error.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/service_error.go rename to vendor/github.com/emicklei/go-restful/service_error.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/CHANGES.md b/vendor/github.com/emicklei/go-restful/swagger/CHANGES.md similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/CHANGES.md rename to vendor/github.com/emicklei/go-restful/swagger/CHANGES.md diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/README.md b/vendor/github.com/emicklei/go-restful/swagger/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/README.md rename to vendor/github.com/emicklei/go-restful/swagger/README.md diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/api_declaration_list.go b/vendor/github.com/emicklei/go-restful/swagger/api_declaration_list.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/api_declaration_list.go rename to vendor/github.com/emicklei/go-restful/swagger/api_declaration_list.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/config.go b/vendor/github.com/emicklei/go-restful/swagger/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/config.go rename to vendor/github.com/emicklei/go-restful/swagger/config.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/model_builder.go b/vendor/github.com/emicklei/go-restful/swagger/model_builder.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/model_builder.go rename to vendor/github.com/emicklei/go-restful/swagger/model_builder.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/model_list.go b/vendor/github.com/emicklei/go-restful/swagger/model_list.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/model_list.go rename to vendor/github.com/emicklei/go-restful/swagger/model_list.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/model_property_ext.go b/vendor/github.com/emicklei/go-restful/swagger/model_property_ext.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/model_property_ext.go rename to vendor/github.com/emicklei/go-restful/swagger/model_property_ext.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/model_property_list.go b/vendor/github.com/emicklei/go-restful/swagger/model_property_list.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/model_property_list.go rename to vendor/github.com/emicklei/go-restful/swagger/model_property_list.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/ordered_route_map.go b/vendor/github.com/emicklei/go-restful/swagger/ordered_route_map.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/ordered_route_map.go rename to vendor/github.com/emicklei/go-restful/swagger/ordered_route_map.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/swagger.go b/vendor/github.com/emicklei/go-restful/swagger/swagger.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/swagger.go rename to vendor/github.com/emicklei/go-restful/swagger/swagger.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/swagger_builder.go b/vendor/github.com/emicklei/go-restful/swagger/swagger_builder.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/swagger_builder.go rename to vendor/github.com/emicklei/go-restful/swagger/swagger_builder.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/swagger_webservice.go b/vendor/github.com/emicklei/go-restful/swagger/swagger_webservice.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/swagger_webservice.go rename to vendor/github.com/emicklei/go-restful/swagger/swagger_webservice.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/test_package/struct.go b/vendor/github.com/emicklei/go-restful/swagger/test_package/struct.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/swagger/test_package/struct.go rename to vendor/github.com/emicklei/go-restful/swagger/test_package/struct.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/web_service.go b/vendor/github.com/emicklei/go-restful/web_service.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/web_service.go rename to vendor/github.com/emicklei/go-restful/web_service.go diff --git a/Godeps/_workspace/src/github.com/emicklei/go-restful/web_service_container.go b/vendor/github.com/emicklei/go-restful/web_service_container.go similarity index 100% rename from Godeps/_workspace/src/github.com/emicklei/go-restful/web_service_container.go rename to vendor/github.com/emicklei/go-restful/web_service_container.go diff --git a/Godeps/_workspace/src/github.com/evanphx/json-patch/.travis.yml b/vendor/github.com/evanphx/json-patch/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/evanphx/json-patch/.travis.yml rename to vendor/github.com/evanphx/json-patch/.travis.yml diff --git a/Godeps/_workspace/src/github.com/evanphx/json-patch/LICENSE b/vendor/github.com/evanphx/json-patch/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/evanphx/json-patch/LICENSE rename to vendor/github.com/evanphx/json-patch/LICENSE diff --git a/Godeps/_workspace/src/github.com/evanphx/json-patch/README.md b/vendor/github.com/evanphx/json-patch/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/evanphx/json-patch/README.md rename to vendor/github.com/evanphx/json-patch/README.md diff --git a/Godeps/_workspace/src/github.com/evanphx/json-patch/merge.go b/vendor/github.com/evanphx/json-patch/merge.go similarity index 100% rename from Godeps/_workspace/src/github.com/evanphx/json-patch/merge.go rename to vendor/github.com/evanphx/json-patch/merge.go diff --git a/Godeps/_workspace/src/github.com/evanphx/json-patch/patch.go b/vendor/github.com/evanphx/json-patch/patch.go similarity index 100% rename from Godeps/_workspace/src/github.com/evanphx/json-patch/patch.go rename to vendor/github.com/evanphx/json-patch/patch.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/.gitignore b/vendor/github.com/fsouza/go-dockerclient/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/.gitignore rename to vendor/github.com/fsouza/go-dockerclient/.gitignore diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/.travis.yml b/vendor/github.com/fsouza/go-dockerclient/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/.travis.yml rename to vendor/github.com/fsouza/go-dockerclient/.travis.yml diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/AUTHORS b/vendor/github.com/fsouza/go-dockerclient/AUTHORS similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/AUTHORS rename to vendor/github.com/fsouza/go-dockerclient/AUTHORS diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/DOCKER-LICENSE b/vendor/github.com/fsouza/go-dockerclient/DOCKER-LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/DOCKER-LICENSE rename to vendor/github.com/fsouza/go-dockerclient/DOCKER-LICENSE diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/LICENSE b/vendor/github.com/fsouza/go-dockerclient/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/LICENSE rename to vendor/github.com/fsouza/go-dockerclient/LICENSE diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/Makefile b/vendor/github.com/fsouza/go-dockerclient/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/Makefile rename to vendor/github.com/fsouza/go-dockerclient/Makefile diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/README.markdown b/vendor/github.com/fsouza/go-dockerclient/README.markdown similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/README.markdown rename to vendor/github.com/fsouza/go-dockerclient/README.markdown diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/auth.go b/vendor/github.com/fsouza/go-dockerclient/auth.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/auth.go rename to vendor/github.com/fsouza/go-dockerclient/auth.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/change.go b/vendor/github.com/fsouza/go-dockerclient/change.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/change.go rename to vendor/github.com/fsouza/go-dockerclient/change.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/client.go b/vendor/github.com/fsouza/go-dockerclient/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/client.go rename to vendor/github.com/fsouza/go-dockerclient/client.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/container.go b/vendor/github.com/fsouza/go-dockerclient/container.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/container.go rename to vendor/github.com/fsouza/go-dockerclient/container.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/env.go b/vendor/github.com/fsouza/go-dockerclient/env.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/env.go rename to vendor/github.com/fsouza/go-dockerclient/env.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/event.go b/vendor/github.com/fsouza/go-dockerclient/event.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/event.go rename to vendor/github.com/fsouza/go-dockerclient/event.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/exec.go b/vendor/github.com/fsouza/go-dockerclient/exec.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/exec.go rename to vendor/github.com/fsouza/go-dockerclient/exec.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/CHANGELOG.md b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/CHANGELOG.md similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/CHANGELOG.md rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/CHANGELOG.md diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/Sirupsen/logrus/LICENSE b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/Sirupsen/logrus/LICENSE rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/LICENSE diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/README.md b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/README.md rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/README.md diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/doc.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/doc.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/doc.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/entry.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/entry.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/entry.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/entry.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/exported.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/exported.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/exported.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/exported.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/formatter.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/formatter.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/formatter.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/hooks.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/hooks.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/hooks.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/hooks.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/json_formatter.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/json_formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/json_formatter.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/json_formatter.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logger.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logger.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logger.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logrus.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logrus.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logrus.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logrus.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_bsd.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_bsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_bsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_bsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_notwindows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_notwindows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_notwindows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_notwindows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_solaris.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_solaris.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_solaris.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_solaris.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/terminal_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/text_formatter.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/text_formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/text_formatter.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/text_formatter.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/writer.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/writer.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/writer.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/writer.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/envfile.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/envfile.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/envfile.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/envfile.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/hosts_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/ip.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/ip.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/ip.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/ip.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/opts/opts_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/README.md b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/README.md rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/README.md diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_other.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_other.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_other.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_other.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/diff.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/diff.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/diff.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/diff.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/example_changes.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/example_changes.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/example_changes.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/example_changes.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_unsupported.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_unsupported.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/time_unsupported.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/whiteouts.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/whiteouts.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/whiteouts.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/whiteouts.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/wrap.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/wrap.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/wrap.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/wrap.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/fileutils/fileutils_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/homedir/homedir.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/homedir/homedir.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/homedir/homedir.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/homedir/homedir.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/idtools_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_unsupported.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_unsupported.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/idtools/usergroupadd_unsupported.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/bytespipe.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/bytespipe.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/bytespipe.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/bytespipe.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/fmt.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/fmt.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/fmt.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/fmt.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/multireader.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/multireader.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/multireader.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/multireader.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/readers.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/readers.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/readers.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/readers.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler_gccgo.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler_gccgo.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler_gccgo.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/scheduler_gccgo.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/temp_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writeflusher.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writeflusher.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writeflusher.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writeflusher.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writers.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writers.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writers.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/writers.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/longpath/longpath.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/longpath/longpath.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/longpath/longpath.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/longpath/longpath.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/pools/pools.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/pools/pools.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/pools/pools.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/pools/pools.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/promise/promise.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/promise/promise.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/promise/promise.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/promise/promise.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/stdcopy/stdcopy.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/stdcopy/stdcopy.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/stdcopy/stdcopy.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/stdcopy/stdcopy.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/chtimes_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/errors.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/errors.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/errors.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/events_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/events_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/events_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/events_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/filesys_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/lstat_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_unsupported.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_unsupported.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_unsupported.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/mknod_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_freebsd.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_freebsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_freebsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_openbsd.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_openbsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_openbsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_openbsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_solaris.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_solaris.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_solaris.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_solaris.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_unsupported.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_unsupported.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_unsupported.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/syscall_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask_windows.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask_windows.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/umask_windows.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_darwin.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_darwin.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_darwin.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_freebsd.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_freebsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_freebsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_unsupported.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_unsupported.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_unsupported.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_unsupported.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_unsupported.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/xattrs_unsupported.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/CONTRIBUTING.md b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/CONTRIBUTING.md rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/MAINTAINERS b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/MAINTAINERS similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/MAINTAINERS rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/MAINTAINERS diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/README.md b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/README.md rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/README.md diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/duration.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/duration.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/duration.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/duration.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/size.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/size.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/size.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/size.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/ulimit.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/ulimit.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/ulimit.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/ulimit.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/gorilla/context/LICENSE b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/gorilla/context/LICENSE rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/LICENSE diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/README.md b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/README.md rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/README.md diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/context.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/context.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/context.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/context.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/doc.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/doc.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/doc.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/gorilla/mux/LICENSE b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/gorilla/mux/LICENSE rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/LICENSE diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/README.md b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/README.md rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/README.md diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/doc.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/doc.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/doc.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/mux.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/mux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/mux.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/mux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/regexp.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/regexp.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/regexp.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/regexp.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/route.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/route.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/route.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/route.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE b/vendor/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/README.md b/vendor/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/README.md rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/README.md diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/cleanhttp.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/cleanhttp.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/cleanhttp.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/cleanhttp.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS b/vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/user.go b/vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/user.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/user.go rename to vendor/github.com/fsouza/go-dockerclient/external/github.com/opencontainers/runc/libcontainer/user/user.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/net/context/context.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/net/context/context.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/net/context/context.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/net/context/context.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_386.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_386.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_386.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_386.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_amd64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_amd64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_amd64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_amd64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_darwin_arm64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_386.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_386.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_386.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_386.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_amd64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_amd64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_amd64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_dragonfly_amd64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_386.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_386.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_386.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_386.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_amd64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_amd64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_amd64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_amd64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_arm.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_arm.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_arm.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_freebsd_arm.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_386.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_386.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_386.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_386.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_amd64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_amd64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_amd64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_amd64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_arm64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_ppc64x.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_ppc64x.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_ppc64x.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_linux_ppc64x.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_386.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_386.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_386.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_386.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_amd64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_amd64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_amd64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_amd64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_arm.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_arm.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_arm.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_netbsd_arm.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_386.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_386.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_386.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_386.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_amd64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_amd64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_amd64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_openbsd_amd64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_solaris_amd64.s b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_solaris_amd64.s similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_solaris_amd64.s rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/asm_solaris_amd64.s diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/constants.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/constants.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/constants.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/constants.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unset.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unset.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unset.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/env_unset.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock_linux_32bit.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock_linux_32bit.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock_linux_32bit.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/flock_linux_32bit.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_c.c b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_c.c similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_c.c rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_c.c diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_linux_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_linux_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/gccgo_linux_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkall.sh b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkall.sh similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkall.sh rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkall.sh diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkerrors.sh b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkerrors.sh similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkerrors.sh rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mkerrors.sh diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall_solaris.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall_solaris.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall_solaris.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksyscall_solaris.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysctl_openbsd.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysctl_openbsd.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysctl_openbsd.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysctl_openbsd.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_darwin.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_darwin.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_darwin.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_darwin.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_dragonfly.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_dragonfly.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_dragonfly.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_dragonfly.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_freebsd.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_freebsd.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_freebsd.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_freebsd.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_linux.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_linux.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_linux.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_linux.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_netbsd.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_netbsd.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_netbsd.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_netbsd.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_openbsd.pl b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_openbsd.pl similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_openbsd.pl rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/mksysnum_openbsd.pl diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race0.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race0.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race0.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/race0.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/sockcmsg_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/str.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/str.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/str.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/str.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_bsd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_bsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_bsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_bsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_darwin_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_freebsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_ppc64x.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_ppc64x.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_ppc64x.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_linux_ppc64x.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_netbsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_no_getwd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_no_getwd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_no_getwd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_no_getwd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_openbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_solaris_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_unix.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_unix.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/syscall_unix.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_darwin.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_darwin.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_darwin.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_dragonfly.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_dragonfly.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_dragonfly.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_dragonfly.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_freebsd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_freebsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_freebsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_linux.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_linux.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_linux.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_netbsd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_netbsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_netbsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_netbsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_openbsd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_openbsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_openbsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_openbsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_solaris.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_solaris.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_solaris.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/types_solaris.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_darwin_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_freebsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64le.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64le.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_linux_ppc64le.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_netbsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_openbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_solaris_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_solaris_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zerrors_solaris_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_darwin_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_freebsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_netbsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_solaris_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_solaris_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsyscall_solaris_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysctl_openbsd.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysctl_openbsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysctl_openbsd.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysctl_openbsd.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_darwin_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_freebsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_netbsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_solaris_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_solaris_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/zsysnum_solaris_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_darwin_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_freebsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_arm64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64le.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64le.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_linux_ppc64le.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_arm.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_arm.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_netbsd_arm.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_386.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_386.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_386.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_openbsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_solaris_amd64.go b/vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_solaris_amd64.go rename to vendor/github.com/fsouza/go-dockerclient/external/golang.org/x/sys/unix/ztypes_solaris_amd64.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/image.go b/vendor/github.com/fsouza/go-dockerclient/image.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/image.go rename to vendor/github.com/fsouza/go-dockerclient/image.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/misc.go b/vendor/github.com/fsouza/go-dockerclient/misc.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/misc.go rename to vendor/github.com/fsouza/go-dockerclient/misc.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/network.go b/vendor/github.com/fsouza/go-dockerclient/network.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/network.go rename to vendor/github.com/fsouza/go-dockerclient/network.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/signal.go b/vendor/github.com/fsouza/go-dockerclient/signal.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/signal.go rename to vendor/github.com/fsouza/go-dockerclient/signal.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/tar.go b/vendor/github.com/fsouza/go-dockerclient/tar.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/tar.go rename to vendor/github.com/fsouza/go-dockerclient/tar.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/.dockerignore b/vendor/github.com/fsouza/go-dockerclient/testing/data/.dockerignore similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/.dockerignore rename to vendor/github.com/fsouza/go-dockerclient/testing/data/.dockerignore diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/Dockerfile b/vendor/github.com/fsouza/go-dockerclient/testing/data/Dockerfile similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/Dockerfile rename to vendor/github.com/fsouza/go-dockerclient/testing/data/Dockerfile diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/barfile b/vendor/github.com/fsouza/go-dockerclient/testing/data/barfile similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/barfile rename to vendor/github.com/fsouza/go-dockerclient/testing/data/barfile diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/ca.pem b/vendor/github.com/fsouza/go-dockerclient/testing/data/ca.pem similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/ca.pem rename to vendor/github.com/fsouza/go-dockerclient/testing/data/ca.pem diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/cert.pem b/vendor/github.com/fsouza/go-dockerclient/testing/data/cert.pem similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/cert.pem rename to vendor/github.com/fsouza/go-dockerclient/testing/data/cert.pem diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/container.tar b/vendor/github.com/fsouza/go-dockerclient/testing/data/container.tar similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/container.tar rename to vendor/github.com/fsouza/go-dockerclient/testing/data/container.tar diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/dockerfile.tar b/vendor/github.com/fsouza/go-dockerclient/testing/data/dockerfile.tar similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/dockerfile.tar rename to vendor/github.com/fsouza/go-dockerclient/testing/data/dockerfile.tar diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/foofile b/vendor/github.com/fsouza/go-dockerclient/testing/data/foofile similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/foofile rename to vendor/github.com/fsouza/go-dockerclient/testing/data/foofile diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/key.pem b/vendor/github.com/fsouza/go-dockerclient/testing/data/key.pem similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/key.pem rename to vendor/github.com/fsouza/go-dockerclient/testing/data/key.pem diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/server.pem b/vendor/github.com/fsouza/go-dockerclient/testing/data/server.pem similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/server.pem rename to vendor/github.com/fsouza/go-dockerclient/testing/data/server.pem diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/serverkey.pem b/vendor/github.com/fsouza/go-dockerclient/testing/data/serverkey.pem similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/data/serverkey.pem rename to vendor/github.com/fsouza/go-dockerclient/testing/data/serverkey.pem diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/server.go b/vendor/github.com/fsouza/go-dockerclient/testing/server.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/server.go rename to vendor/github.com/fsouza/go-dockerclient/testing/server.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/tls.go b/vendor/github.com/fsouza/go-dockerclient/tls.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/tls.go rename to vendor/github.com/fsouza/go-dockerclient/tls.go diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/travis-scripts/install.bash b/vendor/github.com/fsouza/go-dockerclient/travis-scripts/install.bash similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/travis-scripts/install.bash rename to vendor/github.com/fsouza/go-dockerclient/travis-scripts/install.bash diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/travis-scripts/run-tests.bash b/vendor/github.com/fsouza/go-dockerclient/travis-scripts/run-tests.bash similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/travis-scripts/run-tests.bash rename to vendor/github.com/fsouza/go-dockerclient/travis-scripts/run-tests.bash diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/volume.go b/vendor/github.com/fsouza/go-dockerclient/volume.go similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/volume.go rename to vendor/github.com/fsouza/go-dockerclient/volume.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/internal/commandinfo.go b/vendor/github.com/garyburd/redigo/internal/commandinfo.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/internal/commandinfo.go rename to vendor/github.com/garyburd/redigo/internal/commandinfo.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/internal/redistest/testdb.go b/vendor/github.com/garyburd/redigo/internal/redistest/testdb.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/internal/redistest/testdb.go rename to vendor/github.com/garyburd/redigo/internal/redistest/testdb.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go b/vendor/github.com/garyburd/redigo/redis/conn.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go rename to vendor/github.com/garyburd/redigo/redis/conn.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/doc.go b/vendor/github.com/garyburd/redigo/redis/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/doc.go rename to vendor/github.com/garyburd/redigo/redis/doc.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go b/vendor/github.com/garyburd/redigo/redis/log.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go rename to vendor/github.com/garyburd/redigo/redis/log.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go b/vendor/github.com/garyburd/redigo/redis/pool.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go rename to vendor/github.com/garyburd/redigo/redis/pool.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go b/vendor/github.com/garyburd/redigo/redis/pubsub.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go rename to vendor/github.com/garyburd/redigo/redis/pubsub.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go b/vendor/github.com/garyburd/redigo/redis/redis.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go rename to vendor/github.com/garyburd/redigo/redis/redis.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go b/vendor/github.com/garyburd/redigo/redis/reply.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go rename to vendor/github.com/garyburd/redigo/redis/reply.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go b/vendor/github.com/garyburd/redigo/redis/scan.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go rename to vendor/github.com/garyburd/redigo/redis/scan.go diff --git a/Godeps/_workspace/src/github.com/garyburd/redigo/redis/script.go b/vendor/github.com/garyburd/redigo/redis/script.go similarity index 100% rename from Godeps/_workspace/src/github.com/garyburd/redigo/redis/script.go rename to vendor/github.com/garyburd/redigo/redis/script.go diff --git a/Godeps/_workspace/src/github.com/ghodss/yaml/.gitignore b/vendor/github.com/ghodss/yaml/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/ghodss/yaml/.gitignore rename to vendor/github.com/ghodss/yaml/.gitignore diff --git a/Godeps/_workspace/src/github.com/ghodss/yaml/.travis.yml b/vendor/github.com/ghodss/yaml/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/ghodss/yaml/.travis.yml rename to vendor/github.com/ghodss/yaml/.travis.yml diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/ghodss/yaml/LICENSE b/vendor/github.com/ghodss/yaml/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/ghodss/yaml/LICENSE rename to vendor/github.com/ghodss/yaml/LICENSE diff --git a/Godeps/_workspace/src/github.com/ghodss/yaml/README.md b/vendor/github.com/ghodss/yaml/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/ghodss/yaml/README.md rename to vendor/github.com/ghodss/yaml/README.md diff --git a/Godeps/_workspace/src/github.com/ghodss/yaml/fields.go b/vendor/github.com/ghodss/yaml/fields.go similarity index 100% rename from Godeps/_workspace/src/github.com/ghodss/yaml/fields.go rename to vendor/github.com/ghodss/yaml/fields.go diff --git a/Godeps/_workspace/src/github.com/ghodss/yaml/yaml.go b/vendor/github.com/ghodss/yaml/yaml.go similarity index 100% rename from Godeps/_workspace/src/github.com/ghodss/yaml/yaml.go rename to vendor/github.com/ghodss/yaml/yaml.go diff --git a/Godeps/_workspace/src/github.com/go-ini/ini/.gitignore b/vendor/github.com/go-ini/ini/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/go-ini/ini/.gitignore rename to vendor/github.com/go-ini/ini/.gitignore diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/go-ini/ini/LICENSE b/vendor/github.com/go-ini/ini/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/go-ini/ini/LICENSE rename to vendor/github.com/go-ini/ini/LICENSE diff --git a/Godeps/_workspace/src/github.com/go-ini/ini/README.md b/vendor/github.com/go-ini/ini/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/go-ini/ini/README.md rename to vendor/github.com/go-ini/ini/README.md diff --git a/Godeps/_workspace/src/github.com/go-ini/ini/README_ZH.md b/vendor/github.com/go-ini/ini/README_ZH.md similarity index 100% rename from Godeps/_workspace/src/github.com/go-ini/ini/README_ZH.md rename to vendor/github.com/go-ini/ini/README_ZH.md diff --git a/Godeps/_workspace/src/github.com/go-ini/ini/ini.go b/vendor/github.com/go-ini/ini/ini.go similarity index 100% rename from Godeps/_workspace/src/github.com/go-ini/ini/ini.go rename to vendor/github.com/go-ini/ini/ini.go diff --git a/Godeps/_workspace/src/github.com/go-ini/ini/struct.go b/vendor/github.com/go-ini/ini/struct.go similarity index 100% rename from Godeps/_workspace/src/github.com/go-ini/ini/struct.go rename to vendor/github.com/go-ini/ini/struct.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/CONTRIBUTING.md b/vendor/github.com/godbus/dbus/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/CONTRIBUTING.md rename to vendor/github.com/godbus/dbus/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/godbus/dbus/LICENSE b/vendor/github.com/godbus/dbus/LICENSE similarity index 94% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/godbus/dbus/LICENSE rename to vendor/github.com/godbus/dbus/LICENSE index 06b252bcbc5f..670d88fcaaf0 100644 --- a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/godbus/dbus/LICENSE +++ b/vendor/github.com/godbus/dbus/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013, Georg Reinke () +Copyright (c) 2013, Georg Reinke (), Google All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/MAINTAINERS b/vendor/github.com/godbus/dbus/MAINTAINERS similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/MAINTAINERS rename to vendor/github.com/godbus/dbus/MAINTAINERS diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/README.markdown b/vendor/github.com/godbus/dbus/README.markdown similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/README.markdown rename to vendor/github.com/godbus/dbus/README.markdown diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/auth.go b/vendor/github.com/godbus/dbus/auth.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/auth.go rename to vendor/github.com/godbus/dbus/auth.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/auth_external.go b/vendor/github.com/godbus/dbus/auth_external.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/auth_external.go rename to vendor/github.com/godbus/dbus/auth_external.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/auth_sha1.go b/vendor/github.com/godbus/dbus/auth_sha1.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/auth_sha1.go rename to vendor/github.com/godbus/dbus/auth_sha1.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/call.go b/vendor/github.com/godbus/dbus/call.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/call.go rename to vendor/github.com/godbus/dbus/call.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/conn.go b/vendor/github.com/godbus/dbus/conn.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/conn.go rename to vendor/github.com/godbus/dbus/conn.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/conn_darwin.go b/vendor/github.com/godbus/dbus/conn_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/conn_darwin.go rename to vendor/github.com/godbus/dbus/conn_darwin.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/conn_other.go b/vendor/github.com/godbus/dbus/conn_other.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/conn_other.go rename to vendor/github.com/godbus/dbus/conn_other.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/dbus.go b/vendor/github.com/godbus/dbus/dbus.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/dbus.go rename to vendor/github.com/godbus/dbus/dbus.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/decoder.go b/vendor/github.com/godbus/dbus/decoder.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/decoder.go rename to vendor/github.com/godbus/dbus/decoder.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/doc.go b/vendor/github.com/godbus/dbus/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/doc.go rename to vendor/github.com/godbus/dbus/doc.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/encoder.go b/vendor/github.com/godbus/dbus/encoder.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/encoder.go rename to vendor/github.com/godbus/dbus/encoder.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/export.go b/vendor/github.com/godbus/dbus/export.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/export.go rename to vendor/github.com/godbus/dbus/export.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/homedir.go b/vendor/github.com/godbus/dbus/homedir.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/homedir.go rename to vendor/github.com/godbus/dbus/homedir.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/homedir_dynamic.go b/vendor/github.com/godbus/dbus/homedir_dynamic.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/homedir_dynamic.go rename to vendor/github.com/godbus/dbus/homedir_dynamic.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/homedir_static.go b/vendor/github.com/godbus/dbus/homedir_static.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/homedir_static.go rename to vendor/github.com/godbus/dbus/homedir_static.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/introspect/call.go b/vendor/github.com/godbus/dbus/introspect/call.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/introspect/call.go rename to vendor/github.com/godbus/dbus/introspect/call.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/introspect/introspect.go b/vendor/github.com/godbus/dbus/introspect/introspect.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/introspect/introspect.go rename to vendor/github.com/godbus/dbus/introspect/introspect.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/introspect/introspectable.go b/vendor/github.com/godbus/dbus/introspect/introspectable.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/introspect/introspectable.go rename to vendor/github.com/godbus/dbus/introspect/introspectable.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/message.go b/vendor/github.com/godbus/dbus/message.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/message.go rename to vendor/github.com/godbus/dbus/message.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/object.go b/vendor/github.com/godbus/dbus/object.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/object.go rename to vendor/github.com/godbus/dbus/object.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/prop/prop.go b/vendor/github.com/godbus/dbus/prop/prop.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/prop/prop.go rename to vendor/github.com/godbus/dbus/prop/prop.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/sig.go b/vendor/github.com/godbus/dbus/sig.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/sig.go rename to vendor/github.com/godbus/dbus/sig.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/transport_darwin.go b/vendor/github.com/godbus/dbus/transport_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/transport_darwin.go rename to vendor/github.com/godbus/dbus/transport_darwin.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/transport_generic.go b/vendor/github.com/godbus/dbus/transport_generic.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/transport_generic.go rename to vendor/github.com/godbus/dbus/transport_generic.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/transport_unix.go b/vendor/github.com/godbus/dbus/transport_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/transport_unix.go rename to vendor/github.com/godbus/dbus/transport_unix.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/transport_unixcred_dragonfly.go b/vendor/github.com/godbus/dbus/transport_unixcred_dragonfly.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/transport_unixcred_dragonfly.go rename to vendor/github.com/godbus/dbus/transport_unixcred_dragonfly.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/transport_unixcred_linux.go b/vendor/github.com/godbus/dbus/transport_unixcred_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/transport_unixcred_linux.go rename to vendor/github.com/godbus/dbus/transport_unixcred_linux.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/variant.go b/vendor/github.com/godbus/dbus/variant.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/variant.go rename to vendor/github.com/godbus/dbus/variant.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/variant_lexer.go b/vendor/github.com/godbus/dbus/variant_lexer.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/variant_lexer.go rename to vendor/github.com/godbus/dbus/variant_lexer.go diff --git a/Godeps/_workspace/src/github.com/godbus/dbus/variant_parser.go b/vendor/github.com/godbus/dbus/variant_parser.go similarity index 100% rename from Godeps/_workspace/src/github.com/godbus/dbus/variant_parser.go rename to vendor/github.com/godbus/dbus/variant_parser.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/gogo/protobuf/LICENSE b/vendor/github.com/gogo/protobuf/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/gogo/protobuf/LICENSE rename to vendor/github.com/gogo/protobuf/LICENSE diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/Makefile b/vendor/github.com/gogo/protobuf/gogoproto/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/Makefile rename to vendor/github.com/gogo/protobuf/gogoproto/Makefile diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/doc.go b/vendor/github.com/gogo/protobuf/gogoproto/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/doc.go rename to vendor/github.com/gogo/protobuf/gogoproto/doc.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/gogo.pb.go b/vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/gogo.pb.go rename to vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/gogo.pb.golden b/vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.golden similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/gogo.pb.golden rename to vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.golden diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/gogo.proto b/vendor/github.com/gogo/protobuf/gogoproto/gogo.proto similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/gogo.proto rename to vendor/github.com/gogo/protobuf/gogoproto/gogo.proto diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/helper.go b/vendor/github.com/gogo/protobuf/gogoproto/helper.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto/helper.go rename to vendor/github.com/gogo/protobuf/gogoproto/helper.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/defaultcheck/defaultcheck.go b/vendor/github.com/gogo/protobuf/plugin/defaultcheck/defaultcheck.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/defaultcheck/defaultcheck.go rename to vendor/github.com/gogo/protobuf/plugin/defaultcheck/defaultcheck.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/description/description.go b/vendor/github.com/gogo/protobuf/plugin/description/description.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/description/description.go rename to vendor/github.com/gogo/protobuf/plugin/description/description.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/description/descriptiontest.go b/vendor/github.com/gogo/protobuf/plugin/description/descriptiontest.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/description/descriptiontest.go rename to vendor/github.com/gogo/protobuf/plugin/description/descriptiontest.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/embedcheck/embedcheck.go b/vendor/github.com/gogo/protobuf/plugin/embedcheck/embedcheck.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/embedcheck/embedcheck.go rename to vendor/github.com/gogo/protobuf/plugin/embedcheck/embedcheck.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/enumstringer/enumstringer.go b/vendor/github.com/gogo/protobuf/plugin/enumstringer/enumstringer.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/enumstringer/enumstringer.go rename to vendor/github.com/gogo/protobuf/plugin/enumstringer/enumstringer.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/equal/equal.go b/vendor/github.com/gogo/protobuf/plugin/equal/equal.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/equal/equal.go rename to vendor/github.com/gogo/protobuf/plugin/equal/equal.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/equal/equaltest.go b/vendor/github.com/gogo/protobuf/plugin/equal/equaltest.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/equal/equaltest.go rename to vendor/github.com/gogo/protobuf/plugin/equal/equaltest.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/face/face.go b/vendor/github.com/gogo/protobuf/plugin/face/face.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/face/face.go rename to vendor/github.com/gogo/protobuf/plugin/face/face.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/face/facetest.go b/vendor/github.com/gogo/protobuf/plugin/face/facetest.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/face/facetest.go rename to vendor/github.com/gogo/protobuf/plugin/face/facetest.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/gostring/gostring.go b/vendor/github.com/gogo/protobuf/plugin/gostring/gostring.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/gostring/gostring.go rename to vendor/github.com/gogo/protobuf/plugin/gostring/gostring.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/gostring/gostringtest.go b/vendor/github.com/gogo/protobuf/plugin/gostring/gostringtest.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/gostring/gostringtest.go rename to vendor/github.com/gogo/protobuf/plugin/gostring/gostringtest.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/grpc/grpc.go b/vendor/github.com/gogo/protobuf/plugin/grpc/grpc.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/grpc/grpc.go rename to vendor/github.com/gogo/protobuf/plugin/grpc/grpc.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/marshalto/marshalto.go b/vendor/github.com/gogo/protobuf/plugin/marshalto/marshalto.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/marshalto/marshalto.go rename to vendor/github.com/gogo/protobuf/plugin/marshalto/marshalto.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/oneofcheck/oneofcheck.go b/vendor/github.com/gogo/protobuf/plugin/oneofcheck/oneofcheck.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/oneofcheck/oneofcheck.go rename to vendor/github.com/gogo/protobuf/plugin/oneofcheck/oneofcheck.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/populate/populate.go b/vendor/github.com/gogo/protobuf/plugin/populate/populate.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/populate/populate.go rename to vendor/github.com/gogo/protobuf/plugin/populate/populate.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/size/size.go b/vendor/github.com/gogo/protobuf/plugin/size/size.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/size/size.go rename to vendor/github.com/gogo/protobuf/plugin/size/size.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/size/sizetest.go b/vendor/github.com/gogo/protobuf/plugin/size/sizetest.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/size/sizetest.go rename to vendor/github.com/gogo/protobuf/plugin/size/sizetest.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/stringer/stringer.go b/vendor/github.com/gogo/protobuf/plugin/stringer/stringer.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/stringer/stringer.go rename to vendor/github.com/gogo/protobuf/plugin/stringer/stringer.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/stringer/stringertest.go b/vendor/github.com/gogo/protobuf/plugin/stringer/stringertest.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/stringer/stringertest.go rename to vendor/github.com/gogo/protobuf/plugin/stringer/stringertest.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/testgen/testgen.go b/vendor/github.com/gogo/protobuf/plugin/testgen/testgen.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/testgen/testgen.go rename to vendor/github.com/gogo/protobuf/plugin/testgen/testgen.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/union/union.go b/vendor/github.com/gogo/protobuf/plugin/union/union.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/union/union.go rename to vendor/github.com/gogo/protobuf/plugin/union/union.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/union/uniontest.go b/vendor/github.com/gogo/protobuf/plugin/union/uniontest.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/union/uniontest.go rename to vendor/github.com/gogo/protobuf/plugin/union/uniontest.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/plugin/unmarshal/unmarshal.go b/vendor/github.com/gogo/protobuf/plugin/unmarshal/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/plugin/unmarshal/unmarshal.go rename to vendor/github.com/gogo/protobuf/plugin/unmarshal/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/Makefile b/vendor/github.com/gogo/protobuf/proto/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/Makefile rename to vendor/github.com/gogo/protobuf/proto/Makefile diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/clone.go b/vendor/github.com/gogo/protobuf/proto/clone.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/clone.go rename to vendor/github.com/gogo/protobuf/proto/clone.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/decode.go b/vendor/github.com/gogo/protobuf/proto/decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/decode.go rename to vendor/github.com/gogo/protobuf/proto/decode.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/decode_gogo.go b/vendor/github.com/gogo/protobuf/proto/decode_gogo.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/decode_gogo.go rename to vendor/github.com/gogo/protobuf/proto/decode_gogo.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/encode.go b/vendor/github.com/gogo/protobuf/proto/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/encode.go rename to vendor/github.com/gogo/protobuf/proto/encode.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/encode_gogo.go b/vendor/github.com/gogo/protobuf/proto/encode_gogo.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/encode_gogo.go rename to vendor/github.com/gogo/protobuf/proto/encode_gogo.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/equal.go b/vendor/github.com/gogo/protobuf/proto/equal.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/equal.go rename to vendor/github.com/gogo/protobuf/proto/equal.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/extensions.go b/vendor/github.com/gogo/protobuf/proto/extensions.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/extensions.go rename to vendor/github.com/gogo/protobuf/proto/extensions.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/extensions_gogo.go b/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/extensions_gogo.go rename to vendor/github.com/gogo/protobuf/proto/extensions_gogo.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/lib.go b/vendor/github.com/gogo/protobuf/proto/lib.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/lib.go rename to vendor/github.com/gogo/protobuf/proto/lib.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/lib_gogo.go b/vendor/github.com/gogo/protobuf/proto/lib_gogo.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/lib_gogo.go rename to vendor/github.com/gogo/protobuf/proto/lib_gogo.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/message_set.go b/vendor/github.com/gogo/protobuf/proto/message_set.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/message_set.go rename to vendor/github.com/gogo/protobuf/proto/message_set.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/pointer_reflect.go b/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/pointer_reflect.go rename to vendor/github.com/gogo/protobuf/proto/pointer_reflect.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/pointer_unsafe.go b/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/pointer_unsafe.go rename to vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go b/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go rename to vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/properties.go b/vendor/github.com/gogo/protobuf/proto/properties.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/properties.go rename to vendor/github.com/gogo/protobuf/proto/properties.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/properties_gogo.go b/vendor/github.com/gogo/protobuf/proto/properties_gogo.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/properties_gogo.go rename to vendor/github.com/gogo/protobuf/proto/properties_gogo.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/proto3_proto/proto3.pb.go b/vendor/github.com/gogo/protobuf/proto/proto3_proto/proto3.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/proto3_proto/proto3.pb.go rename to vendor/github.com/gogo/protobuf/proto/proto3_proto/proto3.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/proto3_proto/proto3.proto b/vendor/github.com/gogo/protobuf/proto/proto3_proto/proto3.proto similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/proto3_proto/proto3.proto rename to vendor/github.com/gogo/protobuf/proto/proto3_proto/proto3.proto diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/skip_gogo.go b/vendor/github.com/gogo/protobuf/proto/skip_gogo.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/skip_gogo.go rename to vendor/github.com/gogo/protobuf/proto/skip_gogo.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/text.go b/vendor/github.com/gogo/protobuf/proto/text.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/text.go rename to vendor/github.com/gogo/protobuf/proto/text.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/text_gogo.go b/vendor/github.com/gogo/protobuf/proto/text_gogo.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/text_gogo.go rename to vendor/github.com/gogo/protobuf/proto/text_gogo.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/proto/text_parser.go b/vendor/github.com/gogo/protobuf/proto/text_parser.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/proto/text_parser.go rename to vendor/github.com/gogo/protobuf/proto/text_parser.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile b/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile rename to vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go b/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go rename to vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/gostring.go b/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/gostring.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/gostring.go rename to vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/gostring.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go b/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go rename to vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/generator/generator.go b/vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/generator.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/generator/generator.go rename to vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/generator.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/generator/helper.go b/vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/helper.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/generator/helper.go rename to vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/helper.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile b/vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile rename to vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/plugin/plugin.pb.go b/vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/plugin.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/plugin/plugin.pb.go rename to vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/plugin.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/sortkeys/sortkeys.go b/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/sortkeys/sortkeys.go rename to vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/command/command.go b/vendor/github.com/gogo/protobuf/vanity/command/command.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/command/command.go rename to vendor/github.com/gogo/protobuf/vanity/command/command.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/enum.go b/vendor/github.com/gogo/protobuf/vanity/enum.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/enum.go rename to vendor/github.com/gogo/protobuf/vanity/enum.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/field.go b/vendor/github.com/gogo/protobuf/vanity/field.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/field.go rename to vendor/github.com/gogo/protobuf/vanity/field.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/file.go b/vendor/github.com/gogo/protobuf/vanity/file.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/file.go rename to vendor/github.com/gogo/protobuf/vanity/file.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/foreach.go b/vendor/github.com/gogo/protobuf/vanity/foreach.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/foreach.go rename to vendor/github.com/gogo/protobuf/vanity/foreach.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/msg.go b/vendor/github.com/gogo/protobuf/vanity/msg.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/msg.go rename to vendor/github.com/gogo/protobuf/vanity/msg.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/Makefile b/vendor/github.com/gogo/protobuf/vanity/test/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/Makefile rename to vendor/github.com/gogo/protobuf/vanity/test/Makefile diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/doc.go b/vendor/github.com/gogo/protobuf/vanity/test/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/doc.go rename to vendor/github.com/gogo/protobuf/vanity/test/doc.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/fast/gogovanity.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/fast/gogovanity.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/fast/gogovanity.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/fast/gogovanity.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/fast/proto3.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/fast/proto3.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/fast/proto3.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/fast/proto3.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/fast/vanity.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/fast/vanity.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/fast/vanity.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/fast/vanity.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/faster/gogovanity.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/faster/gogovanity.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/faster/gogovanity.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/faster/gogovanity.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/faster/proto3.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/faster/proto3.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/faster/proto3.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/faster/proto3.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/faster/vanity.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/faster/vanity.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/faster/vanity.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/faster/vanity.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/gofast/.gitignore b/vendor/github.com/gogo/protobuf/vanity/test/gofast/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/gofast/.gitignore rename to vendor/github.com/gogo/protobuf/vanity/test/gofast/.gitignore diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/gogovanity.proto b/vendor/github.com/gogo/protobuf/vanity/test/gogovanity.proto similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/gogovanity.proto rename to vendor/github.com/gogo/protobuf/vanity/test/gogovanity.proto diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/proto3.proto b/vendor/github.com/gogo/protobuf/vanity/test/proto3.proto similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/proto3.proto rename to vendor/github.com/gogo/protobuf/vanity/test/proto3.proto diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/slick/gogovanity.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/slick/gogovanity.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/slick/gogovanity.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/slick/gogovanity.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/slick/proto3.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/slick/proto3.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/slick/proto3.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/slick/proto3.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/slick/vanity.pb.go b/vendor/github.com/gogo/protobuf/vanity/test/slick/vanity.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/slick/vanity.pb.go rename to vendor/github.com/gogo/protobuf/vanity/test/slick/vanity.pb.go diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/vanity.proto b/vendor/github.com/gogo/protobuf/vanity/test/vanity.proto similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/vanity.proto rename to vendor/github.com/gogo/protobuf/vanity/test/vanity.proto diff --git a/Godeps/_workspace/src/github.com/go-ini/ini/LICENSE b/vendor/github.com/golang/glog/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/go-ini/ini/LICENSE rename to vendor/github.com/golang/glog/LICENSE diff --git a/Godeps/_workspace/src/github.com/golang/glog/README b/vendor/github.com/golang/glog/README similarity index 100% rename from Godeps/_workspace/src/github.com/golang/glog/README rename to vendor/github.com/golang/glog/README diff --git a/Godeps/_workspace/src/github.com/golang/glog/glog.go b/vendor/github.com/golang/glog/glog.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/glog/glog.go rename to vendor/github.com/golang/glog/glog.go diff --git a/Godeps/_workspace/src/github.com/golang/glog/glog_file.go b/vendor/github.com/golang/glog/glog_file.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/glog/glog_file.go rename to vendor/github.com/golang/glog/glog_file.go diff --git a/Godeps/_workspace/src/github.com/golang/glog/LICENSE b/vendor/github.com/golang/groupcache/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/golang/glog/LICENSE rename to vendor/github.com/golang/groupcache/LICENSE diff --git a/Godeps/_workspace/src/github.com/golang/groupcache/lru/lru.go b/vendor/github.com/golang/groupcache/lru/lru.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/groupcache/lru/lru.go rename to vendor/github.com/golang/groupcache/lru/lru.go diff --git a/Godeps/_workspace/src/github.com/google/btree/LICENSE b/vendor/github.com/golang/mock/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/google/btree/LICENSE rename to vendor/github.com/golang/mock/LICENSE diff --git a/Godeps/_workspace/src/github.com/golang/mock/gomock/call.go b/vendor/github.com/golang/mock/gomock/call.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/mock/gomock/call.go rename to vendor/github.com/golang/mock/gomock/call.go diff --git a/Godeps/_workspace/src/github.com/golang/mock/gomock/callset.go b/vendor/github.com/golang/mock/gomock/callset.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/mock/gomock/callset.go rename to vendor/github.com/golang/mock/gomock/callset.go diff --git a/Godeps/_workspace/src/github.com/golang/mock/gomock/controller.go b/vendor/github.com/golang/mock/gomock/controller.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/mock/gomock/controller.go rename to vendor/github.com/golang/mock/gomock/controller.go diff --git a/Godeps/_workspace/src/github.com/golang/mock/gomock/matchers.go b/vendor/github.com/golang/mock/gomock/matchers.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/mock/gomock/matchers.go rename to vendor/github.com/golang/mock/gomock/matchers.go diff --git a/Godeps/_workspace/src/github.com/golang/mock/gomock/mock_matcher/mock_matcher.go b/vendor/github.com/golang/mock/gomock/mock_matcher/mock_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/mock/gomock/mock_matcher/mock_matcher.go rename to vendor/github.com/golang/mock/gomock/mock_matcher/mock_matcher.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/golang/protobuf/LICENSE b/vendor/github.com/golang/protobuf/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/golang/protobuf/LICENSE rename to vendor/github.com/golang/protobuf/LICENSE diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/Makefile b/vendor/github.com/golang/protobuf/proto/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/Makefile rename to vendor/github.com/golang/protobuf/proto/Makefile diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/clone.go b/vendor/github.com/golang/protobuf/proto/clone.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/clone.go rename to vendor/github.com/golang/protobuf/proto/clone.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/decode.go b/vendor/github.com/golang/protobuf/proto/decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/decode.go rename to vendor/github.com/golang/protobuf/proto/decode.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/encode.go b/vendor/github.com/golang/protobuf/proto/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/encode.go rename to vendor/github.com/golang/protobuf/proto/encode.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/equal.go b/vendor/github.com/golang/protobuf/proto/equal.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/equal.go rename to vendor/github.com/golang/protobuf/proto/equal.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions.go b/vendor/github.com/golang/protobuf/proto/extensions.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions.go rename to vendor/github.com/golang/protobuf/proto/extensions.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/lib.go b/vendor/github.com/golang/protobuf/proto/lib.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/lib.go rename to vendor/github.com/golang/protobuf/proto/lib.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/message_set.go b/vendor/github.com/golang/protobuf/proto/message_set.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/message_set.go rename to vendor/github.com/golang/protobuf/proto/message_set.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/pointer_reflect.go b/vendor/github.com/golang/protobuf/proto/pointer_reflect.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/pointer_reflect.go rename to vendor/github.com/golang/protobuf/proto/pointer_reflect.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/pointer_unsafe.go b/vendor/github.com/golang/protobuf/proto/pointer_unsafe.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/pointer_unsafe.go rename to vendor/github.com/golang/protobuf/proto/pointer_unsafe.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/properties.go b/vendor/github.com/golang/protobuf/proto/properties.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/properties.go rename to vendor/github.com/golang/protobuf/proto/properties.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go b/vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go rename to vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto b/vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.proto similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto rename to vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.proto diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text.go b/vendor/github.com/golang/protobuf/proto/text.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/text.go rename to vendor/github.com/golang/protobuf/proto/text.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser.go b/vendor/github.com/golang/protobuf/proto/text_parser.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser.go rename to vendor/github.com/golang/protobuf/proto/text_parser.go diff --git a/Godeps/_workspace/src/github.com/google/btree/.travis.yml b/vendor/github.com/google/btree/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/google/btree/.travis.yml rename to vendor/github.com/google/btree/.travis.yml diff --git a/Godeps/_workspace/src/github.com/google/gofuzz/LICENSE b/vendor/github.com/google/btree/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/google/gofuzz/LICENSE rename to vendor/github.com/google/btree/LICENSE diff --git a/Godeps/_workspace/src/github.com/google/btree/README.md b/vendor/github.com/google/btree/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/google/btree/README.md rename to vendor/github.com/google/btree/README.md diff --git a/Godeps/_workspace/src/github.com/google/btree/btree.go b/vendor/github.com/google/btree/btree.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/btree/btree.go rename to vendor/github.com/google/btree/btree.go diff --git a/Godeps/_workspace/src/github.com/google/btree/btree_mem.go b/vendor/github.com/google/btree/btree_mem.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/btree/btree_mem.go rename to vendor/github.com/google/btree/btree_mem.go diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/SeanDolphin/bqschema/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/SeanDolphin/bqschema/LICENSE new file mode 100644 index 000000000000..902306b9d279 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/SeanDolphin/bqschema/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2015 Sean Dolphin + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/Sirupsen/logrus/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/Sirupsen/logrus/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/abbot/go-http-auth/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/abbot/go-http-auth/LICENSE new file mode 100644 index 000000000000..e454a52586f2 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/abbot/go-http-auth/LICENSE @@ -0,0 +1,178 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/aws/aws-sdk-go/LICENSE.txt b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/aws/aws-sdk-go/LICENSE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/aws/aws-sdk-go/LICENSE.txt rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/aws/aws-sdk-go/LICENSE.txt diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/aws/aws-sdk-go/NOTICE.txt b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/aws/aws-sdk-go/NOTICE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/aws/aws-sdk-go/NOTICE.txt rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/aws/aws-sdk-go/NOTICE.txt diff --git a/Godeps/_workspace/src/github.com/golang/groupcache/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/golang/groupcache/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/rkt/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/coreos/rkt/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/rkt/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/coreos/rkt/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/LICENSE.txt b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/LICENSE similarity index 99% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/LICENSE.txt rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/LICENSE index 918297133253..c7a3f0cfd456 100644 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/denverdino/aliyungo/LICENSE.txt +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/LICENSE @@ -176,7 +176,7 @@ END OF TERMS AND CONDITIONS - Copyright 2015-2015 Li Yi (denverdino@gmail.com). + Copyright 2013-2015 Docker, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/NOTICE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/NOTICE new file mode 100644 index 000000000000..6e6f469ab9b2 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/NOTICE @@ -0,0 +1,19 @@ +Docker +Copyright 2012-2015 Docker, Inc. + +This product includes software developed at Docker, Inc. (https://www.docker.com). + +This product contains software (https://github.com/kr/pty) developed +by Keith Rarick, licensed under the MIT License. + +The following is courtesy of our legal counsel: + + +Use and transfer of Docker may be subject to certain restrictions by the +United States and other governments. +It is your responsibility to ensure that your use and/or transfer does not +violate applicable laws. + +For more information, please see https://www.bis.doc.gov + +See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/contrib/docker-engine-selinux/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/contrib/docker-engine-selinux/LICENSE new file mode 100644 index 000000000000..4362b49151d7 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/contrib/docker-engine-selinux/LICENSE @@ -0,0 +1,502 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE new file mode 100644 index 000000000000..e67cdabd22e5 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2013 Honza Pokorny +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE new file mode 100644 index 000000000000..ac74d8f0496c --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/docker/spdystream/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/spdystream/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD new file mode 100644 index 000000000000..ac74d8f0496c --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD @@ -0,0 +1,27 @@ +Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code new file mode 100644 index 000000000000..b55b37bc3162 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2015 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs new file mode 100644 index 000000000000..e26cd4fc8ed9 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs @@ -0,0 +1,425 @@ +Attribution-ShareAlike 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-ShareAlike 4.0 International Public +License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-ShareAlike 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + + including for purposes of Section 3(b); and + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public licenses. +Notwithstanding, Creative Commons may elect to apply one of its public +licenses to material it publishes and in those instances will be +considered the "Licensor." Except for the limited purpose of indicating +that material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the public +licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/microsoft/hcsshim/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/eapache/go-resiliency/LICENSE similarity index 97% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/microsoft/hcsshim/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/eapache/go-resiliency/LICENSE index b8b569d7746d..698a3f51397e 100644 --- a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/microsoft/hcsshim/LICENSE +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/eapache/go-resiliency/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Microsoft +Copyright (c) 2014 Evan Huus Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Godeps/_workspace/src/github.com/xiang90/probing/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/eapache/queue/LICENSE similarity index 96% rename from Godeps/_workspace/src/github.com/xiang90/probing/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/eapache/queue/LICENSE index cde8b8b05f53..d5f36dbcaaf6 100644 --- a/Godeps/_workspace/src/github.com/xiang90/probing/LICENSE +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/eapache/queue/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Xiang Li +Copyright (c) 2014 Evan Huus Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,5 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - +SOFTWARE. \ No newline at end of file diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/LICENSE new file mode 100644 index 000000000000..b1cdd4cd20cc --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2016, go-dockerclient authors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/LICENSE diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code new file mode 100644 index 000000000000..b55b37bc3162 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.code @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2015 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs new file mode 100644 index 000000000000..e26cd4fc8ed9 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/LICENSE.docs @@ -0,0 +1,425 @@ +Attribution-ShareAlike 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-ShareAlike 4.0 International Public +License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-ShareAlike 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + + including for purposes of Section 3(b); and + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public licenses. +Notwithstanding, Creative Commons may elect to apply one of its public +licenses to material it publishes and in those instances will be +considered the "Licensor." Except for the limited purpose of indicating +that material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the public +licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE new file mode 100644 index 000000000000..e87a115e462e --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp/LICENSE @@ -0,0 +1,363 @@ +Mozilla Public License, version 2.0 + +1. Definitions + +1.1. "Contributor" + + means each individual or legal entity that creates, contributes to the + creation of, or owns Covered Software. + +1.2. "Contributor Version" + + means the combination of the Contributions of others (if any) used by a + Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + + means Source Code Form to which the initial Contributor has attached the + notice in Exhibit A, the Executable Form of such Source Code Form, and + Modifications of such Source Code Form, in each case including portions + thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + a. that the initial Contributor has attached the notice described in + Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the terms of + a Secondary License. + +1.6. "Executable Form" + + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + + means a work that combines Covered Software with other material, in a + separate file or files, that is not Covered Software. + +1.8. "License" + + means this document. + +1.9. "Licensable" + + means having the right to grant, to the maximum extent possible, whether + at the time of the initial grant or subsequently, any and all of the + rights conveyed by this License. + +1.10. "Modifications" + + means any of the following: + + a. any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. "Patent Claims" of a Contributor + + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the License, + by the making, using, selling, offering for sale, having made, import, + or transfer of either its Contributions or its Contributor Version. + +1.12. "Secondary License" + + means either the GNU General Public License, Version 2.0, the GNU Lesser + General Public License, Version 2.1, the GNU Affero General Public + License, Version 3.0, or any later versions of those licenses. + +1.13. "Source Code Form" + + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that controls, is + controlled by, or is under common control with You. For purposes of this + definition, "control" means (a) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + + +2. License Grants and Conditions + +2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for + sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution + become effective for each Contribution on the date the Contributor first + distributes such Contribution. + +2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under + this License. No additional rights or licenses will be implied from the + distribution or licensing of Covered Software under this License. + Notwithstanding Section 2.1(b) above, no patent license is granted by a + Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + + c. under Patent Claims infringed by Covered Software in the absence of + its Contributions. + + This License does not grant any rights in the trademarks, service marks, + or logos of any Contributor (except as may be necessary to comply with + the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this + License (see Section 10.2) or under the terms of a Secondary License (if + permitted under the terms of Section 3.3). + +2.5. Representation + + Each Contributor represents that the Contributor believes its + Contributions are its original creation(s) or it has sufficient rights to + grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + + This License is not intended to limit any rights You have under + applicable copyright doctrines of fair use, fair dealing, or other + equivalents. + +2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in + Section 2.1. + + +3. Responsibilities + +3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under + the terms of this License. You must inform recipients that the Source + Code Form of the Covered Software is governed by the terms of this + License, and how they can obtain a copy of this License. You may not + attempt to alter or restrict the recipients' rights in the Source Code + Form. + +3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, + as described in Section 3.1, and You must inform recipients of the + Executable Form how they can obtain a copy of such Source Code Form by + reasonable means in a timely manner, at a charge no more than the cost + of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter the + recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for + the Covered Software. If the Larger Work is a combination of Covered + Software with a work governed by one or more Secondary Licenses, and the + Covered Software is not Incompatible With Secondary Licenses, this + License permits You to additionally distribute such Covered Software + under the terms of such Secondary License(s), so that the recipient of + the Larger Work may, at their option, further distribute the Covered + Software under the terms of either this License or such Secondary + License(s). + +3.4. Notices + + You may not remove or alter the substance of any license notices + (including copyright notices, patent notices, disclaimers of warranty, or + limitations of liability) contained within the Source Code Form of the + Covered Software, except that You may alter any license notices to the + extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on + behalf of any Contributor. You must make it absolutely clear that any + such warranty, support, indemnity, or liability obligation is offered by + You alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Software due to statute, + judicial order, or regulation then You must: (a) comply with the terms of + this License to the maximum extent possible; and (b) describe the + limitations and the code they affect. Such description must be placed in a + text file included with all distributions of the Covered Software under + this License. Except to the extent prohibited by statute or regulation, + such description must be sufficiently detailed for a recipient of ordinary + skill to be able to understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You + fail to comply with any of its terms. However, if You become compliant, + then the rights granted under this License from a particular Contributor + are reinstated (a) provisionally, unless and until such Contributor + explicitly and finally terminates Your grants, and (b) on an ongoing + basis, if such Contributor fails to notify You of the non-compliance by + some reasonable means prior to 60 days after You have come back into + compliance. Moreover, Your grants from a particular Contributor are + reinstated on an ongoing basis if such Contributor notifies You of the + non-compliance by some reasonable means, this is the first time You have + received notice of non-compliance with this License from such + Contributor, and You become compliant prior to 30 days after Your receipt + of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, + counter-claims, and cross-claims) alleging that a Contributor Version + directly or indirectly infringes any patent, then the rights granted to + You by any and all Contributors for the Covered Software under Section + 2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user + license agreements (excluding distributors and resellers) which have been + validly granted by You or Your distributors under this License prior to + termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, + without warranty of any kind, either expressed, implied, or statutory, + including, without limitation, warranties that the Covered Software is free + of defects, merchantable, fit for a particular purpose or non-infringing. + The entire risk as to the quality and performance of the Covered Software + is with You. Should any Covered Software prove defective in any respect, + You (not any Contributor) assume the cost of any necessary servicing, + repair, or correction. This disclaimer of warranty constitutes an essential + part of this License. No use of any Covered Software is authorized under + this License except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including + negligence), contract, or otherwise, shall any Contributor, or anyone who + distributes Covered Software as permitted above, be liable to You for any + direct, indirect, special, incidental, or consequential damages of any + character including, without limitation, damages for lost profits, loss of + goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses, even if such party shall have been + informed of the possibility of such damages. This limitation of liability + shall not apply to liability for death or personal injury resulting from + such party's negligence to the extent applicable law prohibits such + limitation. Some jurisdictions do not allow the exclusion or limitation of + incidental or consequential damages, so this exclusion and limitation may + not apply to You. + +8. Litigation + + Any litigation relating to this License may be brought only in the courts + of a jurisdiction where the defendant maintains its principal place of + business and such litigation shall be governed by laws of that + jurisdiction, without reference to its conflict-of-law provisions. Nothing + in this Section shall prevent a party's ability to bring cross-claims or + counter-claims. + +9. Miscellaneous + + This License represents the complete agreement concerning the subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. Any law or regulation which provides that + the language of a contract shall be construed against the drafter shall not + be used to construe this License against a Contributor. + + +10. Versions of the License + +10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + +10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version + of the License under which You originally received the Covered Software, + or under the terms of any subsequent version published by the license + steward. + +10.3. Modified Versions + + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a + modified version of this License if you rename the license and remove + any references to the name of the license steward (except to note that + such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary + Licenses If You choose to distribute Source Code Form that is + Incompatible With Secondary Licenses under the terms of this version of + the License, the notice described in Exhibit B of this License must be + attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the + terms of the Mozilla Public License, v. + 2.0. If a copy of the MPL was not + distributed with this file, You can + obtain one at + http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, +then You may include the notice in a location (such as a LICENSE file in a +relevant directory) where a recipient would be likely to look for such a +notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + + This Source Code Form is "Incompatible + With Secondary Licenses", as defined by + the Mozilla Public License, v. 2.0. + diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/go-ini/ini/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/go-ini/ini/LICENSE new file mode 100644 index 000000000000..37ec93a14fdc --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/go-ini/ini/LICENSE @@ -0,0 +1,191 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, "control" means (i) the power, direct or +indirect, to cause the direction or management of such entity, whether by +contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files. + +"Object" form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included +in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that +is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative Works +shall not include works that remain separable from, or merely link (or bind by +name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative Works +thereof, that is intentionally submitted to Licensor for inclusion in the Work +by the copyright owner or by an individual or Legal Entity authorized to submit +on behalf of the copyright owner. For the purposes of this definition, +"submitted" means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for +the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work. + +2. Grant of Copyright License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form. + +3. Grant of Patent License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable (except as stated in this section) patent license to make, have +made, use, offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by combination +of their Contribution(s) with the Work to which such Contribution(s) was +submitted. If You institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work or a +Contribution incorporated within the Work constitutes direct or contributory +patent infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. + +You may reproduce and distribute copies of the Work or Derivative Works thereof +in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of +this License; and +You must cause any modified files to carry prominent notices stating that You +changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source form +of the Work, excluding those notices that do not pertain to any part of the +Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the +attribution notices contained within such NOTICE file, excluding those notices +that do not pertain to any part of the Derivative Works, in at least one of the +following places: within a NOTICE text file distributed as part of the +Derivative Works; within the Source form or documentation, if provided along +with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents of +the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works that +You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as +modifying the License. +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies +with the conditions stated in this License. + +5. Submission of Contributions. + +Unless You explicitly state otherwise, any Contribution intentionally submitted +for inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of +any separate license agreement you may have executed with Licensor regarding +such Contributions. + +6. Trademarks. + +This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. + +Unless required by applicable law or agreed to in writing, Licensor provides the +Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, +including, without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are +solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise of +permissions under this License. + +8. Limitation of Liability. + +In no event and under no legal theory, whether in tort (including negligence), +contract, or otherwise, unless required by applicable law (such as deliberate +and grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License or +out of the use or inability to use the Work (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or malfunction, or +any and all other commercial damages or losses), even if such Contributor has +been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. + +While redistributing the Work or Derivative Works thereof, You may choose to +offer, and charge a fee for, acceptance of support, warranty, indemnity, or +other liability obligations and/or rights consistent with this License. However, +in accepting such obligations, You may act only on Your own behalf and on Your +sole responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your +accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work + +To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets "[]" replaced with your own +identifying information. (Don't include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included on +the same "printed page" as the copyright notice for easier identification within +third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE new file mode 100644 index 000000000000..670d88fcaaf0 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE @@ -0,0 +1,25 @@ +Copyright (c) 2013, Georg Reinke (), Google +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/glog/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/glog/LICENSE new file mode 100644 index 000000000000..37ec93a14fdc --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/glog/LICENSE @@ -0,0 +1,191 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, "control" means (i) the power, direct or +indirect, to cause the direction or management of such entity, whether by +contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files. + +"Object" form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included +in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that +is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative Works +shall not include works that remain separable from, or merely link (or bind by +name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative Works +thereof, that is intentionally submitted to Licensor for inclusion in the Work +by the copyright owner or by an individual or Legal Entity authorized to submit +on behalf of the copyright owner. For the purposes of this definition, +"submitted" means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for +the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work. + +2. Grant of Copyright License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form. + +3. Grant of Patent License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable (except as stated in this section) patent license to make, have +made, use, offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by combination +of their Contribution(s) with the Work to which such Contribution(s) was +submitted. If You institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work or a +Contribution incorporated within the Work constitutes direct or contributory +patent infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. + +You may reproduce and distribute copies of the Work or Derivative Works thereof +in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of +this License; and +You must cause any modified files to carry prominent notices stating that You +changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source form +of the Work, excluding those notices that do not pertain to any part of the +Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the +attribution notices contained within such NOTICE file, excluding those notices +that do not pertain to any part of the Derivative Works, in at least one of the +following places: within a NOTICE text file distributed as part of the +Derivative Works; within the Source form or documentation, if provided along +with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents of +the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works that +You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as +modifying the License. +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies +with the conditions stated in this License. + +5. Submission of Contributions. + +Unless You explicitly state otherwise, any Contribution intentionally submitted +for inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of +any separate license agreement you may have executed with Licensor regarding +such Contributions. + +6. Trademarks. + +This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. + +Unless required by applicable law or agreed to in writing, Licensor provides the +Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, +including, without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are +solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise of +permissions under this License. + +8. Limitation of Liability. + +In no event and under no legal theory, whether in tort (including negligence), +contract, or otherwise, unless required by applicable law (such as deliberate +and grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License or +out of the use or inability to use the Work (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or malfunction, or +any and all other commercial damages or losses), even if such Contributor has +been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. + +While redistributing the Work or Derivative Works thereof, You may choose to +offer, and charge a fee for, acceptance of support, warranty, indemnity, or +other liability obligations and/or rights consistent with this License. However, +in accepting such obligations, You may act only on Your own behalf and on Your +sole responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your +accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work + +To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets "[]" replaced with your own +identifying information. (Don't include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included on +the same "printed page" as the copyright notice for easier identification within +third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/snappy/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/snappy/LICENSE new file mode 100644 index 000000000000..6050c10f4c8b --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/snappy/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 The Snappy-Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE_OF_DEPENDENCIES.md b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE_OF_DEPENDENCIES.md new file mode 100644 index 000000000000..7aae45f9dbb7 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE_OF_DEPENDENCIES.md @@ -0,0 +1,19 @@ +# List +- github.com/gogo/protobuf/proto [BSD LICENSE](https://github.com/gogo/protobuf/blob/master/LICENSE) +- gopkg.in/fatih/pool.v2 [MIT LICENSE](https://github.com/fatih/pool/blob/v2.0.0/LICENSE) +- github.com/BurntSushi/toml [WTFPL LICENSE](https://github.com/BurntSushi/toml/blob/master/COPYING) +- github.com/peterh/liner [MIT LICENSE](https://github.com/peterh/liner/blob/master/COPYING) +- github.com/davecgh/go-spew/spew [ISC LICENSE](https://github.com/davecgh/go-spew/blob/master/LICENSE) +- github.com/hashicorp/raft [MPL LICENSE](https://github.com/hashicorp/raft/blob/master/LICENSE) +- github.com/rakyll/statik/fs [APACHE LICENSE](https://github.com/rakyll/statik/blob/master/LICENSE) +- github.com/kimor79/gollectd [BSD LICENSE](https://github.com/kimor79/gollectd/blob/master/LICENSE) +- github.com/bmizerany/pat [MIT LICENSE](https://github.com/bmizerany/pat#license) +- react 0.13.3 [BSD LICENSE](https://github.com/facebook/react/blob/master/LICENSE) +- bootstrap 3.3.5 [MIT LICENSE](https://github.com/twbs/bootstrap/blob/master/LICENSE) +- jquery 2.1.4 [MIT LICENSE](https://github.com/jquery/jquery/blob/master/LICENSE.txt) +- glyphicons [LICENSE](http://glyphicons.com/license/) +- github.com/golang/snappy [BSD LICENSE](https://github.com/golang/snappy/blob/master/LICENSE) +- github.com/boltdb/bolt [MIT LICENSE](https://github.com/boltdb/bolt/blob/master/LICENSE) +- collectd.org [ISC LICENSE](https://github.com/collectd/go-collectd/blob/master/LICENSE) +- golang.org/x/crypto/* [BSD LICENSE](https://github.com/golang/crypto/blob/master/LICENSE) + diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/jmespath/go-jmespath/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/jmespath/go-jmespath/LICENSE diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/klauspost/crc32/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/klauspost/crc32/LICENSE new file mode 100644 index 000000000000..4fd5963e39c1 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/klauspost/crc32/LICENSE @@ -0,0 +1,28 @@ +Copyright (c) 2012 The Go Authors. All rights reserved. +Copyright (c) 2015 Klaus Post + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/ncw/swift/COPYING b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/kr/pretty/License similarity index 93% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/ncw/swift/COPYING rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/kr/pretty/License index 8c27c67fd0a1..05c783ccf68a 100644 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/ncw/swift/COPYING +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/kr/pretty/License @@ -1,4 +1,6 @@ -Copyright (C) 2012 by Nick Craig-Wood http://www.craig-wood.com/nick/ +The MIT License (MIT) + +Copyright 2012 Keith Rarick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -17,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/olekukonko/tablewriter/LICENCE.md b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/kr/text/License similarity index 95% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/olekukonko/tablewriter/LICENCE.md rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/kr/text/License index 1fd8484253fb..480a32805999 100644 --- a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/olekukonko/tablewriter/LICENCE.md +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/kr/text/License @@ -1,4 +1,4 @@ -Copyright (C) 2014 by Oleku Konko +Copyright 2012 Keith Rarick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/mistifyio/go-zfs/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/mistifyio/go-zfs/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/mistifyio/go-zfs/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/mistifyio/go-zfs/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/docker/libtrust/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/opencontainers/runc/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/docker/libtrust/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/opencontainers/runc/LICENSE diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/NOTICE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/opencontainers/runc/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/NOTICE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/opencontainers/runc/NOTICE diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE new file mode 100644 index 000000000000..5dc68268d900 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009,2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_model/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_golang/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_model/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_golang/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_golang/NOTICE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_golang/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_golang/NOTICE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_golang/NOTICE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/common/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_model/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/common/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_model/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_model/NOTICE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_model/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/client_model/NOTICE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_model/NOTICE diff --git a/Godeps/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/procfs/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/procfs/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/procfs/NOTICE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/prometheus/procfs/NOTICE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE diff --git a/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md new file mode 100644 index 000000000000..2199945813c8 --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md @@ -0,0 +1,23 @@ +objx - by Mat Ryer and Tyler Bunnell + +The MIT License (MIT) + +Copyright (c) 2014 Stretchr, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE new file mode 100644 index 000000000000..80dd96de77fa --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE @@ -0,0 +1,24 @@ +Copyright 2013 Suryandaru Triandana +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE diff --git a/Godeps/_workspace/src/golang.org/x/net/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/exp/LICENSE similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/exp/LICENSE diff --git a/Godeps/_workspace/src/golang.org/x/net/PATENTS b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/exp/PATENTS similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/PATENTS rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/exp/PATENTS diff --git a/Godeps/_workspace/src/golang.org/x/sys/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/net/LICENSE similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/net/LICENSE diff --git a/Godeps/_workspace/src/golang.org/x/sys/PATENTS b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/net/PATENTS similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/PATENTS rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/net/PATENTS diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/oauth2/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/oauth2/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/golang.org/x/oauth2/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/oauth2/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/api/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/api/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/api/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/api/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/api/googleapi/internal/uritemplates/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/api/googleapi/internal/uritemplates/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/cloud/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/cloud/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/cloud/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/cloud/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/grpc/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/grpc/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/grpc/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/grpc/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/grpc/PATENTS b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/grpc/PATENTS similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/google.golang.org/grpc/PATENTS rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/grpc/PATENTS diff --git a/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/LICENSE new file mode 100644 index 000000000000..8b22cdb6014c --- /dev/null +++ b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) +Copyright © 2012-2015 Oliver Eilhard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the “Software”), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/LICENSE b/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/uritemplates/LICENSE similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/LICENSE rename to vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/uritemplates/LICENSE diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/LICENSE b/vendor/github.com/google/cadvisor/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/LICENSE rename to vendor/github.com/google/cadvisor/LICENSE diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/api/handler.go b/vendor/github.com/google/cadvisor/api/handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/api/handler.go rename to vendor/github.com/google/cadvisor/api/handler.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/api/versions.go b/vendor/github.com/google/cadvisor/api/versions.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/api/versions.go rename to vendor/github.com/google/cadvisor/api/versions.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/cache/memory/memory.go b/vendor/github.com/google/cadvisor/cache/memory/memory.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/cache/memory/memory.go rename to vendor/github.com/google/cadvisor/cache/memory/memory.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/collector_manager.go b/vendor/github.com/google/cadvisor/collector/collector_manager.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/collector_manager.go rename to vendor/github.com/google/cadvisor/collector/collector_manager.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/config.go b/vendor/github.com/google/cadvisor/collector/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/config.go rename to vendor/github.com/google/cadvisor/collector/config.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/config/sample_config.json b/vendor/github.com/google/cadvisor/collector/config/sample_config.json similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/config/sample_config.json rename to vendor/github.com/google/cadvisor/collector/config/sample_config.json diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/config/sample_config_prometheus.json b/vendor/github.com/google/cadvisor/collector/config/sample_config_prometheus.json similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/config/sample_config_prometheus.json rename to vendor/github.com/google/cadvisor/collector/config/sample_config_prometheus.json diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/config/sample_config_prometheus_filtered.json b/vendor/github.com/google/cadvisor/collector/config/sample_config_prometheus_filtered.json similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/config/sample_config_prometheus_filtered.json rename to vendor/github.com/google/cadvisor/collector/config/sample_config_prometheus_filtered.json diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/fakes.go b/vendor/github.com/google/cadvisor/collector/fakes.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/fakes.go rename to vendor/github.com/google/cadvisor/collector/fakes.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/generic_collector.go b/vendor/github.com/google/cadvisor/collector/generic_collector.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/generic_collector.go rename to vendor/github.com/google/cadvisor/collector/generic_collector.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/prometheus_collector.go b/vendor/github.com/google/cadvisor/collector/prometheus_collector.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/prometheus_collector.go rename to vendor/github.com/google/cadvisor/collector/prometheus_collector.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/collector/types.go b/vendor/github.com/google/cadvisor/collector/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/collector/types.go rename to vendor/github.com/google/cadvisor/collector/types.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/common/container_hints.go b/vendor/github.com/google/cadvisor/container/common/container_hints.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/common/container_hints.go rename to vendor/github.com/google/cadvisor/container/common/container_hints.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/common/fsHandler.go b/vendor/github.com/google/cadvisor/container/common/fsHandler.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/common/fsHandler.go rename to vendor/github.com/google/cadvisor/container/common/fsHandler.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/common/helpers.go b/vendor/github.com/google/cadvisor/container/common/helpers.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/common/helpers.go rename to vendor/github.com/google/cadvisor/container/common/helpers.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/common/inotify_watcher.go b/vendor/github.com/google/cadvisor/container/common/inotify_watcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/common/inotify_watcher.go rename to vendor/github.com/google/cadvisor/container/common/inotify_watcher.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/common/test_resources/container_hints.json b/vendor/github.com/google/cadvisor/container/common/test_resources/container_hints.json similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/common/test_resources/container_hints.json rename to vendor/github.com/google/cadvisor/container/common/test_resources/container_hints.json diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/container.go b/vendor/github.com/google/cadvisor/container/container.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/container.go rename to vendor/github.com/google/cadvisor/container/container.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/docker/client.go b/vendor/github.com/google/cadvisor/container/docker/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/docker/client.go rename to vendor/github.com/google/cadvisor/container/docker/client.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/docker/factory.go b/vendor/github.com/google/cadvisor/container/docker/factory.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/docker/factory.go rename to vendor/github.com/google/cadvisor/container/docker/factory.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/docker/handler.go b/vendor/github.com/google/cadvisor/container/docker/handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/docker/handler.go rename to vendor/github.com/google/cadvisor/container/docker/handler.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/factory.go b/vendor/github.com/google/cadvisor/container/factory.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/factory.go rename to vendor/github.com/google/cadvisor/container/factory.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/libcontainer/helpers.go b/vendor/github.com/google/cadvisor/container/libcontainer/helpers.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/libcontainer/helpers.go rename to vendor/github.com/google/cadvisor/container/libcontainer/helpers.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/mock.go b/vendor/github.com/google/cadvisor/container/mock.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/mock.go rename to vendor/github.com/google/cadvisor/container/mock.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/raw/factory.go b/vendor/github.com/google/cadvisor/container/raw/factory.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/raw/factory.go rename to vendor/github.com/google/cadvisor/container/raw/factory.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/raw/handler.go b/vendor/github.com/google/cadvisor/container/raw/handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/raw/handler.go rename to vendor/github.com/google/cadvisor/container/raw/handler.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/rkt/client.go b/vendor/github.com/google/cadvisor/container/rkt/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/rkt/client.go rename to vendor/github.com/google/cadvisor/container/rkt/client.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/rkt/factory.go b/vendor/github.com/google/cadvisor/container/rkt/factory.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/rkt/factory.go rename to vendor/github.com/google/cadvisor/container/rkt/factory.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/rkt/handler.go b/vendor/github.com/google/cadvisor/container/rkt/handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/rkt/handler.go rename to vendor/github.com/google/cadvisor/container/rkt/handler.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/rkt/helpers.go b/vendor/github.com/google/cadvisor/container/rkt/helpers.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/rkt/helpers.go rename to vendor/github.com/google/cadvisor/container/rkt/helpers.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/container/systemd/factory.go b/vendor/github.com/google/cadvisor/container/systemd/factory.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/container/systemd/factory.go rename to vendor/github.com/google/cadvisor/container/systemd/factory.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/events/handler.go b/vendor/github.com/google/cadvisor/events/handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/events/handler.go rename to vendor/github.com/google/cadvisor/events/handler.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/fs/fs.go b/vendor/github.com/google/cadvisor/fs/fs.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/fs/fs.go rename to vendor/github.com/google/cadvisor/fs/fs.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/fs/test_resources/diskstats b/vendor/github.com/google/cadvisor/fs/test_resources/diskstats similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/fs/test_resources/diskstats rename to vendor/github.com/google/cadvisor/fs/test_resources/diskstats diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/fs/types.go b/vendor/github.com/google/cadvisor/fs/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/fs/types.go rename to vendor/github.com/google/cadvisor/fs/types.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/healthz/healthz.go b/vendor/github.com/google/cadvisor/healthz/healthz.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/healthz/healthz.go rename to vendor/github.com/google/cadvisor/healthz/healthz.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/http/handlers.go b/vendor/github.com/google/cadvisor/http/handlers.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/http/handlers.go rename to vendor/github.com/google/cadvisor/http/handlers.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/http/mux/mux.go b/vendor/github.com/google/cadvisor/http/mux/mux.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/http/mux/mux.go rename to vendor/github.com/google/cadvisor/http/mux/mux.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/info/v1/container.go b/vendor/github.com/google/cadvisor/info/v1/container.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/info/v1/container.go rename to vendor/github.com/google/cadvisor/info/v1/container.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/info/v1/machine.go b/vendor/github.com/google/cadvisor/info/v1/machine.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/info/v1/machine.go rename to vendor/github.com/google/cadvisor/info/v1/machine.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/info/v1/metric.go b/vendor/github.com/google/cadvisor/info/v1/metric.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/info/v1/metric.go rename to vendor/github.com/google/cadvisor/info/v1/metric.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/info/v1/test/datagen.go b/vendor/github.com/google/cadvisor/info/v1/test/datagen.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/info/v1/test/datagen.go rename to vendor/github.com/google/cadvisor/info/v1/test/datagen.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/info/v2/container.go b/vendor/github.com/google/cadvisor/info/v2/container.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/info/v2/container.go rename to vendor/github.com/google/cadvisor/info/v2/container.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/info/v2/conversion.go b/vendor/github.com/google/cadvisor/info/v2/conversion.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/info/v2/conversion.go rename to vendor/github.com/google/cadvisor/info/v2/conversion.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/info/v2/machine.go b/vendor/github.com/google/cadvisor/info/v2/machine.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/info/v2/machine.go rename to vendor/github.com/google/cadvisor/info/v2/machine.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/manager/container.go b/vendor/github.com/google/cadvisor/manager/container.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/manager/container.go rename to vendor/github.com/google/cadvisor/manager/container.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/manager/machine.go b/vendor/github.com/google/cadvisor/manager/machine.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/manager/machine.go rename to vendor/github.com/google/cadvisor/manager/machine.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/manager/manager.go b/vendor/github.com/google/cadvisor/manager/manager.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/manager/manager.go rename to vendor/github.com/google/cadvisor/manager/manager.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/manager/manager_mock.go b/vendor/github.com/google/cadvisor/manager/manager_mock.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/manager/manager_mock.go rename to vendor/github.com/google/cadvisor/manager/manager_mock.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/metrics/prometheus.go b/vendor/github.com/google/cadvisor/metrics/prometheus.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/metrics/prometheus.go rename to vendor/github.com/google/cadvisor/metrics/prometheus.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/containers.go b/vendor/github.com/google/cadvisor/pages/containers.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/containers.go rename to vendor/github.com/google/cadvisor/pages/containers.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/containers_html.go b/vendor/github.com/google/cadvisor/pages/containers_html.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/containers_html.go rename to vendor/github.com/google/cadvisor/pages/containers_html.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/docker.go b/vendor/github.com/google/cadvisor/pages/docker.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/docker.go rename to vendor/github.com/google/cadvisor/pages/docker.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/pages.go b/vendor/github.com/google/cadvisor/pages/pages.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/pages.go rename to vendor/github.com/google/cadvisor/pages/pages.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/bootstrap_min_css.go b/vendor/github.com/google/cadvisor/pages/static/bootstrap_min_css.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/bootstrap_min_css.go rename to vendor/github.com/google/cadvisor/pages/static/bootstrap_min_css.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/bootstrap_min_js.go b/vendor/github.com/google/cadvisor/pages/static/bootstrap_min_js.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/bootstrap_min_js.go rename to vendor/github.com/google/cadvisor/pages/static/bootstrap_min_js.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/bootstrap_theme_min_css.go b/vendor/github.com/google/cadvisor/pages/static/bootstrap_theme_min_css.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/bootstrap_theme_min_css.go rename to vendor/github.com/google/cadvisor/pages/static/bootstrap_theme_min_css.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/containers_css.go b/vendor/github.com/google/cadvisor/pages/static/containers_css.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/containers_css.go rename to vendor/github.com/google/cadvisor/pages/static/containers_css.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/containers_js.go b/vendor/github.com/google/cadvisor/pages/static/containers_js.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/containers_js.go rename to vendor/github.com/google/cadvisor/pages/static/containers_js.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/gcharts_js.go b/vendor/github.com/google/cadvisor/pages/static/gcharts_js.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/gcharts_js.go rename to vendor/github.com/google/cadvisor/pages/static/gcharts_js.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/google_jsapi_js.go b/vendor/github.com/google/cadvisor/pages/static/google_jsapi_js.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/google_jsapi_js.go rename to vendor/github.com/google/cadvisor/pages/static/google_jsapi_js.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/jquery_min_js.go b/vendor/github.com/google/cadvisor/pages/static/jquery_min_js.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/jquery_min_js.go rename to vendor/github.com/google/cadvisor/pages/static/jquery_min_js.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/pages/static/static.go b/vendor/github.com/google/cadvisor/pages/static/static.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/pages/static/static.go rename to vendor/github.com/google/cadvisor/pages/static/static.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/README.md b/vendor/github.com/google/cadvisor/storage/bigquery/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/README.md rename to vendor/github.com/google/cadvisor/storage/bigquery/README.md diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/bigquery.go b/vendor/github.com/google/cadvisor/storage/bigquery/bigquery.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/bigquery.go rename to vendor/github.com/google/cadvisor/storage/bigquery/bigquery.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/client/client.go b/vendor/github.com/google/cadvisor/storage/bigquery/client/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/client/client.go rename to vendor/github.com/google/cadvisor/storage/bigquery/client/client.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/client/example/example.go b/vendor/github.com/google/cadvisor/storage/bigquery/client/example/example.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/bigquery/client/example/example.go rename to vendor/github.com/google/cadvisor/storage/bigquery/client/example/example.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/common_flags.go b/vendor/github.com/google/cadvisor/storage/common_flags.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/common_flags.go rename to vendor/github.com/google/cadvisor/storage/common_flags.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/elasticsearch/elasticsearch.go b/vendor/github.com/google/cadvisor/storage/elasticsearch/elasticsearch.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/elasticsearch/elasticsearch.go rename to vendor/github.com/google/cadvisor/storage/elasticsearch/elasticsearch.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/influxdb/influxdb.go b/vendor/github.com/google/cadvisor/storage/influxdb/influxdb.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/influxdb/influxdb.go rename to vendor/github.com/google/cadvisor/storage/influxdb/influxdb.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/kafka/kafka.go b/vendor/github.com/google/cadvisor/storage/kafka/kafka.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/kafka/kafka.go rename to vendor/github.com/google/cadvisor/storage/kafka/kafka.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/redis/redis.go b/vendor/github.com/google/cadvisor/storage/redis/redis.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/redis/redis.go rename to vendor/github.com/google/cadvisor/storage/redis/redis.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/statsd/client/client.go b/vendor/github.com/google/cadvisor/storage/statsd/client/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/statsd/client/client.go rename to vendor/github.com/google/cadvisor/storage/statsd/client/client.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/statsd/statsd.go b/vendor/github.com/google/cadvisor/storage/statsd/statsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/statsd/statsd.go rename to vendor/github.com/google/cadvisor/storage/statsd/statsd.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/stdout/stdout.go b/vendor/github.com/google/cadvisor/storage/stdout/stdout.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/stdout/stdout.go rename to vendor/github.com/google/cadvisor/storage/stdout/stdout.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/storage.go b/vendor/github.com/google/cadvisor/storage/storage.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/storage.go rename to vendor/github.com/google/cadvisor/storage/storage.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/test/mock.go b/vendor/github.com/google/cadvisor/storage/test/mock.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/test/mock.go rename to vendor/github.com/google/cadvisor/storage/test/mock.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/storage/test/storagetests.go b/vendor/github.com/google/cadvisor/storage/test/storagetests.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/storage/test/storagetests.go rename to vendor/github.com/google/cadvisor/storage/test/storagetests.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/summary/buffer.go b/vendor/github.com/google/cadvisor/summary/buffer.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/summary/buffer.go rename to vendor/github.com/google/cadvisor/summary/buffer.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/summary/percentiles.go b/vendor/github.com/google/cadvisor/summary/percentiles.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/summary/percentiles.go rename to vendor/github.com/google/cadvisor/summary/percentiles.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/summary/summary.go b/vendor/github.com/google/cadvisor/summary/summary.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/summary/summary.go rename to vendor/github.com/google/cadvisor/summary/summary.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cloudinfo/aws.go b/vendor/github.com/google/cadvisor/utils/cloudinfo/aws.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cloudinfo/aws.go rename to vendor/github.com/google/cadvisor/utils/cloudinfo/aws.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cloudinfo/azure.go b/vendor/github.com/google/cadvisor/utils/cloudinfo/azure.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cloudinfo/azure.go rename to vendor/github.com/google/cadvisor/utils/cloudinfo/azure.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cloudinfo/cloudinfo.go b/vendor/github.com/google/cadvisor/utils/cloudinfo/cloudinfo.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cloudinfo/cloudinfo.go rename to vendor/github.com/google/cadvisor/utils/cloudinfo/cloudinfo.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cloudinfo/gce.go b/vendor/github.com/google/cadvisor/utils/cloudinfo/gce.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cloudinfo/gce.go rename to vendor/github.com/google/cadvisor/utils/cloudinfo/gce.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/container/container.go b/vendor/github.com/google/cadvisor/utils/container/container.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/container/container.go rename to vendor/github.com/google/cadvisor/utils/container/container.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/cpuload.go b/vendor/github.com/google/cadvisor/utils/cpuload/cpuload.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/cpuload.go rename to vendor/github.com/google/cadvisor/utils/cpuload/cpuload.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/conn.go b/vendor/github.com/google/cadvisor/utils/cpuload/netlink/conn.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/conn.go rename to vendor/github.com/google/cadvisor/utils/cpuload/netlink/conn.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/defs.go b/vendor/github.com/google/cadvisor/utils/cpuload/netlink/defs.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/defs.go rename to vendor/github.com/google/cadvisor/utils/cpuload/netlink/defs.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/example/example.go b/vendor/github.com/google/cadvisor/utils/cpuload/netlink/example/example.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/example/example.go rename to vendor/github.com/google/cadvisor/utils/cpuload/netlink/example/example.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/netlink.go b/vendor/github.com/google/cadvisor/utils/cpuload/netlink/netlink.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/netlink.go rename to vendor/github.com/google/cadvisor/utils/cpuload/netlink/netlink.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/reader.go b/vendor/github.com/google/cadvisor/utils/cpuload/netlink/reader.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload/netlink/reader.go rename to vendor/github.com/google/cadvisor/utils/cpuload/netlink/reader.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/machine/machine.go b/vendor/github.com/google/cadvisor/utils/machine/machine.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/machine/machine.go rename to vendor/github.com/google/cadvisor/utils/machine/machine.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/oomparser/containerOomExampleLog.txt b/vendor/github.com/google/cadvisor/utils/oomparser/containerOomExampleLog.txt similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/oomparser/containerOomExampleLog.txt rename to vendor/github.com/google/cadvisor/utils/oomparser/containerOomExampleLog.txt diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/oomparser/oomexample/main.go b/vendor/github.com/google/cadvisor/utils/oomparser/oomexample/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/oomparser/oomexample/main.go rename to vendor/github.com/google/cadvisor/utils/oomparser/oomexample/main.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/oomparser/oomparser.go b/vendor/github.com/google/cadvisor/utils/oomparser/oomparser.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/oomparser/oomparser.go rename to vendor/github.com/google/cadvisor/utils/oomparser/oomparser.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/oomparser/systemOomExampleLog.txt b/vendor/github.com/google/cadvisor/utils/oomparser/systemOomExampleLog.txt similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/oomparser/systemOomExampleLog.txt rename to vendor/github.com/google/cadvisor/utils/oomparser/systemOomExampleLog.txt diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/path.go b/vendor/github.com/google/cadvisor/utils/path.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/path.go rename to vendor/github.com/google/cadvisor/utils/path.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/procfs/doc.go b/vendor/github.com/google/cadvisor/utils/procfs/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/procfs/doc.go rename to vendor/github.com/google/cadvisor/utils/procfs/doc.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/procfs/jiffy.go b/vendor/github.com/google/cadvisor/utils/procfs/jiffy.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/procfs/jiffy.go rename to vendor/github.com/google/cadvisor/utils/procfs/jiffy.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/sysfs/fakesysfs/fake.go b/vendor/github.com/google/cadvisor/utils/sysfs/fakesysfs/fake.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/sysfs/fakesysfs/fake.go rename to vendor/github.com/google/cadvisor/utils/sysfs/fakesysfs/fake.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/sysfs/sysfs.go b/vendor/github.com/google/cadvisor/utils/sysfs/sysfs.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/sysfs/sysfs.go rename to vendor/github.com/google/cadvisor/utils/sysfs/sysfs.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/sysinfo/sysinfo.go b/vendor/github.com/google/cadvisor/utils/sysinfo/sysinfo.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/sysinfo/sysinfo.go rename to vendor/github.com/google/cadvisor/utils/sysinfo/sysinfo.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/timed_store.go b/vendor/github.com/google/cadvisor/utils/timed_store.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/timed_store.go rename to vendor/github.com/google/cadvisor/utils/timed_store.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/utils/utils.go b/vendor/github.com/google/cadvisor/utils/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/utils/utils.go rename to vendor/github.com/google/cadvisor/utils/utils.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/validate/validate.go b/vendor/github.com/google/cadvisor/validate/validate.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/validate/validate.go rename to vendor/github.com/google/cadvisor/validate/validate.go diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/version/VERSION b/vendor/github.com/google/cadvisor/version/VERSION similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/version/VERSION rename to vendor/github.com/google/cadvisor/version/VERSION diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/version/version.go b/vendor/github.com/google/cadvisor/version/version.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/cadvisor/version/version.go rename to vendor/github.com/google/cadvisor/version/version.go diff --git a/Godeps/_workspace/src/github.com/google/gofuzz/.travis.yml b/vendor/github.com/google/gofuzz/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/google/gofuzz/.travis.yml rename to vendor/github.com/google/gofuzz/.travis.yml diff --git a/Godeps/_workspace/src/github.com/google/gofuzz/CONTRIBUTING.md b/vendor/github.com/google/gofuzz/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/google/gofuzz/CONTRIBUTING.md rename to vendor/github.com/google/gofuzz/CONTRIBUTING.md diff --git a/vendor/github.com/google/gofuzz/LICENSE b/vendor/github.com/google/gofuzz/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/vendor/github.com/google/gofuzz/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/google/gofuzz/README.md b/vendor/github.com/google/gofuzz/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/google/gofuzz/README.md rename to vendor/github.com/google/gofuzz/README.md diff --git a/Godeps/_workspace/src/github.com/google/gofuzz/doc.go b/vendor/github.com/google/gofuzz/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/gofuzz/doc.go rename to vendor/github.com/google/gofuzz/doc.go diff --git a/Godeps/_workspace/src/github.com/google/gofuzz/fuzz.go b/vendor/github.com/google/gofuzz/fuzz.go similarity index 100% rename from Godeps/_workspace/src/github.com/google/gofuzz/fuzz.go rename to vendor/github.com/google/gofuzz/fuzz.go diff --git a/Godeps/_workspace/src/github.com/gorilla/context/.travis.yml b/vendor/github.com/gorilla/context/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/.travis.yml rename to vendor/github.com/gorilla/context/.travis.yml diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/LICENSE b/vendor/github.com/gorilla/context/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/context/LICENSE rename to vendor/github.com/gorilla/context/LICENSE diff --git a/Godeps/_workspace/src/github.com/gorilla/context/README.md b/vendor/github.com/gorilla/context/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/README.md rename to vendor/github.com/gorilla/context/README.md diff --git a/Godeps/_workspace/src/github.com/gorilla/context/context.go b/vendor/github.com/gorilla/context/context.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/context.go rename to vendor/github.com/gorilla/context/context.go diff --git a/Godeps/_workspace/src/github.com/gorilla/context/doc.go b/vendor/github.com/gorilla/context/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/doc.go rename to vendor/github.com/gorilla/context/doc.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/.travis.yml b/vendor/github.com/gorilla/mux/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/.travis.yml rename to vendor/github.com/gorilla/mux/.travis.yml diff --git a/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/LICENSE b/vendor/github.com/gorilla/mux/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/LICENSE rename to vendor/github.com/gorilla/mux/LICENSE diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/README.md b/vendor/github.com/gorilla/mux/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/README.md rename to vendor/github.com/gorilla/mux/README.md diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/doc.go b/vendor/github.com/gorilla/mux/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/doc.go rename to vendor/github.com/gorilla/mux/doc.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/mux.go b/vendor/github.com/gorilla/mux/mux.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/mux.go rename to vendor/github.com/gorilla/mux/mux.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/regexp.go b/vendor/github.com/gorilla/mux/regexp.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/regexp.go rename to vendor/github.com/gorilla/mux/regexp.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/route.go b/vendor/github.com/gorilla/mux/route.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/route.go rename to vendor/github.com/gorilla/mux/route.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/LICENSE b/vendor/github.com/hashicorp/go-msgpack/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/LICENSE rename to vendor/github.com/hashicorp/go-msgpack/LICENSE diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/0doc.go b/vendor/github.com/hashicorp/go-msgpack/codec/0doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/0doc.go rename to vendor/github.com/hashicorp/go-msgpack/codec/0doc.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/README.md b/vendor/github.com/hashicorp/go-msgpack/codec/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/README.md rename to vendor/github.com/hashicorp/go-msgpack/codec/README.md diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/binc.go b/vendor/github.com/hashicorp/go-msgpack/codec/binc.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/binc.go rename to vendor/github.com/hashicorp/go-msgpack/codec/binc.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/decode.go b/vendor/github.com/hashicorp/go-msgpack/codec/decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/decode.go rename to vendor/github.com/hashicorp/go-msgpack/codec/decode.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/encode.go b/vendor/github.com/hashicorp/go-msgpack/codec/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/encode.go rename to vendor/github.com/hashicorp/go-msgpack/codec/encode.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/helper.go b/vendor/github.com/hashicorp/go-msgpack/codec/helper.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/helper.go rename to vendor/github.com/hashicorp/go-msgpack/codec/helper.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/helper_internal.go b/vendor/github.com/hashicorp/go-msgpack/codec/helper_internal.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/helper_internal.go rename to vendor/github.com/hashicorp/go-msgpack/codec/helper_internal.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/msgpack.go b/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/msgpack.go rename to vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/msgpack_test.py b/vendor/github.com/hashicorp/go-msgpack/codec/msgpack_test.py similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/msgpack_test.py rename to vendor/github.com/hashicorp/go-msgpack/codec/msgpack_test.py diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/rpc.go b/vendor/github.com/hashicorp/go-msgpack/codec/rpc.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/rpc.go rename to vendor/github.com/hashicorp/go-msgpack/codec/rpc.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/simple.go b/vendor/github.com/hashicorp/go-msgpack/codec/simple.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/simple.go rename to vendor/github.com/hashicorp/go-msgpack/codec/simple.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/time.go b/vendor/github.com/hashicorp/go-msgpack/codec/time.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec/time.go rename to vendor/github.com/hashicorp/go-msgpack/codec/time.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/golang-lru/.gitignore b/vendor/github.com/hashicorp/golang-lru/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/golang-lru/.gitignore rename to vendor/github.com/hashicorp/golang-lru/.gitignore diff --git a/Godeps/_workspace/src/github.com/hashicorp/golang-lru/2q.go b/vendor/github.com/hashicorp/golang-lru/2q.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/golang-lru/2q.go rename to vendor/github.com/hashicorp/golang-lru/2q.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/golang-lru/LICENSE b/vendor/github.com/hashicorp/golang-lru/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/golang-lru/LICENSE rename to vendor/github.com/hashicorp/golang-lru/LICENSE diff --git a/Godeps/_workspace/src/github.com/hashicorp/golang-lru/README.md b/vendor/github.com/hashicorp/golang-lru/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/golang-lru/README.md rename to vendor/github.com/hashicorp/golang-lru/README.md diff --git a/Godeps/_workspace/src/github.com/hashicorp/golang-lru/arc.go b/vendor/github.com/hashicorp/golang-lru/arc.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/golang-lru/arc.go rename to vendor/github.com/hashicorp/golang-lru/arc.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/golang-lru/lru.go b/vendor/github.com/hashicorp/golang-lru/lru.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/golang-lru/lru.go rename to vendor/github.com/hashicorp/golang-lru/lru.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/golang-lru/simplelru/lru.go b/vendor/github.com/hashicorp/golang-lru/simplelru/lru.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/golang-lru/simplelru/lru.go rename to vendor/github.com/hashicorp/golang-lru/simplelru/lru.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/LICENSE b/vendor/github.com/hashicorp/raft-boltdb/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/LICENSE rename to vendor/github.com/hashicorp/raft-boltdb/LICENSE diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/README.md b/vendor/github.com/hashicorp/raft-boltdb/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/README.md rename to vendor/github.com/hashicorp/raft-boltdb/README.md diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/bolt_store.go b/vendor/github.com/hashicorp/raft-boltdb/bolt_store.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/bolt_store.go rename to vendor/github.com/hashicorp/raft-boltdb/bolt_store.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/util.go b/vendor/github.com/hashicorp/raft-boltdb/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/util.go rename to vendor/github.com/hashicorp/raft-boltdb/util.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/.gitignore b/vendor/github.com/hashicorp/raft/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/.gitignore rename to vendor/github.com/hashicorp/raft/.gitignore diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/.travis.yml b/vendor/github.com/hashicorp/raft/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/.travis.yml rename to vendor/github.com/hashicorp/raft/.travis.yml diff --git a/vendor/github.com/hashicorp/raft/LICENSE b/vendor/github.com/hashicorp/raft/LICENSE new file mode 100644 index 000000000000..c33dcc7c928c --- /dev/null +++ b/vendor/github.com/hashicorp/raft/LICENSE @@ -0,0 +1,354 @@ +Mozilla Public License, version 2.0 + +1. Definitions + +1.1. “Contributor” + + means each individual or legal entity that creates, contributes to the + creation of, or owns Covered Software. + +1.2. “Contributor Version” + + means the combination of the Contributions of others (if any) used by a + Contributor and that particular Contributor’s Contribution. + +1.3. “Contribution” + + means Covered Software of a particular Contributor. + +1.4. “Covered Software” + + means Source Code Form to which the initial Contributor has attached the + notice in Exhibit A, the Executable Form of such Source Code Form, and + Modifications of such Source Code Form, in each case including portions + thereof. + +1.5. “Incompatible With Secondary Licenses” + means + + a. that the initial Contributor has attached the notice described in + Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of version + 1.1 or earlier of the License, but not also under the terms of a + Secondary License. + +1.6. “Executable Form” + + means any form of the work other than Source Code Form. + +1.7. “Larger Work” + + means a work that combines Covered Software with other material, in a separate + file or files, that is not Covered Software. + +1.8. “License” + + means this document. + +1.9. “Licensable” + + means having the right to grant, to the maximum extent possible, whether at the + time of the initial grant or subsequently, any and all of the rights conveyed by + this License. + +1.10. “Modifications” + + means any of the following: + + a. any file in Source Code Form that results from an addition to, deletion + from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. “Patent Claims” of a Contributor + + means any patent claim(s), including without limitation, method, process, + and apparatus claims, in any patent Licensable by such Contributor that + would be infringed, but for the grant of the License, by the making, + using, selling, offering for sale, having made, import, or transfer of + either its Contributions or its Contributor Version. + +1.12. “Secondary License” + + means either the GNU General Public License, Version 2.0, the GNU Lesser + General Public License, Version 2.1, the GNU Affero General Public + License, Version 3.0, or any later versions of those licenses. + +1.13. “Source Code Form” + + means the form of the work preferred for making modifications. + +1.14. “You” (or “Your”) + + means an individual or a legal entity exercising rights under this + License. For legal entities, “You” includes any entity that controls, is + controlled by, or is under common control with You. For purposes of this + definition, “control” means (a) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + + +2. License Grants and Conditions + +2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or as + part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for + sale, have made, import, and otherwise transfer either its Contributions + or its Contributor Version. + +2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become + effective for each Contribution on the date the Contributor first distributes + such Contribution. + +2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this + License. No additional rights or licenses will be implied from the distribution + or licensing of Covered Software under this License. Notwithstanding Section + 2.1(b) above, no patent license is granted by a Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party’s + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + + c. under Patent Claims infringed by Covered Software in the absence of its + Contributions. + + This License does not grant any rights in the trademarks, service marks, or + logos of any Contributor (except as may be necessary to comply with the + notice requirements in Section 3.4). + +2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this License + (see Section 10.2) or under the terms of a Secondary License (if permitted + under the terms of Section 3.3). + +2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions + are its original creation(s) or it has sufficient rights to grant the + rights to its Contributions conveyed by this License. + +2.6. Fair Use + + This License is not intended to limit any rights You have under applicable + copyright doctrines of fair use, fair dealing, or other equivalents. + +2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in + Section 2.1. + + +3. Responsibilities + +3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under the + terms of this License. You must inform recipients that the Source Code Form + of the Covered Software is governed by the terms of this License, and how + they can obtain a copy of this License. You may not attempt to alter or + restrict the recipients’ rights in the Source Code Form. + +3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, + as described in Section 3.1, and You must inform recipients of the + Executable Form how they can obtain a copy of such Source Code Form by + reasonable means in a timely manner, at a charge no more than the cost + of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this License, + or sublicense it under different terms, provided that the license for + the Executable Form does not attempt to limit or alter the recipients’ + rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for the + Covered Software. If the Larger Work is a combination of Covered Software + with a work governed by one or more Secondary Licenses, and the Covered + Software is not Incompatible With Secondary Licenses, this License permits + You to additionally distribute such Covered Software under the terms of + such Secondary License(s), so that the recipient of the Larger Work may, at + their option, further distribute the Covered Software under the terms of + either this License or such Secondary License(s). + +3.4. Notices + + You may not remove or alter the substance of any license notices (including + copyright notices, patent notices, disclaimers of warranty, or limitations + of liability) contained within the Source Code Form of the Covered + Software, except that You may alter any license notices to the extent + required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on behalf + of any Contributor. You must make it absolutely clear that any such + warranty, support, indemnity, or liability obligation is offered by You + alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Software due to statute, judicial + order, or regulation then You must: (a) comply with the terms of this License + to the maximum extent possible; and (b) describe the limitations and the code + they affect. Such description must be placed in a text file included with all + distributions of the Covered Software under this License. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You + fail to comply with any of its terms. However, if You become compliant, + then the rights granted under this License from a particular Contributor + are reinstated (a) provisionally, unless and until such Contributor + explicitly and finally terminates Your grants, and (b) on an ongoing basis, + if such Contributor fails to notify You of the non-compliance by some + reasonable means prior to 60 days after You have come back into compliance. + Moreover, Your grants from a particular Contributor are reinstated on an + ongoing basis if such Contributor notifies You of the non-compliance by + some reasonable means, this is the first time You have received notice of + non-compliance with this License from such Contributor, and You become + compliant prior to 30 days after Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, counter-claims, + and cross-claims) alleging that a Contributor Version directly or + indirectly infringes any patent, then the rights granted to You by any and + all Contributors for the Covered Software under Section 2.1 of this License + shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user + license agreements (excluding distributors and resellers) which have been + validly granted by You or Your distributors under this License prior to + termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an “as is” basis, without + warranty of any kind, either expressed, implied, or statutory, including, + without limitation, warranties that the Covered Software is free of defects, + merchantable, fit for a particular purpose or non-infringing. The entire + risk as to the quality and performance of the Covered Software is with You. + Should any Covered Software prove defective in any respect, You (not any + Contributor) assume the cost of any necessary servicing, repair, or + correction. This disclaimer of warranty constitutes an essential part of this + License. No use of any Covered Software is authorized under this License + except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including + negligence), contract, or otherwise, shall any Contributor, or anyone who + distributes Covered Software as permitted above, be liable to You for any + direct, indirect, special, incidental, or consequential damages of any + character including, without limitation, damages for lost profits, loss of + goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses, even if such party shall have been + informed of the possibility of such damages. This limitation of liability + shall not apply to liability for death or personal injury resulting from such + party’s negligence to the extent applicable law prohibits such limitation. + Some jurisdictions do not allow the exclusion or limitation of incidental or + consequential damages, so this exclusion and limitation may not apply to You. + +8. Litigation + + Any litigation relating to this License may be brought only in the courts of + a jurisdiction where the defendant maintains its principal place of business + and such litigation shall be governed by laws of that jurisdiction, without + reference to its conflict-of-law provisions. Nothing in this Section shall + prevent a party’s ability to bring cross-claims or counter-claims. + +9. Miscellaneous + + This License represents the complete agreement concerning the subject matter + hereof. If any provision of this License is held to be unenforceable, such + provision shall be reformed only to the extent necessary to make it + enforceable. Any law or regulation which provides that the language of a + contract shall be construed against the drafter shall not be used to construe + this License against a Contributor. + + +10. Versions of the License + +10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + +10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of + the License under which You originally received the Covered Software, or + under the terms of any subsequent version published by the license + steward. + +10.3. Modified Versions + + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a modified + version of this License if you rename the license and remove any + references to the name of the license steward (except to note that such + modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + If You choose to distribute Source Code Form that is Incompatible With + Secondary Licenses under the terms of this version of the License, the + notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the + terms of the Mozilla Public License, v. + 2.0. If a copy of the MPL was not + distributed with this file, You can + obtain one at + http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then +You may include the notice in a location (such as a LICENSE file in a relevant +directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - “Incompatible With Secondary Licenses” Notice + + This Source Code Form is “Incompatible + With Secondary Licenses”, as defined by + the Mozilla Public License, v. 2.0. + diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/Makefile b/vendor/github.com/hashicorp/raft/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/Makefile rename to vendor/github.com/hashicorp/raft/Makefile diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/README.md b/vendor/github.com/hashicorp/raft/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/README.md rename to vendor/github.com/hashicorp/raft/README.md diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/bench/bench.go b/vendor/github.com/hashicorp/raft/bench/bench.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/bench/bench.go rename to vendor/github.com/hashicorp/raft/bench/bench.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/commands.go b/vendor/github.com/hashicorp/raft/commands.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/commands.go rename to vendor/github.com/hashicorp/raft/commands.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/config.go b/vendor/github.com/hashicorp/raft/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/config.go rename to vendor/github.com/hashicorp/raft/config.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/discard_snapshot.go b/vendor/github.com/hashicorp/raft/discard_snapshot.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/discard_snapshot.go rename to vendor/github.com/hashicorp/raft/discard_snapshot.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/file_snapshot.go b/vendor/github.com/hashicorp/raft/file_snapshot.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/file_snapshot.go rename to vendor/github.com/hashicorp/raft/file_snapshot.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/fsm.go b/vendor/github.com/hashicorp/raft/fsm.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/fsm.go rename to vendor/github.com/hashicorp/raft/fsm.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/future.go b/vendor/github.com/hashicorp/raft/future.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/future.go rename to vendor/github.com/hashicorp/raft/future.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/inflight.go b/vendor/github.com/hashicorp/raft/inflight.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/inflight.go rename to vendor/github.com/hashicorp/raft/inflight.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/inmem_store.go b/vendor/github.com/hashicorp/raft/inmem_store.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/inmem_store.go rename to vendor/github.com/hashicorp/raft/inmem_store.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/inmem_transport.go b/vendor/github.com/hashicorp/raft/inmem_transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/inmem_transport.go rename to vendor/github.com/hashicorp/raft/inmem_transport.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/log.go b/vendor/github.com/hashicorp/raft/log.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/log.go rename to vendor/github.com/hashicorp/raft/log.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/log_cache.go b/vendor/github.com/hashicorp/raft/log_cache.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/log_cache.go rename to vendor/github.com/hashicorp/raft/log_cache.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/net_transport.go b/vendor/github.com/hashicorp/raft/net_transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/net_transport.go rename to vendor/github.com/hashicorp/raft/net_transport.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/peer.go b/vendor/github.com/hashicorp/raft/peer.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/peer.go rename to vendor/github.com/hashicorp/raft/peer.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/raft.go b/vendor/github.com/hashicorp/raft/raft.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/raft.go rename to vendor/github.com/hashicorp/raft/raft.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/replication.go b/vendor/github.com/hashicorp/raft/replication.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/replication.go rename to vendor/github.com/hashicorp/raft/replication.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/snapshot.go b/vendor/github.com/hashicorp/raft/snapshot.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/snapshot.go rename to vendor/github.com/hashicorp/raft/snapshot.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/stable.go b/vendor/github.com/hashicorp/raft/stable.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/stable.go rename to vendor/github.com/hashicorp/raft/stable.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/state.go b/vendor/github.com/hashicorp/raft/state.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/state.go rename to vendor/github.com/hashicorp/raft/state.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/tcp_transport.go b/vendor/github.com/hashicorp/raft/tcp_transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/tcp_transport.go rename to vendor/github.com/hashicorp/raft/tcp_transport.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/transport.go b/vendor/github.com/hashicorp/raft/transport.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/transport.go rename to vendor/github.com/hashicorp/raft/transport.go diff --git a/Godeps/_workspace/src/github.com/hashicorp/raft/util.go b/vendor/github.com/hashicorp/raft/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/hashicorp/raft/util.go rename to vendor/github.com/hashicorp/raft/util.go diff --git a/vendor/github.com/hawkular/hawkular-client-go/LICENSE b/vendor/github.com/hawkular/hawkular-client-go/LICENSE new file mode 100644 index 000000000000..8f71f43fee3f --- /dev/null +++ b/vendor/github.com/hawkular/hawkular-client-go/LICENSE @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/metrics/client.go b/vendor/github.com/hawkular/hawkular-client-go/metrics/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/metrics/client.go rename to vendor/github.com/hawkular/hawkular-client-go/metrics/client.go diff --git a/Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/metrics/helpers.go b/vendor/github.com/hawkular/hawkular-client-go/metrics/helpers.go similarity index 100% rename from Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/metrics/helpers.go rename to vendor/github.com/hawkular/hawkular-client-go/metrics/helpers.go diff --git a/Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/metrics/types.go b/vendor/github.com/hawkular/hawkular-client-go/metrics/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/metrics/types.go rename to vendor/github.com/hawkular/hawkular-client-go/metrics/types.go diff --git a/Godeps/_workspace/src/github.com/imdario/mergo/.travis.yml b/vendor/github.com/imdario/mergo/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/imdario/mergo/.travis.yml rename to vendor/github.com/imdario/mergo/.travis.yml diff --git a/Godeps/_workspace/src/github.com/imdario/mergo/LICENSE b/vendor/github.com/imdario/mergo/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/imdario/mergo/LICENSE rename to vendor/github.com/imdario/mergo/LICENSE diff --git a/Godeps/_workspace/src/github.com/imdario/mergo/README.md b/vendor/github.com/imdario/mergo/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/imdario/mergo/README.md rename to vendor/github.com/imdario/mergo/README.md diff --git a/Godeps/_workspace/src/github.com/imdario/mergo/doc.go b/vendor/github.com/imdario/mergo/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/imdario/mergo/doc.go rename to vendor/github.com/imdario/mergo/doc.go diff --git a/Godeps/_workspace/src/github.com/imdario/mergo/map.go b/vendor/github.com/imdario/mergo/map.go similarity index 100% rename from Godeps/_workspace/src/github.com/imdario/mergo/map.go rename to vendor/github.com/imdario/mergo/map.go diff --git a/Godeps/_workspace/src/github.com/imdario/mergo/merge.go b/vendor/github.com/imdario/mergo/merge.go similarity index 100% rename from Godeps/_workspace/src/github.com/imdario/mergo/merge.go rename to vendor/github.com/imdario/mergo/merge.go diff --git a/Godeps/_workspace/src/github.com/imdario/mergo/mergo.go b/vendor/github.com/imdario/mergo/mergo.go similarity index 100% rename from Godeps/_workspace/src/github.com/imdario/mergo/mergo.go rename to vendor/github.com/imdario/mergo/mergo.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/inconshreveable/mousetrap/LICENSE b/vendor/github.com/inconshreveable/mousetrap/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/inconshreveable/mousetrap/LICENSE rename to vendor/github.com/inconshreveable/mousetrap/LICENSE diff --git a/Godeps/_workspace/src/github.com/inconshreveable/mousetrap/README.md b/vendor/github.com/inconshreveable/mousetrap/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/inconshreveable/mousetrap/README.md rename to vendor/github.com/inconshreveable/mousetrap/README.md diff --git a/Godeps/_workspace/src/github.com/inconshreveable/mousetrap/trap_others.go b/vendor/github.com/inconshreveable/mousetrap/trap_others.go similarity index 100% rename from Godeps/_workspace/src/github.com/inconshreveable/mousetrap/trap_others.go rename to vendor/github.com/inconshreveable/mousetrap/trap_others.go diff --git a/Godeps/_workspace/src/github.com/inconshreveable/mousetrap/trap_windows.go b/vendor/github.com/inconshreveable/mousetrap/trap_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/inconshreveable/mousetrap/trap_windows.go rename to vendor/github.com/inconshreveable/mousetrap/trap_windows.go diff --git a/Godeps/_workspace/src/github.com/inconshreveable/mousetrap/trap_windows_1.4.go b/vendor/github.com/inconshreveable/mousetrap/trap_windows_1.4.go similarity index 100% rename from Godeps/_workspace/src/github.com/inconshreveable/mousetrap/trap_windows_1.4.go rename to vendor/github.com/inconshreveable/mousetrap/trap_windows_1.4.go diff --git a/vendor/github.com/influxdb/influxdb/LICENSE b/vendor/github.com/influxdb/influxdb/LICENSE new file mode 100644 index 000000000000..d50222706cf0 --- /dev/null +++ b/vendor/github.com/influxdb/influxdb/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013-2015 Errplane Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/client/README.md b/vendor/github.com/influxdb/influxdb/client/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/client/README.md rename to vendor/github.com/influxdb/influxdb/client/README.md diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/client/influxdb.go b/vendor/github.com/influxdb/influxdb/client/influxdb.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/client/influxdb.go rename to vendor/github.com/influxdb/influxdb/client/influxdb.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/INFLUXQL.md b/vendor/github.com/influxdb/influxdb/influxql/INFLUXQL.md similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/INFLUXQL.md rename to vendor/github.com/influxdb/influxdb/influxql/INFLUXQL.md diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/NOTES b/vendor/github.com/influxdb/influxdb/influxql/NOTES similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/NOTES rename to vendor/github.com/influxdb/influxdb/influxql/NOTES diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/ast.go b/vendor/github.com/influxdb/influxdb/influxql/ast.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/ast.go rename to vendor/github.com/influxdb/influxdb/influxql/ast.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/doc.go b/vendor/github.com/influxdb/influxdb/influxql/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/doc.go rename to vendor/github.com/influxdb/influxdb/influxql/doc.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/functions.go b/vendor/github.com/influxdb/influxdb/influxql/functions.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/functions.go rename to vendor/github.com/influxdb/influxdb/influxql/functions.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/parser.go b/vendor/github.com/influxdb/influxdb/influxql/parser.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/parser.go rename to vendor/github.com/influxdb/influxdb/influxql/parser.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/result.go b/vendor/github.com/influxdb/influxdb/influxql/result.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/result.go rename to vendor/github.com/influxdb/influxdb/influxql/result.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/scanner.go b/vendor/github.com/influxdb/influxdb/influxql/scanner.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/scanner.go rename to vendor/github.com/influxdb/influxdb/influxql/scanner.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/token.go b/vendor/github.com/influxdb/influxdb/influxql/token.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/influxql/token.go rename to vendor/github.com/influxdb/influxdb/influxql/token.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/meta/config.go b/vendor/github.com/influxdb/influxdb/meta/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/meta/config.go rename to vendor/github.com/influxdb/influxdb/meta/config.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/meta/data.go b/vendor/github.com/influxdb/influxdb/meta/data.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/meta/data.go rename to vendor/github.com/influxdb/influxdb/meta/data.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/meta/errors.go b/vendor/github.com/influxdb/influxdb/meta/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/meta/errors.go rename to vendor/github.com/influxdb/influxdb/meta/errors.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/meta/internal/meta.pb.go b/vendor/github.com/influxdb/influxdb/meta/internal/meta.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/meta/internal/meta.pb.go rename to vendor/github.com/influxdb/influxdb/meta/internal/meta.pb.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/meta/internal/meta.proto b/vendor/github.com/influxdb/influxdb/meta/internal/meta.proto similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/meta/internal/meta.proto rename to vendor/github.com/influxdb/influxdb/meta/internal/meta.proto diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/meta/statement_executor.go b/vendor/github.com/influxdb/influxdb/meta/statement_executor.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/meta/statement_executor.go rename to vendor/github.com/influxdb/influxdb/meta/statement_executor.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/meta/store.go b/vendor/github.com/influxdb/influxdb/meta/store.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/meta/store.go rename to vendor/github.com/influxdb/influxdb/meta/store.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/snapshot/snapshot.go b/vendor/github.com/influxdb/influxdb/snapshot/snapshot.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/snapshot/snapshot.go rename to vendor/github.com/influxdb/influxdb/snapshot/snapshot.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/toml/toml.go b/vendor/github.com/influxdb/influxdb/toml/toml.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/toml/toml.go rename to vendor/github.com/influxdb/influxdb/toml/toml.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/README.md b/vendor/github.com/influxdb/influxdb/tsdb/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/README.md rename to vendor/github.com/influxdb/influxdb/tsdb/README.md diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/batcher.go b/vendor/github.com/influxdb/influxdb/tsdb/batcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/batcher.go rename to vendor/github.com/influxdb/influxdb/tsdb/batcher.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/config.go b/vendor/github.com/influxdb/influxdb/tsdb/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/config.go rename to vendor/github.com/influxdb/influxdb/tsdb/config.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/doc.go b/vendor/github.com/influxdb/influxdb/tsdb/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/doc.go rename to vendor/github.com/influxdb/influxdb/tsdb/doc.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/engine.go b/vendor/github.com/influxdb/influxdb/tsdb/engine.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/engine.go rename to vendor/github.com/influxdb/influxdb/tsdb/engine.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/internal/meta.pb.go b/vendor/github.com/influxdb/influxdb/tsdb/internal/meta.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/internal/meta.pb.go rename to vendor/github.com/influxdb/influxdb/tsdb/internal/meta.pb.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/internal/meta.proto b/vendor/github.com/influxdb/influxdb/tsdb/internal/meta.proto similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/internal/meta.proto rename to vendor/github.com/influxdb/influxdb/tsdb/internal/meta.proto diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/mapper.go b/vendor/github.com/influxdb/influxdb/tsdb/mapper.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/mapper.go rename to vendor/github.com/influxdb/influxdb/tsdb/mapper.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/meta.go b/vendor/github.com/influxdb/influxdb/tsdb/meta.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/meta.go rename to vendor/github.com/influxdb/influxdb/tsdb/meta.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/monitor.go b/vendor/github.com/influxdb/influxdb/tsdb/monitor.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/monitor.go rename to vendor/github.com/influxdb/influxdb/tsdb/monitor.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/points.go b/vendor/github.com/influxdb/influxdb/tsdb/points.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/points.go rename to vendor/github.com/influxdb/influxdb/tsdb/points.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/query_executor.go b/vendor/github.com/influxdb/influxdb/tsdb/query_executor.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/query_executor.go rename to vendor/github.com/influxdb/influxdb/tsdb/query_executor.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/shard.go b/vendor/github.com/influxdb/influxdb/tsdb/shard.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/shard.go rename to vendor/github.com/influxdb/influxdb/tsdb/shard.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/snapshot_writer.go b/vendor/github.com/influxdb/influxdb/tsdb/snapshot_writer.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/snapshot_writer.go rename to vendor/github.com/influxdb/influxdb/tsdb/snapshot_writer.go diff --git a/Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/store.go b/vendor/github.com/influxdb/influxdb/tsdb/store.go similarity index 100% rename from Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb/store.go rename to vendor/github.com/influxdb/influxdb/tsdb/store.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/.gitignore b/vendor/github.com/jmespath/go-jmespath/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/.gitignore rename to vendor/github.com/jmespath/go-jmespath/.gitignore diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/.travis.yml b/vendor/github.com/jmespath/go-jmespath/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/.travis.yml rename to vendor/github.com/jmespath/go-jmespath/.travis.yml diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/jmespath/go-jmespath/LICENSE b/vendor/github.com/jmespath/go-jmespath/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/jmespath/go-jmespath/LICENSE rename to vendor/github.com/jmespath/go-jmespath/LICENSE diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/Makefile b/vendor/github.com/jmespath/go-jmespath/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/Makefile rename to vendor/github.com/jmespath/go-jmespath/Makefile diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/README.md b/vendor/github.com/jmespath/go-jmespath/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/README.md rename to vendor/github.com/jmespath/go-jmespath/README.md diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/api.go b/vendor/github.com/jmespath/go-jmespath/api.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/api.go rename to vendor/github.com/jmespath/go-jmespath/api.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/astnodetype_string.go b/vendor/github.com/jmespath/go-jmespath/astnodetype_string.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/astnodetype_string.go rename to vendor/github.com/jmespath/go-jmespath/astnodetype_string.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/cmd/jpgo/main.go b/vendor/github.com/jmespath/go-jmespath/cmd/jpgo/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/cmd/jpgo/main.go rename to vendor/github.com/jmespath/go-jmespath/cmd/jpgo/main.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/basic.json b/vendor/github.com/jmespath/go-jmespath/compliance/basic.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/basic.json rename to vendor/github.com/jmespath/go-jmespath/compliance/basic.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/boolean.json b/vendor/github.com/jmespath/go-jmespath/compliance/boolean.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/boolean.json rename to vendor/github.com/jmespath/go-jmespath/compliance/boolean.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/current.json b/vendor/github.com/jmespath/go-jmespath/compliance/current.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/current.json rename to vendor/github.com/jmespath/go-jmespath/compliance/current.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/escape.json b/vendor/github.com/jmespath/go-jmespath/compliance/escape.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/escape.json rename to vendor/github.com/jmespath/go-jmespath/compliance/escape.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/filters.json b/vendor/github.com/jmespath/go-jmespath/compliance/filters.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/filters.json rename to vendor/github.com/jmespath/go-jmespath/compliance/filters.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/functions.json b/vendor/github.com/jmespath/go-jmespath/compliance/functions.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/functions.json rename to vendor/github.com/jmespath/go-jmespath/compliance/functions.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/identifiers.json b/vendor/github.com/jmespath/go-jmespath/compliance/identifiers.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/identifiers.json rename to vendor/github.com/jmespath/go-jmespath/compliance/identifiers.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/indices.json b/vendor/github.com/jmespath/go-jmespath/compliance/indices.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/indices.json rename to vendor/github.com/jmespath/go-jmespath/compliance/indices.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/literal.json b/vendor/github.com/jmespath/go-jmespath/compliance/literal.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/literal.json rename to vendor/github.com/jmespath/go-jmespath/compliance/literal.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/multiselect.json b/vendor/github.com/jmespath/go-jmespath/compliance/multiselect.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/multiselect.json rename to vendor/github.com/jmespath/go-jmespath/compliance/multiselect.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/ormatch.json b/vendor/github.com/jmespath/go-jmespath/compliance/ormatch.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/ormatch.json rename to vendor/github.com/jmespath/go-jmespath/compliance/ormatch.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/pipe.json b/vendor/github.com/jmespath/go-jmespath/compliance/pipe.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/pipe.json rename to vendor/github.com/jmespath/go-jmespath/compliance/pipe.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/slice.json b/vendor/github.com/jmespath/go-jmespath/compliance/slice.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/slice.json rename to vendor/github.com/jmespath/go-jmespath/compliance/slice.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/syntax.json b/vendor/github.com/jmespath/go-jmespath/compliance/syntax.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/syntax.json rename to vendor/github.com/jmespath/go-jmespath/compliance/syntax.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/unicode.json b/vendor/github.com/jmespath/go-jmespath/compliance/unicode.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/unicode.json rename to vendor/github.com/jmespath/go-jmespath/compliance/unicode.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/wildcard.json b/vendor/github.com/jmespath/go-jmespath/compliance/wildcard.json similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/compliance/wildcard.json rename to vendor/github.com/jmespath/go-jmespath/compliance/wildcard.json diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/functions.go b/vendor/github.com/jmespath/go-jmespath/functions.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/functions.go rename to vendor/github.com/jmespath/go-jmespath/functions.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-1 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-1 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-1 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-1 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-10 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-10 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-10 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-10 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-100 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-100 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-100 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-100 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-101 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-101 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-101 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-101 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-102 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-102 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-102 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-102 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-103 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-103 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-103 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-103 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-104 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-104 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-104 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-104 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-105 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-105 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-105 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-105 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-106 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-106 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-106 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-106 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-107 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-107 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-107 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-107 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-108 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-108 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-108 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-108 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-109 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-109 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-109 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-109 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-110 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-110 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-110 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-110 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-112 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-112 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-112 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-112 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-115 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-115 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-115 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-115 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-118 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-118 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-118 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-118 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-119 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-119 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-119 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-119 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-12 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-12 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-12 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-12 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-120 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-120 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-120 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-120 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-121 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-121 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-121 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-121 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-122 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-122 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-122 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-122 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-123 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-123 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-123 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-123 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-126 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-126 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-126 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-126 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-128 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-128 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-128 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-128 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-129 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-129 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-129 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-129 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-13 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-13 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-13 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-13 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-130 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-130 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-130 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-130 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-131 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-131 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-131 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-131 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-132 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-132 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-132 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-132 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-133 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-133 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-133 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-133 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-134 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-134 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-134 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-134 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-135 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-135 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-135 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-135 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-136 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-136 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-136 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-136 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-137 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-137 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-137 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-137 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-138 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-138 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-138 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-138 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-139 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-139 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-139 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-139 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-14 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-14 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-14 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-14 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-140 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-140 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-140 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-140 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-141 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-141 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-141 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-141 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-142 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-142 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-142 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-142 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-143 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-143 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-143 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-143 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-144 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-144 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-144 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-144 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-145 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-145 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-145 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-145 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-146 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-146 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-146 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-146 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-147 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-147 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-147 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-147 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-148 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-148 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-148 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-148 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-149 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-149 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-149 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-149 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-15 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-15 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-15 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-15 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-150 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-150 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-150 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-150 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-151 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-151 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-151 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-151 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-152 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-152 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-152 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-152 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-153 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-153 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-153 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-153 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-155 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-155 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-155 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-155 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-156 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-156 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-156 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-156 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-157 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-157 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-157 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-157 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-158 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-158 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-158 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-158 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-159 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-159 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-159 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-159 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-16 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-16 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-16 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-16 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-160 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-160 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-160 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-160 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-161 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-161 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-161 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-161 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-162 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-162 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-162 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-162 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-163 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-163 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-163 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-163 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-164 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-164 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-164 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-164 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-165 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-165 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-165 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-165 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-166 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-166 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-166 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-166 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-167 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-167 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-167 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-167 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-168 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-168 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-168 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-168 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-169 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-169 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-169 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-169 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-17 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-17 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-17 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-17 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-170 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-170 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-170 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-170 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-171 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-171 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-171 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-171 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-172 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-172 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-172 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-172 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-173 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-173 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-173 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-173 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-174 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-174 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-174 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-174 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-175 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-175 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-175 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-175 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-178 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-178 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-178 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-178 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-179 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-179 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-179 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-179 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-18 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-18 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-18 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-18 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-180 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-180 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-180 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-180 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-181 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-181 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-181 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-181 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-182 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-182 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-182 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-182 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-183 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-183 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-183 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-183 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-184 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-184 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-184 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-184 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-185 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-185 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-185 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-185 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-186 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-186 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-186 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-186 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-187 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-187 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-187 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-187 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-188 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-188 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-188 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-188 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-189 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-189 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-189 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-189 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-19 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-19 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-19 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-19 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-190 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-190 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-190 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-190 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-191 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-191 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-191 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-191 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-192 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-192 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-192 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-192 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-193 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-193 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-193 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-193 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-194 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-194 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-194 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-194 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-195 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-195 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-195 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-195 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-196 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-196 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-196 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-196 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-198 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-198 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-198 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-198 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-199 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-199 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-199 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-199 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-2 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-2 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-2 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-2 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-20 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-20 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-20 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-20 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-200 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-200 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-200 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-200 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-201 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-201 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-201 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-201 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-202 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-202 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-202 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-202 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-203 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-203 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-203 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-203 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-204 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-204 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-204 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-204 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-205 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-205 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-205 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-205 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-206 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-206 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-206 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-206 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-207 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-207 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-207 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-207 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-208 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-208 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-208 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-208 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-209 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-209 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-209 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-209 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-21 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-21 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-21 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-21 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-210 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-210 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-210 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-210 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-211 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-211 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-211 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-211 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-212 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-212 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-212 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-212 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-213 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-213 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-213 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-213 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-214 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-214 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-214 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-214 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-215 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-215 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-215 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-215 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-216 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-216 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-216 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-216 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-217 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-217 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-217 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-217 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-218 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-218 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-218 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-218 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-219 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-219 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-219 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-219 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-22 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-22 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-22 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-22 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-220 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-220 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-220 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-220 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-221 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-221 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-221 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-221 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-222 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-222 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-222 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-222 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-223 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-223 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-223 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-223 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-224 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-224 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-224 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-224 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-225 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-225 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-225 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-225 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-226 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-226 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-226 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-226 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-227 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-227 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-227 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-227 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-228 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-228 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-228 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-228 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-229 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-229 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-229 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-229 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-23 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-23 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-23 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-23 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-230 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-230 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-230 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-230 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-231 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-231 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-231 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-231 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-232 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-232 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-232 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-232 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-233 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-233 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-233 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-233 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-234 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-234 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-234 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-234 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-235 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-235 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-235 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-235 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-236 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-236 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-236 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-236 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-237 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-237 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-237 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-237 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-238 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-238 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-238 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-238 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-239 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-239 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-239 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-239 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-24 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-24 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-24 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-24 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-240 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-240 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-240 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-240 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-241 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-241 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-241 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-241 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-242 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-242 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-242 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-242 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-243 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-243 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-243 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-243 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-244 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-244 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-244 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-244 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-245 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-245 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-245 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-245 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-246 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-246 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-246 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-246 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-247 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-247 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-247 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-247 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-248 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-248 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-248 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-248 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-249 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-249 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-249 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-249 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-25 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-25 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-25 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-25 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-250 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-250 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-250 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-250 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-251 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-251 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-251 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-251 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-252 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-252 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-252 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-252 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-253 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-253 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-253 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-253 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-254 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-254 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-254 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-254 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-255 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-255 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-255 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-255 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-256 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-256 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-256 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-256 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-257 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-257 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-257 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-257 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-258 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-258 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-258 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-258 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-259 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-259 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-259 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-259 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-26 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-26 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-26 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-26 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-260 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-260 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-260 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-260 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-261 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-261 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-261 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-261 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-262 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-262 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-262 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-262 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-263 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-263 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-263 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-263 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-264 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-264 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-264 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-264 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-265 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-265 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-265 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-265 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-266 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-266 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-266 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-266 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-267 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-267 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-267 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-267 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-268 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-268 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-268 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-268 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-269 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-269 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-269 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-269 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-27 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-27 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-27 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-27 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-270 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-270 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-270 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-270 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-271 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-271 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-271 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-271 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-272 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-272 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-272 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-272 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-273 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-273 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-273 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-273 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-274 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-274 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-274 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-274 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-275 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-275 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-275 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-275 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-276 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-276 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-276 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-276 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-277 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-277 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-277 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-277 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-278 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-278 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-278 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-278 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-279 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-279 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-279 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-279 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-28 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-28 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-28 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-28 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-280 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-280 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-280 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-280 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-281 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-281 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-281 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-281 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-282 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-282 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-282 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-282 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-283 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-283 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-283 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-283 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-284 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-284 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-284 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-284 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-285 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-285 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-285 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-285 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-286 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-286 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-286 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-286 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-287 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-287 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-287 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-287 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-288 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-288 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-288 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-288 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-289 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-289 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-289 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-289 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-29 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-29 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-29 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-29 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-290 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-290 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-290 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-290 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-291 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-291 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-291 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-291 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-292 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-292 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-292 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-292 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-293 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-293 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-293 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-293 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-294 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-294 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-294 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-294 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-295 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-295 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-295 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-295 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-296 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-296 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-296 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-296 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-297 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-297 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-297 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-297 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-298 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-298 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-298 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-298 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-299 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-299 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-299 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-299 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-3 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-3 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-3 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-3 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-30 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-30 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-30 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-30 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-300 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-300 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-300 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-300 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-301 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-301 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-301 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-301 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-302 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-302 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-302 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-302 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-303 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-303 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-303 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-303 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-304 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-304 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-304 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-304 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-305 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-305 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-305 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-305 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-306 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-306 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-306 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-306 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-307 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-307 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-307 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-307 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-308 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-308 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-308 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-308 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-309 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-309 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-309 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-309 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-31 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-31 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-31 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-31 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-310 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-310 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-310 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-310 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-311 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-311 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-311 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-311 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-312 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-312 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-312 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-312 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-313 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-313 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-313 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-313 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-314 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-314 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-314 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-314 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-315 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-315 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-315 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-315 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-316 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-316 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-316 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-316 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-317 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-317 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-317 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-317 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-318 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-318 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-318 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-318 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-319 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-319 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-319 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-319 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-32 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-32 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-32 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-32 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-320 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-320 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-320 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-320 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-321 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-321 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-321 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-321 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-322 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-322 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-322 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-322 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-323 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-323 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-323 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-323 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-324 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-324 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-324 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-324 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-325 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-325 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-325 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-325 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-326 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-326 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-326 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-326 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-327 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-327 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-327 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-327 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-328 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-328 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-328 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-328 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-329 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-329 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-329 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-329 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-33 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-33 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-33 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-33 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-330 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-330 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-330 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-330 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-331 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-331 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-331 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-331 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-332 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-332 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-332 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-332 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-333 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-333 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-333 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-333 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-334 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-334 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-334 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-334 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-335 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-335 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-335 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-335 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-336 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-336 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-336 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-336 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-337 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-337 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-337 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-337 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-338 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-338 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-338 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-338 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-339 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-339 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-339 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-339 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-34 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-34 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-34 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-34 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-340 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-340 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-340 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-340 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-341 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-341 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-341 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-341 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-342 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-342 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-342 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-342 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-343 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-343 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-343 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-343 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-344 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-344 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-344 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-344 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-345 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-345 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-345 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-345 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-346 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-346 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-346 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-346 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-347 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-347 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-347 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-347 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-348 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-348 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-348 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-348 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-349 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-349 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-349 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-349 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-35 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-35 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-35 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-35 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-350 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-350 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-350 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-350 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-351 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-351 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-351 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-351 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-352 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-352 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-352 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-352 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-353 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-353 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-353 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-353 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-354 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-354 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-354 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-354 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-355 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-355 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-355 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-355 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-356 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-356 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-356 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-356 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-357 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-357 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-357 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-357 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-358 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-358 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-358 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-358 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-359 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-359 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-359 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-359 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-36 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-36 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-36 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-36 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-360 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-360 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-360 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-360 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-361 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-361 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-361 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-361 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-362 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-362 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-362 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-362 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-363 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-363 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-363 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-363 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-364 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-364 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-364 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-364 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-365 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-365 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-365 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-365 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-366 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-366 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-366 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-366 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-367 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-367 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-367 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-367 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-368 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-368 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-368 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-368 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-369 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-369 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-369 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-369 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-37 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-37 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-37 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-37 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-370 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-370 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-370 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-370 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-371 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-371 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-371 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-371 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-372 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-372 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-372 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-372 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-373 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-373 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-373 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-373 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-374 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-374 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-374 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-374 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-375 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-375 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-375 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-375 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-376 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-376 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-376 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-376 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-377 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-377 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-377 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-377 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-378 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-378 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-378 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-378 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-379 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-379 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-379 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-379 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-38 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-38 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-38 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-38 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-380 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-380 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-380 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-380 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-381 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-381 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-381 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-381 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-382 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-382 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-382 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-382 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-383 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-383 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-383 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-383 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-384 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-384 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-384 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-384 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-385 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-385 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-385 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-385 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-386 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-386 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-386 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-386 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-387 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-387 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-387 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-387 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-388 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-388 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-388 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-388 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-389 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-389 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-389 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-389 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-39 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-39 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-39 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-39 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-390 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-390 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-390 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-390 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-391 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-391 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-391 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-391 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-392 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-392 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-392 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-392 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-393 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-393 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-393 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-393 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-394 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-394 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-394 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-394 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-395 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-395 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-395 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-395 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-396 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-396 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-396 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-396 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-397 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-397 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-397 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-397 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-398 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-398 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-398 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-398 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-399 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-399 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-399 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-399 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-4 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-4 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-4 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-4 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-40 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-40 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-40 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-40 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-400 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-400 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-400 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-400 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-401 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-401 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-401 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-401 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-402 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-402 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-402 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-402 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-403 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-403 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-403 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-403 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-404 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-404 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-404 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-404 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-405 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-405 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-405 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-405 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-406 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-406 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-406 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-406 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-407 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-407 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-407 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-407 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-408 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-408 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-408 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-408 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-409 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-409 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-409 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-409 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-41 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-41 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-41 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-41 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-410 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-410 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-410 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-410 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-411 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-411 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-411 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-411 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-412 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-412 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-412 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-412 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-413 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-413 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-413 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-413 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-414 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-414 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-414 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-414 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-415 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-415 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-415 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-415 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-416 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-416 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-416 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-416 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-417 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-417 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-417 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-417 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-418 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-418 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-418 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-418 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-419 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-419 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-419 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-419 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-42 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-42 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-42 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-42 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-420 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-420 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-420 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-420 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-421 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-421 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-421 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-421 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-422 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-422 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-422 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-422 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-423 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-423 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-423 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-423 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-424 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-424 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-424 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-424 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-425 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-425 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-425 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-425 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-426 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-426 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-426 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-426 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-427 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-427 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-427 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-427 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-428 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-428 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-428 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-428 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-429 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-429 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-429 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-429 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-43 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-43 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-43 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-43 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-430 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-430 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-430 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-430 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-431 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-431 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-431 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-431 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-432 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-432 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-432 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-432 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-433 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-433 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-433 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-433 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-434 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-434 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-434 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-434 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-435 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-435 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-435 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-435 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-436 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-436 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-436 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-436 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-437 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-437 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-437 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-437 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-438 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-438 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-438 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-438 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-439 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-439 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-439 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-439 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-44 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-44 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-44 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-44 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-440 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-440 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-440 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-440 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-441 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-441 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-441 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-441 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-442 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-442 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-442 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-442 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-443 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-443 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-443 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-443 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-444 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-444 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-444 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-444 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-445 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-445 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-445 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-445 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-446 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-446 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-446 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-446 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-447 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-447 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-447 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-447 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-448 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-448 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-448 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-448 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-449 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-449 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-449 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-449 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-45 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-45 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-45 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-45 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-450 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-450 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-450 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-450 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-451 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-451 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-451 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-451 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-452 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-452 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-452 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-452 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-453 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-453 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-453 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-453 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-454 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-454 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-454 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-454 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-455 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-455 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-455 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-455 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-456 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-456 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-456 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-456 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-457 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-457 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-457 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-457 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-458 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-458 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-458 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-458 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-459 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-459 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-459 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-459 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-46 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-46 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-46 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-46 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-460 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-460 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-460 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-460 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-461 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-461 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-461 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-461 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-462 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-462 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-462 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-462 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-463 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-463 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-463 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-463 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-464 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-464 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-464 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-464 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-465 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-465 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-465 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-465 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-466 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-466 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-466 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-466 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-467 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-467 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-467 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-467 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-468 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-468 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-468 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-468 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-469 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-469 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-469 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-469 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-47 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-47 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-47 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-47 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-470 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-470 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-470 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-470 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-471 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-471 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-471 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-471 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-472 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-472 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-472 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-472 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-473 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-473 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-473 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-473 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-474 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-474 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-474 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-474 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-475 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-475 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-475 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-475 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-476 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-476 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-476 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-476 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-477 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-477 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-477 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-477 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-478 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-478 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-478 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-478 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-479 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-479 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-479 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-479 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-48 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-48 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-48 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-48 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-480 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-480 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-480 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-480 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-481 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-481 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-481 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-481 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-482 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-482 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-482 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-482 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-483 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-483 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-483 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-483 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-484 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-484 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-484 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-484 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-485 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-485 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-485 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-485 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-486 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-486 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-486 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-486 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-487 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-487 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-487 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-487 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-488 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-488 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-488 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-488 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-489 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-489 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-489 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-489 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-49 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-49 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-49 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-49 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-490 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-490 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-490 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-490 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-491 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-491 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-491 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-491 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-492 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-492 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-492 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-492 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-493 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-493 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-493 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-493 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-494 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-494 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-494 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-494 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-495 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-495 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-495 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-495 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-496 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-496 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-496 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-496 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-497 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-497 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-497 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-497 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-498 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-498 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-498 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-498 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-499 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-499 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-499 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-499 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-5 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-5 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-5 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-5 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-50 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-50 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-50 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-50 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-500 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-500 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-500 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-500 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-501 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-501 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-501 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-501 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-502 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-502 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-502 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-502 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-503 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-503 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-503 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-503 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-504 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-504 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-504 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-504 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-505 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-505 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-505 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-505 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-506 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-506 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-506 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-506 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-507 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-507 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-507 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-507 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-508 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-508 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-508 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-508 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-509 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-509 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-509 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-509 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-51 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-51 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-51 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-51 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-510 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-510 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-510 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-510 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-511 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-511 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-511 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-511 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-512 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-512 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-512 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-512 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-513 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-513 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-513 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-513 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-514 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-514 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-514 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-514 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-515 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-515 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-515 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-515 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-516 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-516 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-516 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-516 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-517 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-517 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-517 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-517 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-518 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-518 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-518 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-518 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-519 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-519 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-519 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-519 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-52 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-52 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-52 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-52 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-520 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-520 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-520 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-520 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-521 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-521 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-521 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-521 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-522 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-522 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-522 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-522 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-523 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-523 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-523 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-523 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-524 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-524 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-524 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-524 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-525 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-525 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-525 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-525 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-526 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-526 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-526 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-526 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-527 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-527 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-527 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-527 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-528 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-528 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-528 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-528 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-529 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-529 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-529 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-529 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-53 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-53 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-53 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-53 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-530 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-530 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-530 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-530 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-531 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-531 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-531 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-531 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-532 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-532 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-532 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-532 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-533 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-533 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-533 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-533 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-534 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-534 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-534 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-534 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-535 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-535 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-535 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-535 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-536 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-536 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-536 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-536 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-537 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-537 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-537 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-537 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-538 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-538 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-538 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-538 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-539 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-539 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-539 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-539 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-54 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-54 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-54 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-54 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-540 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-540 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-540 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-540 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-541 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-541 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-541 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-541 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-542 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-542 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-542 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-542 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-543 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-543 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-543 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-543 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-544 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-544 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-544 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-544 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-545 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-545 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-545 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-545 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-546 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-546 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-546 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-546 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-547 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-547 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-547 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-547 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-548 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-548 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-548 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-548 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-549 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-549 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-549 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-549 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-55 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-55 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-55 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-55 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-550 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-550 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-550 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-550 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-551 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-551 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-551 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-551 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-552 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-552 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-552 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-552 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-553 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-553 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-553 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-553 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-554 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-554 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-554 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-554 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-555 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-555 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-555 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-555 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-556 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-556 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-556 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-556 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-557 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-557 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-557 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-557 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-558 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-558 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-558 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-558 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-559 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-559 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-559 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-559 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-56 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-56 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-56 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-56 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-560 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-560 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-560 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-560 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-561 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-561 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-561 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-561 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-562 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-562 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-562 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-562 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-563 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-563 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-563 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-563 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-564 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-564 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-564 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-564 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-565 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-565 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-565 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-565 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-566 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-566 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-566 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-566 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-567 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-567 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-567 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-567 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-568 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-568 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-568 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-568 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-569 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-569 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-569 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-569 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-57 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-57 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-57 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-57 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-570 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-570 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-570 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-570 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-571 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-571 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-571 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-571 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-572 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-572 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-572 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-572 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-573 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-573 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-573 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-573 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-574 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-574 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-574 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-574 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-575 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-575 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-575 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-575 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-576 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-576 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-576 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-576 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-577 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-577 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-577 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-577 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-578 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-578 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-578 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-578 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-579 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-579 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-579 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-579 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-58 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-58 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-58 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-58 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-580 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-580 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-580 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-580 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-581 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-581 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-581 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-581 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-582 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-582 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-582 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-582 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-583 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-583 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-583 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-583 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-584 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-584 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-584 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-584 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-585 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-585 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-585 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-585 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-586 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-586 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-586 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-586 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-587 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-587 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-587 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-587 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-588 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-588 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-588 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-588 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-589 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-589 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-589 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-589 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-59 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-59 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-59 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-59 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-590 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-590 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-590 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-590 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-591 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-591 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-591 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-591 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-592 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-592 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-592 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-592 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-593 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-593 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-593 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-593 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-594 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-594 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-594 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-594 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-595 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-595 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-595 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-595 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-596 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-596 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-596 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-596 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-597 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-597 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-597 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-597 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-598 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-598 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-598 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-598 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-599 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-599 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-599 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-599 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-6 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-6 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-6 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-6 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-60 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-60 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-60 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-60 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-600 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-600 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-600 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-600 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-601 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-601 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-601 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-601 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-602 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-602 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-602 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-602 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-603 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-603 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-603 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-603 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-604 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-604 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-604 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-604 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-605 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-605 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-605 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-605 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-606 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-606 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-606 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-606 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-607 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-607 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-607 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-607 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-608 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-608 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-608 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-608 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-609 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-609 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-609 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-609 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-61 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-61 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-61 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-61 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-610 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-610 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-610 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-610 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-611 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-611 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-611 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-611 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-612 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-612 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-612 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-612 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-613 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-613 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-613 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-613 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-614 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-614 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-614 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-614 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-615 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-615 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-615 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-615 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-616 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-616 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-616 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-616 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-617 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-617 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-617 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-617 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-618 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-618 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-618 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-618 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-619 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-619 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-619 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-619 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-62 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-62 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-62 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-62 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-620 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-620 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-620 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-620 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-621 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-621 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-621 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-621 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-622 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-622 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-622 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-622 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-623 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-623 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-623 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-623 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-624 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-624 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-624 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-624 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-625 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-625 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-625 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-625 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-626 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-626 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-626 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-626 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-627 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-627 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-627 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-627 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-628 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-628 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-628 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-628 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-629 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-629 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-629 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-629 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-63 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-63 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-63 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-63 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-630 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-630 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-630 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-630 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-631 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-631 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-631 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-631 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-632 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-632 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-632 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-632 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-633 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-633 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-633 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-633 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-634 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-634 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-634 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-634 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-635 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-635 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-635 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-635 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-636 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-636 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-636 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-636 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-637 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-637 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-637 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-637 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-638 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-638 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-638 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-638 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-639 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-639 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-639 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-639 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-64 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-64 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-64 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-64 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-640 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-640 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-640 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-640 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-641 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-641 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-641 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-641 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-642 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-642 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-642 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-642 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-643 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-643 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-643 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-643 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-644 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-644 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-644 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-644 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-645 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-645 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-645 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-645 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-646 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-646 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-646 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-646 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-647 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-647 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-647 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-647 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-648 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-648 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-648 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-648 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-649 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-649 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-649 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-649 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-65 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-65 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-65 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-65 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-650 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-650 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-650 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-650 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-651 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-651 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-651 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-651 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-652 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-652 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-652 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-652 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-653 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-653 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-653 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-653 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-654 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-654 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-654 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-654 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-655 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-655 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-655 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-655 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-656 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-656 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-656 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-656 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-66 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-66 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-66 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-66 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-67 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-67 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-67 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-67 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-68 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-68 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-68 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-68 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-69 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-69 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-69 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-69 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-7 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-7 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-7 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-7 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-70 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-70 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-70 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-70 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-71 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-71 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-71 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-71 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-72 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-72 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-72 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-72 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-73 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-73 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-73 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-73 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-74 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-74 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-74 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-74 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-75 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-75 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-75 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-75 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-76 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-76 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-76 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-76 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-77 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-77 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-77 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-77 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-78 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-78 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-78 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-78 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-79 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-79 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-79 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-79 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-8 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-8 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-8 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-8 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-80 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-80 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-80 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-80 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-81 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-81 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-81 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-81 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-82 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-82 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-82 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-82 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-83 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-83 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-83 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-83 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-84 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-84 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-84 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-84 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-85 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-85 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-85 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-85 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-86 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-86 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-86 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-86 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-87 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-87 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-87 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-87 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-88 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-88 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-88 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-88 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-89 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-89 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-89 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-89 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-9 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-9 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-9 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-9 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-90 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-90 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-90 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-90 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-91 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-91 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-91 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-91 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-92 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-92 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-92 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-92 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-93 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-93 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-93 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-93 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-94 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-94 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-94 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-94 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-95 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-95 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-95 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-95 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-96 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-96 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-96 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-96 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-97 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-97 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-97 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-97 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-98 b/vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-98 similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/corpus/expr-98 rename to vendor/github.com/jmespath/go-jmespath/fuzz/corpus/expr-98 diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/jmespath.go b/vendor/github.com/jmespath/go-jmespath/fuzz/jmespath.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/fuzz/jmespath.go rename to vendor/github.com/jmespath/go-jmespath/fuzz/jmespath.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/interpreter.go b/vendor/github.com/jmespath/go-jmespath/interpreter.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/interpreter.go rename to vendor/github.com/jmespath/go-jmespath/interpreter.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/lexer.go b/vendor/github.com/jmespath/go-jmespath/lexer.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/lexer.go rename to vendor/github.com/jmespath/go-jmespath/lexer.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/parser.go b/vendor/github.com/jmespath/go-jmespath/parser.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/parser.go rename to vendor/github.com/jmespath/go-jmespath/parser.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/toktype_string.go b/vendor/github.com/jmespath/go-jmespath/toktype_string.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/toktype_string.go rename to vendor/github.com/jmespath/go-jmespath/toktype_string.go diff --git a/Godeps/_workspace/src/github.com/jmespath/go-jmespath/util.go b/vendor/github.com/jmespath/go-jmespath/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/jmespath/go-jmespath/util.go rename to vendor/github.com/jmespath/go-jmespath/util.go diff --git a/Godeps/_workspace/src/github.com/jonboulle/clockwork/.gitignore b/vendor/github.com/jonboulle/clockwork/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/jonboulle/clockwork/.gitignore rename to vendor/github.com/jonboulle/clockwork/.gitignore diff --git a/Godeps/_workspace/src/github.com/jonboulle/clockwork/.travis.yml b/vendor/github.com/jonboulle/clockwork/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/jonboulle/clockwork/.travis.yml rename to vendor/github.com/jonboulle/clockwork/.travis.yml diff --git a/Godeps/_workspace/src/github.com/jonboulle/clockwork/LICENSE b/vendor/github.com/jonboulle/clockwork/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/jonboulle/clockwork/LICENSE rename to vendor/github.com/jonboulle/clockwork/LICENSE diff --git a/Godeps/_workspace/src/github.com/jonboulle/clockwork/README.md b/vendor/github.com/jonboulle/clockwork/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/jonboulle/clockwork/README.md rename to vendor/github.com/jonboulle/clockwork/README.md diff --git a/Godeps/_workspace/src/github.com/jonboulle/clockwork/clockwork.go b/vendor/github.com/jonboulle/clockwork/clockwork.go similarity index 100% rename from Godeps/_workspace/src/github.com/jonboulle/clockwork/clockwork.go rename to vendor/github.com/jonboulle/clockwork/clockwork.go diff --git a/Godeps/_workspace/src/github.com/juju/ratelimit/LICENSE b/vendor/github.com/juju/ratelimit/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/juju/ratelimit/LICENSE rename to vendor/github.com/juju/ratelimit/LICENSE diff --git a/Godeps/_workspace/src/github.com/juju/ratelimit/README.md b/vendor/github.com/juju/ratelimit/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/juju/ratelimit/README.md rename to vendor/github.com/juju/ratelimit/README.md diff --git a/Godeps/_workspace/src/github.com/juju/ratelimit/ratelimit.go b/vendor/github.com/juju/ratelimit/ratelimit.go similarity index 100% rename from Godeps/_workspace/src/github.com/juju/ratelimit/ratelimit.go rename to vendor/github.com/juju/ratelimit/ratelimit.go diff --git a/Godeps/_workspace/src/github.com/juju/ratelimit/reader.go b/vendor/github.com/juju/ratelimit/reader.go similarity index 100% rename from Godeps/_workspace/src/github.com/juju/ratelimit/reader.go rename to vendor/github.com/juju/ratelimit/reader.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/stevvooe/resumable/LICENSE b/vendor/github.com/kardianos/osext/LICENSE similarity index 99% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/stevvooe/resumable/LICENSE rename to vendor/github.com/kardianos/osext/LICENSE index 2815cc36c9d5..74487567632c 100644 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/stevvooe/resumable/LICENSE +++ b/vendor/github.com/kardianos/osext/LICENSE @@ -25,4 +25,3 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/Godeps/_workspace/src/github.com/kardianos/osext/README.md b/vendor/github.com/kardianos/osext/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/kardianos/osext/README.md rename to vendor/github.com/kardianos/osext/README.md diff --git a/Godeps/_workspace/src/github.com/kardianos/osext/osext.go b/vendor/github.com/kardianos/osext/osext.go similarity index 100% rename from Godeps/_workspace/src/github.com/kardianos/osext/osext.go rename to vendor/github.com/kardianos/osext/osext.go diff --git a/Godeps/_workspace/src/github.com/kardianos/osext/osext_plan9.go b/vendor/github.com/kardianos/osext/osext_plan9.go similarity index 100% rename from Godeps/_workspace/src/github.com/kardianos/osext/osext_plan9.go rename to vendor/github.com/kardianos/osext/osext_plan9.go diff --git a/Godeps/_workspace/src/github.com/kardianos/osext/osext_procfs.go b/vendor/github.com/kardianos/osext/osext_procfs.go similarity index 100% rename from Godeps/_workspace/src/github.com/kardianos/osext/osext_procfs.go rename to vendor/github.com/kardianos/osext/osext_procfs.go diff --git a/Godeps/_workspace/src/github.com/kardianos/osext/osext_sysctl.go b/vendor/github.com/kardianos/osext/osext_sysctl.go similarity index 100% rename from Godeps/_workspace/src/github.com/kardianos/osext/osext_sysctl.go rename to vendor/github.com/kardianos/osext/osext_sysctl.go diff --git a/Godeps/_workspace/src/github.com/kardianos/osext/osext_windows.go b/vendor/github.com/kardianos/osext/osext_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/kardianos/osext/osext_windows.go rename to vendor/github.com/kardianos/osext/osext_windows.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/.gitignore b/vendor/github.com/kr/pty/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/.gitignore rename to vendor/github.com/kr/pty/.gitignore diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/kr/pty/License b/vendor/github.com/kr/pty/License similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/kr/pty/License rename to vendor/github.com/kr/pty/License diff --git a/Godeps/_workspace/src/github.com/kr/pty/README.md b/vendor/github.com/kr/pty/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/README.md rename to vendor/github.com/kr/pty/README.md diff --git a/Godeps/_workspace/src/github.com/kr/pty/doc.go b/vendor/github.com/kr/pty/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/doc.go rename to vendor/github.com/kr/pty/doc.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ioctl.go b/vendor/github.com/kr/pty/ioctl.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ioctl.go rename to vendor/github.com/kr/pty/ioctl.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ioctl_bsd.go b/vendor/github.com/kr/pty/ioctl_bsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ioctl_bsd.go rename to vendor/github.com/kr/pty/ioctl_bsd.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/mktypes.bash b/vendor/github.com/kr/pty/mktypes.bash similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/mktypes.bash rename to vendor/github.com/kr/pty/mktypes.bash diff --git a/Godeps/_workspace/src/github.com/kr/pty/pty_darwin.go b/vendor/github.com/kr/pty/pty_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/pty_darwin.go rename to vendor/github.com/kr/pty/pty_darwin.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/pty_freebsd.go b/vendor/github.com/kr/pty/pty_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/pty_freebsd.go rename to vendor/github.com/kr/pty/pty_freebsd.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/pty_linux.go b/vendor/github.com/kr/pty/pty_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/pty_linux.go rename to vendor/github.com/kr/pty/pty_linux.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/pty_unsupported.go b/vendor/github.com/kr/pty/pty_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/pty_unsupported.go rename to vendor/github.com/kr/pty/pty_unsupported.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/run.go b/vendor/github.com/kr/pty/run.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/run.go rename to vendor/github.com/kr/pty/run.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/types.go b/vendor/github.com/kr/pty/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/types.go rename to vendor/github.com/kr/pty/types.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/types_freebsd.go b/vendor/github.com/kr/pty/types_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/types_freebsd.go rename to vendor/github.com/kr/pty/types_freebsd.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/util.go b/vendor/github.com/kr/pty/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/util.go rename to vendor/github.com/kr/pty/util.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_386.go b/vendor/github.com/kr/pty/ztypes_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_386.go rename to vendor/github.com/kr/pty/ztypes_386.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_amd64.go b/vendor/github.com/kr/pty/ztypes_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_amd64.go rename to vendor/github.com/kr/pty/ztypes_amd64.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_arm.go b/vendor/github.com/kr/pty/ztypes_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_arm.go rename to vendor/github.com/kr/pty/ztypes_arm.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_arm64.go b/vendor/github.com/kr/pty/ztypes_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_arm64.go rename to vendor/github.com/kr/pty/ztypes_arm64.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_freebsd_386.go b/vendor/github.com/kr/pty/ztypes_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_freebsd_386.go rename to vendor/github.com/kr/pty/ztypes_freebsd_386.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_freebsd_amd64.go b/vendor/github.com/kr/pty/ztypes_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_freebsd_amd64.go rename to vendor/github.com/kr/pty/ztypes_freebsd_amd64.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_freebsd_arm.go b/vendor/github.com/kr/pty/ztypes_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_freebsd_arm.go rename to vendor/github.com/kr/pty/ztypes_freebsd_arm.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_ppc64.go b/vendor/github.com/kr/pty/ztypes_ppc64.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_ppc64.go rename to vendor/github.com/kr/pty/ztypes_ppc64.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_ppc64le.go b/vendor/github.com/kr/pty/ztypes_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_ppc64le.go rename to vendor/github.com/kr/pty/ztypes_ppc64le.go diff --git a/Godeps/_workspace/src/github.com/kr/pty/ztypes_s390x.go b/vendor/github.com/kr/pty/ztypes_s390x.go similarity index 100% rename from Godeps/_workspace/src/github.com/kr/pty/ztypes_s390x.go rename to vendor/github.com/kr/pty/ztypes_s390x.go diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/LICENSE b/vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/LICENSE rename to vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go rename to vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go rename to vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go rename to vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/LICENSE b/vendor/github.com/mesos/mesos-go/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/LICENSE rename to vendor/github.com/mesos/mesos-go/LICENSE diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/NOTICE b/vendor/github.com/mesos/mesos-go/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/NOTICE rename to vendor/github.com/mesos/mesos-go/NOTICE diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback/interface.go b/vendor/github.com/mesos/mesos-go/auth/callback/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback/interface.go rename to vendor/github.com/mesos/mesos-go/auth/callback/interface.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback/interprocess.go b/vendor/github.com/mesos/mesos-go/auth/callback/interprocess.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback/interprocess.go rename to vendor/github.com/mesos/mesos-go/auth/callback/interprocess.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback/name.go b/vendor/github.com/mesos/mesos-go/auth/callback/name.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback/name.go rename to vendor/github.com/mesos/mesos-go/auth/callback/name.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback/password.go b/vendor/github.com/mesos/mesos-go/auth/callback/password.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback/password.go rename to vendor/github.com/mesos/mesos-go/auth/callback/password.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/interface.go b/vendor/github.com/mesos/mesos-go/auth/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/interface.go rename to vendor/github.com/mesos/mesos-go/auth/interface.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/login.go b/vendor/github.com/mesos/mesos-go/auth/login.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/login.go rename to vendor/github.com/mesos/mesos-go/auth/login.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/authenticatee.go b/vendor/github.com/mesos/mesos-go/auth/sasl/authenticatee.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/authenticatee.go rename to vendor/github.com/mesos/mesos-go/auth/sasl/authenticatee.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/context.go b/vendor/github.com/mesos/mesos-go/auth/sasl/context.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/context.go rename to vendor/github.com/mesos/mesos-go/auth/sasl/context.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mech/crammd5/mechanism.go b/vendor/github.com/mesos/mesos-go/auth/sasl/mech/crammd5/mechanism.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mech/crammd5/mechanism.go rename to vendor/github.com/mesos/mesos-go/auth/sasl/mech/crammd5/mechanism.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mech/interface.go b/vendor/github.com/mesos/mesos-go/auth/sasl/mech/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mech/interface.go rename to vendor/github.com/mesos/mesos-go/auth/sasl/mech/interface.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mech/plugins.go b/vendor/github.com/mesos/mesos-go/auth/sasl/mech/plugins.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mech/plugins.go rename to vendor/github.com/mesos/mesos-go/auth/sasl/mech/plugins.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mock/mock.go b/vendor/github.com/mesos/mesos-go/auth/sasl/mock/mock.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/auth/sasl/mock/mock.go rename to vendor/github.com/mesos/mesos-go/auth/sasl/mock/mock.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/doc.go b/vendor/github.com/mesos/mesos-go/detector/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/doc.go rename to vendor/github.com/mesos/mesos-go/detector/doc.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/factory.go b/vendor/github.com/mesos/mesos-go/detector/factory.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/factory.go rename to vendor/github.com/mesos/mesos-go/detector/factory.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/interface.go b/vendor/github.com/mesos/mesos-go/detector/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/interface.go rename to vendor/github.com/mesos/mesos-go/detector/interface.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/standalone.go b/vendor/github.com/mesos/mesos-go/detector/standalone.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/standalone.go rename to vendor/github.com/mesos/mesos-go/detector/standalone.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/client2.go b/vendor/github.com/mesos/mesos-go/detector/zoo/client2.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/client2.go rename to vendor/github.com/mesos/mesos-go/detector/zoo/client2.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/detect.go b/vendor/github.com/mesos/mesos-go/detector/zoo/detect.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/detect.go rename to vendor/github.com/mesos/mesos-go/detector/zoo/detect.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/doc.go b/vendor/github.com/mesos/mesos-go/detector/zoo/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/doc.go rename to vendor/github.com/mesos/mesos-go/detector/zoo/doc.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/mock/conn.go b/vendor/github.com/mesos/mesos-go/detector/zoo/mock/conn.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/mock/conn.go rename to vendor/github.com/mesos/mesos-go/detector/zoo/mock/conn.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/mock/mock.go b/vendor/github.com/mesos/mesos-go/detector/zoo/mock/mock.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/mock/mock.go rename to vendor/github.com/mesos/mesos-go/detector/zoo/mock/mock.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/plugin.go b/vendor/github.com/mesos/mesos-go/detector/zoo/plugin.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/plugin.go rename to vendor/github.com/mesos/mesos-go/detector/zoo/plugin.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/types.go b/vendor/github.com/mesos/mesos-go/detector/zoo/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/detector/zoo/types.go rename to vendor/github.com/mesos/mesos-go/detector/zoo/types.go diff --git a/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/golang/glog/LICENSE b/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/golang/glog/LICENSE new file mode 100644 index 000000000000..37ec93a14fdc --- /dev/null +++ b/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/golang/glog/LICENSE @@ -0,0 +1,191 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, "control" means (i) the power, direct or +indirect, to cause the direction or management of such entity, whether by +contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files. + +"Object" form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included +in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that +is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative Works +shall not include works that remain separable from, or merely link (or bind by +name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative Works +thereof, that is intentionally submitted to Licensor for inclusion in the Work +by the copyright owner or by an individual or Legal Entity authorized to submit +on behalf of the copyright owner. For the purposes of this definition, +"submitted" means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for +the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work. + +2. Grant of Copyright License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form. + +3. Grant of Patent License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable (except as stated in this section) patent license to make, have +made, use, offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by combination +of their Contribution(s) with the Work to which such Contribution(s) was +submitted. If You institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work or a +Contribution incorporated within the Work constitutes direct or contributory +patent infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. + +You may reproduce and distribute copies of the Work or Derivative Works thereof +in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of +this License; and +You must cause any modified files to carry prominent notices stating that You +changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source form +of the Work, excluding those notices that do not pertain to any part of the +Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the +attribution notices contained within such NOTICE file, excluding those notices +that do not pertain to any part of the Derivative Works, in at least one of the +following places: within a NOTICE text file distributed as part of the +Derivative Works; within the Source form or documentation, if provided along +with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents of +the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works that +You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as +modifying the License. +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies +with the conditions stated in this License. + +5. Submission of Contributions. + +Unless You explicitly state otherwise, any Contribution intentionally submitted +for inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of +any separate license agreement you may have executed with Licensor regarding +such Contributions. + +6. Trademarks. + +This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. + +Unless required by applicable law or agreed to in writing, Licensor provides the +Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, +including, without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are +solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise of +permissions under this License. + +8. Limitation of Liability. + +In no event and under no legal theory, whether in tort (including negligence), +contract, or otherwise, unless required by applicable law (such as deliberate +and grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License or +out of the use or inability to use the Work (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or malfunction, or +any and all other commercial damages or losses), even if such Contributor has +been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. + +While redistributing the Work or Derivative Works thereof, You may choose to +offer, and charge a fee for, acceptance of support, warranty, indemnity, or +other liability obligations and/or rights consistent with this License. However, +in accepting such obligations, You may act only on Your own behalf and on Your +sole responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your +accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work + +To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets "[]" replaced with your own +identifying information. (Don't include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included on +the same "printed page" as the copyright notice for easier identification within +third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE b/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE new file mode 100644 index 000000000000..5dc68268d900 --- /dev/null +++ b/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009,2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md b/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md new file mode 100644 index 000000000000..2199945813c8 --- /dev/null +++ b/vendor/github.com/mesos/mesos-go/examples/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md @@ -0,0 +1,23 @@ +objx - by Mat Ryer and Tyler Bunnell + +The MIT License (MIT) + +Copyright (c) 2014 Stretchr, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/executor/doc.go b/vendor/github.com/mesos/mesos-go/executor/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/executor/doc.go rename to vendor/github.com/mesos/mesos-go/executor/doc.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/executor/exectype.go b/vendor/github.com/mesos/mesos-go/executor/exectype.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/executor/exectype.go rename to vendor/github.com/mesos/mesos-go/executor/exectype.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/executor/executor.go b/vendor/github.com/mesos/mesos-go/executor/executor.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/executor/executor.go rename to vendor/github.com/mesos/mesos-go/executor/executor.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/executor/mock/mock.go b/vendor/github.com/mesos/mesos-go/executor/mock/mock.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/executor/mock/mock.go rename to vendor/github.com/mesos/mesos-go/executor/mock/mock.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/executor/testing.go b/vendor/github.com/mesos/mesos-go/executor/testing.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/executor/testing.go rename to vendor/github.com/mesos/mesos-go/executor/testing.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/Makefile b/vendor/github.com/mesos/mesos-go/mesosproto/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/Makefile rename to vendor/github.com/mesos/mesos-go/mesosproto/Makefile diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/authentication.pb.go b/vendor/github.com/mesos/mesos-go/mesosproto/authentication.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/authentication.pb.go rename to vendor/github.com/mesos/mesos-go/mesosproto/authentication.pb.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/authentication.proto b/vendor/github.com/mesos/mesos-go/mesosproto/authentication.proto similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/authentication.proto rename to vendor/github.com/mesos/mesos-go/mesosproto/authentication.proto diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/internal.pb.go b/vendor/github.com/mesos/mesos-go/mesosproto/internal.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/internal.pb.go rename to vendor/github.com/mesos/mesos-go/mesosproto/internal.pb.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/internal.proto b/vendor/github.com/mesos/mesos-go/mesosproto/internal.proto similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/internal.proto rename to vendor/github.com/mesos/mesos-go/mesosproto/internal.proto diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/mesos.pb.go b/vendor/github.com/mesos/mesos-go/mesosproto/mesos.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/mesos.pb.go rename to vendor/github.com/mesos/mesos-go/mesosproto/mesos.pb.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/mesos.proto b/vendor/github.com/mesos/mesos-go/mesosproto/mesos.proto similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/mesos.proto rename to vendor/github.com/mesos/mesos-go/mesosproto/mesos.proto diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/messages.pb.go b/vendor/github.com/mesos/mesos-go/mesosproto/messages.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/messages.pb.go rename to vendor/github.com/mesos/mesos-go/mesosproto/messages.pb.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/messages.proto b/vendor/github.com/mesos/mesos-go/mesosproto/messages.proto similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/messages.proto rename to vendor/github.com/mesos/mesos-go/mesosproto/messages.proto diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.pb.go b/vendor/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.pb.go rename to vendor/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.pb.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.proto b/vendor/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.proto similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.proto rename to vendor/github.com/mesos/mesos-go/mesosproto/scheduler/scheduler.proto diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil/constants.go b/vendor/github.com/mesos/mesos-go/mesosutil/constants.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil/constants.go rename to vendor/github.com/mesos/mesos-go/mesosutil/constants.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil/mesosprotoutil.go b/vendor/github.com/mesos/mesos-go/mesosutil/mesosprotoutil.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil/mesosprotoutil.go rename to vendor/github.com/mesos/mesos-go/mesosutil/mesosprotoutil.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil/node.go b/vendor/github.com/mesos/mesos-go/mesosutil/node.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil/node.go rename to vendor/github.com/mesos/mesos-go/mesosutil/node.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil/process/process.go b/vendor/github.com/mesos/mesos-go/mesosutil/process/process.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil/process/process.go rename to vendor/github.com/mesos/mesos-go/mesosutil/process/process.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/README.md b/vendor/github.com/mesos/mesos-go/messenger/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/README.md rename to vendor/github.com/mesos/mesos-go/messenger/README.md diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/decoder.go b/vendor/github.com/mesos/mesos-go/messenger/decoder.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/decoder.go rename to vendor/github.com/mesos/mesos-go/messenger/decoder.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/doc.go b/vendor/github.com/mesos/mesos-go/messenger/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/doc.go rename to vendor/github.com/mesos/mesos-go/messenger/doc.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/http_transporter.go b/vendor/github.com/mesos/mesos-go/messenger/http_transporter.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/http_transporter.go rename to vendor/github.com/mesos/mesos-go/messenger/http_transporter.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/message.go b/vendor/github.com/mesos/mesos-go/messenger/message.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/message.go rename to vendor/github.com/mesos/mesos-go/messenger/message.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/messenger.go b/vendor/github.com/mesos/mesos-go/messenger/messenger.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/messenger.go rename to vendor/github.com/mesos/mesos-go/messenger/messenger.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/mock/messenger.go b/vendor/github.com/mesos/mesos-go/messenger/mock/messenger.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/mock/messenger.go rename to vendor/github.com/mesos/mesos-go/messenger/mock/messenger.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/sessionid/sessionid.go b/vendor/github.com/mesos/mesos-go/messenger/sessionid/sessionid.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/sessionid/sessionid.go rename to vendor/github.com/mesos/mesos-go/messenger/sessionid/sessionid.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/testmessage/Makefile b/vendor/github.com/mesos/mesos-go/messenger/testmessage/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/testmessage/Makefile rename to vendor/github.com/mesos/mesos-go/messenger/testmessage/Makefile diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/testmessage/generator.go b/vendor/github.com/mesos/mesos-go/messenger/testmessage/generator.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/testmessage/generator.go rename to vendor/github.com/mesos/mesos-go/messenger/testmessage/generator.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/testmessage/testmessage.pb.go b/vendor/github.com/mesos/mesos-go/messenger/testmessage/testmessage.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/testmessage/testmessage.pb.go rename to vendor/github.com/mesos/mesos-go/messenger/testmessage/testmessage.pb.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/testmessage/testmessage.proto b/vendor/github.com/mesos/mesos-go/messenger/testmessage/testmessage.proto similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/testmessage/testmessage.proto rename to vendor/github.com/mesos/mesos-go/messenger/testmessage/testmessage.proto diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/transporter.go b/vendor/github.com/mesos/mesos-go/messenger/transporter.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/messenger/transporter.go rename to vendor/github.com/mesos/mesos-go/messenger/transporter.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/doc.go b/vendor/github.com/mesos/mesos-go/scheduler/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/doc.go rename to vendor/github.com/mesos/mesos-go/scheduler/doc.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/handler.go b/vendor/github.com/mesos/mesos-go/scheduler/handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/handler.go rename to vendor/github.com/mesos/mesos-go/scheduler/handler.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/mock/scheduler.go b/vendor/github.com/mesos/mesos-go/scheduler/mock/scheduler.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/mock/scheduler.go rename to vendor/github.com/mesos/mesos-go/scheduler/mock/scheduler.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/plugins.go b/vendor/github.com/mesos/mesos-go/scheduler/plugins.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/plugins.go rename to vendor/github.com/mesos/mesos-go/scheduler/plugins.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/schedcache.go b/vendor/github.com/mesos/mesos-go/scheduler/schedcache.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/schedcache.go rename to vendor/github.com/mesos/mesos-go/scheduler/schedcache.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/schedtype.go b/vendor/github.com/mesos/mesos-go/scheduler/schedtype.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/schedtype.go rename to vendor/github.com/mesos/mesos-go/scheduler/schedtype.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/scheduler.go b/vendor/github.com/mesos/mesos-go/scheduler/scheduler.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/scheduler.go rename to vendor/github.com/mesos/mesos-go/scheduler/scheduler.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/testing.go b/vendor/github.com/mesos/mesos-go/scheduler/testing.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler/testing.go rename to vendor/github.com/mesos/mesos-go/scheduler/testing.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/upid/doc.go b/vendor/github.com/mesos/mesos-go/upid/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/upid/doc.go rename to vendor/github.com/mesos/mesos-go/upid/doc.go diff --git a/Godeps/_workspace/src/github.com/mesos/mesos-go/upid/upid.go b/vendor/github.com/mesos/mesos-go/upid/upid.go similarity index 100% rename from Godeps/_workspace/src/github.com/mesos/mesos-go/upid/upid.go rename to vendor/github.com/mesos/mesos-go/upid/upid.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/.gitignore b/vendor/github.com/miekg/dns/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/.gitignore rename to vendor/github.com/miekg/dns/.gitignore diff --git a/Godeps/_workspace/src/github.com/miekg/dns/.travis.yml b/vendor/github.com/miekg/dns/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/.travis.yml rename to vendor/github.com/miekg/dns/.travis.yml diff --git a/Godeps/_workspace/src/github.com/miekg/dns/AUTHORS b/vendor/github.com/miekg/dns/AUTHORS similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/AUTHORS rename to vendor/github.com/miekg/dns/AUTHORS diff --git a/Godeps/_workspace/src/github.com/miekg/dns/CONTRIBUTORS b/vendor/github.com/miekg/dns/CONTRIBUTORS similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/CONTRIBUTORS rename to vendor/github.com/miekg/dns/CONTRIBUTORS diff --git a/Godeps/_workspace/src/github.com/miekg/dns/COPYRIGHT b/vendor/github.com/miekg/dns/COPYRIGHT similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/COPYRIGHT rename to vendor/github.com/miekg/dns/COPYRIGHT diff --git a/Godeps/_workspace/src/github.com/miekg/dns/LICENSE b/vendor/github.com/miekg/dns/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/LICENSE rename to vendor/github.com/miekg/dns/LICENSE diff --git a/Godeps/_workspace/src/github.com/miekg/dns/README.md b/vendor/github.com/miekg/dns/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/README.md rename to vendor/github.com/miekg/dns/README.md diff --git a/Godeps/_workspace/src/github.com/miekg/dns/client.go b/vendor/github.com/miekg/dns/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/client.go rename to vendor/github.com/miekg/dns/client.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/clientconfig.go b/vendor/github.com/miekg/dns/clientconfig.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/clientconfig.go rename to vendor/github.com/miekg/dns/clientconfig.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/defaults.go b/vendor/github.com/miekg/dns/defaults.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/defaults.go rename to vendor/github.com/miekg/dns/defaults.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/dns.go b/vendor/github.com/miekg/dns/dns.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/dns.go rename to vendor/github.com/miekg/dns/dns.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/dnssec.go b/vendor/github.com/miekg/dns/dnssec.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/dnssec.go rename to vendor/github.com/miekg/dns/dnssec.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/edns.go b/vendor/github.com/miekg/dns/edns.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/edns.go rename to vendor/github.com/miekg/dns/edns.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/idn/punycode.go b/vendor/github.com/miekg/dns/idn/punycode.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/idn/punycode.go rename to vendor/github.com/miekg/dns/idn/punycode.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/keygen.go b/vendor/github.com/miekg/dns/keygen.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/keygen.go rename to vendor/github.com/miekg/dns/keygen.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/kscan.go b/vendor/github.com/miekg/dns/kscan.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/kscan.go rename to vendor/github.com/miekg/dns/kscan.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/labels.go b/vendor/github.com/miekg/dns/labels.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/labels.go rename to vendor/github.com/miekg/dns/labels.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/msg.go b/vendor/github.com/miekg/dns/msg.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/msg.go rename to vendor/github.com/miekg/dns/msg.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/nsecx.go b/vendor/github.com/miekg/dns/nsecx.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/nsecx.go rename to vendor/github.com/miekg/dns/nsecx.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/privaterr.go b/vendor/github.com/miekg/dns/privaterr.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/privaterr.go rename to vendor/github.com/miekg/dns/privaterr.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/rawmsg.go b/vendor/github.com/miekg/dns/rawmsg.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/rawmsg.go rename to vendor/github.com/miekg/dns/rawmsg.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/scanner.go b/vendor/github.com/miekg/dns/scanner.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/scanner.go rename to vendor/github.com/miekg/dns/scanner.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/server.go b/vendor/github.com/miekg/dns/server.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/server.go rename to vendor/github.com/miekg/dns/server.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/sig0.go b/vendor/github.com/miekg/dns/sig0.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/sig0.go rename to vendor/github.com/miekg/dns/sig0.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/singleinflight.go b/vendor/github.com/miekg/dns/singleinflight.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/singleinflight.go rename to vendor/github.com/miekg/dns/singleinflight.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/tlsa.go b/vendor/github.com/miekg/dns/tlsa.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/tlsa.go rename to vendor/github.com/miekg/dns/tlsa.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/tsig.go b/vendor/github.com/miekg/dns/tsig.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/tsig.go rename to vendor/github.com/miekg/dns/tsig.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/types.go b/vendor/github.com/miekg/dns/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/types.go rename to vendor/github.com/miekg/dns/types.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/udp.go b/vendor/github.com/miekg/dns/udp.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/udp.go rename to vendor/github.com/miekg/dns/udp.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/udp_linux.go b/vendor/github.com/miekg/dns/udp_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/udp_linux.go rename to vendor/github.com/miekg/dns/udp_linux.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/udp_other.go b/vendor/github.com/miekg/dns/udp_other.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/udp_other.go rename to vendor/github.com/miekg/dns/udp_other.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/udp_windows.go b/vendor/github.com/miekg/dns/udp_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/udp_windows.go rename to vendor/github.com/miekg/dns/udp_windows.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/update.go b/vendor/github.com/miekg/dns/update.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/update.go rename to vendor/github.com/miekg/dns/update.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/xfr.go b/vendor/github.com/miekg/dns/xfr.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/xfr.go rename to vendor/github.com/miekg/dns/xfr.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/zgenerate.go b/vendor/github.com/miekg/dns/zgenerate.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/zgenerate.go rename to vendor/github.com/miekg/dns/zgenerate.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/zscan.go b/vendor/github.com/miekg/dns/zscan.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/zscan.go rename to vendor/github.com/miekg/dns/zscan.go diff --git a/Godeps/_workspace/src/github.com/miekg/dns/zscan_rr.go b/vendor/github.com/miekg/dns/zscan_rr.go similarity index 100% rename from Godeps/_workspace/src/github.com/miekg/dns/zscan_rr.go rename to vendor/github.com/miekg/dns/zscan_rr.go diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/.gitignore b/vendor/github.com/mistifyio/go-zfs/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/.gitignore rename to vendor/github.com/mistifyio/go-zfs/.gitignore diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/CONTRIBUTING.md b/vendor/github.com/mistifyio/go-zfs/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/CONTRIBUTING.md rename to vendor/github.com/mistifyio/go-zfs/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/LICENSE b/vendor/github.com/mistifyio/go-zfs/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/LICENSE rename to vendor/github.com/mistifyio/go-zfs/LICENSE diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/README.md b/vendor/github.com/mistifyio/go-zfs/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/README.md rename to vendor/github.com/mistifyio/go-zfs/README.md diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/Vagrantfile b/vendor/github.com/mistifyio/go-zfs/Vagrantfile similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/Vagrantfile rename to vendor/github.com/mistifyio/go-zfs/Vagrantfile diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/error.go b/vendor/github.com/mistifyio/go-zfs/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/error.go rename to vendor/github.com/mistifyio/go-zfs/error.go diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/utils.go b/vendor/github.com/mistifyio/go-zfs/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/utils.go rename to vendor/github.com/mistifyio/go-zfs/utils.go diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/zfs.go b/vendor/github.com/mistifyio/go-zfs/zfs.go similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/zfs.go rename to vendor/github.com/mistifyio/go-zfs/zfs.go diff --git a/Godeps/_workspace/src/github.com/mistifyio/go-zfs/zpool.go b/vendor/github.com/mistifyio/go-zfs/zpool.go similarity index 100% rename from Godeps/_workspace/src/github.com/mistifyio/go-zfs/zpool.go rename to vendor/github.com/mistifyio/go-zfs/zpool.go diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/panicwrap/LICENSE b/vendor/github.com/mitchellh/mapstructure/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/panicwrap/LICENSE rename to vendor/github.com/mitchellh/mapstructure/LICENSE diff --git a/Godeps/_workspace/src/github.com/mitchellh/mapstructure/README.md b/vendor/github.com/mitchellh/mapstructure/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/mitchellh/mapstructure/README.md rename to vendor/github.com/mitchellh/mapstructure/README.md diff --git a/Godeps/_workspace/src/github.com/mitchellh/mapstructure/decode_hooks.go b/vendor/github.com/mitchellh/mapstructure/decode_hooks.go similarity index 100% rename from Godeps/_workspace/src/github.com/mitchellh/mapstructure/decode_hooks.go rename to vendor/github.com/mitchellh/mapstructure/decode_hooks.go diff --git a/Godeps/_workspace/src/github.com/mitchellh/mapstructure/error.go b/vendor/github.com/mitchellh/mapstructure/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/mitchellh/mapstructure/error.go rename to vendor/github.com/mitchellh/mapstructure/error.go diff --git a/Godeps/_workspace/src/github.com/mitchellh/mapstructure/mapstructure.go b/vendor/github.com/mitchellh/mapstructure/mapstructure.go similarity index 100% rename from Godeps/_workspace/src/github.com/mitchellh/mapstructure/mapstructure.go rename to vendor/github.com/mitchellh/mapstructure/mapstructure.go diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/.gitignore b/vendor/github.com/mvdan/xurls/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/.gitignore rename to vendor/github.com/mvdan/xurls/.gitignore diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/.travis.yml b/vendor/github.com/mvdan/xurls/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/.travis.yml rename to vendor/github.com/mvdan/xurls/.travis.yml diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/LICENSE b/vendor/github.com/mvdan/xurls/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/LICENSE rename to vendor/github.com/mvdan/xurls/LICENSE diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/README.md b/vendor/github.com/mvdan/xurls/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/README.md rename to vendor/github.com/mvdan/xurls/README.md diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/cmd/xurls/main.go b/vendor/github.com/mvdan/xurls/cmd/xurls/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/cmd/xurls/main.go rename to vendor/github.com/mvdan/xurls/cmd/xurls/main.go diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/generate/regexgen/main.go b/vendor/github.com/mvdan/xurls/generate/regexgen/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/generate/regexgen/main.go rename to vendor/github.com/mvdan/xurls/generate/regexgen/main.go diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/generate/tldsgen/main.go b/vendor/github.com/mvdan/xurls/generate/tldsgen/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/generate/tldsgen/main.go rename to vendor/github.com/mvdan/xurls/generate/tldsgen/main.go diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/regex.go b/vendor/github.com/mvdan/xurls/regex.go similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/regex.go rename to vendor/github.com/mvdan/xurls/regex.go diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/schemes.go b/vendor/github.com/mvdan/xurls/schemes.go similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/schemes.go rename to vendor/github.com/mvdan/xurls/schemes.go diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/tlds.go b/vendor/github.com/mvdan/xurls/tlds.go similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/tlds.go rename to vendor/github.com/mvdan/xurls/tlds.go diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/tlds_pseudo.go b/vendor/github.com/mvdan/xurls/tlds_pseudo.go similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/tlds_pseudo.go rename to vendor/github.com/mvdan/xurls/tlds_pseudo.go diff --git a/Godeps/_workspace/src/github.com/mvdan/xurls/xurls.go b/vendor/github.com/mvdan/xurls/xurls.go similarity index 100% rename from Godeps/_workspace/src/github.com/mvdan/xurls/xurls.go rename to vendor/github.com/mvdan/xurls/xurls.go diff --git a/Godeps/_workspace/src/github.com/mxk/go-flowrate/LICENSE b/vendor/github.com/mxk/go-flowrate/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/mxk/go-flowrate/LICENSE rename to vendor/github.com/mxk/go-flowrate/LICENSE diff --git a/Godeps/_workspace/src/github.com/mxk/go-flowrate/flowrate/flowrate.go b/vendor/github.com/mxk/go-flowrate/flowrate/flowrate.go similarity index 100% rename from Godeps/_workspace/src/github.com/mxk/go-flowrate/flowrate/flowrate.go rename to vendor/github.com/mxk/go-flowrate/flowrate/flowrate.go diff --git a/Godeps/_workspace/src/github.com/mxk/go-flowrate/flowrate/io.go b/vendor/github.com/mxk/go-flowrate/flowrate/io.go similarity index 100% rename from Godeps/_workspace/src/github.com/mxk/go-flowrate/flowrate/io.go rename to vendor/github.com/mxk/go-flowrate/flowrate/io.go diff --git a/Godeps/_workspace/src/github.com/mxk/go-flowrate/flowrate/util.go b/vendor/github.com/mxk/go-flowrate/flowrate/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/mxk/go-flowrate/flowrate/util.go rename to vendor/github.com/mxk/go-flowrate/flowrate/util.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/.gitignore b/vendor/github.com/onsi/ginkgo/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/.gitignore rename to vendor/github.com/onsi/ginkgo/.gitignore diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/.travis.yml b/vendor/github.com/onsi/ginkgo/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/.travis.yml rename to vendor/github.com/onsi/ginkgo/.travis.yml diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/CHANGELOG.md b/vendor/github.com/onsi/ginkgo/CHANGELOG.md similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/CHANGELOG.md rename to vendor/github.com/onsi/ginkgo/CHANGELOG.md diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/LICENSE b/vendor/github.com/onsi/ginkgo/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/LICENSE rename to vendor/github.com/onsi/ginkgo/LICENSE diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/README.md b/vendor/github.com/onsi/ginkgo/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/README.md rename to vendor/github.com/onsi/ginkgo/README.md diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/config/config.go b/vendor/github.com/onsi/ginkgo/config/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/config/config.go rename to vendor/github.com/onsi/ginkgo/config/config.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/extensions/table/table.go b/vendor/github.com/onsi/ginkgo/extensions/table/table.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/extensions/table/table.go rename to vendor/github.com/onsi/ginkgo/extensions/table/table.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/extensions/table/table_entry.go b/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/extensions/table/table_entry.go rename to vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/bootstrap_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/bootstrap_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/bootstrap_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/bootstrap_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/build_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/build_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/build_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/build_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/ginkgo_ast_nodes.go b/vendor/github.com/onsi/ginkgo/ginkgo/convert/ginkgo_ast_nodes.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/ginkgo_ast_nodes.go rename to vendor/github.com/onsi/ginkgo/ginkgo/convert/ginkgo_ast_nodes.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/import.go b/vendor/github.com/onsi/ginkgo/ginkgo/convert/import.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/import.go rename to vendor/github.com/onsi/ginkgo/ginkgo/convert/import.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/package_rewriter.go b/vendor/github.com/onsi/ginkgo/ginkgo/convert/package_rewriter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/package_rewriter.go rename to vendor/github.com/onsi/ginkgo/ginkgo/convert/package_rewriter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/test_finder.go b/vendor/github.com/onsi/ginkgo/ginkgo/convert/test_finder.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/test_finder.go rename to vendor/github.com/onsi/ginkgo/ginkgo/convert/test_finder.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/testfile_rewriter.go b/vendor/github.com/onsi/ginkgo/ginkgo/convert/testfile_rewriter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/testfile_rewriter.go rename to vendor/github.com/onsi/ginkgo/ginkgo/convert/testfile_rewriter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/testing_t_rewriter.go b/vendor/github.com/onsi/ginkgo/ginkgo/convert/testing_t_rewriter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert/testing_t_rewriter.go rename to vendor/github.com/onsi/ginkgo/ginkgo/convert/testing_t_rewriter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/convert_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/convert_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/convert_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/generate_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/generate_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/generate_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/generate_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/help_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/help_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/help_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/help_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/interrupthandler/interrupt_handler.go b/vendor/github.com/onsi/ginkgo/ginkgo/interrupthandler/interrupt_handler.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/interrupthandler/interrupt_handler.go rename to vendor/github.com/onsi/ginkgo/ginkgo/interrupthandler/interrupt_handler.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_unix.go b/vendor/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_unix.go rename to vendor/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_unix.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_windows.go b/vendor/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_windows.go rename to vendor/github.com/onsi/ginkgo/ginkgo/interrupthandler/sigquit_swallower_windows.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/main.go b/vendor/github.com/onsi/ginkgo/ginkgo/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/main.go rename to vendor/github.com/onsi/ginkgo/ginkgo/main.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/nodot/nodot.go b/vendor/github.com/onsi/ginkgo/ginkgo/nodot/nodot.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/nodot/nodot.go rename to vendor/github.com/onsi/ginkgo/ginkgo/nodot/nodot.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/nodot_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/nodot_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/nodot_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/nodot_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/notifications.go b/vendor/github.com/onsi/ginkgo/ginkgo/notifications.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/notifications.go rename to vendor/github.com/onsi/ginkgo/ginkgo/notifications.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/run_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/run_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/run_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/run_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/run_watch_and_build_command_flags.go b/vendor/github.com/onsi/ginkgo/ginkgo/run_watch_and_build_command_flags.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/run_watch_and_build_command_flags.go rename to vendor/github.com/onsi/ginkgo/ginkgo/run_watch_and_build_command_flags.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/suite_runner.go b/vendor/github.com/onsi/ginkgo/ginkgo/suite_runner.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/suite_runner.go rename to vendor/github.com/onsi/ginkgo/ginkgo/suite_runner.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner/log_writer.go b/vendor/github.com/onsi/ginkgo/ginkgo/testrunner/log_writer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner/log_writer.go rename to vendor/github.com/onsi/ginkgo/ginkgo/testrunner/log_writer.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner/run_result.go b/vendor/github.com/onsi/ginkgo/ginkgo/testrunner/run_result.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner/run_result.go rename to vendor/github.com/onsi/ginkgo/ginkgo/testrunner/run_result.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner/test_runner.go b/vendor/github.com/onsi/ginkgo/ginkgo/testrunner/test_runner.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner/test_runner.go rename to vendor/github.com/onsi/ginkgo/ginkgo/testrunner/test_runner.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testsuite/test_suite.go b/vendor/github.com/onsi/ginkgo/ginkgo/testsuite/test_suite.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testsuite/test_suite.go rename to vendor/github.com/onsi/ginkgo/ginkgo/testsuite/test_suite.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go15.go b/vendor/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go15.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go15.go rename to vendor/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go15.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go16.go b/vendor/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go16.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go16.go rename to vendor/github.com/onsi/ginkgo/ginkgo/testsuite/vendor_check_go16.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/unfocus_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/unfocus_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/unfocus_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/unfocus_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/version_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/version_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/version_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/version_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/delta.go b/vendor/github.com/onsi/ginkgo/ginkgo/watch/delta.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/delta.go rename to vendor/github.com/onsi/ginkgo/ginkgo/watch/delta.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/delta_tracker.go b/vendor/github.com/onsi/ginkgo/ginkgo/watch/delta_tracker.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/delta_tracker.go rename to vendor/github.com/onsi/ginkgo/ginkgo/watch/delta_tracker.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/dependencies.go b/vendor/github.com/onsi/ginkgo/ginkgo/watch/dependencies.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/dependencies.go rename to vendor/github.com/onsi/ginkgo/ginkgo/watch/dependencies.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/package_hash.go b/vendor/github.com/onsi/ginkgo/ginkgo/watch/package_hash.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/package_hash.go rename to vendor/github.com/onsi/ginkgo/ginkgo/watch/package_hash.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/package_hashes.go b/vendor/github.com/onsi/ginkgo/ginkgo/watch/package_hashes.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/package_hashes.go rename to vendor/github.com/onsi/ginkgo/ginkgo/watch/package_hashes.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/suite.go b/vendor/github.com/onsi/ginkgo/ginkgo/watch/suite.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch/suite.go rename to vendor/github.com/onsi/ginkgo/ginkgo/watch/suite.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch_command.go b/vendor/github.com/onsi/ginkgo/ginkgo/watch_command.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/watch_command.go rename to vendor/github.com/onsi/ginkgo/ginkgo/watch_command.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo_dsl.go b/vendor/github.com/onsi/ginkgo/ginkgo_dsl.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo_dsl.go rename to vendor/github.com/onsi/ginkgo/ginkgo_dsl.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/integration/integration.go b/vendor/github.com/onsi/ginkgo/integration/integration.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/integration/integration.go rename to vendor/github.com/onsi/ginkgo/integration/integration.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/codelocation/code_location.go b/vendor/github.com/onsi/ginkgo/internal/codelocation/code_location.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/codelocation/code_location.go rename to vendor/github.com/onsi/ginkgo/internal/codelocation/code_location.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/containernode/container_node.go b/vendor/github.com/onsi/ginkgo/internal/containernode/container_node.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/containernode/container_node.go rename to vendor/github.com/onsi/ginkgo/internal/containernode/container_node.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/failer/failer.go b/vendor/github.com/onsi/ginkgo/internal/failer/failer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/failer/failer.go rename to vendor/github.com/onsi/ginkgo/internal/failer/failer.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/benchmarker.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/benchmarker.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/benchmarker.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/benchmarker.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/interfaces.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/interfaces.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/interfaces.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/interfaces.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/it_node.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/it_node.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/it_node.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/it_node.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/measure_node.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/measure_node.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/measure_node.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/measure_node.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/runner.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/runner.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/runner.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/runner.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/setup_nodes.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/setup_nodes.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/setup_nodes.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/setup_nodes.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/suite_nodes.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/suite_nodes.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/suite_nodes.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/suite_nodes.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/synchronized_after_suite_node.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/synchronized_after_suite_node.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/synchronized_after_suite_node.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/synchronized_after_suite_node.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/synchronized_before_suite_node.go b/vendor/github.com/onsi/ginkgo/internal/leafnodes/synchronized_before_suite_node.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/leafnodes/synchronized_before_suite_node.go rename to vendor/github.com/onsi/ginkgo/internal/leafnodes/synchronized_before_suite_node.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/aggregator.go b/vendor/github.com/onsi/ginkgo/internal/remote/aggregator.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/aggregator.go rename to vendor/github.com/onsi/ginkgo/internal/remote/aggregator.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/forwarding_reporter.go b/vendor/github.com/onsi/ginkgo/internal/remote/forwarding_reporter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/forwarding_reporter.go rename to vendor/github.com/onsi/ginkgo/internal/remote/forwarding_reporter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/output_interceptor.go b/vendor/github.com/onsi/ginkgo/internal/remote/output_interceptor.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/output_interceptor.go rename to vendor/github.com/onsi/ginkgo/internal/remote/output_interceptor.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/output_interceptor_unix.go b/vendor/github.com/onsi/ginkgo/internal/remote/output_interceptor_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/output_interceptor_unix.go rename to vendor/github.com/onsi/ginkgo/internal/remote/output_interceptor_unix.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/output_interceptor_win.go b/vendor/github.com/onsi/ginkgo/internal/remote/output_interceptor_win.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/output_interceptor_win.go rename to vendor/github.com/onsi/ginkgo/internal/remote/output_interceptor_win.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/server.go b/vendor/github.com/onsi/ginkgo/internal/remote/server.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/server.go rename to vendor/github.com/onsi/ginkgo/internal/remote/server.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/syscall_dup_linux_arm64.go b/vendor/github.com/onsi/ginkgo/internal/remote/syscall_dup_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/syscall_dup_linux_arm64.go rename to vendor/github.com/onsi/ginkgo/internal/remote/syscall_dup_linux_arm64.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/syscall_dup_unix.go b/vendor/github.com/onsi/ginkgo/internal/remote/syscall_dup_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/remote/syscall_dup_unix.go rename to vendor/github.com/onsi/ginkgo/internal/remote/syscall_dup_unix.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/spec/index_computer.go b/vendor/github.com/onsi/ginkgo/internal/spec/index_computer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/spec/index_computer.go rename to vendor/github.com/onsi/ginkgo/internal/spec/index_computer.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/spec/spec.go b/vendor/github.com/onsi/ginkgo/internal/spec/spec.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/spec/spec.go rename to vendor/github.com/onsi/ginkgo/internal/spec/spec.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/spec/specs.go b/vendor/github.com/onsi/ginkgo/internal/spec/specs.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/spec/specs.go rename to vendor/github.com/onsi/ginkgo/internal/spec/specs.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/specrunner/random_id.go b/vendor/github.com/onsi/ginkgo/internal/specrunner/random_id.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/specrunner/random_id.go rename to vendor/github.com/onsi/ginkgo/internal/specrunner/random_id.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go b/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go rename to vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/suite/suite.go b/vendor/github.com/onsi/ginkgo/internal/suite/suite.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/suite/suite.go rename to vendor/github.com/onsi/ginkgo/internal/suite/suite.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/testingtproxy/testing_t_proxy.go b/vendor/github.com/onsi/ginkgo/internal/testingtproxy/testing_t_proxy.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/testingtproxy/testing_t_proxy.go rename to vendor/github.com/onsi/ginkgo/internal/testingtproxy/testing_t_proxy.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/writer/fake_writer.go b/vendor/github.com/onsi/ginkgo/internal/writer/fake_writer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/writer/fake_writer.go rename to vendor/github.com/onsi/ginkgo/internal/writer/fake_writer.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/writer/writer.go b/vendor/github.com/onsi/ginkgo/internal/writer/writer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/internal/writer/writer.go rename to vendor/github.com/onsi/ginkgo/internal/writer/writer.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/default_reporter.go b/vendor/github.com/onsi/ginkgo/reporters/default_reporter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/default_reporter.go rename to vendor/github.com/onsi/ginkgo/reporters/default_reporter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/fake_reporter.go b/vendor/github.com/onsi/ginkgo/reporters/fake_reporter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/fake_reporter.go rename to vendor/github.com/onsi/ginkgo/reporters/fake_reporter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/junit_reporter.go b/vendor/github.com/onsi/ginkgo/reporters/junit_reporter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/junit_reporter.go rename to vendor/github.com/onsi/ginkgo/reporters/junit_reporter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/reporter.go b/vendor/github.com/onsi/ginkgo/reporters/reporter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/reporter.go rename to vendor/github.com/onsi/ginkgo/reporters/reporter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/stenographer/console_logging.go b/vendor/github.com/onsi/ginkgo/reporters/stenographer/console_logging.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/stenographer/console_logging.go rename to vendor/github.com/onsi/ginkgo/reporters/stenographer/console_logging.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/stenographer/fake_stenographer.go b/vendor/github.com/onsi/ginkgo/reporters/stenographer/fake_stenographer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/stenographer/fake_stenographer.go rename to vendor/github.com/onsi/ginkgo/reporters/stenographer/fake_stenographer.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/stenographer/stenographer.go b/vendor/github.com/onsi/ginkgo/reporters/stenographer/stenographer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/stenographer/stenographer.go rename to vendor/github.com/onsi/ginkgo/reporters/stenographer/stenographer.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/teamcity_reporter.go b/vendor/github.com/onsi/ginkgo/reporters/teamcity_reporter.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/reporters/teamcity_reporter.go rename to vendor/github.com/onsi/ginkgo/reporters/teamcity_reporter.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/types/code_location.go b/vendor/github.com/onsi/ginkgo/types/code_location.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/types/code_location.go rename to vendor/github.com/onsi/ginkgo/types/code_location.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/types/synchronization.go b/vendor/github.com/onsi/ginkgo/types/synchronization.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/types/synchronization.go rename to vendor/github.com/onsi/ginkgo/types/synchronization.go diff --git a/Godeps/_workspace/src/github.com/onsi/ginkgo/types/types.go b/vendor/github.com/onsi/ginkgo/types/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/ginkgo/types/types.go rename to vendor/github.com/onsi/ginkgo/types/types.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/.gitignore b/vendor/github.com/onsi/gomega/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/.gitignore rename to vendor/github.com/onsi/gomega/.gitignore diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/.travis.yml b/vendor/github.com/onsi/gomega/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/.travis.yml rename to vendor/github.com/onsi/gomega/.travis.yml diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/CHANGELOG.md b/vendor/github.com/onsi/gomega/CHANGELOG.md similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/CHANGELOG.md rename to vendor/github.com/onsi/gomega/CHANGELOG.md diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/LICENSE b/vendor/github.com/onsi/gomega/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/LICENSE rename to vendor/github.com/onsi/gomega/LICENSE diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/README.md b/vendor/github.com/onsi/gomega/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/README.md rename to vendor/github.com/onsi/gomega/README.md diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/format/format.go b/vendor/github.com/onsi/gomega/format/format.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/format/format.go rename to vendor/github.com/onsi/gomega/format/format.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/gbytes/buffer.go b/vendor/github.com/onsi/gomega/gbytes/buffer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/gbytes/buffer.go rename to vendor/github.com/onsi/gomega/gbytes/buffer.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/gbytes/say_matcher.go b/vendor/github.com/onsi/gomega/gbytes/say_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/gbytes/say_matcher.go rename to vendor/github.com/onsi/gomega/gbytes/say_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/gexec/build.go b/vendor/github.com/onsi/gomega/gexec/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/gexec/build.go rename to vendor/github.com/onsi/gomega/gexec/build.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/gexec/exit_matcher.go b/vendor/github.com/onsi/gomega/gexec/exit_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/gexec/exit_matcher.go rename to vendor/github.com/onsi/gomega/gexec/exit_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/gexec/prefixed_writer.go b/vendor/github.com/onsi/gomega/gexec/prefixed_writer.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/gexec/prefixed_writer.go rename to vendor/github.com/onsi/gomega/gexec/prefixed_writer.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/gexec/session.go b/vendor/github.com/onsi/gomega/gexec/session.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/gexec/session.go rename to vendor/github.com/onsi/gomega/gexec/session.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/ghttp/handlers.go b/vendor/github.com/onsi/gomega/ghttp/handlers.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/ghttp/handlers.go rename to vendor/github.com/onsi/gomega/ghttp/handlers.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/ghttp/protobuf/protobuf.go b/vendor/github.com/onsi/gomega/ghttp/protobuf/protobuf.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/ghttp/protobuf/protobuf.go rename to vendor/github.com/onsi/gomega/ghttp/protobuf/protobuf.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/ghttp/protobuf/simple_message.pb.go b/vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/ghttp/protobuf/simple_message.pb.go rename to vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.pb.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto b/vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto rename to vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/ghttp/test_server.go b/vendor/github.com/onsi/gomega/ghttp/test_server.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/ghttp/test_server.go rename to vendor/github.com/onsi/gomega/ghttp/test_server.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/gomega_dsl.go b/vendor/github.com/onsi/gomega/gomega_dsl.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/gomega_dsl.go rename to vendor/github.com/onsi/gomega/gomega_dsl.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/internal/assertion/assertion.go b/vendor/github.com/onsi/gomega/internal/assertion/assertion.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/internal/assertion/assertion.go rename to vendor/github.com/onsi/gomega/internal/assertion/assertion.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/internal/asyncassertion/async_assertion.go b/vendor/github.com/onsi/gomega/internal/asyncassertion/async_assertion.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/internal/asyncassertion/async_assertion.go rename to vendor/github.com/onsi/gomega/internal/asyncassertion/async_assertion.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/internal/fakematcher/fake_matcher.go b/vendor/github.com/onsi/gomega/internal/fakematcher/fake_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/internal/fakematcher/fake_matcher.go rename to vendor/github.com/onsi/gomega/internal/fakematcher/fake_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/internal/oraclematcher/oracle_matcher.go b/vendor/github.com/onsi/gomega/internal/oraclematcher/oracle_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/internal/oraclematcher/oracle_matcher.go rename to vendor/github.com/onsi/gomega/internal/oraclematcher/oracle_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/internal/testingtsupport/testing_t_support.go b/vendor/github.com/onsi/gomega/internal/testingtsupport/testing_t_support.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/internal/testingtsupport/testing_t_support.go rename to vendor/github.com/onsi/gomega/internal/testingtsupport/testing_t_support.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers.go b/vendor/github.com/onsi/gomega/matchers.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers.go rename to vendor/github.com/onsi/gomega/matchers.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/and.go b/vendor/github.com/onsi/gomega/matchers/and.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/and.go rename to vendor/github.com/onsi/gomega/matchers/and.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go b/vendor/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go rename to vendor/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_a_directory.go b/vendor/github.com/onsi/gomega/matchers/be_a_directory.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_a_directory.go rename to vendor/github.com/onsi/gomega/matchers/be_a_directory.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_a_regular_file.go b/vendor/github.com/onsi/gomega/matchers/be_a_regular_file.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_a_regular_file.go rename to vendor/github.com/onsi/gomega/matchers/be_a_regular_file.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_an_existing_file.go b/vendor/github.com/onsi/gomega/matchers/be_an_existing_file.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_an_existing_file.go rename to vendor/github.com/onsi/gomega/matchers/be_an_existing_file.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_closed_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_closed_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_closed_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_closed_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_empty_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_empty_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_empty_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_empty_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_false_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_false_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_false_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_false_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_identical_to.go b/vendor/github.com/onsi/gomega/matchers/be_identical_to.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_identical_to.go rename to vendor/github.com/onsi/gomega/matchers/be_identical_to.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_nil_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_nil_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_nil_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_nil_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_numerically_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_numerically_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_numerically_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_numerically_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_sent_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_sent_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_sent_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_sent_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_temporally_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_temporally_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_temporally_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_temporally_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_true_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_true_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_true_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_true_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_zero_matcher.go b/vendor/github.com/onsi/gomega/matchers/be_zero_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/be_zero_matcher.go rename to vendor/github.com/onsi/gomega/matchers/be_zero_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/consist_of.go b/vendor/github.com/onsi/gomega/matchers/consist_of.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/consist_of.go rename to vendor/github.com/onsi/gomega/matchers/consist_of.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/contain_element_matcher.go b/vendor/github.com/onsi/gomega/matchers/contain_element_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/contain_element_matcher.go rename to vendor/github.com/onsi/gomega/matchers/contain_element_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/contain_substring_matcher.go b/vendor/github.com/onsi/gomega/matchers/contain_substring_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/contain_substring_matcher.go rename to vendor/github.com/onsi/gomega/matchers/contain_substring_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/equal_matcher.go b/vendor/github.com/onsi/gomega/matchers/equal_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/equal_matcher.go rename to vendor/github.com/onsi/gomega/matchers/equal_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_cap_matcher.go b/vendor/github.com/onsi/gomega/matchers/have_cap_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_cap_matcher.go rename to vendor/github.com/onsi/gomega/matchers/have_cap_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_key_matcher.go b/vendor/github.com/onsi/gomega/matchers/have_key_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_key_matcher.go rename to vendor/github.com/onsi/gomega/matchers/have_key_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go b/vendor/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go rename to vendor/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_len_matcher.go b/vendor/github.com/onsi/gomega/matchers/have_len_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_len_matcher.go rename to vendor/github.com/onsi/gomega/matchers/have_len_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_occurred_matcher.go b/vendor/github.com/onsi/gomega/matchers/have_occurred_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_occurred_matcher.go rename to vendor/github.com/onsi/gomega/matchers/have_occurred_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_prefix_matcher.go b/vendor/github.com/onsi/gomega/matchers/have_prefix_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_prefix_matcher.go rename to vendor/github.com/onsi/gomega/matchers/have_prefix_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_suffix_matcher.go b/vendor/github.com/onsi/gomega/matchers/have_suffix_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/have_suffix_matcher.go rename to vendor/github.com/onsi/gomega/matchers/have_suffix_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/match_error_matcher.go b/vendor/github.com/onsi/gomega/matchers/match_error_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/match_error_matcher.go rename to vendor/github.com/onsi/gomega/matchers/match_error_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/match_json_matcher.go b/vendor/github.com/onsi/gomega/matchers/match_json_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/match_json_matcher.go rename to vendor/github.com/onsi/gomega/matchers/match_json_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/match_regexp_matcher.go b/vendor/github.com/onsi/gomega/matchers/match_regexp_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/match_regexp_matcher.go rename to vendor/github.com/onsi/gomega/matchers/match_regexp_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/not.go b/vendor/github.com/onsi/gomega/matchers/not.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/not.go rename to vendor/github.com/onsi/gomega/matchers/not.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/or.go b/vendor/github.com/onsi/gomega/matchers/or.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/or.go rename to vendor/github.com/onsi/gomega/matchers/or.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/panic_matcher.go b/vendor/github.com/onsi/gomega/matchers/panic_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/panic_matcher.go rename to vendor/github.com/onsi/gomega/matchers/panic_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/receive_matcher.go b/vendor/github.com/onsi/gomega/matchers/receive_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/receive_matcher.go rename to vendor/github.com/onsi/gomega/matchers/receive_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/succeed_matcher.go b/vendor/github.com/onsi/gomega/matchers/succeed_matcher.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/succeed_matcher.go rename to vendor/github.com/onsi/gomega/matchers/succeed_matcher.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/MIT.LICENSE b/vendor/github.com/onsi/gomega/matchers/support/goraph/MIT.LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/MIT.LICENSE rename to vendor/github.com/onsi/gomega/matchers/support/goraph/MIT.LICENSE diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go b/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go rename to vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go b/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go rename to vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go b/vendor/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go rename to vendor/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/node/node.go b/vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/node/node.go rename to vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/util/util.go b/vendor/github.com/onsi/gomega/matchers/support/goraph/util/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/support/goraph/util/util.go rename to vendor/github.com/onsi/gomega/matchers/support/goraph/util/util.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/type_support.go b/vendor/github.com/onsi/gomega/matchers/type_support.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/type_support.go rename to vendor/github.com/onsi/gomega/matchers/type_support.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/matchers/with_transform.go b/vendor/github.com/onsi/gomega/matchers/with_transform.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/matchers/with_transform.go rename to vendor/github.com/onsi/gomega/matchers/with_transform.go diff --git a/Godeps/_workspace/src/github.com/onsi/gomega/types/types.go b/vendor/github.com/onsi/gomega/types/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/onsi/gomega/types/types.go rename to vendor/github.com/onsi/gomega/types/types.go diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE new file mode 100644 index 000000000000..f090cb42f370 --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Simon Eskildsen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/codegangsta/cli/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/codegangsta/cli/LICENSE rename to vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE new file mode 100644 index 000000000000..37ec93a14fdc --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/coreos/go-systemd/LICENSE @@ -0,0 +1,191 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, "control" means (i) the power, direct or +indirect, to cause the direction or management of such entity, whether by +contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files. + +"Object" form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included +in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that +is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative Works +shall not include works that remain separable from, or merely link (or bind by +name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative Works +thereof, that is intentionally submitted to Licensor for inclusion in the Work +by the copyright owner or by an individual or Legal Entity authorized to submit +on behalf of the copyright owner. For the purposes of this definition, +"submitted" means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for +the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work. + +2. Grant of Copyright License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form. + +3. Grant of Patent License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable (except as stated in this section) patent license to make, have +made, use, offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by combination +of their Contribution(s) with the Work to which such Contribution(s) was +submitted. If You institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work or a +Contribution incorporated within the Work constitutes direct or contributory +patent infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. + +You may reproduce and distribute copies of the Work or Derivative Works thereof +in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of +this License; and +You must cause any modified files to carry prominent notices stating that You +changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source form +of the Work, excluding those notices that do not pertain to any part of the +Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the +attribution notices contained within such NOTICE file, excluding those notices +that do not pertain to any part of the Derivative Works, in at least one of the +following places: within a NOTICE text file distributed as part of the +Derivative Works; within the Source form or documentation, if provided along +with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents of +the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works that +You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as +modifying the License. +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies +with the conditions stated in this License. + +5. Submission of Contributions. + +Unless You explicitly state otherwise, any Contribution intentionally submitted +for inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of +any separate license agreement you may have executed with Licensor regarding +such Contributions. + +6. Trademarks. + +This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. + +Unless required by applicable law or agreed to in writing, Licensor provides the +Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, +including, without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are +solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise of +permissions under this License. + +8. Limitation of Liability. + +In no event and under no legal theory, whether in tort (including negligence), +contract, or otherwise, unless required by applicable law (such as deliberate +and grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License or +out of the use or inability to use the Work (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or malfunction, or +any and all other commercial damages or losses), even if such Contributor has +been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. + +While redistributing the Work or Derivative Works thereof, You may choose to +offer, and charge a fee for, acceptance of support, warranty, indemnity, or +other liability obligations and/or rights consistent with this License. However, +in accepting such obligations, You may act only on Your own behalf and on Your +sole responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your +accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work + +To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets "[]" replaced with your own +identifying information. (Don't include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included on +the same "printed page" as the copyright notice for easier identification within +third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/LICENSE new file mode 100644 index 000000000000..c7a3f0cfd456 --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/LICENSE @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2013-2015 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/NOTICE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/NOTICE new file mode 100644 index 000000000000..6e6f469ab9b2 --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/NOTICE @@ -0,0 +1,19 @@ +Docker +Copyright 2012-2015 Docker, Inc. + +This product includes software developed at Docker, Inc. (https://www.docker.com). + +This product contains software (https://github.com/kr/pty) developed +by Keith Rarick, licensed under the MIT License. + +The following is courtesy of our legal counsel: + + +Use and transfer of Docker may be subject to certain restrictions by the +United States and other governments. +It is your responsibility to ensure that your use and/or transfer does not +violate applicable laws. + +For more information, please see https://www.bis.doc.gov + +See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE new file mode 100644 index 000000000000..e67cdabd22e5 --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2013 Honza Pokorny +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/docs/project/images/red_notice.png b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/docs/project/images/red_notice.png new file mode 100644 index 0000000000000000000000000000000000000000..8839723a376b4a58ef31b86eabf3d2c57d21ccc3 GIT binary patch literal 45387 zcmcG#Wl&u~vnaZ8hmE@vB)EHUcXtRI_aMPtHx7Z|uEE_MHW1ti?h@RB+vPj=)P3(& zovQci{+ZR)Yow>8dZxQ4QdL<74VefT005xL$x5mN05G)x0F)&n^ao~@ZaWSDsKb(z z6w~yCI$aaC(@-PnHO0)jW#j`_wDT?W$-$X?3C@heeS*s(A#q9V1c#8$Z=s-j0L4C2 zVRC3f#Poqul4Wx8#cDP#Fl}VeXpwzlH2SVN5uAqTde=Q;@dMlEqfmga&GWWR%B6E> z?hQy?LG}h+#`q8b01*TL06)HLNn&gEJab&kXrU3>6}SpO7yt#BI99sNki}l%N0EA2 z=mdQ*0RSMDRbpc*$pPdk{Le^O=Q7O<)E!VAfz*EuK-v8fbV&h*0;FMyp#lKG57Rq0 z!aC$=e^RTM5IzR~2lp`vEIXk0;`#DwZcqUw;xLY!&xLCR_syR`oIq+)8GYxm_@^s| zG3uWdM^*&D!!A*dp!3tv#Ia>ZwhYtDD_dy7V3N|>rstoUoHLW`oiq zEd@sWfQJ44m;Rk9+euLZDT3cB+)QEb(!kvIp3e7`xou>@nm?fSXZ3#V0^{@5t&yO`Ass|?y@f|WGCgHVmi3G9H`Y`^Yb~K3v_fGl z)rX+@QEjy_ijJW|^jOO6&u?oi)fB^LKFU%Wnb39KsvG#D z3$)51B~eVt_flotS=+Tr6R{gk$9cHv#w;Ex{N~I!jA=A&RqAK(i^=6n`*y^_pAR3G z;K>#C$CeVE(^s&re&lZtKE*c1xQCH0F7ut(<015}TJ!OID>7|AugDK-);Spo;x3=X805$ zr*gVq9nJ0C-t|7O&x>E6a>4G>Nic64|2=N8cq z*0#!1-geOuX|a+02g9#$ zK6c*uQs8+1zLE5D5mJ;^{Cky;;Ctd;{ z4`0Td51djPjLpj)x76>J;CmVeStIcEcrHm3(7Gyz=`*2AVZfNneet3q@}uCtQ`UkD4*RB!3?V#v0<;2j$eT6ajQ&LZ2&GychguBDjMbq1nS4p zFXS0!bvLI&SsOVPFvAuh_S*7QBe0-U&eK`F#+fNN-6Fc;aeTn9M{BzM2qN7KjPRS` z_M1@|O^oIJ8*g8XEe?mD<_<66Oeinj8*C39?>)VbFbZC-wPj@%an3jTW#3tV(W~1C zvP*B%LzoWC%Ba9noK686dn3nkp?d^8?dE$(HeW}gNZ`$M^U+^-SmGmU=%eRiyKD-ANdRRL!a-ojeO1`SykHVduiG#eMB!1v>hi=`(l zN3NI2&kQ^P&Q_vpsV=D4oXxE`4mgk21+#>`j_EYx56(;){fgP@v_Vk1Uo?I|RfZ{j zF-l^z`MUIFOq2DKC$$P!BDN;Lu&a8)d}yuj5E5?5tFLmcRw&Dr@hjIj!30-!)?SQB zM`sEFG*Vz9B+#hDt4EQkb}FtWt~ZotJpQ$U*EQIluQ+&rug{AyWei`>K5gdPOGByX zfP|^p?QIJ-Gr7)v7h9mCdK|!u?dWA)q1KYeQKL1zEVw-@f?m zI=IAoy1(!#`<=SYhkzZm04pc>iov_pBvyrX+$718-3Bd>49#qti zBENq#y)QC(D_TIOUH!&bp7x~*TG~hLa9ecL43~GyAx?2?$&gQ7q1xX7%*Qyi?qDu( zWBdSpog`vTf`%-446{9q^}M?pz;h;_uWC(I6}7_=Gi~eD!&8z90$uBbLh{$MU#Q$J zUl;sHG$o=iJ1g&SY<3LhB(#x5cj$?Ml98u;lu1l!h@t~E|c|Xw5YG!rRxEei6Of$s9!$J`!Iqq8xWcXSH^{#VFuNc zEU8o?2`ErUZXs0xh0;mR!l_xHl~uE;L0rm@pds^7u7D;p+m? z?vYbZGU=c2mJC9>Ia}+(M;GG2Q=ZbXK>fIHVsWf3wCG^cfi01dAMBUjznJ>t2^@bQ zp|?0+Zha!A0}9R}NH)Xcy4gx3?3Jt-ai-bm#lNXrU^rE4ci@QS!*#Fr9;O--zBF7l z5Ih$rM*~e!tU;9rSi$eI2wic^m2J_8k87c^oukFT7jh<8uP=&W3^;yj3CDC%qJT7gcAOfYu>>?3sn!xGAe8KUF<0J%m z_4~ux0%>)pCYt?+26yzmf0l}>jwoO~wxt5o!|D-uP)w2cfnteTM<)VThuGH%(WsnP z6Ct`^@SzqC3Gx{7UjD*67ywW~t^hX#oq`Nm&grO z-j;k!hUq)Kug$v3AP?Tv7{GXrkrY!F<%V-mp*aSlArcn!PgnSQ|7UgG3Awz{nTu%5 z574>wnkcGl2JWa&NAaPZB66^%E!yWqbhPkF(1dUrXM4z@sj1FNX3H;cACW1JUKzmn zR~qsbBK){pC{xJ^tEI1BHJq+`(1jv&niznELa6^_83_|2@|8!XUPLavBogQE;1Pm7 zTY{oy^S(uy<12l~j-U*A20&_ZGsx7qs9N-QTDTsI?+!GRasyAdsn2eSv9kpW&dEDx z2XU_%9WJGP28DjRD81Q=jyIb$tSEnffS+sW@pStm`m*{C4)u;;&`eHi-3bV|U0?dM zQD9qYj4dZ^B?X4dm4#(X-(1`C^4Iu-PvL={>>akp!9F)^AezOA)TpwQGeOm*E1`Ju zg7_P>Y^~f*(L)#;m%+Rno4|q7#wX51tH&^Vak4-w9~EA*$l;yUQSnTv852%~<*W6T z@<{x3ubJ$NB150$4F4-?A|a5PUWEmC{~2CzCz;51WxGL%EMM0F(Y-^+U;Yk$fHA*K zjRM^e0QvTB_qA%_(@Ek{5iA8#B|;g#nQ|9%h}5W2G&&~ObO77NpjdMO34-WLuxoDP z9#lq`e(vSWKYnz4n3EWwP%uC+DmmMIpL+9`G!v}>Mfb4n69fM{>X>78(|t+DPT#kV z{laH&F}`i+&+1Fmt`~XJ~}N`*{~V=-?KNs zQD9%Wl4R-tcM=w=Ej1|c7G+X)g5=N%+G^B)Y6`*b6j__8$v?a0!LanRTsr>45bpaAJ%-M zZMeIt*bf{RQPXLp1x}P7uLvhOCc!uEdB2)N3VBb}S z@jh777>R>Gz6lLtct;tbL;@6y5Swz(6oP$gB>-1Fk9i_&nK6hF_Jn)J8Znfw&P;|A zmM~YuO$lBXJbL@`{iC~NoD^mQ>rD(WN7fWR5o|%Pflvh|Sz3lQe-}YZY`RNgndrqv z{{c%W2N9TE#>bASMd@M_D@rZf7s=^0f3_M;S_>j*ArG$?eiZ`_r=E@c0g5bS(TWg4 zgRbWf0#r`21Ogv4sV{7%X7L`35x@xbUryq_ej28${nD_-YOF zTSs$hi9ek}zNQ2rKyIBj{p*$~G&{64xvi2eSbs*VRc`-U)PDZrM{ck?l~En?=Qh|~ z-DB9Dr>#mITwNm;HGAvEYNx@dMP*7TXUFf5O}P`eP-zD2G4PTAKavwl3qH-;mF29u z3>%;F;oCsop4=j^P)rk$8^&knU>z0|9YlZ!AJ;$uOoqv49{PifrXO&^Kq(P#zp==aB%jMcb`hV3qFPKI=a9cCY8OzM+~1GXlAlT+pB>QMaX!iv~FwA3LH&dx>ra5K;^w1kvsW zJSU+;S`Q?|{xC0{4d!M;Ip2P2HP#ChM26JN)s9u5IRYT86J5H8bAoU?A}=$OMzfdX zzArJ6pN7yO8T#z~IY+^&sr%kay+^Kee48w^vMv&!X++i4)PFCT=^5vobh8$cgV3ND zj?#SkGDi8TH24umrI2YRCm2KC5m*#O{4o8}!xWQ+n_34kbt0^wl%LA*1EQT}ys0<} zgP@>ZbG}T+r3AQ}qhQU{sC1>j-@+d27C;h-(Kf;=B_)e!?R3Fw*7NdhDhV@A154fm z_F>%8z1pBUQ|Wf0EH|J}3%D-F?K)MDKw03qW8pZ}_cAp3_=2yh^Xec@`Cz@yO8U#(4|+Xf7Wz#hvCGnid4=nlycb30^!r&i++P z+H7IGBHZj=-su;He6ovb$w$@Om&QjTF5y3A(NwNMF@zm`Zk8#83PXYj88CggRe)mO z`0WW9LD;#*Z-;)E7~|xq?rGdwfP$1BwA(~BqJh~lK<8niFNoRXgy^t4+g&wzlR=(3 zqA?;XzNw-wHdWk|J)5hkVX&7}`doBrbw*9bds8p$`7;sRzp+vn)8&X|UzD;@6>#9W ze+X5ui{Xs=#)iUti;S_DCK4Z_*VI_Qsra6)Gs6*AJZ-MA6oj`wC;8VprK}j$GEnQ2 zKr0icT-HJ+1un9(t_!qX)PC(qi^Ye~@GzQbm+Bm%oXnSV(3uP@v$1gh8#kXcECN5n0xL0;a8Yxcc@w=A1G zPD>2ouq7kTvrh)W>;+CRI&u@8B4=g3#J%>s!49>=-HHcpXL}EuVWL1N#$d>VBrEpb ze#To-2Y%=A<7|Xjs4TefrD>oVpOWCLUNk1?@K3c&pL%O|sKrj<2TeLPM}qjOOmCV9 z283raJAZidw?*RcdS3Ux76f`;JJ{l3H}JbV4HxHrthgw+G4;dO-Riq00lL<}SYgKp}SR*`iJ3kFy^A_LrjAX+R zx69`rO<(X!B0|~yuWnAel+-kO*aGF>gF1Q*2qACdR5P@p0c7J$ zhMyZ^(vnwf56E~Y=t}M6o1MtXBFXNOP6-E^?!2x9V-Uhm?+rIz9v+_~jU63~*aC*D z5Adj|Y&2#u36TU)L8z6ynWHAouTLrJ1G{K&t!cZOCns9k?gkN(G(y6;u4udRagpZw zF8vgi*oEP3;);?Gib;|0K51t?e`{GqD1jCAxhuvLw!lMIYZe>l=<}2z;ed8q$EEfn zYS2HY+U8(b z_J@JGDsFEB^W)u9-WX3?XNDxqvHsck?C<;~Y(r21@0zxWTADNj5XlePn`z8Qp|Y+F z{oaU_Wl<-Pll6g&G7ahBMQH3MBY}dsO{7Rsm^kZN4;0}Qti#P~vzZ$zQ3WS+skgi< z*(Gevv?k}IQo0RM;F=sTIP0FgiVQ;Hg%0{f98~~f%t-&0RCW&2-0d}Fyiwgs157;=% z3gkGcahwY9!*L`SEH+MI{7iuk3vCPB%_oAO$4rjzo|>+e)OA{RPNwv%+PdLfjtqyS z=ETEF??le`_ozyJ667mN27a)cpE8{>bAihoIK1neJ7t9dQkuJ*#)C)&gTdfmzMFmK zF3L=yWxb(br6H6263P(Iw#Yh~)4DAQs>I%b9h8r~QWeZuO|5qy;-f5B-=+cUM#g=A z8`D?<8M_UlIKUs|feUi!YH6crS+2f=UVP`-N}#c+5*8qDQSbcGgdc*EgwPJv)9V9Q ztrXn14$ZLUiQYyWNml@<0|4M!K$^0q*5}AQ-2VQ4XjHS!qXb+FeN+y@BskA zKe8C8>;M44M-qe$a{G~80dHQ^B-6+z;*KDbER|kFW+t@7iTd zCrf&B^$~SZAcB_ijtb>$f!mLC!DswLyrb#w_as(Mf5~<(r1XoV^wZ#`43@h713nGH zTxF71voPvZi}-#v^8MoJZ1H$k7*b1ce@OS*qJkj~zY|n!q&JD$$+^sGRoZiwrEb~b zZ^6HOpL?N)w9n~!0@>O4>S~Ao({#UZRLSm892fOk>~&vStD1@NpalOdneFsA649si zcg74!;^6+1bpiIFkrowyd--o}odW&38R6$OS{&M##uO{{g{O_H$%&cKc#e@`Yl~{m zf9GStG`xvPCx=ra8_K?V>^$qyyl2W9rsAq79ds!~{DLsU+5a>P{5{*5+y6?FP8{3j zpLv$*typH^cU%7R&!#_BTL)SAUF}Y26Vkq+EXa!cpaY+kIpX4{&mxih5}Fgwej7(T?);2YJC{c{AouYAcl0E zAIRtHNYJcVEyeig?Nj*2-=?(iEmwiz`4WdRH9bL!4ofTB^}2b709tyPO@7dq68(!d ziq-R40q%ifygdD18U05FI52bB4ctz5v9s7dYJ(w{{BQ5>ZXYPo&f+(Yz*YyySGDMD z?9aP|_HG2iWu>Eqa}G0urkj>wyq~otWil=Na3|)KtF<;2>p|WNj!x(AL^exg0WYg( zu~m0t$V?*>4e@?@?0YmPk<$@CtN(}_4oKel4$^CTns{ZcW>na0%pw2qy7^LKo$*YJ z0VFR%7!>C|R-sb0;sl~G5K_(6xu!M}(bEO>D3PYFfduZm zEeqL&e=i2A>$Y=jZ31FB`G#n_eeW#brc-`$Dk>I%rk~glofi#0)D+;ne=EV0^KNsw zJ!5u2_x574IV$?{xNgPT-5O_+_mFMnMCVb}(%pH>-yPHAdAT#vLBX=KvA$~Z{#Zl5 z`~J9fSL$I9pCkOT7k&}i?M?lb+41#!I%uiFBFSc~`C4xNb57L-yk@h7c}TQ8mB#9l z6}*B9M03GpRlQIydTPIe)IdRUXs{Mt7OL)#WAc{R9&0(9)l#0CY9V{~JXy5WGSlDX zNAq?}f~Kz6kpZ3SpHL+j?URS_kis)dZ^OC=TN}T>_+isg73^g}tut{I`c-oc^>sG6 z=e5P-F7UfXN8!6VC5h381_gkmG_2d#nh12CO5G=qRc$db)*|GT^u$2V9!v8*^b8oF zPTZ3+Tiw3)+k!QAe>X zJ~$bQ0QRz%Cq^0Z$D+|>pvAml6%qKKJeS7m8U`uYDx!(6>Zi5+C%gC|qCt2gq0N7v zw)mTTr3q_TOPOV3FbWnpDjX>G>@BwJ3CqBSs8w?@?dgAlLERgZfSoQSgXp-_+U2ff zZbZSe?=MdVtB#v7bviX@At!~(QWoo7%d>h_Z|5p?)-e%UkojLVFHG04MtDqpr9*|R z+z!!y>qIdQF9UVmeWRlH5G_)8kQFNEZR?xQ)Lv(KIIlXpHp(i-2)G-f#3br*JJixT zKUq^J%cE4waB3qAm`=KfbVQ_TXI^tJwKJA4l3}@rI7T~}#nTTpnuq3m8<828wvf_- zp7JxZTVrS@!rd0AT^(6jG%2wZ9-U;JEmlIIczZl&<{>zLo*4+CCC2UXdeMdk4fb5; zxnJnrR2aOx=RWl;8XLTnu6n#Rc-{ArzP-26A-ve|ChuQdhHgz26SKbUe!ua+aPd#O zu3G!h$Ac}(p?VH5jTv`FNqidO_IET~+J$QFQQh(S_hI%MIAD1SYf}VxN~4;_<#Z!M z?{Zn0nH)=0=$Gx9Z?YY$Lr52*d%4D+kH8GaptK5lI>C2&a5^XC&=3l4$XQ!jIGW!dD>M8 z=z9ZYmRY3QAmDIt8d_k+ndfjIpQY19eE74^@AEgJnoQM6yP=fREX(|XLiVcq%1rTh z%Bh4P-GC-emyq@|fyv*uzDMce#rekx1Q~@z6YcA@n7$*C^7A~FT=qd#3P>ik0x#b( zS;)emED*Z}%e!D9g|Qr80OQi6jL(0r*OwP5B$=_Um><9^)nl;BEkCG+xNgsOMfOoT zq2<fmA+}?`kB;j>BuO#T z*ru_&k1kbeDmNhBs;VOjF4IfiHxBL-HFy6+7CU{whwofsdw4Frc+4d~UjvY+1U}4N z_!Hp|)p+EPyj)yVKjWE%;)}fANPMtnBP3A7PY4S1nt}nD8m7cv<_}l=nlgblKp?Z5y3^!F~3F#tnraGmA26wI4?yZzFuVDxvfG|0Nn#{_C zn7&J^9-UVN_gpV6QJ(l3i^dpn@W%E&*Z(QA9+&IQoI1C4rDhH6Zr!dYE~{M;y9H+^ zJoEoxj5HT2u6sX@CAE3DRN8{;r)%^7I&*;;f&XpOYJ78FxeLIbMIa+t%9wdySDP^C_`!lwAt)Wli`RE zKLQ@0iUnTjZxD^6fLC}pl0iS(18IoAg5JfD*D@45; z09qp+?4tUWng}#S6JPf_&>0dxSp(sG6T+NtI+c959&IHc4JvVn&c~5Ni!>E41F~mH z!0#NzR2ShAr{F13KM$gDkto=@)rp3KV*X7K-0k)=zCRzw5lj;ONoiX_vpyYRH!50x zAYMpe7)^oVU^ zM;iE$yQzpQ^7{6r!^P>6wtjrAx4!WHHT85fBv%=FC#27Tr3MahF?`moOG$LB-LYw=B=?9bL{c@Vr{-o%rp)&Y~nPu&MB619NAN5 zM6qvN(sat#vgs=(D#8mer; z7m`^x@^wtotUfNu0GzQzX@6u7^6IvVj(aw?9R6N#E%ubJ7Lmy~Kod}+HqqUlkij1# zqM~9L?Cs;bUPXNOXl9VGCfZa30s7agIj)|>EoUu5h?0aY(E8<1q_K=02AJw90M{sQ+@8os5!#ZwDZ#k_%$hpM!WT@(o%9^HkmPC3+z69XIy5LsNN3i6_)cL zPs;D4Q>^5uYY9m!o$Wk>5A=}+bRC{MUc^{;^i``mq$5vZ|42uIG*jo^{}>2IBLWw9 z=bgO-kK-M2K(mXcz#%sPHY@(TzKo!WFcBD>eBAOGq^rNF)V^&F2R+o77_kB86afu` zro6)FV-k(~5H5;6lnPDD!SjE%bUxq)Upy7_k1)TJTUf+HVbGEsjNdPT2xJIbA}mm4 z%l{MNpXe&IwtP+QfpP-N0Z$U=~9EhDsVgf z8+F)g@EcwZ<*wiEz;5vAElKDFj>wjUZ5wsC(BPS0%c5CMBNxCiF%BSOS+LDdN~@%! zS}i9*G7B_u`Mh^TYE-G)2BKJSh<4FiK~S2JP>BuopP%-aRpJd1uD?Z@hTWhp0-fEe ziX1;Z4+?X1|2;4KQjQr%1#?A-y%O1!p+kV=ou3c&kD;TEE;5W{@>-WRkl>Zk=Tqg` zuBahhkY~#OwiRiL>Z>!i_e28g$_0`QA3YjrU zs3McFXmS`vp9zbCXiP%n4Lqnc4NRCl5``=7Z{^2$cvl324a{&S0oR2YKE-Uzu*m_y zR-uY~Hq(J5?%@UpC=gGbbl38|ESTv5$EVdC4hIjA%J!+fLg_|ht zrNdZ{_ZlT#pl&$llstomXw3eBUH@amrQw@2Q)EVF&OCCg)O?u#Xef>EAH1K#T;U78 zG&K>|)WdjCas4$Tq$1zm?;$LVeB2}9h+BeV4A@^G)s4nX5sF*i`%O^JMaU_J@TE!? z>BXQUrsceFeO8Cg$Wb8Ihe2r4X!x+? zw8%zv1=yJ4Y={yK@&lBG4(VxXrd1LIsZmeE!op4(hUTCCm-b^pvoGD>^^hx)3j|HL zf;853;teoN-hYW~_2FXp|1+b@S-%fxcYfbE$?f*LyZpTQRmYbu@9{=(%HR9nQv_=b zqY&AyRBW!q_(vv-oNVLy?d+xvrjEqFwh&J6o52aOkv*?8du9ERW!J^Cg^mRQ`53?3q8K;(NOt+G&O89-h`A zFewS0=QMSd*x)r5&%L~l3W3hLoKU;&R=FZA3Km`8`BkfBz0bLSyb~FtT7k5u27JRO zxPHgDMqq#2yB2BkoM}Y4_ni<7L!`R%DBuGvVD}=;MbrP3_-bx$mW6dU01L7=sQX-^ z$8z9W$rzITE$M7;>0&TL+e9sd+YocAcBiGnYCp;PA~|z-QhF!2*P_(EUBmhH_d`T8kNhY{ z(I1l6fItE|a?V#nlsLcGrGXJFG*F`(!P$#ZDQ65Fpl!(pQcWthqz!T|uD? z_HyPC6U6S}Uu*gSTJfwZ0lez}QHVC^I$drmTmxI8b=I6unP18Ypc1=f+5OpJdGx1U zhx%@si9ye_cU8^2udZO7qG{U|$7zQ|TnX850H~Y)=kh8Z6Na{Op1498Rz4qr-^4BFwjk+`y>qU4UbQ1Gc$_IXB8k;#MJf-aWXF9+SI{t{)f_>^Ba@||YNH`CqFHiNQu*3}%TX76lBY3wr zYvwkp=_gW47P_F;G4*ESl5=GBl6LFQUMb=FcC%c_T<#di=3S7p2GK&UDuh%X{}j~XYD=Du^e(C!m= z>|cEA)^A92gC*qL*5+R&*kBvwrle~VJvQ7Wbm8fLnv=LIHxauTm=C6<#I&L~ZWZXM z(pZowr5ya&iCwW()K&9Zq&|D0VxBFA+Tq;GwY&HtB$DRW<<3Tpywld|zbF(RAQ!Ob z9YL2W_OBEtSej0SC6JNf)#;VBX{2HpdC?_IOJP*p5%Pg z-&9}}rW0NDR8!AGU5F>jdgeBrZcYR0I{xpyXmWkie zh054jj~)m)IsudlU!n$5;6ZwmR^F>>+yJn36!3um)Z>2CBmdt7TYpfH0RXDeAFENQ zd{jvXegOaPN@&p)^Wiu(3iu$ln2mSej)cJ9QC(rhwO=O_Y!!XUFHi@jAao(RKWOAQ zz@OxP(EJyOOb%g4E$)pu5s_wX@|(Kj2Lv9r3xf|izll1i{ZW0_1?N zK!s;?(1j_04P4xXP*FvW_J)s=lVsOV!UDQP4>HKR%~Aa@i;?DV0$M{=fHq+|~*(5;)O z+~4@g67Vb^jc452E&A454n{B|c&LPImkv2bybHHH25d@5xW7F1Zp?BO-qYx{cNt9e z@JD^!vSC|(-Nw8@;6f@2uQ{Dc2ChMizBswG7b zdo&{MtI?+M(-O}lIc5y?@s1CM`-aRDuOM;gnz4x6KE_{s`#my+7J49oc1UA@NlaB1 z(3#&7nm#{m_8!0LD$%9#YpV2aXme9RCw9JTc5N2r7Z@b_LKn=9NK+~$#UhIn;}%rn-Z2X;*1H_3e)PPCXZoa}y_yHR%r7BW(JvuvVlpuR zL)W10n46=9f??)vUM)taYU${{JoAkad7_n@)lKSl9FEon^%FPgW42D}L|5H>FfRyd z5n>c8JU_{0F*Ri0!@yBZC2Z1M&yXLL{Qb*X|4pZDj)_+js!+@GfJIMvP}=enQJ{jg zx~%T;NW<_diX-&D-l+{N@iYBy`%___-3{g7acxVU=@O~x4b=OH7PTo={@h-PTdz3Z z4bLV~g{I8F)%$?=H%@rGQE> zmVhslMdf)y)7UlpO8;&}9_%OrFnz8*TZxP6ZRho?A0^IB6ydYC_;2y&s(HNlpTRk- zh=W*xp5B8IB79Up<|7=JH)LFESLG<)rR_a6S=+`oE4}v-L1++F+9jUxtxVxLK92dH zGdK>sHAfAdshsr29mr@oODQ`=T#d+n6jWU=q)IQ7n&5#kz&K(6#1}YseXG}E0p4vs z(v_c-I&I^wsjLK3*iM!kok6iX9bH#$awJhz^!e(VMb=ty>np2;*3M3pE_K-+1_zNU zD1DWNbs_cl+n(qs85|FHKT8W6 z6j45R-iDh{aKnV*%k=p1yb3r7{$OXayc*#_vf%Jm@eJQ=%de%n}sfuHu(-=DNPwcETw>-&Sx zu?e-G zNzC=eXN6LWKDC=F=9_u_92wVIAMWK!WXc_xVtJptKfv>l=^5g1}TRyW?KY zY#gz?RIMM<$`^$qOE;~BIYPuRw!K<8(SM2RZUC^>*DqiVEfFq+NEH+wGTBC0^I}RI zdP-fm1u^WxqAD;Dl4%k0PqA63Yteih>gws+?~_I+8CJ}1lu z#C7XTb$zm-dGM=571{tTyeizai=t~|xaSD^JIZFL)aB6Y%niDafKEcd{*(n5aQ!}z zTom^g!t6QDO)g+=Xr}WhD#D5aevG&Em^{^ znF0Ee_8E9L9J-yJ0GBBGe<-4r)>-}C`)l3J(LlwG_?oA|#9s;;3DjqB0>|yd_FRXC zLk+13jBiLEmbJqO4?$#QOOsdo{>96lHzY$uG)0z8T!jc|1`HC}F0oD-#cPybFViGf zA_S7}Fj#s3fTh5iuXoBKyc_WQ6o>7ew!GQWa}HeD`q}&_Bv{($;rvkxRj$L4tzVkj z=ek!%%OAuOQu|^JK8tpS+uI=)qL#+i=d3wp&59W#s)*JfD=ZL(=bB)82hNk)`y2)1 zx*Y^B9rCV2R)=BP z6v(eGNh_mMg>XrQ75?98j@8*OHHw(Y%ncFJQ-5NBE1Yt@->&{!7AO7-d?ee1+dA9U z!uy*Dc~EtT0;AMJ)`vr*ye2eM8JIXh+xK|DQgKhXxHQgic|UwAv>-|7`RZ*1dI2l=E9iSY1g*JGps(7y+_H zkr4K70K;>EX=AH{Qvyye|F-u-`;##{)i|(IgxU)ufBWOsqK5y(qFTl2yH5zRRtSfO zsQaO_VZc((L}%~sqR1CqK!biL>vnN4!R(7-_oVDvk>DrSbOU+TU9m)Mfw|L^VS+(h z*(yD5;Z3D#VEYLaYJ&i@z3c19cm&qHc0nYH@Jjdg7Qs+KehCs5BFhY%CuM>#Dtq-_ zm}dIEy@zrUvhVR4c^2l50+@guzr^@|j*HW8%>R9cWnZ+1&!13aNe@(U9Uod4ZOnbT z^+5*8{6&he(C>a@V{^Zu^jBcX4jGV3`LXM_7{aIl)k-0EMHBTic4cssoy=C~?MI*| zowAu}M=Ss=20PeAQZ2*#Hs4D*XbUEqpUh~QoLdrPL7amO1iyb1a%(`gejX4tmdZa-^n_#+`|+xBOBVWp0o2(A|yTz7ddUv)Qe^LJ7? z`q==(PPtLtX@9A5Vg^7HCHY&KAM~Sz=tTQbI558Dq&^_m;fr8W zX>~x2Ryd|_JS-%69qC|TG9?`?2A3Q$N!zjc88nwX*QLL$W8Em33^$Ow0nLe%Z35T{ zJ$7fcT+dmhckRnxOc8`Xst8ruZ!bY5F~<~0{zeCdjA5~l2^JMbx<5W}v9E#058r{= zLA#^0pnTzhrU-90_Y5-snat*V;Z-^DnXr=5|0q}NTOc+1)k`od3uYeHIl=B!WFc^p zIA5GrosGZyxT{d@o-eGBqrUH(zPhtbNX(1Bx3J;H9Yk33?!5zQ=OL$3M)<{rIptkL|p_% z^wYck$U;mu3ST{>>^PcMg?_uSkO*Ssm(>>GwOqXnk^f2g={Ms`iDhr6t4#n=t7~{l z>ml0CE$z5_i|=1mrmyY6+Utwq#fan!=X7ty5T>b#$nuML;i zxq!MSBp`Ou4>Ec$1w^3T@>-Dct|KES#$Q+))rZ|Ay7SdKYc29w~LbKktga5sLvKgT7wmp?F(iJ#XR0 zV+q#7f(xc!^MISIMR&P+T~H5#4A)5siCkVV7 zsuwhs><9?xA&9{gh{3J;U@ga;qv?maG{aH}JswaTDuRxiZ3MDY9BM45)R}n(S-WZD z;=qBXJC&K3qt~G>FMKqLtJ8tKeH;Il&`(Le+4T)rok}C3|1+aHxGd+5jMYv0Gvydu zI%t>)H;7ZlKT~&_CC(29<;o>t{9+4}8g&nHu<^SY0eeT<$|un#JS_H=hwKk3Dh^2J zf6?}rQE@fF8Ze4Wu)%`M;O_1&!QI{6-3c;Sumsl-Ah^53;2zxF-5oyObIFVn0>Zkte7by)`-Lp7FM9Sk=aRh#HzVRm8crXW!!cmsJ@DnwHOS!w_ zL^-!!hORt|rc}y!HX0c?`TG~v@o?$7hI?@Z!_c@w4S9?LKpPf}C;&zj2nSvCWPEAX z&0#!*r<5Ft*kXd{;w(B=@hDT#e~6Xpn5tJ_%j(EB=9-Dk=cWV7B##O`2AHN*cvvJ* zl(v;t5K(J;niHlNV`komMvwlk-pnLJ6+}Zrx+Q@Q_%fBRp|@r2mUtTMAKtYnxR zQ|wfI4IQ$m!#V7)i3<=YLq)MxQ>TB<#;mYa4U`>SGAd`lToq;ZLqp2yz5?SQ9b^Vw z7cD3*-yZnqru3fH8aCH#GU1ky8tnQ9tIHN-qY@w_ zP2>WxtR%GzWm!T-L)_(wavyh|u@fmR5OfSISw_Djlm@1>{T%G`(HD)moG|UZ5?@Q5 zp|6A3GP(!b;_mwy5Fd&^)%zMl1~YA~ob)xnb{D_7Ob4cK(u`v2IGJ1h-YxCnT&osX zH)ms_X>fB3i@>E=gNkWnR!#pAXq0 zRcce}_Ga+C2Wek}xU2smVJBs^GNGTQDO zv0O8qO2z0Q0q%b|ppCDHn@9gS+^uO;86|?`#!1H_D)W!wMWtF#|D!Z@8E?fuUtk>s5o=T^eqliT zG5C;PX^2VDb z5%K`ME%dxpTzK`)WUumVT(=d@-TjNy|EThCydzd#8^zk+2ryiG=Gv5Q$xeDSNZajH z+ZuP1{e`e!th4?iFtnn&JhV0!v^a}1%o-Re%%pgIj*jImjP1_33;Bgroj*;$^r5TG zA{$YU=RyVK;1FBzdwwI1Hv(^+&Df_OKg+Zj@1H+P(%{+mgBrxLO(0h0jY^bPy#f6| zfjhzNsZ?LxDzY5GH(X(?ZB3|*k^UIC2)QtAjNHd2v&{^_1SJcBocck%5q?xzy(JM+ zOmC)S@s0Z=J)w_5tBcP2uEOuZEn(8DLSc#5r@8xm6;Er#p00ZSdq#=;3th)rw%K|e z@G|M~#FKH8O#&YRH{j>hcthVA;*Snqmq&cRw_GlYg9X<~xphqbkb}aGK7w*raGKL- zOxq(YZ7$nG%c$G}p=-}EwAz|?>J{9cf7N6N`$#VyaOgXRsdybKinCS2x}G2 zwp_ygUZpY@DG`zZtuNO0G-+zH@5#Qc4T?F=W41xbzoczT%CB&0@G3djc8smuf6w!p zR-yYN1N%tlMQCV`>owEPH>Pp${^0dti}`zR-uyAL^qmjKQYq}7=9Ff4mWlXzJdoMQ z`nazCvi7gIE6TS0D9xSegpz(gdvy9r4_5J@B0x)I!)aOYN{mOxY(g8c%^;F4f-{#H~Zmr6tU6K@sZhW zad_NCacMRZG<)MlDt?-i#T_c<{~(Iw(;^mdIqY6h$^99An6Uy01Ls^q_wE2zda;e|cd;YdwvD4A4c#a=)S{dnNvZg}zEg7Je^{&cKa= z2n0&avgu*fj5Z={Ni@pCIJV&B}^Jm8}yq zUY5DS7_yvVQ^WU5ZeF`m={swUgZ5dDIbSsNX*l}fMpw4FZSURn`Jy{v_4m;*_bK_Zni6=gIQAtk<%WqU+l zD}S$|%!rHc7IpaE5F^y}gYT=X^hGg9RLRS`yvFx|65e|`*5w<;`gY0&leJAq~8{Vr>p=LQAX1~s=5 zUkZ1!D1>PkUABYITRg`6%$43crJJ=lpb5`IzB`9DMCIq%Veiy$7#3BV7dEyIKiuVX zj-Ps2IUjBmaKH481@h7$g?EGLdK~#4FToXAPu-UK4JS zdy~IUT1m}X@)Zb-J_;VUfe@IklRPS_t=1`~Xaw3{4U9OqtJ*C!UfR@{dNOU=gkWab zP@IyJ2bFVC`HT%Pa?vK(8nUpi;JFPWPIA}u>PjaBtI*IesJAM^)4TGt;;Nzq{5u@* zmT_b}BG)Ka)*l#>_9u32Pg;23{7IjC^+o{MMSx%F3g1*1t;R6e&A4{%Sn_dTwB!f}-2$fv%S<3%#{ha_vGKgMK# zS?(dNcMJLkq>(nQU0sJMcrg=p*OSOO+7j`oAME#ARfW}`ogP+ zYhLHi+EI>Y@7i=fHOv|rbv_%ZD#pNPGdsxhOS55b0g0ubfKI#z@d_C0ncAUqdWP3y zaW&?9mLje_RY~oX$C|x3a3h`u1vJFsjA+_gSdyu@#xIUbEK{iRb!2+4459wB>&1Ur z7_%4XXTu5)!Y~7A(Z5 z!XLVFYd%B+*nJl=@E<7gkEUiBQI8MALlTv#Sr!FMe|=l%Ao_b! z?JFfUN79mAet+ZJC63H$0Yxui=&=mgyB18QE;T>(e9?GHNUB@u?{ictHk4uOvENzLhjbMfxa9GZgI2r?Q7bdDKhr}tTgGH%iLX6DceFWS6EzlD zc-Vt^Ks+)ZLt2&J2ri3muaibiUGL9TxtCf$=JF9(nYgm1O{<_@Q>#qQG)ckLs6D>W z94eRQFr#QvnrXmHSs@-XGQ%3r5Mpzmiqsti#lv^~88I5Zx%q!a4AVbpPGdw{blR@57KCE-X zReL-@iO|w(jp~&tk*3cpM8?OdjFtP ziq+UMiXlFH_-t*9pH17Uw|QpS5GTTi{3cwlo)BI9B)k=#DvlabExul1A&_M;lZdX$~amPfdMC(D3lVn_}159%CbNYdr%S3(0t0d)?ba;6x1vY(YL z9#=^aCF~5XvD0Lu#Vf{*naq-6$e;uOIsAz3Q)u==h3SPPLN<*XB3X-;6_uFwk;}+# zShFv+qX=Xe56aJNgD`KVK(I1ydZ=1uu=icW%6|Aic6ay$RbM~}MlArua&B3zR11iz zV62rzzaB)WS%@@tB=c2Yp@I|N(+&-_N;RlRYnO$%vuerhk0yB5>F~}$oDx|_y9o}% zrAzJqCXly3XZPOFw(o@qQtL=F)Wl%TFFW}GEm(Ux+K_Aw5Th^@BI+Qf`PqNaS2y;~ zb7Q<6Z=5sPH`6XIzz;D`H(#VhR82_^W|Q#KF|7DWqY|b~B>a(&;4&jp*>_Sd|J4U& zgpPz1+&z3rUUBccZL)~O>Qd9r(G+SqYIko)Q_oHYA1=oH6}2Yo3APa&+Os+A)|7DC z#?$d9mScx#>?s?)NuDP?A-J)-$;NQ!r;Fob4SQB?5N$c_`YY_8laHur@Tp0U=UznyMDneJMgTBK!dYYs>+LsZPY2i(=_$sO{Gj1#}46#Kr+92@! zJAat=Ivem_Pe}l($4IR4vQ`jduLvj#>0(WoCmZZ_%x)dkv1nLDpm=jmLwR@+8kHFG zgZv;RCu=g5xI;%`hm8m|`iF@tn&-v{r=i)V3UlPVw_p_{v5&$8zX(@~gLGpvFC?1Loe7me5}ztC(x!qtMh2_LT0jv`#$s?J(`@!YAF zzUhWI$fU`D%5$hsaWc@RM|?ZKHP(@p3t7(T^U9(-!_kVksi6gYMpdm0#@6-8%h{B5 z-Ox8ZK=e0P9~}0Zv6PBmD|2uW5D58GbEQDOg{&8$LhVHpIPJ>y=(P#FhY&2isS|+{a%WhJRV$ zP=*1+*T+M6>^xQf&AZ2sPpEgwYd3i*iw7aSTvDW#Elq-LXZS+U)Ta||{^flw&OvV5 z7WLe1^0?hwX*>qyoh;$&agTBUcK8mywUCaw>Id#W0VQG7>v2RKyQUhE+J*tV@$%LoGY>bOI3?`Mm>sH7+5=$FdLL5)11V1%S z5<%5<2(#oz^<#JfQ#_*Bju4TaYJ~f&xMrxhPtk>v8qT2VZn3Gq;IDl&IZ$ZATjJ?y z(L6{D?lf@IZ#_{Q7bMS7C1Z*gR<2m4x9ui85F_;`j(g^03yWiW1c+T|Mb6Kw&In>t zt0DcXC%DBFRW+w`hyFLSOxXgmM@V|5qF9ij8Vn+M8vi-B*CP#yfEdFYM90d)Yx1dn-yUvfuuM(<1!+fsO>w5& zBy3y4rKg-btm0#`w;*qpJQXML`NobkfBSP=owaYoZj5(D{`4WpdCZRgI~Ld1wo~`9 z>CH>lQ>OIG;&7LEEFg!l1Q4X-+!^kcH>xbuGjBBtjK&ZgQSo>DD~yWi`d$$^I7QRn z{#&-`!JT%2G#o-mX6NRqjv?}C8ba#8wZO{Y7rE+h33OABSHjQPMYv*9A;_CcCJKY{ z+o!?&jd1m`oR3gL1|Gf3!_mLjTvvUIe?e>WP=4BJN;HAhR&OXW)9y9{R);un0f~%J=J6YgHq-7vyDV?=ekMQkgg?=~&m*gZ zlB+95(dFf}F9I;^^-L7RUDrE&)RsIGF!#VI@Iv)?P10{Sxj}pW-C<)T{=^B_plPJ1 zcXsy9$gFAH*k@47>;wMh?t!H`*0`Qi=cS7VffX1A5CfPVmsxk z{s{M8E_d8(V||X8_9(+G9{~Ur1#g-KU$(>qT9CsZsm=t;^`6ek_;UrGx~Tr|HHi~6 z7yLJ2fQxo9`z8(TrR;z{YX&fZaQOJL+rsQ zEcQnl*1J9|@b*=-RmXSZLR$@=#r!o~)x)#{aPQ@wqGzis&UsW1+G6x|($`*`DeF=! zh|LS^#_y+Y)O?N&=Jx8}TnoIs)ac4o-44U+h_LNC1`iIGaNfjNW)JJ>KV=nk&6(HQbrr40$b&C-I`$2e|dPs!tI#;HGzHL6XCEn~x&Ld0~AmVl&oj1k2eq}g(qBsW3cCUEsv=oJID)tEhQZN!W z?LOTjX=k$&3Z_^&-;T2O#rTw6VP<17n2NxYrr~}tBJ0)U>eOkVh1r*J-q)z-uT7X2 z-XpDb!E*S^-pQV&okYd84MR`j2nqaP%#YR9heLRVzF(&n1V5@U1t#LM<}(EBg@sU| z?BeCMEakq`ARi6Z=4?KS<@hdF*ohH#jH%wXTB-`9+{Y6I1LCdt-|Z+qA%!4zsvzN0 zU{t}IIGZt}Q2PzP#(MOL+$sgL<+c5uJjZD?@gqP1cq$z#D z-`DWtNasCwTOO0rM!GoM@XrObO~>ipkG?7$xQt3LtV&JhtmInVo3dID+>nFYHkDq4 z|KCy>GVRwB*10pA}-Q$OR!xA-qNhi-3S~2@Y0WQKm9J#Qf5I>O`=3U%e&|IxMY)(Jj zMeU*{aolKkzDZgNkgKTw=Qn%%T>cyB%CNC>H4&inkqht>U7h%- zM${g|KWiep7;p^*)+DZm0C}HvL2*C7)Ubmb6E%9yT({f`&kSEFFmgflo(vbZ)5-WA z7V3Av4%KsHf~#xW{q%3AY``;2QP-Xmy3v})D?RA{NF5-;v?)|q%oUuXu|M3z&;>Z~ zOWQR}WPz&&+S-Awy#L0om4^)hdRemkSw^eVSh5ZZzu%T!*(k<)_=Z)`P4CFSo=sG> z?_}V@bA3l@`luw%ySF4x%?`^m5luV&`&JxXrJ-X@jU7BX*g|(;iXoEHpLPPi8VaZA z$AS5mS-Z67373kk-VI)aPgV&CQm`<|qycX{+B%iPkdBXI!UFlpCdQ!8b4v`e=5>~k zt=AWeI`ami3jFN9iGJte%VvQG1rEI`UT0lEz-K}`gb1jIh)Bjrx@P{^b7J!MIi z!W%jyiaa{siqu@~Gs=XFtZC+}&WuOBhE@3+Oa(AdVG5#V4cfScH--%h$MBo!QmUyb zpiD8MB*+qFHi$uSvYY#jLd*8dQ$={~Z%avmHZz18RgS%8I}4s;>CPT*Cr&;!$g}}& zb_Bz}@Xs{KaomIk>HFBT>j^FkPzr7q4=$Mh?{zTXc?x&8m3CwhBde>QLE^+>>~{sX z<>uC?Zv%UtObfwiE5R!{ov44bswczXaSAH1TBF`SlSLs}|ED*f-I5!TY_=@JhZjE4 zC_fA>7Ya~>-x^a$b3##&yMDjnO28ODo7Z=DtEu**%E88}Z$SfpD~3#2^1MyQMcB8n zKEjPXeg9c@cUEQm;GpETBKTTYe}QIrhuQNtZm7uN6)u*4xn51Bv%s;*R`4sfLGV14 z#{`jBy&=63BtTs0*-+`XnA4HucXQ9RA8RO@U;nRT|C%7TWubVgmePj`tX^(BY)q4_ zSKpNZdvmT+BSyR-fFL|Ci5GKHy|a$7@rs#E=~Cc$ifXY5_om-6DXXnMW8$Qp43ZQ43IjMi2?L#O0KQg{N&G!YgIy~7frT}ioCxqU@GKh>mL{IjcfF+LLUf3^1Kf)Z+b z8q(eIPihn*VTpV$rlLEz4!*Y1YQg2<3p1T%9FM62cy-sf;VP(L1GVudo#$wK?V7C5 z5Hx`OWj}SKt$QT80OEu7z$csYJpvM(Jtq`Opyv#Sv#^*v?dJ67I3^0FfQ7RG-UaIn z`~Phe2xa;mHakJ&to8D*H9-KU{K}NhVH@cSIsFiQBqt;&wYA98d*b~y`Qk;p?znGt z%sBt3OqS?%++XQ#r6*;7d)h^kpIW130bz9!C1)w14`}=sTEZ(9r*sXkM9t%EzSnx^ zIsWMd(VgwMrDl5nUlbhbe)c)zvrR0}P>`R|$Le%s$mArb-RN5(3mCxcAx==gYHa;~ zWAu+OFJQ2P0Ta<`16PdN3)>}6&1D#4h9BZXmXrD&63S1i|hO=m^ZMf8nle)JM6mPC--=q0`C?GmtP5Q5&w}by_S0wgN z%wS2<4#70^cGV^@g^utx#ZT@@T)qY6?O+@I77&S6!=tIm0A(8S`6F386nOHxsY14F z+l~t1 zyC;LSi$jr@W0CTDeNx4dmC<1BjatsiU{N0DV%q-!b-q5?E`O;L9p>ejp8z=es?A&5 zuR@CHt0z5i+88>c1ixXWpe`NKgK~VPXzOA-)XhC?GMBn+TLfYA-x%gFd*eIwoy6CT zYoqr!;rA2h|7;ZLK&l^wT-c6;UEmi`5E#bIPL?Qf(vtKzSkC!rKj7ikz440shZ|le z*$+Rx7%HeLQT4!jGd<$(EUiQ_PeCvg+gBYbywjii(s9 z9nhusEVtBOdt$%frv*oY{B?oahm|nC`k@e!`S@zSNv&;3EWrhhQsXyn&)BW(;^5>z z7{gQ@xbGTo*&?TH1lk9L^)7B9b*PmAyK?i=Vw>Ou%wJno!QSLW{ynQi*zi;Il<8bM z{y5TM+|-7dLufwsH$cUJPb)75MNA+hG$GVh=m5EsG_LtQ-X|R0pCDsL|0(Fb?oj@H z$@WE5rqAt%VUk99f|C-@t2v1t|~X8Tkpb0n@?#(eDKR|u{6iPxv!PX_J9 zP-uVfo0=M)Z345<5mHf>M35g~S{dDq^_3s(X(2!>57Ep~c1}0G!SvA;wuGH!O|>qs zhY|8051V2Pp`LjkE3Y3LA4nH$|G65$kJ+`$t7k$fCH|M{ix5z(#9I<{xj!Ty(r~T5 zcvo!Lk!<}dF*jz`*5L?X?Liii@B~BcpZcR8)_CIp3S2hayKKnweG$7bYpOrw{Tg|- z1;ON4qr0_u!ac<#`^6#Jm^}7)_XVC+fc37p9EEm9p0ODxr2ou_kja`(utD0@RLu0S zX%gAP7Szp|qv}X3O6*i$D~Noc4b)qNFQaoob6xj3F{+|9}jjrVCiZQS6q!R65k1 zKPJ`_7wkt_#+zlcjtrV+f;N@@s#yNAHSw7t>`x*>DwWG>Hl%nZ2_CNv6xfwfnJ-@e zY9&>5T5$o&#uruy&KMYSzqg0{WcZ;@m~`v>@MRAv1{R!k$)T>9;h4wyi4@;rbz&|O zzntmV(@{;VgCrMf#m_w1+Z77b-GlM0c z3(U*9{=i!gT9Z`>ZXq)T-p&%T)t3$?l=y#1uKy58rD$jJwP}l6XwL5=YJ1KXr&ll( zPtTPW1BfehxM7&VaTmp%Sm|k>rby(K81luG2I@;n2jEM(h`+%hTR@qNxAyG|R^78L zq2^so$fH@EeDxrL5L!jcCxb?!{)p^6B^(o1}@VauFJTdPY2Iyy}BE*#*kwTBUbMdEEsj%zz1H z_=h;c;DR=SNi=X85>(4&E8CSB4b;{2m{WtAXL-e60`b9IzLj=#kizIPI|jeL>WoqJ zqlZ1|KsZ>tXx-O7wOLJsaQk{e8$6QmDN3tJ_Z?GXe%X&{UR}_N-Ex-=} zTvvzQZ)QtQ!UB!C5zp^=Ve8fJ-}=tik+AN!)EB?+zBRNDn2>pX`i1|bk-ocQmQXP5 zwFw*#E_qaqEJPr*@xOZ070czg^`y0-8j}F1T{=c#dxF`szd1pe>QBX7!w!zO57Zrm zET+NS=eXZw?OYvQ2nUzK12KEY_*gJpJ%7t}CLk)->XQx(Mf%_y5sQ2u$(~YM`cL_i zViK>yM$4S5YZ$UcYIw1k^6Jm2c#xAH9yZsN8A#G!|3sgaeWay{xzV-WDpw(zRuFoH z>`S(BtmX02?FdsqZBL>zfyEzZ$^UQ$?;NoXBEWfvOWq!_)nNDe@Gr4IJ1=>^X$0do zxpzBSr~Q~T3@2)f5Tt|_^7R}#wR;=9va~vdb|=T@6WA2!)Y@cmQKI;CPy(8r?-;b* ziy8FEkpAHRGo|&whXl3VK(qRyxHeR_YyZeC4GAE<*Tiq}bRz2zplXMeasxwbv(oE1 z;~QXDg=qVQvPvgf`u zpx|&m)1W}3jq)@JJo=`k!|2!0?nc5#_Y!ex1QHz%`bIjChHLVSFR@4~!R)n?x8kpK zQ6JnD`+x||#9q6#6Gf^zOPQhJAVrOKW%VWG?iDyuUQlmG9VjpWxKi2Bwaz_K6zU$V zf&k-&NBBpveDV9Mqw68gV;<`ejQ8qFI)f2W=S78vx9gfz2qqRsMUdCBb7+KD|mVB7a7eUwm= zav!D?68V=Ff?N15NDxX%&hk&t|C{~hC;W_M?XR)&4vn) z(qz`aWV$%MZ6kn!Sv~1Ky81}c-8&(Xq?`e2J02(EwR5X^|K$_euY!3{3+FBY zXJwGAr!G=x^hL48`@!I~dF!tsxGAqpklTQbUwo39MX2@>Jw9VQOj>{GzM^8{%0}=`Nyo zZRuTJ6U`K+*n02nC$j^`C5MWo_@YU&il+;On-e8B^iSke_?wPIjzGG;Fxd5t8Z#!;+D2(37UOxS)P|jw<9Vwp z(JeW$089TW@|Yjw<%hkjjPJY>IMC$bWCaZ4UGr~QN*9T}e6}RDgcm-H0mh53D0RoC z{aBh(-qFRl80hXsaX$5ebEAXvXND*j0H1P3+^_SuS(J96BNVx6+Y#h7%EJ zc&)-YH^U$f>&%vNtoQz)+zkR%K1XS*G6QC)K*fgWPK z9gcg}@GLl7`cm)aV74)@uO$bx3|1$6u%tu!;aCw*Y9e{6PJd~vLSDs-k+ksz`u_Y3 z`CJX!c1yc_%&#;*HFlV)m+sh2{PcI+ z?`v3PvRHJI4%|tUuT#Z7k8~;_DFLQ9IY!9IKI|TTPjnW z*J=yH8JH=o?N-^mKX5C|T*+dFU2!1^mEE$TVLlbQ&0PB1#WJV`^FNU~big3+t0ukz zTu0?lA114+pr_3 z$W1X!ZkrsM&IB4ky0W-R#x;c>fG>46V)ucAKN_)k|FV8+9w7r}XR>xCaH-6K#k{xQ z;yv)Uoh>{9!#T8RY9N%3=rq@e9CVXyOIyZcWR#=z&WnK1k+3`rI1K`qU8bG3$PzYv64zOqhAA`&DpzcGmA_+E`KAG%A{O@HhC;4{zH(8x6XH4#mUzTf$O`0T@ zg;2n0N86uD&yA*b5VKJu=?p?4rTPqEVL-C(KoZ7YH&j;5Itau6tx1*ZNqd=hNX}k@ z6L+fl5{v}8-?M2K(EPbtPDy>k)C9Ke<1V&_qJf&KuKJ zYc$B@5M}}q`BC}ITyOA)6xER^RNUG5NSVK0EwVKYh>8KO0MLYqeaFfY1G>mKvV6x- z77N=>7)_8jN>)P~Zh1nd5kTXP3T%H^59w;7oq!N=55@f~a7hXh{oKX<|MMmKXXVaN z+)u8R>TOauQGuhTNxwCUF1UrJ8NkwG>xND4Llrf!@n}uspk75-pfu=X&i0{L$+2`s zalmA$I&&=Oog0NdY5jKpq@$UU!JJj9>gBc-fAY7ZCC7$O5;O3<=E^YYH6Q$0Sfp;n z@Lm;V24LjESoT@=5&*WTy}Dm3+bdgbPYd&Yj=VS+>@1-GmToQeT<@N2z}W<iS0+H?Kz(Py&!Z`3mfU)j2Zv`Pnm9lsY3 zF4D~v10!w)J|=YNrFqz&Yo6$@Y9ra~etzwnWv=ZaqKsRX-LYarnO-BRI@n-r`>q2j zX-?4L#(<>M@DF(TzVcvb$iYg8DjvX_+bSF!C-rbNQ>+wpe&oiSyV~)*X5>NAQrS|u zp}X#L%^T!*0JP14=2E+G4(WUFWE|T;sc?2~SZWJ@%U0sz78c~85U>iv{TZ6ync^ON zbvy2CIz6T!{YKohleDsjRD7eMS>MEitsEMXPa)>wx8(9(tl8DjkVhBYcjU>_k)N2} z!4%fqk%Vi3V(TFg&DR0*{BJn}=_&N>*jpZD=itrkrecSJS@Y(b}Kv*vr=AHIY_x@W;PX_3i_YydP`{ zIy0^GlTvS;o4f98UyqPA6|nFAgi>l;@zwjqhRFV6H&D_NLw=_JhBaGG!o_Zz#`)tf z_3kbGw5r~62~nZMB9{04ejYG=@$5{t=!+3g-5lJLoKz^JWcrx8(o{Ky`e4zlQ1}vJ z=DfBgLGS2K2Kin#TKv+ZL`a;}@ySz%n$pZY!a91xb5EbpnkBNb^jOlV3H6Gw*%nO; z(YUZV^fZ)AP_MaBHM>i|G~x0Eh$BNWR-9sS;L5s!dODGkk15uZB8T|<*m*GDXI{E$ zpS`5~gkyoOi*MSS&t2C?i)nd=Z5Hhk4p>EAki_bX75yQ)R*aoBT?w3nn!QmJ?hg!* ze8sMn81ZW1;=-m+um~vt*m*-G6mHi=kvVH8kT?Q2}PNcc^UxFtclGQ!+zFB)oH;2rx z@^HFivrtre_Uz$`?9!#-{tW$L%Vd`Lrmr`P%fkz(^f#?k*j1!*D}z@ioUsOn?UW zb#t;*Dy*3s2sh7Hvn$@~CJ%x&uyY6@@ImJv^H>zA_0ZPniL*>k#DXSjoK}2rIp^V6 z_~$(b)p)$?yJ9Td06X>bU1B;5CTram$&q!q %xcyi~+)pK=#ICSZo9x@$=fruK} zV+IGh>FiZJ!)4k-vnZQ9jY4FD_8mvsc9yua+TS5wI8zb}VJk0y9;6cCBPPc*Hg!8H!VTnt) z<)-m@8T+iP$`G;3gT7{I7Vm6Q=n>Tk&j(*;*G5J+8Pin%*tQJ`D5d69T}1k^=~vdK zq_edzjp?M{v3~Si>U#kBc)R0w(Rs6sUC~qZG|NwNkp~;~ck(L;km?b-{Xol*z~I6wTVJ7U3Fmb=6SU*>eKupQPb)jm+# zfihYBW$e|pIaU;Lz84oUE%I|~q}G{ZC+B=J`qvH8aLsfetf(>)cYuLGD28Mm=+|#T zgWOnvQ$yir{%DC{*03JZL1StEEQGG2t-9VaRMPh+1BGAMrt^xcr!qa>KLPGKmAjQ; z%{*{9+yw+yZdIxk+Kuy|IqFdR(0CZehgGtd}V7HUtu+J zdb^zwZ~1!wKLT{br{2k#z`G?Ew3;p4OQQ?v40#_C5s9k(n~9(U`&dMfMzh`CruG-+ zt<#u>ZE6EY9aFL=@YA~Ka9nJVf)DF06wu-JY72fwKVugL*$)p@X9d@fjF^3w2yGZb zV7(?8+uiXPO%6in4>5t6%ily7JIxibD9~Y5byIJ!8j&c|G%h~=9GiN5u_9=Ke1b`` z7{^i#%%!mjvU&g?=E_c%A-q}FTFW?q+7zkl*km%bBl^g0#tJ@3wOz6%I`0n==>LGsZ4WhZ5BUEDTek2k% z=Y50a^F5ZwoZQ~`$={_(E~_e;-JXYRJ0pZMl`c>WXS7c@1K#_8jOb~SsK?t>&;tVn zuZDXH9=g>o9BWO@EwG0A*6lU7mvd;v1vw`wa~7ctQ8m3UTK~EiJ7w06BQ>947!5+qh!>ELu9wGMO#YLW+DvZTZ+!E4JWiHc zrWK>2kJl1Kh@KRHaI3u5)p8|5UJx$?liktubhKa4FrJ-#+P1(sfB3T5EdkQP{NChUn6q3PgtcAqKrufHeot}Z+K?JavQ679V61(hCN&tOlXW|Y(W||%>3CNzZrR`c@)s(9`z80xzxEl_5kPk0dIJ3uh*wtb5jA3u^(1Jw`9#-k^2p$P!+oIU&sQb@t58_sO3{l}xtCDvcj`|~ zlDa83^dk9rmO>xH-e5|4|3fcVSr0{!B%q|W|5|`*`pFTXSZO{i?jZ(OjG@YR_BVzT zV5*6msaP7lLP22pZzs3?p8d-1OKXSay9tS~F#c39LMm z5{b>OeNK|CSJh0IcdMddi(BfmN8zneUZsngqIR>q{*+`zc|!a0a9E+lg$o(p9OK6S z&TIvsD!+HHc*_=38N&f3FD7vIj5w3qVHkQszd_y(Q5d>T;;L7R`+`S5C zDc@hnTnaI;5=IWv_pZzrI27o#Cr}KwEJdk*`aads)1?fzezD2$9<5W`P`CWy zDn778;P1as-zv=}GrE;06w^)X*N4XjwrUzpxY>7+NznAgaY65OUqe94UkOmI zLOs4NmsQ!DkB(czd1!T+;wVs zHQBPjv^eO5I-{s-P8m|b1kPKfsjqZZb%t_7dnf_gSQn?aTis0W+R4J> z$|~{qx@+nA%id@-K0KtzyOk_Yqc@#7c`KuL#B&Y6J?Ax1R0<4M;F z&;QffTL#3{Yhk0MxD|)u9o$`u5AN<(26rozqQwV?VjYURbf8nbSaG-FUfkXN&fE8# zd(Zv-eLq)rcCwP4WGBzFR@S2gMc`Jdf0|815DmMQ_$zdzm%(T-2!BX7$G)q*kLAgh zvHmIP!|a1`yG&J!*ZMTMxIYykw~=>aWgD*#WlrtB$gwysdlQQ5t5-CMu@@-zjvhcZ ztuO++Uhq8+0PyTZr0Nb4u6J2G6@k)T7O3M~S68i$vW6b40{!KlU?w_n^;jL)6d)?L z7*H1}al*i|QX9h$Q6JMlQl(X#MFhONbGKU1N7=ya99z%yVf`FN`kXSzlmL%PPFZ8B z*LRDT!IHTt=$=Ry16|@P;zvt7B{X5jqO;tOSM%!L*;G6R)lTqE>oi~b_1$y(?JS+$ z>G1K55AtN#zD>>UO@iLUbbvSxBY#^#k3XHeIkH&}ey4fX}+9#t0**oSL*l~05 zDEO;e)8{dC^!uukEIm*KzEUH-T&0i^{@PoAOlAKEC2HZj7#uWhBq93_G0)e!#|tk-vZ$>yqJFr{J&8F1qFqZ=Xad{ zslVBzbY_2Wa4?2~I_QD>KKZZuH${klRm0vEnnk^0WTpG3Za|>@--duX1wIiF{MEG0 z>2EV(7U+x&@GQ+ID2o3ktUA;hmFduB-h?y!f6WGC^RmQNd3$@q(`6a|f9XnhJL9y9 zM_rhz|I;(%Pw7Fo>9w`BRJUE6EdSFrPCi~xMt z#6~z%0X=_jt+Aw4=Aq*iJ3`eN5%hGPQytWwG`j8Qu|^V#E79n8+0?f8bd(jTzG0qq zNFydy0{`%FA^X2KG37bwTc$-#LyuB>(*M*la+(I}vS-$!P^5FHZ*8tSyOyfC`nG82 z@#RS>-}IB_LM|+bn@eUaSS9Z0hmkXW#ujHwfDOgPMjS9Sga=YG9W(QrE=kipb0>vR zWwT;N#s|A$AuXBqTC&I60!yP$9ycN4btz=tvNlFM1!9PVz0IaqW&W2BCWgE{I)d;P zgaZ+t11!0}-b_5NOFY}TpQDl6h^E4(Qd3jAU4A_uyo+mo6LvH5l?kMeDm#PKuKTFZ1;gJ++BkEhm3rytOsG^Kblr+TIJp52=Rl zVHl3i4@p<1fwit%Cs?p{!q-a9LBerRb#BmO(U7d8D&M7OK2w&p@Q4Kl+0;aKWp2~C zeu}?!R{PzhI$;xv)L`6s&e3_KzeDTy1a?&)PN5Pbe0YQ2;OA|y4C_fZ4LD+!%P*9F zb{zKfupVyMKHIMo;pQ@m#|b+Az%k+^&R=cOqphjh{83dd#@q^sMZvd^s#=^?-HR?l zj|+(3537QMRwwv!_eRYvHL-b(~18!PwXnAtzsLsA?#lcbW9Nlhg2!h8xe|S12LFJt3D@ zkX5tti*LocpEfw)pwV)T{K$jKQ<8Dwh&u)2JSu&%r@dId=3VIQli3IdCHjDgo9DG?gPv? z+IWO3b{j>>y>9ZY-I*Xc9>SOIs#yD3z=dhkE)F8#uDGj0+#VSwg9U!%5;>c#+@mya zk-ru#pC$4wA?73xE#m78Y4VN;acE~_w{YpqDrw(d)4iEEx*~^9$F9onFV+>64|Zdn zTOs@g%2yu|EtPu&GG9;YOxDeGfgtEoMd^IW5ksGuB{kTyzfyXg+~pj#F0K-WysX)IWG&Lh^})|+ zP`x(oey3X5T<(pFHNLVG$lgw`V4?+mS}MIUvud5(LsIEHYV}3=1ajvW>-@XL(nSe@ z75rE7q}d1GRO!=}rlH)K&>Hp0m_yc+yt3+s%pNqXASS)FN&LF=e&dYkU`ORO zbZB{_yrOvOd!_AoK_;#-QA}CT6p5=MmI@Ek>OgM3u+76$USrzQA1Sw~+zgft{Bg{& zFIl+8j|9E%+vKSi29-w6gC<2>&)g_dnb;vB2Corm`21d5z2xuV`b zpIymgrqx6@Qv2TzA;cye40O63|b#<7s0`}UJlx>aDk?~nq(O) zNg!QOFX>mAZ*R_+`DwSD|Is!sQ9oMJSn;{&Y1 z`N!K=9Fk=g2iT_MWv;^&0T~h=HywL%)X#0wi>7xWdkP-MCtL*X=caCaVq)>^j4jJH zZ0%Jzy;ZT|M!Of}WKq&S%Rs)Y3=E-!h~LKFM2?b3h}2u#(J;!d06 zHj(-ec_Sq|Q=t?)Ux6~<^G-g`@t7Q8tg3pR$*|u3t^4_;?VUmR_)nJ?2wtMX0z-lw zJJ}yek`%(f!!J_n6CyY5E9-To!zTWChAuR);ndno=&2n>##`po7n*`^X@uw?I_!g9 zzmQhkPvANMGEgi@ zx6r^y(65-tYXjKR=_LbP%?tI=^LX+(%B&M~XJh7NLNMIlt{szutNow@6s7(DK;oKR zrj?`~vU!~KZ}AdN&tmpEEG+xOE%KY@5T=DhSXTzIEc+DMkTN-={+Ufq!O{}h!S5a9 zbQ_XX1`8IxTfh&9Q=0GIzyPAN$f~QSfjCD!<03y^s*S;ClY)(m_>zr*>LZCePIJZ4 zW~S&S;$W{hE&&|_qt&@XL>@|`MVE2T;4V7#!idcG_+p+iW(ikzeUWdR@!kwB-Y9Pq zHb0PFV)-NEHx}OA~>Y#h<$n%QlC%>TU`ueAfHlM)r{gsE|mFw2q7UP&}hUeK5|NDFG z>+RzV#1#6XRh0XzVyC_@Xr2g!^V>CNkr_SEl(NnY3k_B-tt0j z;nqGS-B-4ipMe_{=H$(zLZ|HoI78tLW{n=o1zjS{_xhm{6-FZAPV$_WQo5F%%(|T1 znBD=TN`Vl`um(OnB!J5lvB^nE6wQiDfgAQNRDgoslRER1Zz2GVWi$$fQqAcFqMOC0 z&X;;p_WF-lQ=X*v5Gim#L8CuxamRxp961P2@YG0K^SdM>HguxDyEw^tD|1f?Jf%Vu z6rvr0zW{Pg6#TI&C_9!+<#Qf?9TZ?C)%OQgYTOlFk8Fp8lIRjI_&qS<)P?awz6fso zAb5pq62P0%b1nKceeP%`MbwPMxT&OC>^#mQ_uHti5dxy+B?Ls`W5}I5jAoFMR6TB# z&?$-pNK@=y;&XIf);6@(1V!nJ+Led7<1NgKL?NEVy#Ah_(lX zK4!q(^iNF(tpyMJT>OD@E+*c{3zo=V12VWVGdjlQOhX>N%Gc-<7HB>D^4AxnA9W$^ z&g5s{cM5=mX^?fl9>(v@tUFTVzQ`~lfPbaxuv2d$kMwH43Q-2%bcY_kl7O#-BBzHf z4FvD@{Z|VfuN~})(Y4J&L~bdN$D0_r&&HZLJK1XL7xBVp=hJ@{-<_yyUUj#4!-M9d668 zZ0x?gY)aHVvWJE>JZ9p9PN!TV+m@evBIQ4%ulxx@3H<5V;71KxXu_d()Lb2&bUaeS z|E>nETGhYDk-*LLIxji4+n5a?Kv?n<>^K;$TI$OXAjl*WK9^0C0^`W4en?;r zz6N35IT8B-8OH~vViEm`&QU68#tO-WABUwj-tU3JAKS584Ztfp>@&)dn2*Q8-I5=j znS}-5w~$b$%eH7RyC(0Gj%%=D))TOC7;8`}@8QJGfYioBM0AT@{9#hOFx@)b#I3E2K>#cT`gfqgUdJ2WJm_h)D(KO8<-Yp)@&h&d+~A`NY>=zlsud^J3IrAs-G+|>|?Tr8lU6x zf5L}@3fiySC)_gb1T@UQ;-fCgxpkkoqjCHPOut0w-i*k339unq;SbI0lMJGxAj^;< zK?zEgsMQ$Z?3zNjVeaz7;){OFVq^8re9MbYV#A2xHZa}Oz5K>e1_&O{B_Ah~azp}T z%LM3DKR+Oa`P2l`MItQ{-dAMdh8Da)^Fsp;^<|PxRp#w%%-(D$G%rpgY8np{5m}In zZN2SsSR;#zi({x>02)DbDEloG7_#-#`Ov)bva+?=)Bqee9m(_Utlsj;zJ3S8yd+i^ zG~7kDVl-(H0Y=RH<;icDK4(B{>BJ)=W`jNOjZ^$FzKQ(&Vl51ivvx#oOrs0Cp#kk_ z#nbB&3YoN(kIwh`I9c(PP?EZSe{qsSC$M+RJB_KRw{!bMkJ9h(t@cxE95pduJAnLa&P_2 z!llh;yW`P5tZKep4gM&L2MC0q!QL9b11$eG0!(iUxMbnI?zB(uYv{07WBIm?upYk% z2lbb8KQGK{d=w&ObOFDO@tkUT7%F_5F*5T&SP*JQR zPiQR-7laj7AaFeP5DydVBa;dj8VFYa7p*>w!)b{UnNagrfVymV{jG+f?jwmV`&#}g zzNJV77Mhp{*QLSu3Ib&syA7}m;#Gig(j?|Mf7;6l;arvwMb|KyJ5-if?A~f! zZn<5h)yXk`-XZ)3ZU@DIE|XGMlf_J18qvWvL4ddgC%(iR2;S~{L~jgmXQIB?Y1$lK zfH-h*YD1&438eC#kbvFY7athw8I%jlbw+@wUa`xeCQ&pSq65mgL{L z>(vR`^()VAAFt6{?*^uD1V2bDEk4LJQ9+^NY)(hw@QNg?XW9e3&R0X5j+cRH$fLPC zK(IbE>@}Pk7nB9B6ri0d%YxZSe6Tt^qMuIm=&%H^LSj<1MX}>(ovh3-fF_gm#D!w3 z!LMa*bVM0AO}t%!CKu=LH=F_sn$5u1jqvsOSD%T!Bdy3dy8WMz4hTtKlg!xCX42u2 ze`0sXsSRm!L6v<%`=(&H8=HKV0TYy6l?8~X2h4oV4|_d?#bb*p`;VhdxB?ms+!fig zrIZ?XU|>*4{O49!enrRKvFQuM<28=_TB82q0@%IL5(4~Kft%2f$24B1!m_@_Qma$> zho1bQPU&}UD(>|c&`<}m^?U0UT8SU~YZqoWi`Lr--ql!F{ z6{Gq9%Q0Yc`#vkZd)L`fEXpCoo=8MGn^V6I=6%PD0!V`ro(?#tztt{x+Q#o(gDjmL zaLw0qTIgGqH?+o)yywcQ`8Lioro;;ncZUzQu>d(MRy8%S?0{<~dt@!LDlE}l;P2M| z^J2bmF{GQ0T!^8fWP@FYOoEjZdCg< zLl@68O1jr=TU-mtb5qdGeqb8SgUEBOMD|U;e1F-mqUVeKHlqG54-|5j`a>7_J^OLm zb4165BB#u(4*a&Ng=PEu+dGqA z8b(|#ddUwOx#$eh+~v|zn$;=MWYw`Bau8~fNvI+S> zKmuiU#n4>jH8} z<|$PD_q+`(YV!vg|czYNw8^noPV0V1FD4GY}nDt-i*cTg$7JHQ7XCp zyt`VdBRgDYsrj03Gefb4-}Bop5GJ>wmA7SxV4CUF`ZH#-ZeL@$OhpsFEYbMKa$4Cd z>}*i1_|2oO&~Xr~Qm=lkFID`Yns`Dun`C`N-KM zKrFeKs>(;JZD#YroW%xTRUM!1Yc+2YLt@i5kiHV6`=0yElc2DoGKbZqV^a;;B z3bg&@0$v;!ONMTxQwI%SkEl}>nsAOe&cOKsBgb{ydrn<+?9;88ZPHqx3Z>hd4kaOD zzV(qKUzbgJ&a2^?>=LsP0($mfi)J;ogvF6tg0+c9^2W!dy{9LFe*FaX8}+ShsuQfZ z&@09Dpqx^D)D^Pk+Gf{&K;Y&85(b>l$#MM?^y#vDKQfG0+D}>+#iMq6QEfWe2!odD z4Q(cS1|-i-)ZFjMPuMm^d;BTtrLdTXh&cv;Vbb;ftuTH)L6pex^1%aRv+>~e8_a)b zq`%Y)P1p9P$B?_?&7AEP_x-1K!2hsIoCGz3mfvSu4i65r_qhK1%KtDu|EEk-hcY@% z*YFxBFOW&zQY3xF&g*{4?0$}VUaQgFPF}c8r#!Rq0zXb_wFDSY@%@LHh$wjtOSh8) zLv@4uP3)(!S+jn9`V~dzdl|Wqfzb{H&k_SlKS$-=Nfnotxz6rOjdyuEjyb_3G?{Ic z8!eeVyq4*UE_eV2(UmvAMJAJm_lCoQMHfsG11#V8;-3cGchBeoFNc6ER=nQ3XBD*J z=Xk~G9o9@m5vEC`H;Y7@ z)S232(ew7Q`hC+U8A~xj4r%)izjk3{ph*>>2O4SMu0aCtX!i1+VZxZ2?`)ls=!5<* z-*kSoKIeNRIS-5&mY-jAjnilC$q>rog7Q$5C)zR7J2sa&)L1@&aY^bk{wj9Q7|l4- zGl-g3;kjE>pVc>Bx@HxMcFK$L5^qgO>QLL~dzT0#Lmh|N=v#hEp6_Bg-q^gJnCPqa zfq+#f#-Q9ZQc|}QrWj??z8|h|2%%P-u|D`43wWF-- z!q+`z^8q==tk+1%F}mac7aPV1ZmS?_U(x8_aFBd`OG^8LomJ&XPA{_n^4aaGRPKNlt)z9N8QQKHVVRekb~BR8o&ol3j0Q`>>D8m=ICLrWPSzG;PVo{r%Loms^ra zcCeOorNMrwNX#G!Jc@($1QH=Zfy&hPLzQUNU=Tx>mc42nlw8r3a-M}Vm!|@k%rYGR z)=?RN!?3h(YfJJQ9>Jo*;xY1sg~5Ql%o9kVA%7oml&wwsLd0F@7CigX(9uXm@Y=I6 zraB=XLW-egv&!Uz!dZ<<5I^6u9%5rNaAGCHy_X|dBu4y74hcY+VIvS36LLeVq7V(8!O4kPtlyTge=OS8L)Kqh_2TF zTjSp`N03`oI5!01h>epzy84%^@qdU`i@VF4>htjhy*^ilGvi@5DlojYWvQ%ei;AO{ zX`2QJ2V-b40!R{;)QS3IBQhN4OLi>D8E2lak}7t?zC2nvM)=*XYIWv*XasEWgcJ#o zLCX(nxOsxCIw$JP)P*1!iae+oq&}*3y}kHZ9r~$O6@II$W^&}=(oqa0y^T6YPTfLO z*l}H&hE4wC?;TkFG-F-8=tV{C8jxNjrJu>L`JG7VaSlje>}{yb9B-lZ>se!Bq%YW= zgY=76<9$T{FS~T?UH@3FC9d){!EVXcJGgRV&e1^m*^~4Wk915%rx?M=X}~wr)w#x z$=uwn%W3AM*nu-_}syKtbOAmTvv{tu7bJ5A^g$u^n%a8r@@LraawMV5kj_ay3bTIS;d}c z8nf%dMzy~71bat`tpDaSMHt~u^lo!QuMQFpNtybXG@Sxs%Vg9l4Y=hA3vbXR*BHkJ=GI91h zz&m{bpwp)9&97NRhnK0sHzY^KM8q*u&E>8a3e5z8s;1xCd*@8?1G61>(BsuqQN~VV z*nTf236qgQT)o(>f{{inWiIHu_f)X2Dc zG#rd^q`D80D*5obdT8aafteTfM^y7;l-3PM(Vfg98kuNkSYdUhtDA;{DliEtUplcL z1Qy851X~yAt?hoEz8_e9KhQq`Dh0FkINJ7Nl=+;x^)mVUP(rvJM5J074puLdkfkBH z0nT={ozKyh7)J%)I>-}aGhDB-$HlV5_wJk+PV?Ap(zx?7y3;n^rZc1V5R4UQZ_3~b zdNn_N5-&Nd>99vaDec;)e5AWvI_273ZK9M`?>-xw*`T>6s+oke9!((aA(FpVPVJd?E@mACXt-*1F9%AsIT2a=g&-{T z{zAFa&-A>)AlH%U0DskCi}e1jGs<25u2WJIiZLJ)FCHy5cclc0Q1A$PJzb1-7WX3b z=X<{0xwM^3a(7y+2r(S#);|`*EP>`@$K&1AEnWa#vC6B}cdxL$jkr)h;{kAWbdh8! z^u%It(ja?F1>-+X;WlPNUukJdM}_jyOoDmNf*1JNR7p`QaLven4(P;Yuxb?Z0}`&u zmy#JXK2Y-8kWM2{o{yCnqV#R`2smZGj2ii1Jzx)sMIFxP3=4XoRF*E3H~i>C_J%lq z3B{L**e;ED8^l8MnCUNRdSwrqm;6K_`Rj%WkfyMZhzn|bWu2-Syxl=;b@ui6qg4g^ zBq}ootSjVkif>C!O@JTU@N;1y0?|$@)-wtwUOZHbgsZxc%9~lkNzvCQ%tI(9lvNF^ zwYtGqauOA>vCLkg^?IqJ;8n;bdF0R`W<9g%I7eq&yXilcPXKYxcT%s?p{UMi19!tm zWp!?0rH~IwpP+4eP3y*wcxh9%GK5`K7hh_$9CR30t>f{(SuxgIfHz;z4Hq_Nnu9BZ zjJupa)B`yL7L;`Pqge$6#D!Zv6-?3k&1x#40${AOK80w!s1fjf~_cp*RS_mp=9 zox8T8SzseHZWPwHL}3O#Z<&;U;5gN84WDZIeN8nmCyh8=W)lQg@Ec-!si_>edk!X5 zNG5-S>aE1IGM{7x4_ogbKA3!KPbhh?!b!ZnCB*Y}V;#i%Dh}t}?b62nQZeplrpsh*)7!w%U_%3sc>}_JRw( z3Ok4S*tLsdL*?%I2AfMni0;)y%{BO2%?7byl0E(|9WmcwD*FBhvEzH}39-F$a-POb zOU{=}8Qo4=vQOL|?7mcK1A?z03xar{+vt%mXfWX4-}blQclbYAyFTLjaE-DP$24Xm zPrz{t3Lk_xWOlmDGBV+=RAD-Ks?+)0c{pUbZNBs%6z}LRGiYt+s=|V}#@1A*>2N%- z?h=lzdJt1C<>+DAdCFF}rwGPF$K}A^)2))3j zuY(T6)~l(2o8o*cUQ2>v=J|uRPF@^gB3MO}eoePeJXrLLODY#s5s3 zPhq$VB`RBMLodNAS9~|iVXx}|WzQdV=KWTk2xas*hOk!q;fVxsY=rTd15XqjSs=)@ zcZrr&iA;&)^<&8<|pzgPsQ|=aD68FP>a=sF* zxrE25VdlYZJ*-7UxX1E#ZUoFw%a;N1t-Jd0HN= zX4s^EnT?ae<%3W*!_a0-BVkNAP5S&%I^Gt{aaIl73wNA&=ud_G3!bJYiMWV;+))M7 z7aR@!Fjpm>!PrfDld$<|`I5ntCu=aplAnrpDD*DAwQOzLo11s@S7tN<)i7eP6XLE) zUJ0l@@FlHh5fpot>nmjs(ZK|g^SAd-ft5OQeevNKtC%3%3?)1kP7CYjEJH_oo1>6^%gPSRS>=cVv{ zO>n)woc^?k!#Lc1ltsJX1rxuHQMr!3mS*-_6QL!Z^d@cNK9q!%)jUDGy7WEbD9@4a zb*+Dh=3b`HmLFbaGkcczi6SmwXFXWx8FGT&oW)6RU2TRLe6xE}SeaGfZp*z(1bEtn z`DFhE1>o3#56sO6|3N9{e`Fru;(u&M-{6|DWya!4(En>n`j6=E4s32}x?iV$zKN80 z$h*V($M5g2q3OHH6g(X{?Pq>8_gbSC_w|Uo*ngo1crEYvQj?~58M|VAD@N)5=Kkj; zIla+LTj)NiIXCb4x> zaQr}87JK3m@^4N&5OLsBYS6W7>g>gZ1pa?j<-~X;L4CB`a(^B4eElpT^BVJ4gYjK2 R{Cd(Cin3}lmB4o){}0{H>gxai literal 0 HcmV?d00001 diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE new file mode 100644 index 000000000000..ac74d8f0496c --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE new file mode 100644 index 000000000000..9e4bd4dbee94 --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2014-2015 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD new file mode 100644 index 000000000000..ac74d8f0496c --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD @@ -0,0 +1,27 @@ +Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/go-units/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/go-units/LICENSE new file mode 100644 index 000000000000..b55b37bc3162 --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/docker/go-units/LICENSE @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2015 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE new file mode 100644 index 000000000000..670d88fcaaf0 --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/godbus/dbus/LICENSE @@ -0,0 +1,25 @@ +Copyright (c) 2013, Georg Reinke (), Google +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/gorilla/context/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE similarity index 78% rename from Godeps/_workspace/src/github.com/gorilla/context/LICENSE rename to vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE index 0e5fb872800d..1b1b1921efa6 100644 --- a/Godeps/_workspace/src/github.com/gorilla/context/LICENSE +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE @@ -1,16 +1,19 @@ -Copyright (c) 2012 Rodrigo Moraes. All rights reserved. +Go support for Protocol Buffers - Google's data interchange format + +Copyright 2010 The Go Authors. All rights reserved. +https://github.com/golang/protobuf Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -25,3 +28,4 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/specs/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/specs/LICENSE new file mode 100644 index 000000000000..bdc403653e0a --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/specs/LICENSE @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2015 The Linux Foundation. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/gorilla/handlers/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE similarity index 76% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/gorilla/handlers/LICENSE rename to vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE index 66ea3c8ae714..81cf60de29ef 100644 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/gorilla/handlers/LICENSE +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE @@ -1,12 +1,12 @@ -Copyright (c) 2013 The Gorilla Handlers Authors. All rights reserved. +Copyright (c) 2015 Matthew Heon +Copyright (c) 2015 Paul Moore +All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above copyright notice, +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE new file mode 100644 index 000000000000..80dd96de77fa --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/syndtr/gocapability/LICENSE @@ -0,0 +1,24 @@ +Copyright 2013 Suryandaru Triandana +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE new file mode 100644 index 000000000000..9f64db8582cf --- /dev/null +++ b/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/LICENSE @@ -0,0 +1,192 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2014 Vishvananda Ishaya. + Copyright 2014 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libtrust/LICENSE b/vendor/github.com/opencontainers/runc/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/docker/libtrust/LICENSE rename to vendor/github.com/opencontainers/runc/LICENSE diff --git a/vendor/github.com/opencontainers/runc/NOTICE b/vendor/github.com/opencontainers/runc/NOTICE new file mode 100644 index 000000000000..5c97abce4b9d --- /dev/null +++ b/vendor/github.com/opencontainers/runc/NOTICE @@ -0,0 +1,17 @@ +runc + +Copyright 2012-2015 Docker, Inc. + +This product includes software developed at Docker, Inc. (http://www.docker.com). + +The following is courtesy of our legal counsel: + + +Use and transfer of Docker may be subject to certain restrictions by the +United States and other governments. +It is your responsibility to ensure that your use and/or transfer does not +violate applicable laws. + +For more information, please see http://www.bis.doc.gov + +See also http://www.apache.org/dev/crypto.html and/or seek legal counsel. diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/README.md b/vendor/github.com/opencontainers/runc/libcontainer/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/README.md rename to vendor/github.com/opencontainers/runc/libcontainer/README.md diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/SPEC.md b/vendor/github.com/opencontainers/runc/libcontainer/SPEC.md similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/SPEC.md rename to vendor/github.com/opencontainers/runc/libcontainer/SPEC.md diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/apparmor/apparmor.go b/vendor/github.com/opencontainers/runc/libcontainer/apparmor/apparmor.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/apparmor/apparmor.go rename to vendor/github.com/opencontainers/runc/libcontainer/apparmor/apparmor.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/apparmor/apparmor_disabled.go b/vendor/github.com/opencontainers/runc/libcontainer/apparmor/apparmor_disabled.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/apparmor/apparmor_disabled.go rename to vendor/github.com/opencontainers/runc/libcontainer/apparmor/apparmor_disabled.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/capabilities_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/capabilities_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/capabilities_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/capabilities_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/stats.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/stats.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/stats.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/stats.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/utils.go b/vendor/github.com/opencontainers/runc/libcontainer/cgroups/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/cgroups/utils.go rename to vendor/github.com/opencontainers/runc/libcontainer/cgroups/utils.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/compat_1.5_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/compat_1.5_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/compat_1.5_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/compat_1.5_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/cgroup_unix.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/cgroup_unix.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_unix.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/cgroup_windows.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/cgroup_windows.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_windows.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/config.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/config.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/config.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/config_unix.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/config_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/config_unix.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/config_unix.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/device.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/device.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/device.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/device.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/mount.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/mount.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/mount.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/mount.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces_unix.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces_unix.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unix.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/network.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/network.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/network.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/network.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/validate/config.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/validate/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/configs/validate/config.go rename to vendor/github.com/opencontainers/runc/libcontainer/configs/validate/config.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/console.go b/vendor/github.com/opencontainers/runc/libcontainer/console.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/console.go rename to vendor/github.com/opencontainers/runc/libcontainer/console.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/console_freebsd.go b/vendor/github.com/opencontainers/runc/libcontainer/console_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/console_freebsd.go rename to vendor/github.com/opencontainers/runc/libcontainer/console_freebsd.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/console_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/console_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/console_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/console_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/console_windows.go b/vendor/github.com/opencontainers/runc/libcontainer/console_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/console_windows.go rename to vendor/github.com/opencontainers/runc/libcontainer/console_windows.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container.go b/vendor/github.com/opencontainers/runc/libcontainer/container.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container.go rename to vendor/github.com/opencontainers/runc/libcontainer/container.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/container_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/container_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container_nouserns_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/container_nouserns_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container_nouserns_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/container_nouserns_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container_userns_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/container_userns_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container_userns_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/container_userns_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container_windows.go b/vendor/github.com/opencontainers/runc/libcontainer/container_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/container_windows.go rename to vendor/github.com/opencontainers/runc/libcontainer/container_windows.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criu_opts_unix.go b/vendor/github.com/opencontainers/runc/libcontainer/criu_opts_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criu_opts_unix.go rename to vendor/github.com/opencontainers/runc/libcontainer/criu_opts_unix.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criu_opts_windows.go b/vendor/github.com/opencontainers/runc/libcontainer/criu_opts_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criu_opts_windows.go rename to vendor/github.com/opencontainers/runc/libcontainer/criu_opts_windows.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criurpc/Makefile b/vendor/github.com/opencontainers/runc/libcontainer/criurpc/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criurpc/Makefile rename to vendor/github.com/opencontainers/runc/libcontainer/criurpc/Makefile diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.pb.go b/vendor/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.pb.go rename to vendor/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.pb.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.proto b/vendor/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.proto similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.proto rename to vendor/github.com/opencontainers/runc/libcontainer/criurpc/criurpc.proto diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/devices/devices_unix.go b/vendor/github.com/opencontainers/runc/libcontainer/devices/devices_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/devices/devices_unix.go rename to vendor/github.com/opencontainers/runc/libcontainer/devices/devices_unix.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/devices/devices_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/devices/devices_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/devices/devices_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/devices/devices_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/devices/number.go b/vendor/github.com/opencontainers/runc/libcontainer/devices/number.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/devices/number.go rename to vendor/github.com/opencontainers/runc/libcontainer/devices/number.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/error.go b/vendor/github.com/opencontainers/runc/libcontainer/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/error.go rename to vendor/github.com/opencontainers/runc/libcontainer/error.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory.go b/vendor/github.com/opencontainers/runc/libcontainer/factory.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory.go rename to vendor/github.com/opencontainers/runc/libcontainer/factory.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/factory_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/factory_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/generic_error.go b/vendor/github.com/opencontainers/runc/libcontainer/generic_error.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/generic_error.go rename to vendor/github.com/opencontainers/runc/libcontainer/generic_error.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/init_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/init_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/init_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/init_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/integration/doc.go b/vendor/github.com/opencontainers/runc/libcontainer/integration/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/integration/doc.go rename to vendor/github.com/opencontainers/runc/libcontainer/integration/doc.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/label/label.go b/vendor/github.com/opencontainers/runc/libcontainer/label/label.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/label/label.go rename to vendor/github.com/opencontainers/runc/libcontainer/label/label.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/label/label_selinux.go b/vendor/github.com/opencontainers/runc/libcontainer/label/label_selinux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/label/label_selinux.go rename to vendor/github.com/opencontainers/runc/libcontainer/label/label_selinux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/message_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/message_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/message_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/message_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/network_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/network_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/network_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/network_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/notify_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/notify_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/notify_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/notify_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/README.md b/vendor/github.com/opencontainers/runc/libcontainer/nsenter/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/README.md rename to vendor/github.com/opencontainers/runc/libcontainer/nsenter/README.md diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/nsenter.go b/vendor/github.com/opencontainers/runc/libcontainer/nsenter/nsenter.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/nsenter.go rename to vendor/github.com/opencontainers/runc/libcontainer/nsenter/nsenter.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_gccgo.go b/vendor/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_gccgo.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_gccgo.go rename to vendor/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_gccgo.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/nsenter/nsenter_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/nsexec.c b/vendor/github.com/opencontainers/runc/libcontainer/nsenter/nsexec.c similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/nsenter/nsexec.c rename to vendor/github.com/opencontainers/runc/libcontainer/nsenter/nsexec.c diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/process.go b/vendor/github.com/opencontainers/runc/libcontainer/process.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/process.go rename to vendor/github.com/opencontainers/runc/libcontainer/process.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/process_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/process_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/process_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/process_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/restored_process.go b/vendor/github.com/opencontainers/runc/libcontainer/restored_process.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/restored_process.go rename to vendor/github.com/opencontainers/runc/libcontainer/restored_process.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/rootfs_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/rootfs_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/rootfs_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/rootfs_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp/config.go b/vendor/github.com/opencontainers/runc/libcontainer/seccomp/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp/config.go rename to vendor/github.com/opencontainers/runc/libcontainer/seccomp/config.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp/fixtures/proc_self_status b/vendor/github.com/opencontainers/runc/libcontainer/seccomp/fixtures/proc_self_status similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp/fixtures/proc_self_status rename to vendor/github.com/opencontainers/runc/libcontainer/seccomp/fixtures/proc_self_status diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/selinux/selinux.go b/vendor/github.com/opencontainers/runc/libcontainer/selinux/selinux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/selinux/selinux.go rename to vendor/github.com/opencontainers/runc/libcontainer/selinux/selinux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/setgroups_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/setgroups_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/setgroups_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/setgroups_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/setns_init_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/setns_init_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/setns_init_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/setns_init_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stacktrace/capture.go b/vendor/github.com/opencontainers/runc/libcontainer/stacktrace/capture.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stacktrace/capture.go rename to vendor/github.com/opencontainers/runc/libcontainer/stacktrace/capture.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stacktrace/frame.go b/vendor/github.com/opencontainers/runc/libcontainer/stacktrace/frame.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stacktrace/frame.go rename to vendor/github.com/opencontainers/runc/libcontainer/stacktrace/frame.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go b/vendor/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go rename to vendor/github.com/opencontainers/runc/libcontainer/stacktrace/stacktrace.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/standard_init_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/standard_init_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/standard_init_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/standard_init_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/state_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/state_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/state_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/state_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stats.go b/vendor/github.com/opencontainers/runc/libcontainer/stats.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stats.go rename to vendor/github.com/opencontainers/runc/libcontainer/stats.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stats_freebsd.go b/vendor/github.com/opencontainers/runc/libcontainer/stats_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stats_freebsd.go rename to vendor/github.com/opencontainers/runc/libcontainer/stats_freebsd.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stats_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/stats_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stats_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/stats_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stats_windows.go b/vendor/github.com/opencontainers/runc/libcontainer/stats_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/stats_windows.go rename to vendor/github.com/opencontainers/runc/libcontainer/stats_windows.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/linux.go b/vendor/github.com/opencontainers/runc/libcontainer/system/linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/proc.go b/vendor/github.com/opencontainers/runc/libcontainer/system/proc.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/proc.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/proc.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/setns_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/system/setns_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/setns_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/setns_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/syscall_linux_386.go b/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_386.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/syscall_linux_386.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_386.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go b/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/syscall_linux_arm.go b/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/syscall_linux_arm.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_arm.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/sysconfig.go b/vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/sysconfig.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go b/vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS b/vendor/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS rename to vendor/github.com/opencontainers/runc/libcontainer/user/MAINTAINERS diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/lookup.go b/vendor/github.com/opencontainers/runc/libcontainer/user/lookup.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/lookup.go rename to vendor/github.com/opencontainers/runc/libcontainer/user/lookup.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go b/vendor/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go rename to vendor/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/user/lookup_unsupported.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/user.go b/vendor/github.com/opencontainers/runc/libcontainer/user/user.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/user/user.go rename to vendor/github.com/opencontainers/runc/libcontainer/user/user.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/utils/utils.go b/vendor/github.com/opencontainers/runc/libcontainer/utils/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/utils/utils.go rename to vendor/github.com/opencontainers/runc/libcontainer/utils/utils.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go b/vendor/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go rename to vendor/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/xattr/errors.go b/vendor/github.com/opencontainers/runc/libcontainer/xattr/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/xattr/errors.go rename to vendor/github.com/opencontainers/runc/libcontainer/xattr/errors.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/xattr/xattr_linux.go b/vendor/github.com/opencontainers/runc/libcontainer/xattr/xattr_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/xattr/xattr_linux.go rename to vendor/github.com/opencontainers/runc/libcontainer/xattr/xattr_linux.go diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/xattr/xattr_unsupported.go b/vendor/github.com/opencontainers/runc/libcontainer/xattr/xattr_unsupported.go similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/xattr/xattr_unsupported.go rename to vendor/github.com/opencontainers/runc/libcontainer/xattr/xattr_unsupported.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/CONTRIBUTORS b/vendor/github.com/pborman/uuid/CONTRIBUTORS similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/CONTRIBUTORS rename to vendor/github.com/pborman/uuid/CONTRIBUTORS diff --git a/vendor/github.com/pborman/uuid/LICENSE b/vendor/github.com/pborman/uuid/LICENSE new file mode 100644 index 000000000000..5dc68268d900 --- /dev/null +++ b/vendor/github.com/pborman/uuid/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009,2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/dce.go b/vendor/github.com/pborman/uuid/dce.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/dce.go rename to vendor/github.com/pborman/uuid/dce.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/doc.go b/vendor/github.com/pborman/uuid/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/doc.go rename to vendor/github.com/pborman/uuid/doc.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/hash.go b/vendor/github.com/pborman/uuid/hash.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/hash.go rename to vendor/github.com/pborman/uuid/hash.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/json.go b/vendor/github.com/pborman/uuid/json.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/json.go rename to vendor/github.com/pborman/uuid/json.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/node.go b/vendor/github.com/pborman/uuid/node.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/node.go rename to vendor/github.com/pborman/uuid/node.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/time.go b/vendor/github.com/pborman/uuid/time.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/time.go rename to vendor/github.com/pborman/uuid/time.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/util.go b/vendor/github.com/pborman/uuid/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/util.go rename to vendor/github.com/pborman/uuid/util.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/uuid.go b/vendor/github.com/pborman/uuid/uuid.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/uuid.go rename to vendor/github.com/pborman/uuid/uuid.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/version1.go b/vendor/github.com/pborman/uuid/version1.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/version1.go rename to vendor/github.com/pborman/uuid/version1.go diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/version4.go b/vendor/github.com/pborman/uuid/version4.go similarity index 100% rename from Godeps/_workspace/src/github.com/pborman/uuid/version4.go rename to vendor/github.com/pborman/uuid/version4.go diff --git a/Godeps/_workspace/src/github.com/pmezard/go-difflib/LICENSE b/vendor/github.com/pmezard/go-difflib/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/pmezard/go-difflib/LICENSE rename to vendor/github.com/pmezard/go-difflib/LICENSE diff --git a/Godeps/_workspace/src/github.com/pmezard/go-difflib/difflib/difflib.go b/vendor/github.com/pmezard/go-difflib/difflib/difflib.go similarity index 100% rename from Godeps/_workspace/src/github.com/pmezard/go-difflib/difflib/difflib.go rename to vendor/github.com/pmezard/go-difflib/difflib/difflib.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/LICENSE b/vendor/github.com/prometheus/client_golang/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/LICENSE rename to vendor/github.com/prometheus/client_golang/LICENSE diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/NOTICE b/vendor/github.com/prometheus/client_golang/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/NOTICE rename to vendor/github.com/prometheus/client_golang/NOTICE diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/.gitignore b/vendor/github.com/prometheus/client_golang/prometheus/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/.gitignore rename to vendor/github.com/prometheus/client_golang/prometheus/.gitignore diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/README.md b/vendor/github.com/prometheus/client_golang/prometheus/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/README.md rename to vendor/github.com/prometheus/client_golang/prometheus/README.md diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/collector.go b/vendor/github.com/prometheus/client_golang/prometheus/collector.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/collector.go rename to vendor/github.com/prometheus/client_golang/prometheus/collector.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/counter.go b/vendor/github.com/prometheus/client_golang/prometheus/counter.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/counter.go rename to vendor/github.com/prometheus/client_golang/prometheus/counter.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/desc.go b/vendor/github.com/prometheus/client_golang/prometheus/desc.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/desc.go rename to vendor/github.com/prometheus/client_golang/prometheus/desc.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/doc.go b/vendor/github.com/prometheus/client_golang/prometheus/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/doc.go rename to vendor/github.com/prometheus/client_golang/prometheus/doc.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/expvar.go b/vendor/github.com/prometheus/client_golang/prometheus/expvar.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/expvar.go rename to vendor/github.com/prometheus/client_golang/prometheus/expvar.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/gauge.go b/vendor/github.com/prometheus/client_golang/prometheus/gauge.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/gauge.go rename to vendor/github.com/prometheus/client_golang/prometheus/gauge.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/go_collector.go b/vendor/github.com/prometheus/client_golang/prometheus/go_collector.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/go_collector.go rename to vendor/github.com/prometheus/client_golang/prometheus/go_collector.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/histogram.go b/vendor/github.com/prometheus/client_golang/prometheus/histogram.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/histogram.go rename to vendor/github.com/prometheus/client_golang/prometheus/histogram.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/http.go b/vendor/github.com/prometheus/client_golang/prometheus/http.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/http.go rename to vendor/github.com/prometheus/client_golang/prometheus/http.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/metric.go b/vendor/github.com/prometheus/client_golang/prometheus/metric.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/metric.go rename to vendor/github.com/prometheus/client_golang/prometheus/metric.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/process_collector.go b/vendor/github.com/prometheus/client_golang/prometheus/process_collector.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/process_collector.go rename to vendor/github.com/prometheus/client_golang/prometheus/process_collector.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/push.go b/vendor/github.com/prometheus/client_golang/prometheus/push.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/push.go rename to vendor/github.com/prometheus/client_golang/prometheus/push.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/registry.go b/vendor/github.com/prometheus/client_golang/prometheus/registry.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/registry.go rename to vendor/github.com/prometheus/client_golang/prometheus/registry.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/summary.go b/vendor/github.com/prometheus/client_golang/prometheus/summary.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/summary.go rename to vendor/github.com/prometheus/client_golang/prometheus/summary.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/untyped.go b/vendor/github.com/prometheus/client_golang/prometheus/untyped.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/untyped.go rename to vendor/github.com/prometheus/client_golang/prometheus/untyped.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/value.go b/vendor/github.com/prometheus/client_golang/prometheus/value.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/value.go rename to vendor/github.com/prometheus/client_golang/prometheus/value.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/vec.go b/vendor/github.com/prometheus/client_golang/prometheus/vec.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/vec.go rename to vendor/github.com/prometheus/client_golang/prometheus/vec.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_model/LICENSE b/vendor/github.com/prometheus/client_model/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_model/LICENSE rename to vendor/github.com/prometheus/client_model/LICENSE diff --git a/Godeps/_workspace/src/github.com/prometheus/client_model/NOTICE b/vendor/github.com/prometheus/client_model/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_model/NOTICE rename to vendor/github.com/prometheus/client_model/NOTICE diff --git a/Godeps/_workspace/src/github.com/prometheus/client_model/go/metrics.pb.go b/vendor/github.com/prometheus/client_model/go/metrics.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_model/go/metrics.pb.go rename to vendor/github.com/prometheus/client_model/go/metrics.pb.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/bgentry/speakeasy/LICENSE_WINDOWS b/vendor/github.com/prometheus/client_model/ruby/LICENSE similarity index 99% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/bgentry/speakeasy/LICENSE_WINDOWS rename to vendor/github.com/prometheus/client_model/ruby/LICENSE index ff177f612439..11069edd7901 100644 --- a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/bgentry/speakeasy/LICENSE_WINDOWS +++ b/vendor/github.com/prometheus/client_model/ruby/LICENSE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright [2013] [the CloudFoundry Authors] +Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/decode.go b/vendor/github.com/prometheus/common/expfmt/decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/decode.go rename to vendor/github.com/prometheus/common/expfmt/decode.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/encode.go b/vendor/github.com/prometheus/common/expfmt/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/encode.go rename to vendor/github.com/prometheus/common/expfmt/encode.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/expfmt.go b/vendor/github.com/prometheus/common/expfmt/expfmt.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/expfmt.go rename to vendor/github.com/prometheus/common/expfmt/expfmt.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz.go b/vendor/github.com/prometheus/common/expfmt/fuzz.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz.go rename to vendor/github.com/prometheus/common/expfmt/fuzz.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_0 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_0 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_0 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_0 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_1 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_1 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_1 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_1 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_2 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_2 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_2 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_2 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_3 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_3 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_3 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_3 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_4 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_4 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_4 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_4 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_0 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_0 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_0 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_0 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_1 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_1 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_1 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_1 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_10 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_10 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_10 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_10 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_11 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_11 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_11 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_11 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_12 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_12 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_12 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_12 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_13 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_13 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_13 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_13 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_14 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_14 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_14 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_14 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_15 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_15 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_15 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_15 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_16 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_16 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_16 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_16 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_17 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_17 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_17 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_17 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_18 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_18 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_18 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_18 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_19 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_19 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_19 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_19 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_2 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_2 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_2 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_2 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_3 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_3 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_3 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_3 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_4 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_4 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_4 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_4 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_5 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_5 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_5 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_5 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_6 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_6 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_6 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_6 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_7 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_7 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_7 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_7 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_8 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_8 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_8 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_8 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_9 b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_9 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_9 rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_9 diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/minimal b/vendor/github.com/prometheus/common/expfmt/fuzz/corpus/minimal similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/fuzz/corpus/minimal rename to vendor/github.com/prometheus/common/expfmt/fuzz/corpus/minimal diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/json_decode.go b/vendor/github.com/prometheus/common/expfmt/json_decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/json_decode.go rename to vendor/github.com/prometheus/common/expfmt/json_decode.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/text_create.go b/vendor/github.com/prometheus/common/expfmt/text_create.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/text_create.go rename to vendor/github.com/prometheus/common/expfmt/text_create.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/expfmt/text_parse.go b/vendor/github.com/prometheus/common/expfmt/text_parse.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/expfmt/text_parse.go rename to vendor/github.com/prometheus/common/expfmt/text_parse.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/model/fingerprinting.go b/vendor/github.com/prometheus/common/model/fingerprinting.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/model/fingerprinting.go rename to vendor/github.com/prometheus/common/model/fingerprinting.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/model/labels.go b/vendor/github.com/prometheus/common/model/labels.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/model/labels.go rename to vendor/github.com/prometheus/common/model/labels.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/model/labelset.go b/vendor/github.com/prometheus/common/model/labelset.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/model/labelset.go rename to vendor/github.com/prometheus/common/model/labelset.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/model/metric.go b/vendor/github.com/prometheus/common/model/metric.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/model/metric.go rename to vendor/github.com/prometheus/common/model/metric.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/model/model.go b/vendor/github.com/prometheus/common/model/model.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/model/model.go rename to vendor/github.com/prometheus/common/model/model.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/model/signature.go b/vendor/github.com/prometheus/common/model/signature.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/model/signature.go rename to vendor/github.com/prometheus/common/model/signature.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/model/time.go b/vendor/github.com/prometheus/common/model/time.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/model/time.go rename to vendor/github.com/prometheus/common/model/time.go diff --git a/Godeps/_workspace/src/github.com/prometheus/common/model/value.go b/vendor/github.com/prometheus/common/model/value.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/common/model/value.go rename to vendor/github.com/prometheus/common/model/value.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/.travis.yml b/vendor/github.com/prometheus/procfs/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/.travis.yml rename to vendor/github.com/prometheus/procfs/.travis.yml diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/AUTHORS.md b/vendor/github.com/prometheus/procfs/AUTHORS.md similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/AUTHORS.md rename to vendor/github.com/prometheus/procfs/AUTHORS.md diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/CONTRIBUTING.md b/vendor/github.com/prometheus/procfs/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/CONTRIBUTING.md rename to vendor/github.com/prometheus/procfs/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE b/vendor/github.com/prometheus/procfs/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE rename to vendor/github.com/prometheus/procfs/LICENSE diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE b/vendor/github.com/prometheus/procfs/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE rename to vendor/github.com/prometheus/procfs/NOTICE diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/README.md b/vendor/github.com/prometheus/procfs/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/README.md rename to vendor/github.com/prometheus/procfs/README.md diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/doc.go b/vendor/github.com/prometheus/procfs/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/doc.go rename to vendor/github.com/prometheus/procfs/doc.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/cmdline b/vendor/github.com/prometheus/procfs/fixtures/26231/cmdline similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/cmdline rename to vendor/github.com/prometheus/procfs/fixtures/26231/cmdline diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/0 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/0 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/0 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/0 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/1 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/1 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/1 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/1 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/2 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/2 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/2 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/2 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/3 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/3 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/3 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/3 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/4 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/4 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/4 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/4 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/limits b/vendor/github.com/prometheus/procfs/fixtures/26231/limits similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/limits rename to vendor/github.com/prometheus/procfs/fixtures/26231/limits diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/stat b/vendor/github.com/prometheus/procfs/fixtures/26231/stat similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/stat rename to vendor/github.com/prometheus/procfs/fixtures/26231/stat diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/584/stat b/vendor/github.com/prometheus/procfs/fixtures/584/stat similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/584/stat rename to vendor/github.com/prometheus/procfs/fixtures/584/stat diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/stat b/vendor/github.com/prometheus/procfs/fixtures/stat similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/stat rename to vendor/github.com/prometheus/procfs/fixtures/stat diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fs.go b/vendor/github.com/prometheus/procfs/fs.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fs.go rename to vendor/github.com/prometheus/procfs/fs.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc.go b/vendor/github.com/prometheus/procfs/proc.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc.go rename to vendor/github.com/prometheus/procfs/proc.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_limits.go b/vendor/github.com/prometheus/procfs/proc_limits.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_limits.go rename to vendor/github.com/prometheus/procfs/proc_limits.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_stat.go b/vendor/github.com/prometheus/procfs/proc_stat.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_stat.go rename to vendor/github.com/prometheus/procfs/proc_stat.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/stat.go b/vendor/github.com/prometheus/procfs/stat.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/stat.go rename to vendor/github.com/prometheus/procfs/stat.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/.travis.yml b/vendor/github.com/rackspace/gophercloud/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/.travis.yml rename to vendor/github.com/rackspace/gophercloud/.travis.yml diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/CONTRIBUTING.md b/vendor/github.com/rackspace/gophercloud/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/CONTRIBUTING.md rename to vendor/github.com/rackspace/gophercloud/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/CONTRIBUTORS.md b/vendor/github.com/rackspace/gophercloud/CONTRIBUTORS.md similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/CONTRIBUTORS.md rename to vendor/github.com/rackspace/gophercloud/CONTRIBUTORS.md diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/LICENSE b/vendor/github.com/rackspace/gophercloud/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/LICENSE rename to vendor/github.com/rackspace/gophercloud/LICENSE diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/README.md b/vendor/github.com/rackspace/gophercloud/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/README.md rename to vendor/github.com/rackspace/gophercloud/README.md diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/UPGRADING.md b/vendor/github.com/rackspace/gophercloud/UPGRADING.md similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/UPGRADING.md rename to vendor/github.com/rackspace/gophercloud/UPGRADING.md diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/README.md b/vendor/github.com/rackspace/gophercloud/acceptance/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/README.md rename to vendor/github.com/rackspace/gophercloud/acceptance/README.md diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/blockstorage/v1/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/blockstorage/v1/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/blockstorage/v1/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/blockstorage/v1/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/compute/v2/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/compute/v2/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/compute/v2/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/compute/v2/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/db/v1/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/identity/v2/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/identity/v2/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/identity/v2/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/identity/v2/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/identity/v3/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/identity/v3/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/identity/v3/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/identity/v3/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/fwaas/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/fwaas/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/fwaas/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/fwaas/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/lbaas/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/extensions/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/networking/v2/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/objectstorage/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/objectstorage/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/objectstorage/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/objectstorage/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/hello-compute.json b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/hello-compute.json similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/hello-compute.json rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/orchestration/v1/hello-compute.json diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/openstack/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/openstack/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/openstack/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/blockstorage/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/blockstorage/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/blockstorage/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/blockstorage/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/cdn/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/cdn/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/cdn/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/cdn/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/compute/v2/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/compute/v2/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/compute/v2/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/compute/v2/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/db/v1/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/identity/v2/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/identity/v2/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/identity/v2/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/identity/v2/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/lb/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/lb/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/lb/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/lb/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/networking/v2/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/networking/v2/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/networking/v2/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/networking/v2/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/objectstorage/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/objectstorage/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/objectstorage/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/objectstorage/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/orchestration/v1/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/orchestration/v1/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/orchestration/v1/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/orchestration/v1/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/rackconnect/v3/common.go b/vendor/github.com/rackspace/gophercloud/acceptance/rackspace/rackconnect/v3/common.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/rackspace/rackconnect/v3/common.go rename to vendor/github.com/rackspace/gophercloud/acceptance/rackspace/rackconnect/v3/common.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/tools/pkg.go b/vendor/github.com/rackspace/gophercloud/acceptance/tools/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/tools/pkg.go rename to vendor/github.com/rackspace/gophercloud/acceptance/tools/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/tools/tools.go b/vendor/github.com/rackspace/gophercloud/acceptance/tools/tools.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/acceptance/tools/tools.go rename to vendor/github.com/rackspace/gophercloud/acceptance/tools/tools.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/auth_options.go b/vendor/github.com/rackspace/gophercloud/auth_options.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/auth_options.go rename to vendor/github.com/rackspace/gophercloud/auth_options.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/auth_results.go b/vendor/github.com/rackspace/gophercloud/auth_results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/auth_results.go rename to vendor/github.com/rackspace/gophercloud/auth_results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/doc.go b/vendor/github.com/rackspace/gophercloud/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/doc.go rename to vendor/github.com/rackspace/gophercloud/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/endpoint_search.go b/vendor/github.com/rackspace/gophercloud/endpoint_search.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/endpoint_search.go rename to vendor/github.com/rackspace/gophercloud/endpoint_search.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/auth_env.go b/vendor/github.com/rackspace/gophercloud/openstack/auth_env.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/auth_env.go rename to vendor/github.com/rackspace/gophercloud/openstack/auth_env.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/results.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/apiversions/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/results.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/util.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/util.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/snapshots/util.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/results.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/testing/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/util.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/util.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes/util.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/results.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumetypes/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/results.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/base/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/base/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/results.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/flavors/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/results.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/serviceassets/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/results.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/cdn/v1/services/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/cdn/v1/services/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/client.go b/vendor/github.com/rackspace/gophercloud/openstack/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/client.go rename to vendor/github.com/rackspace/gophercloud/openstack/client.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/README.md b/vendor/github.com/rackspace/gophercloud/openstack/common/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/README.md rename to vendor/github.com/rackspace/gophercloud/openstack/common/README.md diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/common/extensions/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/common/extensions/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/common/extensions/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/common/extensions/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/common/extensions/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/common/extensions/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/common/extensions/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/common/extensions/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/results.go b/vendor/github.com/rackspace/gophercloud/openstack/common/extensions/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/common/extensions/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/common/extensions/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/common/extensions/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/common/extensions/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/defsecrules/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/delegate.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/delegate.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/floatingip/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/networks/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/quotasets/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/schedulerhints/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/secgroups/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/startstop/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/tenantnetworks/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/testing/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/volumeattach/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/flavors/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/images/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/images/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/images/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/images/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/images/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/images/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/images/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/images/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/images/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/results.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/util.go b/vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/servers/util.go rename to vendor/github.com/rackspace/gophercloud/openstack/compute/v2/servers/util.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/results.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/configurations/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/configurations/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/results.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/databases/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/databases/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/results.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/datastores/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/datastores/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/results.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/flavors/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/flavors/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/results.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/instances/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/instances/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/results.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/db/v1/users/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/db/v1/users/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/endpoint_location.go b/vendor/github.com/rackspace/gophercloud/openstack/endpoint_location.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/endpoint_location.go rename to vendor/github.com/rackspace/gophercloud/openstack/endpoint_location.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/docs.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/docs.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/docs.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/docs.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/results.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/admin/roles/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/delegate.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/delegate.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/extensions/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/results.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tenants/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/results.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/tokens/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/results.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v2/users/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v2/users/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/results.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/endpoints/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/roles/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/roles/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/roles/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/roles/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/roles/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/roles/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/roles/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/roles/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/roles/results.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/roles/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/roles/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/roles/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/roles/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/roles/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/roles/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/roles/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/services/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/services/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/services/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/services/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/services/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/services/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/services/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/services/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/services/results.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/services/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/services/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/services/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/services/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/services/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/services/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/services/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/results.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/identity/v3/tokens/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/apiversions/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/common/common_tests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/common/common_tests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/common/common_tests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/common/common_tests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/delegate.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/delegate.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/external/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/policies/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/fwaas/rules/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/floatingips/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/members/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/monitors/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/provider/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/groups/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/extensions/security/rules/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/networks/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/networks/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/ports/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/ports/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/errors.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/errors.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/errors.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/results.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/networking/v2/subnets/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/results.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/accounts/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/results.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/results.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/objectstorage/v1/objects/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/results.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/apiversions/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/results.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/buildinfo/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/results.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackevents/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/results.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stackresources/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/environment.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/environment.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/environment.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/environment.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/results.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/template.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/template.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/template.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/template.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/utils.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/utils.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/utils.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacks/utils.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/doc.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/doc.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/fixtures.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/fixtures.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/requests.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/requests.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/results.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/results.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/urls.go b/vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/urls.go rename to vendor/github.com/rackspace/gophercloud/openstack/orchestration/v1/stacktemplates/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/utils/choose_version.go b/vendor/github.com/rackspace/gophercloud/openstack/utils/choose_version.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/utils/choose_version.go rename to vendor/github.com/rackspace/gophercloud/openstack/utils/choose_version.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/http.go b/vendor/github.com/rackspace/gophercloud/pagination/http.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/http.go rename to vendor/github.com/rackspace/gophercloud/pagination/http.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/linked.go b/vendor/github.com/rackspace/gophercloud/pagination/linked.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/linked.go rename to vendor/github.com/rackspace/gophercloud/pagination/linked.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/marker.go b/vendor/github.com/rackspace/gophercloud/pagination/marker.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/marker.go rename to vendor/github.com/rackspace/gophercloud/pagination/marker.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/null.go b/vendor/github.com/rackspace/gophercloud/pagination/null.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/null.go rename to vendor/github.com/rackspace/gophercloud/pagination/null.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/pager.go b/vendor/github.com/rackspace/gophercloud/pagination/pager.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/pager.go rename to vendor/github.com/rackspace/gophercloud/pagination/pager.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/pkg.go b/vendor/github.com/rackspace/gophercloud/pagination/pkg.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/pkg.go rename to vendor/github.com/rackspace/gophercloud/pagination/pkg.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/single.go b/vendor/github.com/rackspace/gophercloud/pagination/single.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/pagination/single.go rename to vendor/github.com/rackspace/gophercloud/pagination/single.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/params.go b/vendor/github.com/rackspace/gophercloud/params.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/params.go rename to vendor/github.com/rackspace/gophercloud/params.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/provider_client.go b/vendor/github.com/rackspace/gophercloud/provider_client.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/provider_client.go rename to vendor/github.com/rackspace/gophercloud/provider_client.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/auth_env.go b/vendor/github.com/rackspace/gophercloud/rackspace/auth_env.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/auth_env.go rename to vendor/github.com/rackspace/gophercloud/rackspace/auth_env.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/base/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/flavors/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/serviceassets/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/cdn/v1/services/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/client.go b/vendor/github.com/rackspace/gophercloud/rackspace/client.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/client.go rename to vendor/github.com/rackspace/gophercloud/rackspace/client.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/bootfromvolume/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/bootfromvolume/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/bootfromvolume/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/bootfromvolume/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/flavors/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/images/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/images/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/images/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/images/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/images/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/images/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/images/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/images/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/images/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/images/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/images/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/images/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/networks/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/servers/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/virtualinterfaces/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/compute/v2/volumeattach/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/backups/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/backups/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/configurations/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/databases/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/databases/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/databases/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/databases/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/databases/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/databases/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/databases/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/databases/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/databases/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/databases/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/databases/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/databases/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/datastores/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/flavors/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/instances/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/instances/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/db/v1/users/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/db/v1/users/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/extensions/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/roles/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/tokens/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/users/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/users/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/users/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/users/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/users/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/users/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/users/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/users/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/users/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/users/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/users/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/users/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/users/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/users/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/users/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/identity/v2/users/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/acl/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/lbs/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/monitors/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/nodes/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/sessions/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/ssl/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/throttle/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/lb/v1/vips/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/common/common_tests.go b/vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/common/common_tests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/common/common_tests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/common/common_tests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/networks/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/networks/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/networks/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/networks/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/ports/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/ports/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/ports/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/ports/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/security/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/security/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/security/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/security/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/security/groups/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/security/groups/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/security/groups/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/security/groups/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/security/rules/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/security/rules/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/security/rules/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/security/rules/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/subnets/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/subnets/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/networking/v2/subnets/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/networking/v2/subnets/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/accounts/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/bulk/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdncontainers/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/request.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/request.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/request.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/cdnobjects/request.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/containers/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/objectstorage/v1/objects/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/buildinfo/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackevents/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stackresources/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/fixtures.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/fixtures.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/fixtures.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacks/fixtures.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/delegate.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/delegate.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/delegate.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/delegate.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/orchestration/v1/stacktemplates/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/cloudnetworks/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/doc.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/doc.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/lbpools/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/requests.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/requests.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/requests.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/requests.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/results.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/results.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/urls.go b/vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/urls.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/urls.go rename to vendor/github.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips/urls.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/results.go b/vendor/github.com/rackspace/gophercloud/results.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/results.go rename to vendor/github.com/rackspace/gophercloud/results.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/script/acceptancetest b/vendor/github.com/rackspace/gophercloud/script/acceptancetest similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/script/acceptancetest rename to vendor/github.com/rackspace/gophercloud/script/acceptancetest diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/script/bootstrap b/vendor/github.com/rackspace/gophercloud/script/bootstrap similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/script/bootstrap rename to vendor/github.com/rackspace/gophercloud/script/bootstrap diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/script/cibuild b/vendor/github.com/rackspace/gophercloud/script/cibuild similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/script/cibuild rename to vendor/github.com/rackspace/gophercloud/script/cibuild diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/script/test b/vendor/github.com/rackspace/gophercloud/script/test similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/script/test rename to vendor/github.com/rackspace/gophercloud/script/test diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/script/unittest b/vendor/github.com/rackspace/gophercloud/script/unittest similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/script/unittest rename to vendor/github.com/rackspace/gophercloud/script/unittest diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/service_client.go b/vendor/github.com/rackspace/gophercloud/service_client.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/service_client.go rename to vendor/github.com/rackspace/gophercloud/service_client.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/client/fake.go b/vendor/github.com/rackspace/gophercloud/testhelper/client/fake.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/client/fake.go rename to vendor/github.com/rackspace/gophercloud/testhelper/client/fake.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/convenience.go b/vendor/github.com/rackspace/gophercloud/testhelper/convenience.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/convenience.go rename to vendor/github.com/rackspace/gophercloud/testhelper/convenience.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/doc.go b/vendor/github.com/rackspace/gophercloud/testhelper/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/doc.go rename to vendor/github.com/rackspace/gophercloud/testhelper/doc.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/fixture/helper.go b/vendor/github.com/rackspace/gophercloud/testhelper/fixture/helper.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/fixture/helper.go rename to vendor/github.com/rackspace/gophercloud/testhelper/fixture/helper.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/http_responses.go b/vendor/github.com/rackspace/gophercloud/testhelper/http_responses.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/testhelper/http_responses.go rename to vendor/github.com/rackspace/gophercloud/testhelper/http_responses.go diff --git a/Godeps/_workspace/src/github.com/rackspace/gophercloud/util.go b/vendor/github.com/rackspace/gophercloud/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/rackspace/gophercloud/util.go rename to vendor/github.com/rackspace/gophercloud/util.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/.gitignore b/vendor/github.com/russross/blackfriday/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/.gitignore rename to vendor/github.com/russross/blackfriday/.gitignore diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/.travis.yml b/vendor/github.com/russross/blackfriday/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/.travis.yml rename to vendor/github.com/russross/blackfriday/.travis.yml diff --git a/vendor/github.com/russross/blackfriday/LICENSE.txt b/vendor/github.com/russross/blackfriday/LICENSE.txt new file mode 100644 index 000000000000..2885af3602d8 --- /dev/null +++ b/vendor/github.com/russross/blackfriday/LICENSE.txt @@ -0,0 +1,29 @@ +Blackfriday is distributed under the Simplified BSD License: + +> Copyright © 2011 Russ Ross +> All rights reserved. +> +> Redistribution and use in source and binary forms, with or without +> modification, are permitted provided that the following conditions +> are met: +> +> 1. Redistributions of source code must retain the above copyright +> notice, this list of conditions and the following disclaimer. +> +> 2. Redistributions in binary form must reproduce the above +> copyright notice, this list of conditions and the following +> disclaimer in the documentation and/or other materials provided with +> the distribution. +> +> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +> "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +> LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +> FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +> COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +> INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +> BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +> LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +> ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +> POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/README.md b/vendor/github.com/russross/blackfriday/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/README.md rename to vendor/github.com/russross/blackfriday/README.md diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/block.go b/vendor/github.com/russross/blackfriday/block.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/block.go rename to vendor/github.com/russross/blackfriday/block.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/html.go b/vendor/github.com/russross/blackfriday/html.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/html.go rename to vendor/github.com/russross/blackfriday/html.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/inline.go b/vendor/github.com/russross/blackfriday/inline.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/inline.go rename to vendor/github.com/russross/blackfriday/inline.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/latex.go b/vendor/github.com/russross/blackfriday/latex.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/latex.go rename to vendor/github.com/russross/blackfriday/latex.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/markdown.go b/vendor/github.com/russross/blackfriday/markdown.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/markdown.go rename to vendor/github.com/russross/blackfriday/markdown.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/smartypants.go b/vendor/github.com/russross/blackfriday/smartypants.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/smartypants.go rename to vendor/github.com/russross/blackfriday/smartypants.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.html b/vendor/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.html rename to vendor/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.text b/vendor/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.text rename to vendor/github.com/russross/blackfriday/upskirtref/Amps and angle encoding.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Auto links.html b/vendor/github.com/russross/blackfriday/upskirtref/Auto links.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Auto links.html rename to vendor/github.com/russross/blackfriday/upskirtref/Auto links.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Auto links.text b/vendor/github.com/russross/blackfriday/upskirtref/Auto links.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Auto links.text rename to vendor/github.com/russross/blackfriday/upskirtref/Auto links.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Backslash escapes.html b/vendor/github.com/russross/blackfriday/upskirtref/Backslash escapes.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Backslash escapes.html rename to vendor/github.com/russross/blackfriday/upskirtref/Backslash escapes.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Backslash escapes.text b/vendor/github.com/russross/blackfriday/upskirtref/Backslash escapes.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Backslash escapes.text rename to vendor/github.com/russross/blackfriday/upskirtref/Backslash escapes.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.html b/vendor/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.html rename to vendor/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.text b/vendor/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.text rename to vendor/github.com/russross/blackfriday/upskirtref/Blockquotes with code blocks.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Code Blocks.html b/vendor/github.com/russross/blackfriday/upskirtref/Code Blocks.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Code Blocks.html rename to vendor/github.com/russross/blackfriday/upskirtref/Code Blocks.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Code Blocks.text b/vendor/github.com/russross/blackfriday/upskirtref/Code Blocks.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Code Blocks.text rename to vendor/github.com/russross/blackfriday/upskirtref/Code Blocks.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Code Spans.html b/vendor/github.com/russross/blackfriday/upskirtref/Code Spans.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Code Spans.html rename to vendor/github.com/russross/blackfriday/upskirtref/Code Spans.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Code Spans.text b/vendor/github.com/russross/blackfriday/upskirtref/Code Spans.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Code Spans.text rename to vendor/github.com/russross/blackfriday/upskirtref/Code Spans.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.html b/vendor/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.html rename to vendor/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.text b/vendor/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.text rename to vendor/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines no empty line before block.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.html b/vendor/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.html rename to vendor/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.text b/vendor/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.text rename to vendor/github.com/russross/blackfriday/upskirtref/Hard-wrapped paragraphs with list-like lines.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Horizontal rules.html b/vendor/github.com/russross/blackfriday/upskirtref/Horizontal rules.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Horizontal rules.html rename to vendor/github.com/russross/blackfriday/upskirtref/Horizontal rules.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Horizontal rules.text b/vendor/github.com/russross/blackfriday/upskirtref/Horizontal rules.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Horizontal rules.text rename to vendor/github.com/russross/blackfriday/upskirtref/Horizontal rules.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).html b/vendor/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).html rename to vendor/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).text b/vendor/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).text rename to vendor/github.com/russross/blackfriday/upskirtref/Inline HTML (Advanced).text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).html b/vendor/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).html rename to vendor/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).text b/vendor/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).text rename to vendor/github.com/russross/blackfriday/upskirtref/Inline HTML (Simple).text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML comments.html b/vendor/github.com/russross/blackfriday/upskirtref/Inline HTML comments.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML comments.html rename to vendor/github.com/russross/blackfriday/upskirtref/Inline HTML comments.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML comments.text b/vendor/github.com/russross/blackfriday/upskirtref/Inline HTML comments.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Inline HTML comments.text rename to vendor/github.com/russross/blackfriday/upskirtref/Inline HTML comments.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, inline style.html b/vendor/github.com/russross/blackfriday/upskirtref/Links, inline style.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, inline style.html rename to vendor/github.com/russross/blackfriday/upskirtref/Links, inline style.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, inline style.text b/vendor/github.com/russross/blackfriday/upskirtref/Links, inline style.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, inline style.text rename to vendor/github.com/russross/blackfriday/upskirtref/Links, inline style.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, reference style.html b/vendor/github.com/russross/blackfriday/upskirtref/Links, reference style.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, reference style.html rename to vendor/github.com/russross/blackfriday/upskirtref/Links, reference style.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, reference style.text b/vendor/github.com/russross/blackfriday/upskirtref/Links, reference style.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, reference style.text rename to vendor/github.com/russross/blackfriday/upskirtref/Links, reference style.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, shortcut references.html b/vendor/github.com/russross/blackfriday/upskirtref/Links, shortcut references.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, shortcut references.html rename to vendor/github.com/russross/blackfriday/upskirtref/Links, shortcut references.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, shortcut references.text b/vendor/github.com/russross/blackfriday/upskirtref/Links, shortcut references.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Links, shortcut references.text rename to vendor/github.com/russross/blackfriday/upskirtref/Links, shortcut references.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.html b/vendor/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.html rename to vendor/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.text b/vendor/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.text rename to vendor/github.com/russross/blackfriday/upskirtref/Literal quotes in titles.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.html b/vendor/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.html rename to vendor/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.text b/vendor/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.text rename to vendor/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Basics.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.html b/vendor/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.html rename to vendor/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.text b/vendor/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.text rename to vendor/github.com/russross/blackfriday/upskirtref/Markdown Documentation - Syntax.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Nested blockquotes.html b/vendor/github.com/russross/blackfriday/upskirtref/Nested blockquotes.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Nested blockquotes.html rename to vendor/github.com/russross/blackfriday/upskirtref/Nested blockquotes.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Nested blockquotes.text b/vendor/github.com/russross/blackfriday/upskirtref/Nested blockquotes.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Nested blockquotes.text rename to vendor/github.com/russross/blackfriday/upskirtref/Nested blockquotes.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.html b/vendor/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.html rename to vendor/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.text b/vendor/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.text rename to vendor/github.com/russross/blackfriday/upskirtref/Ordered and unordered lists.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Strong and em together.html b/vendor/github.com/russross/blackfriday/upskirtref/Strong and em together.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Strong and em together.html rename to vendor/github.com/russross/blackfriday/upskirtref/Strong and em together.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Strong and em together.text b/vendor/github.com/russross/blackfriday/upskirtref/Strong and em together.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Strong and em together.text rename to vendor/github.com/russross/blackfriday/upskirtref/Strong and em together.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Tabs.html b/vendor/github.com/russross/blackfriday/upskirtref/Tabs.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Tabs.html rename to vendor/github.com/russross/blackfriday/upskirtref/Tabs.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Tabs.text b/vendor/github.com/russross/blackfriday/upskirtref/Tabs.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Tabs.text rename to vendor/github.com/russross/blackfriday/upskirtref/Tabs.text diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Tidyness.html b/vendor/github.com/russross/blackfriday/upskirtref/Tidyness.html similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Tidyness.html rename to vendor/github.com/russross/blackfriday/upskirtref/Tidyness.html diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Tidyness.text b/vendor/github.com/russross/blackfriday/upskirtref/Tidyness.text similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/upskirtref/Tidyness.text rename to vendor/github.com/russross/blackfriday/upskirtref/Tidyness.text 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/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 diff --git a/vendor/github.com/seccomp/libseccomp-golang/LICENSE b/vendor/github.com/seccomp/libseccomp-golang/LICENSE new file mode 100644 index 000000000000..81cf60de29ef --- /dev/null +++ b/vendor/github.com/seccomp/libseccomp-golang/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2015 Matthew Heon +Copyright (c) 2015 Paul Moore +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/README b/vendor/github.com/seccomp/libseccomp-golang/README similarity index 100% rename from Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/README rename to vendor/github.com/seccomp/libseccomp-golang/README diff --git a/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/seccomp.go b/vendor/github.com/seccomp/libseccomp-golang/seccomp.go similarity index 100% rename from Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/seccomp.go rename to vendor/github.com/seccomp/libseccomp-golang/seccomp.go diff --git a/Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/seccomp_internal.go b/vendor/github.com/seccomp/libseccomp-golang/seccomp_internal.go similarity index 100% rename from Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/seccomp_internal.go rename to vendor/github.com/seccomp/libseccomp-golang/seccomp_internal.go diff --git a/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/.travis.yml b/vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/.travis.yml rename to vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml diff --git a/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/README.md b/vendor/github.com/shurcooL/sanitized_anchor_name/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/README.md rename to vendor/github.com/shurcooL/sanitized_anchor_name/README.md diff --git a/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/main.go b/vendor/github.com/shurcooL/sanitized_anchor_name/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/main.go rename to vendor/github.com/shurcooL/sanitized_anchor_name/main.go diff --git a/Godeps/_workspace/src/github.com/skynetservices/skydns/LICENSE b/vendor/github.com/skynetservices/skydns/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/skynetservices/skydns/LICENSE rename to vendor/github.com/skynetservices/skydns/LICENSE diff --git a/Godeps/_workspace/src/github.com/skynetservices/skydns/msg/service.go b/vendor/github.com/skynetservices/skydns/msg/service.go similarity index 100% rename from Godeps/_workspace/src/github.com/skynetservices/skydns/msg/service.go rename to vendor/github.com/skynetservices/skydns/msg/service.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/.gitignore b/vendor/github.com/spf13/cobra/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/.gitignore rename to vendor/github.com/spf13/cobra/.gitignore diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/.mailmap b/vendor/github.com/spf13/cobra/.mailmap similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/.mailmap rename to vendor/github.com/spf13/cobra/.mailmap diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/.travis.yml b/vendor/github.com/spf13/cobra/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/.travis.yml rename to vendor/github.com/spf13/cobra/.travis.yml diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/spf13/cobra/LICENSE.txt b/vendor/github.com/spf13/cobra/LICENSE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/spf13/cobra/LICENSE.txt rename to vendor/github.com/spf13/cobra/LICENSE.txt diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/README.md b/vendor/github.com/spf13/cobra/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/README.md rename to vendor/github.com/spf13/cobra/README.md diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/bash_completions.go b/vendor/github.com/spf13/cobra/bash_completions.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/bash_completions.go rename to vendor/github.com/spf13/cobra/bash_completions.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/bash_completions.md b/vendor/github.com/spf13/cobra/bash_completions.md similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/bash_completions.md rename to vendor/github.com/spf13/cobra/bash_completions.md diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/cobra.go b/vendor/github.com/spf13/cobra/cobra.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/cobra.go rename to vendor/github.com/spf13/cobra/cobra.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/add.go b/vendor/github.com/spf13/cobra/cobra/cmd/add.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/add.go rename to vendor/github.com/spf13/cobra/cobra/cmd/add.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/helpers.go b/vendor/github.com/spf13/cobra/cobra/cmd/helpers.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/helpers.go rename to vendor/github.com/spf13/cobra/cobra/cmd/helpers.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/init.go b/vendor/github.com/spf13/cobra/cobra/cmd/init.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/init.go rename to vendor/github.com/spf13/cobra/cobra/cmd/init.go diff --git a/vendor/github.com/spf13/cobra/cobra/cmd/licenses.go b/vendor/github.com/spf13/cobra/cobra/cmd/licenses.go new file mode 100644 index 000000000000..5ad9c96ef18a --- /dev/null +++ b/vendor/github.com/spf13/cobra/cobra/cmd/licenses.go @@ -0,0 +1,1133 @@ +// Copyright © 2015 Steve Francia . +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Parts inspired by https://github.com/ryanuber/go-license + +package cmd + +import "strings" + +//Licenses contains all possible licenses a user can chose from +var Licenses map[string]License + +//License represents a software license agreement, containing the Name of +// the license, its possible matches (on the command line as given to cobra) +// the header to be used with each file on the file's creating, and the text +// of the license +type License struct { + Name string // The type of license in use + PossibleMatches []string // Similar names to guess + Text string // License text data + Header string // License header for source files +} + +// given a license name (in), try to match the license indicated +func matchLicense(in string) string { + for key, lic := range Licenses { + for _, match := range lic.PossibleMatches { + if strings.EqualFold(in, match) { + return key + } + } + } + return "" +} + +func init() { + Licenses = make(map[string]License) + + Licenses["apache"] = License{ + Name: "Apache 2.0", + PossibleMatches: []string{"apache", "apache20", "apache 2.0", "apache2.0", "apache-2.0"}, + Header: ` +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License.`, + Text: ` + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +`, + } + + Licenses["mit"] = License{ + Name: "Mit", + PossibleMatches: []string{"mit"}, + Header: ` +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.`, + Text: `The MIT License (MIT) + +{{ .copyright }} + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +`, + } + + Licenses["bsd"] = License{ + Name: "NewBSD", + PossibleMatches: []string{"bsd", "newbsd", "3 clause bsd"}, + Header: ` +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE.`, + Text: `{{ .copyright }} +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +`, + } + + Licenses["freebsd"] = License{ + Name: "Simplified BSD License", + PossibleMatches: []string{"freebsd", "simpbsd", "simple bsd", "2 clause bsd"}, + Header: ` +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE.`, + Text: `{{ .copyright }} +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +`, + } + + Licenses["gpl3"] = License{ + Name: "GNU General Public License 3.0", + PossibleMatches: []string{"gpl3", "gpl", "gnu gpl3", "gnu gpl"}, + Header: `{{ .copyright }} + + This file is part of {{ .appName }}. + + {{ .appName }} is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + {{ .appName }} is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with {{ .appName }}. If not, see . + `, + Text: ` GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. +`, + } + + // Licenses["apache20"] = License{ + // Name: "Apache 2.0", + // PossibleMatches: []string{"apache", "apache20", ""}, + // Header: ` + // `, + // Text: ` + // `, + // } +} diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/root.go b/vendor/github.com/spf13/cobra/cobra/cmd/root.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd/root.go rename to vendor/github.com/spf13/cobra/cobra/cmd/root.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/cobra/main.go b/vendor/github.com/spf13/cobra/cobra/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/cobra/main.go rename to vendor/github.com/spf13/cobra/cobra/main.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/command.go b/vendor/github.com/spf13/cobra/command.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/command.go rename to vendor/github.com/spf13/cobra/command.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/command_notwin.go b/vendor/github.com/spf13/cobra/command_notwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/command_notwin.go rename to vendor/github.com/spf13/cobra/command_notwin.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/command_win.go b/vendor/github.com/spf13/cobra/command_win.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/command_win.go rename to vendor/github.com/spf13/cobra/command_win.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/doc/man_docs.go b/vendor/github.com/spf13/cobra/doc/man_docs.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/doc/man_docs.go rename to vendor/github.com/spf13/cobra/doc/man_docs.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/doc/man_docs.md b/vendor/github.com/spf13/cobra/doc/man_docs.md similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/doc/man_docs.md rename to vendor/github.com/spf13/cobra/doc/man_docs.md diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/doc/md_docs.go b/vendor/github.com/spf13/cobra/doc/md_docs.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/doc/md_docs.go rename to vendor/github.com/spf13/cobra/doc/md_docs.go diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/doc/md_docs.md b/vendor/github.com/spf13/cobra/doc/md_docs.md similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/doc/md_docs.md rename to vendor/github.com/spf13/cobra/doc/md_docs.md diff --git a/Godeps/_workspace/src/github.com/spf13/cobra/doc/util.go b/vendor/github.com/spf13/cobra/doc/util.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/cobra/doc/util.go rename to vendor/github.com/spf13/cobra/doc/util.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/.travis.yml b/vendor/github.com/spf13/pflag/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/.travis.yml rename to vendor/github.com/spf13/pflag/.travis.yml diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE b/vendor/github.com/spf13/pflag/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/LICENSE rename to vendor/github.com/spf13/pflag/LICENSE diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/README.md b/vendor/github.com/spf13/pflag/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/README.md rename to vendor/github.com/spf13/pflag/README.md diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/bool.go b/vendor/github.com/spf13/pflag/bool.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/bool.go rename to vendor/github.com/spf13/pflag/bool.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/count.go b/vendor/github.com/spf13/pflag/count.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/count.go rename to vendor/github.com/spf13/pflag/count.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/duration.go b/vendor/github.com/spf13/pflag/duration.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/duration.go rename to vendor/github.com/spf13/pflag/duration.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/flag.go b/vendor/github.com/spf13/pflag/flag.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/flag.go rename to vendor/github.com/spf13/pflag/flag.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/float32.go b/vendor/github.com/spf13/pflag/float32.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/float32.go rename to vendor/github.com/spf13/pflag/float32.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/float64.go b/vendor/github.com/spf13/pflag/float64.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/float64.go rename to vendor/github.com/spf13/pflag/float64.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/golangflag.go b/vendor/github.com/spf13/pflag/golangflag.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/golangflag.go rename to vendor/github.com/spf13/pflag/golangflag.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int.go b/vendor/github.com/spf13/pflag/int.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int.go rename to vendor/github.com/spf13/pflag/int.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int32.go b/vendor/github.com/spf13/pflag/int32.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int32.go rename to vendor/github.com/spf13/pflag/int32.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int64.go b/vendor/github.com/spf13/pflag/int64.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int64.go rename to vendor/github.com/spf13/pflag/int64.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int8.go b/vendor/github.com/spf13/pflag/int8.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int8.go rename to vendor/github.com/spf13/pflag/int8.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int_slice.go b/vendor/github.com/spf13/pflag/int_slice.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int_slice.go rename to vendor/github.com/spf13/pflag/int_slice.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/ip.go b/vendor/github.com/spf13/pflag/ip.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/ip.go rename to vendor/github.com/spf13/pflag/ip.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/ipmask.go b/vendor/github.com/spf13/pflag/ipmask.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/ipmask.go rename to vendor/github.com/spf13/pflag/ipmask.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/ipnet.go b/vendor/github.com/spf13/pflag/ipnet.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/ipnet.go rename to vendor/github.com/spf13/pflag/ipnet.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/string.go b/vendor/github.com/spf13/pflag/string.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/string.go rename to vendor/github.com/spf13/pflag/string.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/string_slice.go b/vendor/github.com/spf13/pflag/string_slice.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/string_slice.go rename to vendor/github.com/spf13/pflag/string_slice.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint.go b/vendor/github.com/spf13/pflag/uint.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint.go rename to vendor/github.com/spf13/pflag/uint.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint16.go b/vendor/github.com/spf13/pflag/uint16.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint16.go rename to vendor/github.com/spf13/pflag/uint16.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint32.go b/vendor/github.com/spf13/pflag/uint32.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint32.go rename to vendor/github.com/spf13/pflag/uint32.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint64.go b/vendor/github.com/spf13/pflag/uint64.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint64.go rename to vendor/github.com/spf13/pflag/uint64.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint8.go b/vendor/github.com/spf13/pflag/uint8.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint8.go rename to vendor/github.com/spf13/pflag/uint8.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/verify/all.sh b/vendor/github.com/spf13/pflag/verify/all.sh similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/verify/all.sh rename to vendor/github.com/spf13/pflag/verify/all.sh diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/verify/gofmt.sh b/vendor/github.com/spf13/pflag/verify/gofmt.sh similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/verify/gofmt.sh rename to vendor/github.com/spf13/pflag/verify/gofmt.sh diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/verify/golint.sh b/vendor/github.com/spf13/pflag/verify/golint.sh similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/verify/golint.sh rename to vendor/github.com/spf13/pflag/verify/golint.sh diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/.gitignore b/vendor/github.com/stretchr/objx/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/.gitignore rename to vendor/github.com/stretchr/objx/.gitignore diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/README.md b/vendor/github.com/stretchr/objx/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/README.md rename to vendor/github.com/stretchr/objx/README.md diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/accessors.go b/vendor/github.com/stretchr/objx/accessors.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/accessors.go rename to vendor/github.com/stretchr/objx/accessors.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/codegen/array-access.txt b/vendor/github.com/stretchr/objx/codegen/array-access.txt similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/codegen/array-access.txt rename to vendor/github.com/stretchr/objx/codegen/array-access.txt diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/codegen/index.html b/vendor/github.com/stretchr/objx/codegen/index.html similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/codegen/index.html rename to vendor/github.com/stretchr/objx/codegen/index.html diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/codegen/template.txt b/vendor/github.com/stretchr/objx/codegen/template.txt similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/codegen/template.txt rename to vendor/github.com/stretchr/objx/codegen/template.txt diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/codegen/types_list.txt b/vendor/github.com/stretchr/objx/codegen/types_list.txt similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/codegen/types_list.txt rename to vendor/github.com/stretchr/objx/codegen/types_list.txt diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/constants.go b/vendor/github.com/stretchr/objx/constants.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/constants.go rename to vendor/github.com/stretchr/objx/constants.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/conversions.go b/vendor/github.com/stretchr/objx/conversions.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/conversions.go rename to vendor/github.com/stretchr/objx/conversions.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/doc.go b/vendor/github.com/stretchr/objx/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/doc.go rename to vendor/github.com/stretchr/objx/doc.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/map.go b/vendor/github.com/stretchr/objx/map.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/map.go rename to vendor/github.com/stretchr/objx/map.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/mutations.go b/vendor/github.com/stretchr/objx/mutations.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/mutations.go rename to vendor/github.com/stretchr/objx/mutations.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/security.go b/vendor/github.com/stretchr/objx/security.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/security.go rename to vendor/github.com/stretchr/objx/security.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/tests.go b/vendor/github.com/stretchr/objx/tests.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/tests.go rename to vendor/github.com/stretchr/objx/tests.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/type_specific_codegen.go b/vendor/github.com/stretchr/objx/type_specific_codegen.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/type_specific_codegen.go rename to vendor/github.com/stretchr/objx/type_specific_codegen.go diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/value.go b/vendor/github.com/stretchr/objx/value.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/objx/value.go rename to vendor/github.com/stretchr/objx/value.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/LICENCE.txt b/vendor/github.com/stretchr/testify/LICENCE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/LICENCE.txt rename to vendor/github.com/stretchr/testify/LICENCE.txt diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/LICENSE b/vendor/github.com/stretchr/testify/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/LICENSE rename to vendor/github.com/stretchr/testify/LICENSE diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go b/vendor/github.com/stretchr/testify/assert/assertions.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go rename to vendor/github.com/stretchr/testify/assert/assertions.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/assert/doc.go b/vendor/github.com/stretchr/testify/assert/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/assert/doc.go rename to vendor/github.com/stretchr/testify/assert/doc.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/assert/errors.go b/vendor/github.com/stretchr/testify/assert/errors.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/assert/errors.go rename to vendor/github.com/stretchr/testify/assert/errors.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/assert/forward_assertions.go b/vendor/github.com/stretchr/testify/assert/forward_assertions.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/assert/forward_assertions.go rename to vendor/github.com/stretchr/testify/assert/forward_assertions.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/assert/http_assertions.go b/vendor/github.com/stretchr/testify/assert/http_assertions.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/assert/http_assertions.go rename to vendor/github.com/stretchr/testify/assert/http_assertions.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/mock/doc.go b/vendor/github.com/stretchr/testify/mock/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/mock/doc.go rename to vendor/github.com/stretchr/testify/mock/doc.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go b/vendor/github.com/stretchr/testify/mock/mock.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go rename to vendor/github.com/stretchr/testify/mock/mock.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/require/doc.go b/vendor/github.com/stretchr/testify/require/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/require/doc.go rename to vendor/github.com/stretchr/testify/require/doc.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/require/forward_requirements.go b/vendor/github.com/stretchr/testify/require/forward_requirements.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/require/forward_requirements.go rename to vendor/github.com/stretchr/testify/require/forward_requirements.go diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/require/requirements.go b/vendor/github.com/stretchr/testify/require/requirements.go similarity index 100% rename from Godeps/_workspace/src/github.com/stretchr/testify/require/requirements.go rename to vendor/github.com/stretchr/testify/require/requirements.go diff --git a/vendor/github.com/syndtr/gocapability/LICENSE b/vendor/github.com/syndtr/gocapability/LICENSE new file mode 100644 index 000000000000..80dd96de77fa --- /dev/null +++ b/vendor/github.com/syndtr/gocapability/LICENSE @@ -0,0 +1,24 @@ +Copyright 2013 Suryandaru Triandana +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/capability.go b/vendor/github.com/syndtr/gocapability/capability/capability.go similarity index 100% rename from Godeps/_workspace/src/github.com/syndtr/gocapability/capability/capability.go rename to vendor/github.com/syndtr/gocapability/capability/capability.go diff --git a/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/capability_linux.go b/vendor/github.com/syndtr/gocapability/capability/capability_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/syndtr/gocapability/capability/capability_linux.go rename to vendor/github.com/syndtr/gocapability/capability/capability_linux.go diff --git a/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/capability_noop.go b/vendor/github.com/syndtr/gocapability/capability/capability_noop.go similarity index 100% rename from Godeps/_workspace/src/github.com/syndtr/gocapability/capability/capability_noop.go rename to vendor/github.com/syndtr/gocapability/capability/capability_noop.go diff --git a/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/enum.go b/vendor/github.com/syndtr/gocapability/capability/enum.go similarity index 100% rename from Godeps/_workspace/src/github.com/syndtr/gocapability/capability/enum.go rename to vendor/github.com/syndtr/gocapability/capability/enum.go diff --git a/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/enum_gen.go b/vendor/github.com/syndtr/gocapability/capability/enum_gen.go similarity index 100% rename from Godeps/_workspace/src/github.com/syndtr/gocapability/capability/enum_gen.go rename to vendor/github.com/syndtr/gocapability/capability/enum_gen.go diff --git a/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/enumgen/gen.go b/vendor/github.com/syndtr/gocapability/capability/enumgen/gen.go similarity index 100% rename from Godeps/_workspace/src/github.com/syndtr/gocapability/capability/enumgen/gen.go rename to vendor/github.com/syndtr/gocapability/capability/enumgen/gen.go diff --git a/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/syscall_linux.go b/vendor/github.com/syndtr/gocapability/capability/syscall_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/syndtr/gocapability/capability/syscall_linux.go rename to vendor/github.com/syndtr/gocapability/capability/syscall_linux.go diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/ugorji/go/LICENSE b/vendor/github.com/ugorji/go/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/ugorji/go/LICENSE rename to vendor/github.com/ugorji/go/LICENSE diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/0doc.go b/vendor/github.com/ugorji/go/codec/0doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/0doc.go rename to vendor/github.com/ugorji/go/codec/0doc.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/README.md b/vendor/github.com/ugorji/go/codec/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/README.md rename to vendor/github.com/ugorji/go/codec/README.md diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/binc.go b/vendor/github.com/ugorji/go/codec/binc.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/binc.go rename to vendor/github.com/ugorji/go/codec/binc.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/cbor.go b/vendor/github.com/ugorji/go/codec/cbor.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/cbor.go rename to vendor/github.com/ugorji/go/codec/cbor.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/codecgen/README.md b/vendor/github.com/ugorji/go/codec/codecgen/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/codecgen/README.md rename to vendor/github.com/ugorji/go/codec/codecgen/README.md diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/codecgen/gen.go b/vendor/github.com/ugorji/go/codec/codecgen/gen.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/codecgen/gen.go rename to vendor/github.com/ugorji/go/codec/codecgen/gen.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/codecgen/z.go b/vendor/github.com/ugorji/go/codec/codecgen/z.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/codecgen/z.go rename to vendor/github.com/ugorji/go/codec/codecgen/z.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/decode.go b/vendor/github.com/ugorji/go/codec/decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/decode.go rename to vendor/github.com/ugorji/go/codec/decode.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/encode.go b/vendor/github.com/ugorji/go/codec/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/encode.go rename to vendor/github.com/ugorji/go/codec/encode.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/fast-path.generated.go b/vendor/github.com/ugorji/go/codec/fast-path.generated.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/fast-path.generated.go rename to vendor/github.com/ugorji/go/codec/fast-path.generated.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/fast-path.go.tmpl b/vendor/github.com/ugorji/go/codec/fast-path.go.tmpl similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/fast-path.go.tmpl rename to vendor/github.com/ugorji/go/codec/fast-path.go.tmpl diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/fast-path.not.go b/vendor/github.com/ugorji/go/codec/fast-path.not.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/fast-path.not.go rename to vendor/github.com/ugorji/go/codec/fast-path.not.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/gen-dec-array.go.tmpl b/vendor/github.com/ugorji/go/codec/gen-dec-array.go.tmpl similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/gen-dec-array.go.tmpl rename to vendor/github.com/ugorji/go/codec/gen-dec-array.go.tmpl diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/gen-dec-map.go.tmpl b/vendor/github.com/ugorji/go/codec/gen-dec-map.go.tmpl similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/gen-dec-map.go.tmpl rename to vendor/github.com/ugorji/go/codec/gen-dec-map.go.tmpl diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/gen-helper.generated.go b/vendor/github.com/ugorji/go/codec/gen-helper.generated.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/gen-helper.generated.go rename to vendor/github.com/ugorji/go/codec/gen-helper.generated.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/gen-helper.go.tmpl b/vendor/github.com/ugorji/go/codec/gen-helper.go.tmpl similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/gen-helper.go.tmpl rename to vendor/github.com/ugorji/go/codec/gen-helper.go.tmpl diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/gen.generated.go b/vendor/github.com/ugorji/go/codec/gen.generated.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/gen.generated.go rename to vendor/github.com/ugorji/go/codec/gen.generated.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/gen.go b/vendor/github.com/ugorji/go/codec/gen.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/gen.go rename to vendor/github.com/ugorji/go/codec/gen.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/helper.go b/vendor/github.com/ugorji/go/codec/helper.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/helper.go rename to vendor/github.com/ugorji/go/codec/helper.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/helper_internal.go b/vendor/github.com/ugorji/go/codec/helper_internal.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/helper_internal.go rename to vendor/github.com/ugorji/go/codec/helper_internal.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/helper_not_unsafe.go b/vendor/github.com/ugorji/go/codec/helper_not_unsafe.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/helper_not_unsafe.go rename to vendor/github.com/ugorji/go/codec/helper_not_unsafe.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/helper_unsafe.go b/vendor/github.com/ugorji/go/codec/helper_unsafe.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/helper_unsafe.go rename to vendor/github.com/ugorji/go/codec/helper_unsafe.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/json.go b/vendor/github.com/ugorji/go/codec/json.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/json.go rename to vendor/github.com/ugorji/go/codec/json.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/msgpack.go b/vendor/github.com/ugorji/go/codec/msgpack.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/msgpack.go rename to vendor/github.com/ugorji/go/codec/msgpack.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/noop.go b/vendor/github.com/ugorji/go/codec/noop.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/noop.go rename to vendor/github.com/ugorji/go/codec/noop.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/prebuild.go b/vendor/github.com/ugorji/go/codec/prebuild.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/prebuild.go rename to vendor/github.com/ugorji/go/codec/prebuild.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/prebuild.sh b/vendor/github.com/ugorji/go/codec/prebuild.sh similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/prebuild.sh rename to vendor/github.com/ugorji/go/codec/prebuild.sh diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/rpc.go b/vendor/github.com/ugorji/go/codec/rpc.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/rpc.go rename to vendor/github.com/ugorji/go/codec/rpc.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/simple.go b/vendor/github.com/ugorji/go/codec/simple.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/simple.go rename to vendor/github.com/ugorji/go/codec/simple.go diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/test-cbor-goldens.json b/vendor/github.com/ugorji/go/codec/test-cbor-goldens.json similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/test-cbor-goldens.json rename to vendor/github.com/ugorji/go/codec/test-cbor-goldens.json diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/test.py b/vendor/github.com/ugorji/go/codec/test.py similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/test.py rename to vendor/github.com/ugorji/go/codec/test.py diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/tests.sh b/vendor/github.com/ugorji/go/codec/tests.sh similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/tests.sh rename to vendor/github.com/ugorji/go/codec/tests.sh diff --git a/Godeps/_workspace/src/github.com/ugorji/go/codec/time.go b/vendor/github.com/ugorji/go/codec/time.go similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/codec/time.go rename to vendor/github.com/ugorji/go/codec/time.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/.travis.yml b/vendor/github.com/vishvananda/netlink/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/.travis.yml rename to vendor/github.com/vishvananda/netlink/.travis.yml diff --git a/vendor/github.com/vishvananda/netlink/LICENSE b/vendor/github.com/vishvananda/netlink/LICENSE new file mode 100644 index 000000000000..9f64db8582cf --- /dev/null +++ b/vendor/github.com/vishvananda/netlink/LICENSE @@ -0,0 +1,192 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2014 Vishvananda Ishaya. + Copyright 2014 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/Makefile b/vendor/github.com/vishvananda/netlink/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/Makefile rename to vendor/github.com/vishvananda/netlink/Makefile diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/README.md b/vendor/github.com/vishvananda/netlink/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/README.md rename to vendor/github.com/vishvananda/netlink/README.md diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/addr.go b/vendor/github.com/vishvananda/netlink/addr.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/addr.go rename to vendor/github.com/vishvananda/netlink/addr.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/addr_linux.go b/vendor/github.com/vishvananda/netlink/addr_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/addr_linux.go rename to vendor/github.com/vishvananda/netlink/addr_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/filter.go b/vendor/github.com/vishvananda/netlink/filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/filter.go rename to vendor/github.com/vishvananda/netlink/filter.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/filter_linux.go b/vendor/github.com/vishvananda/netlink/filter_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/filter_linux.go rename to vendor/github.com/vishvananda/netlink/filter_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/link.go b/vendor/github.com/vishvananda/netlink/link.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/link.go rename to vendor/github.com/vishvananda/netlink/link.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/link_linux.go b/vendor/github.com/vishvananda/netlink/link_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/link_linux.go rename to vendor/github.com/vishvananda/netlink/link_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/neigh.go b/vendor/github.com/vishvananda/netlink/neigh.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/neigh.go rename to vendor/github.com/vishvananda/netlink/neigh.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/neigh_linux.go b/vendor/github.com/vishvananda/netlink/neigh_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/neigh_linux.go rename to vendor/github.com/vishvananda/netlink/neigh_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/netlink.go b/vendor/github.com/vishvananda/netlink/netlink.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/netlink.go rename to vendor/github.com/vishvananda/netlink/netlink.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/netlink_unspecified.go b/vendor/github.com/vishvananda/netlink/netlink_unspecified.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/netlink_unspecified.go rename to vendor/github.com/vishvananda/netlink/netlink_unspecified.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/addr_linux.go b/vendor/github.com/vishvananda/netlink/nl/addr_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/nl/addr_linux.go rename to vendor/github.com/vishvananda/netlink/nl/addr_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/link_linux.go b/vendor/github.com/vishvananda/netlink/nl/link_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/nl/link_linux.go rename to vendor/github.com/vishvananda/netlink/nl/link_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/nl_linux.go b/vendor/github.com/vishvananda/netlink/nl/nl_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/nl/nl_linux.go rename to vendor/github.com/vishvananda/netlink/nl/nl_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/route_linux.go b/vendor/github.com/vishvananda/netlink/nl/route_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/nl/route_linux.go rename to vendor/github.com/vishvananda/netlink/nl/route_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/tc_linux.go b/vendor/github.com/vishvananda/netlink/nl/tc_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/nl/tc_linux.go rename to vendor/github.com/vishvananda/netlink/nl/tc_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/xfrm_linux.go b/vendor/github.com/vishvananda/netlink/nl/xfrm_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/nl/xfrm_linux.go rename to vendor/github.com/vishvananda/netlink/nl/xfrm_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go b/vendor/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go rename to vendor/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/nl/xfrm_state_linux.go b/vendor/github.com/vishvananda/netlink/nl/xfrm_state_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/nl/xfrm_state_linux.go rename to vendor/github.com/vishvananda/netlink/nl/xfrm_state_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/protinfo.go b/vendor/github.com/vishvananda/netlink/protinfo.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/protinfo.go rename to vendor/github.com/vishvananda/netlink/protinfo.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/protinfo_linux.go b/vendor/github.com/vishvananda/netlink/protinfo_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/protinfo_linux.go rename to vendor/github.com/vishvananda/netlink/protinfo_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/qdisc.go b/vendor/github.com/vishvananda/netlink/qdisc.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/qdisc.go rename to vendor/github.com/vishvananda/netlink/qdisc.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/qdisc_linux.go b/vendor/github.com/vishvananda/netlink/qdisc_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/qdisc_linux.go rename to vendor/github.com/vishvananda/netlink/qdisc_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/route.go b/vendor/github.com/vishvananda/netlink/route.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/route.go rename to vendor/github.com/vishvananda/netlink/route.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/route_linux.go b/vendor/github.com/vishvananda/netlink/route_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/route_linux.go rename to vendor/github.com/vishvananda/netlink/route_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm.go b/vendor/github.com/vishvananda/netlink/xfrm.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm.go rename to vendor/github.com/vishvananda/netlink/xfrm.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm_policy.go b/vendor/github.com/vishvananda/netlink/xfrm_policy.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm_policy.go rename to vendor/github.com/vishvananda/netlink/xfrm_policy.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm_policy_linux.go b/vendor/github.com/vishvananda/netlink/xfrm_policy_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm_policy_linux.go rename to vendor/github.com/vishvananda/netlink/xfrm_policy_linux.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm_state.go b/vendor/github.com/vishvananda/netlink/xfrm_state.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm_state.go rename to vendor/github.com/vishvananda/netlink/xfrm_state.go diff --git a/Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm_state_linux.go b/vendor/github.com/vishvananda/netlink/xfrm_state_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/vishvananda/netlink/xfrm_state_linux.go rename to vendor/github.com/vishvananda/netlink/xfrm_state_linux.go diff --git a/Godeps/_workspace/src/github.com/xiang90/probing/.gitignore b/vendor/github.com/xiang90/probing/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/xiang90/probing/.gitignore rename to vendor/github.com/xiang90/probing/.gitignore diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/xiang90/probing/LICENSE b/vendor/github.com/xiang90/probing/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/xiang90/probing/LICENSE rename to vendor/github.com/xiang90/probing/LICENSE diff --git a/Godeps/_workspace/src/github.com/xiang90/probing/README.md b/vendor/github.com/xiang90/probing/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/xiang90/probing/README.md rename to vendor/github.com/xiang90/probing/README.md diff --git a/Godeps/_workspace/src/github.com/xiang90/probing/prober.go b/vendor/github.com/xiang90/probing/prober.go similarity index 100% rename from Godeps/_workspace/src/github.com/xiang90/probing/prober.go rename to vendor/github.com/xiang90/probing/prober.go diff --git a/Godeps/_workspace/src/github.com/xiang90/probing/server.go b/vendor/github.com/xiang90/probing/server.go similarity index 100% rename from Godeps/_workspace/src/github.com/xiang90/probing/server.go rename to vendor/github.com/xiang90/probing/server.go diff --git a/Godeps/_workspace/src/github.com/xiang90/probing/status.go b/vendor/github.com/xiang90/probing/status.go similarity index 100% rename from Godeps/_workspace/src/github.com/xiang90/probing/status.go rename to vendor/github.com/xiang90/probing/status.go diff --git a/Godeps/_workspace/src/github.com/xyproto/simpleredis/.travis.yml b/vendor/github.com/xyproto/simpleredis/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/xyproto/simpleredis/.travis.yml rename to vendor/github.com/xyproto/simpleredis/.travis.yml diff --git a/Godeps/_workspace/src/github.com/xyproto/simpleredis/LICENSE b/vendor/github.com/xyproto/simpleredis/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/xyproto/simpleredis/LICENSE rename to vendor/github.com/xyproto/simpleredis/LICENSE diff --git a/Godeps/_workspace/src/github.com/xyproto/simpleredis/README.md b/vendor/github.com/xyproto/simpleredis/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/xyproto/simpleredis/README.md rename to vendor/github.com/xyproto/simpleredis/README.md diff --git a/Godeps/_workspace/src/github.com/xyproto/simpleredis/TODO.md b/vendor/github.com/xyproto/simpleredis/TODO.md similarity index 100% rename from Godeps/_workspace/src/github.com/xyproto/simpleredis/TODO.md rename to vendor/github.com/xyproto/simpleredis/TODO.md diff --git a/Godeps/_workspace/src/github.com/xyproto/simpleredis/example/main.go b/vendor/github.com/xyproto/simpleredis/example/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/xyproto/simpleredis/example/main.go rename to vendor/github.com/xyproto/simpleredis/example/main.go diff --git a/Godeps/_workspace/src/github.com/xyproto/simpleredis/simpleredis.go b/vendor/github.com/xyproto/simpleredis/simpleredis.go similarity index 100% rename from Godeps/_workspace/src/github.com/xyproto/simpleredis/simpleredis.go rename to vendor/github.com/xyproto/simpleredis/simpleredis.go diff --git a/vendor/go4.org/LICENSE b/vendor/go4.org/LICENSE new file mode 100644 index 000000000000..8f71f43fee3f --- /dev/null +++ b/vendor/go4.org/LICENSE @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/Godeps/_workspace/src/github.com/camlistore/go4/errorutil/highlight.go b/vendor/go4.org/errorutil/highlight.go similarity index 100% rename from Godeps/_workspace/src/github.com/camlistore/go4/errorutil/highlight.go rename to vendor/go4.org/errorutil/highlight.go diff --git a/vendor/go4.org/legal/legal.go b/vendor/go4.org/legal/legal.go new file mode 100644 index 000000000000..de9ae9c85899 --- /dev/null +++ b/vendor/go4.org/legal/legal.go @@ -0,0 +1,32 @@ +/* +Copyright 2014 The Go4 Authors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// Package legal provides in-process storage for compiled-in licenses. +package legal + +var licenses []string + +// RegisterLicense stores the license text. +// It doesn't check whether the text was already present. +func RegisterLicense(text string) { + licenses = append(licenses, text) + return +} + +// Licenses returns a slice of the licenses. +func Licenses() []string { + return licenses +} diff --git a/vendor/golang.org/x/crypto/LICENSE b/vendor/golang.org/x/crypto/LICENSE new file mode 100644 index 000000000000..6a66aea5eafe --- /dev/null +++ b/vendor/golang.org/x/crypto/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/golang.org/x/crypto/PATENTS b/vendor/golang.org/x/crypto/PATENTS new file mode 100644 index 000000000000..733099041f84 --- /dev/null +++ b/vendor/golang.org/x/crypto/PATENTS @@ -0,0 +1,22 @@ +Additional IP Rights Grant (Patents) + +"This implementation" means the copyrightable works distributed by +Google as part of the Go project. + +Google hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) +patent license to make, have made, use, offer to sell, sell, import, +transfer and otherwise run, modify and propagate the contents of this +implementation of Go, where such license applies only to those patent +claims, both currently owned or controlled by Google and acquired in +the future, licensable by Google that are necessarily infringed by this +implementation of Go. This grant does not include claims that would be +infringed only as a consequence of further modification of this +implementation. If you or your agent or exclusive licensee institute or +order or agree to the institution of patent litigation against any +entity (including a cross-claim or counterclaim in a lawsuit) alleging +that this implementation of Go or any code incorporated within this +implementation of Go constitutes direct or contributory patent +infringement, or inducement of patent infringement, then any patent +rights granted to you under this License for this implementation of Go +shall terminate as of the date such litigation is filed. diff --git a/Godeps/_workspace/src/golang.org/x/crypto/bcrypt/base64.go b/vendor/golang.org/x/crypto/bcrypt/base64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/bcrypt/base64.go rename to vendor/golang.org/x/crypto/bcrypt/base64.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/bcrypt/bcrypt.go b/vendor/golang.org/x/crypto/bcrypt/bcrypt.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/bcrypt/bcrypt.go rename to vendor/golang.org/x/crypto/bcrypt/bcrypt.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/blowfish/block.go b/vendor/golang.org/x/crypto/blowfish/block.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/blowfish/block.go rename to vendor/golang.org/x/crypto/blowfish/block.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/blowfish/cipher.go b/vendor/golang.org/x/crypto/blowfish/cipher.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/blowfish/cipher.go rename to vendor/golang.org/x/crypto/blowfish/cipher.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/blowfish/const.go b/vendor/golang.org/x/crypto/blowfish/const.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/blowfish/const.go rename to vendor/golang.org/x/crypto/blowfish/const.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/agent/client.go b/vendor/golang.org/x/crypto/ssh/agent/client.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/agent/client.go rename to vendor/golang.org/x/crypto/ssh/agent/client.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/agent/forward.go b/vendor/golang.org/x/crypto/ssh/agent/forward.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/agent/forward.go rename to vendor/golang.org/x/crypto/ssh/agent/forward.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/agent/keyring.go b/vendor/golang.org/x/crypto/ssh/agent/keyring.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/agent/keyring.go rename to vendor/golang.org/x/crypto/ssh/agent/keyring.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/agent/server.go b/vendor/golang.org/x/crypto/ssh/agent/server.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/agent/server.go rename to vendor/golang.org/x/crypto/ssh/agent/server.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/buffer.go b/vendor/golang.org/x/crypto/ssh/buffer.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/buffer.go rename to vendor/golang.org/x/crypto/ssh/buffer.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/certs.go b/vendor/golang.org/x/crypto/ssh/certs.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/certs.go rename to vendor/golang.org/x/crypto/ssh/certs.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/channel.go b/vendor/golang.org/x/crypto/ssh/channel.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/channel.go rename to vendor/golang.org/x/crypto/ssh/channel.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/cipher.go b/vendor/golang.org/x/crypto/ssh/cipher.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/cipher.go rename to vendor/golang.org/x/crypto/ssh/cipher.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/client.go b/vendor/golang.org/x/crypto/ssh/client.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/client.go rename to vendor/golang.org/x/crypto/ssh/client.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/client_auth.go b/vendor/golang.org/x/crypto/ssh/client_auth.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/client_auth.go rename to vendor/golang.org/x/crypto/ssh/client_auth.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/common.go b/vendor/golang.org/x/crypto/ssh/common.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/common.go rename to vendor/golang.org/x/crypto/ssh/common.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/connection.go b/vendor/golang.org/x/crypto/ssh/connection.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/connection.go rename to vendor/golang.org/x/crypto/ssh/connection.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/doc.go b/vendor/golang.org/x/crypto/ssh/doc.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/doc.go rename to vendor/golang.org/x/crypto/ssh/doc.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/handshake.go b/vendor/golang.org/x/crypto/ssh/handshake.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/handshake.go rename to vendor/golang.org/x/crypto/ssh/handshake.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/kex.go b/vendor/golang.org/x/crypto/ssh/kex.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/kex.go rename to vendor/golang.org/x/crypto/ssh/kex.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/keys.go b/vendor/golang.org/x/crypto/ssh/keys.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/keys.go rename to vendor/golang.org/x/crypto/ssh/keys.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/mac.go b/vendor/golang.org/x/crypto/ssh/mac.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/mac.go rename to vendor/golang.org/x/crypto/ssh/mac.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/messages.go b/vendor/golang.org/x/crypto/ssh/messages.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/messages.go rename to vendor/golang.org/x/crypto/ssh/messages.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/mux.go b/vendor/golang.org/x/crypto/ssh/mux.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/mux.go rename to vendor/golang.org/x/crypto/ssh/mux.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/server.go b/vendor/golang.org/x/crypto/ssh/server.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/server.go rename to vendor/golang.org/x/crypto/ssh/server.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/session.go b/vendor/golang.org/x/crypto/ssh/session.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/session.go rename to vendor/golang.org/x/crypto/ssh/session.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/tcpip.go b/vendor/golang.org/x/crypto/ssh/tcpip.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/tcpip.go rename to vendor/golang.org/x/crypto/ssh/tcpip.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/terminal.go b/vendor/golang.org/x/crypto/ssh/terminal/terminal.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/terminal.go rename to vendor/golang.org/x/crypto/ssh/terminal/terminal.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util.go b/vendor/golang.org/x/crypto/ssh/terminal/util.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util.go rename to vendor/golang.org/x/crypto/ssh/terminal/util.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_bsd.go b/vendor/golang.org/x/crypto/ssh/terminal/util_bsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_bsd.go rename to vendor/golang.org/x/crypto/ssh/terminal/util_bsd.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_linux.go b/vendor/golang.org/x/crypto/ssh/terminal/util_linux.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_linux.go rename to vendor/golang.org/x/crypto/ssh/terminal/util_linux.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_windows.go b/vendor/golang.org/x/crypto/ssh/terminal/util_windows.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/terminal/util_windows.go rename to vendor/golang.org/x/crypto/ssh/terminal/util_windows.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/test/doc.go b/vendor/golang.org/x/crypto/ssh/test/doc.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/test/doc.go rename to vendor/golang.org/x/crypto/ssh/test/doc.go diff --git a/Godeps/_workspace/src/golang.org/x/crypto/ssh/transport.go b/vendor/golang.org/x/crypto/ssh/transport.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/crypto/ssh/transport.go rename to vendor/golang.org/x/crypto/ssh/transport.go diff --git a/vendor/golang.org/x/exp/LICENSE b/vendor/golang.org/x/exp/LICENSE new file mode 100644 index 000000000000..6a66aea5eafe --- /dev/null +++ b/vendor/golang.org/x/exp/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/golang.org/x/exp/PATENTS b/vendor/golang.org/x/exp/PATENTS new file mode 100644 index 000000000000..733099041f84 --- /dev/null +++ b/vendor/golang.org/x/exp/PATENTS @@ -0,0 +1,22 @@ +Additional IP Rights Grant (Patents) + +"This implementation" means the copyrightable works distributed by +Google as part of the Go project. + +Google hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) +patent license to make, have made, use, offer to sell, sell, import, +transfer and otherwise run, modify and propagate the contents of this +implementation of Go, where such license applies only to those patent +claims, both currently owned or controlled by Google and acquired in +the future, licensable by Google that are necessarily infringed by this +implementation of Go. This grant does not include claims that would be +infringed only as a consequence of further modification of this +implementation. If you or your agent or exclusive licensee institute or +order or agree to the institution of patent litigation against any +entity (including a cross-claim or counterclaim in a lawsuit) alleging +that this implementation of Go or any code incorporated within this +implementation of Go constitutes direct or contributory patent +infringement, or inducement of patent infringement, then any patent +rights granted to you under this License for this implementation of Go +shall terminate as of the date such litigation is filed. diff --git a/Godeps/_workspace/src/golang.org/x/exp/inotify/inotify_linux.go b/vendor/golang.org/x/exp/inotify/inotify_linux.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/exp/inotify/inotify_linux.go rename to vendor/golang.org/x/exp/inotify/inotify_linux.go diff --git a/vendor/golang.org/x/net/LICENSE b/vendor/golang.org/x/net/LICENSE new file mode 100644 index 000000000000..6a66aea5eafe --- /dev/null +++ b/vendor/golang.org/x/net/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/golang.org/x/net/PATENTS b/vendor/golang.org/x/net/PATENTS new file mode 100644 index 000000000000..733099041f84 --- /dev/null +++ b/vendor/golang.org/x/net/PATENTS @@ -0,0 +1,22 @@ +Additional IP Rights Grant (Patents) + +"This implementation" means the copyrightable works distributed by +Google as part of the Go project. + +Google hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) +patent license to make, have made, use, offer to sell, sell, import, +transfer and otherwise run, modify and propagate the contents of this +implementation of Go, where such license applies only to those patent +claims, both currently owned or controlled by Google and acquired in +the future, licensable by Google that are necessarily infringed by this +implementation of Go. This grant does not include claims that would be +infringed only as a consequence of further modification of this +implementation. If you or your agent or exclusive licensee institute or +order or agree to the institution of patent litigation against any +entity (including a cross-claim or counterclaim in a lawsuit) alleging +that this implementation of Go or any code incorporated within this +implementation of Go constitutes direct or contributory patent +infringement, or inducement of patent infringement, then any patent +rights granted to you under this License for this implementation of Go +shall terminate as of the date such litigation is filed. diff --git a/Godeps/_workspace/src/golang.org/x/net/context/context.go b/vendor/golang.org/x/net/context/context.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/context/context.go rename to vendor/golang.org/x/net/context/context.go diff --git a/Godeps/_workspace/src/golang.org/x/net/context/ctxhttp/cancelreq.go b/vendor/golang.org/x/net/context/ctxhttp/cancelreq.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/context/ctxhttp/cancelreq.go rename to vendor/golang.org/x/net/context/ctxhttp/cancelreq.go diff --git a/Godeps/_workspace/src/golang.org/x/net/context/ctxhttp/cancelreq_go14.go b/vendor/golang.org/x/net/context/ctxhttp/cancelreq_go14.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/context/ctxhttp/cancelreq_go14.go rename to vendor/golang.org/x/net/context/ctxhttp/cancelreq_go14.go diff --git a/Godeps/_workspace/src/golang.org/x/net/context/ctxhttp/ctxhttp.go b/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/context/ctxhttp/ctxhttp.go rename to vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go b/vendor/golang.org/x/net/html/atom/atom.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go rename to vendor/golang.org/x/net/html/atom/atom.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go b/vendor/golang.org/x/net/html/atom/gen.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go rename to vendor/golang.org/x/net/html/atom/gen.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/atom/table.go b/vendor/golang.org/x/net/html/atom/table.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/atom/table.go rename to vendor/golang.org/x/net/html/atom/table.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go b/vendor/golang.org/x/net/html/charset/charset.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go rename to vendor/golang.org/x/net/html/charset/charset.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go b/vendor/golang.org/x/net/html/charset/gen.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go rename to vendor/golang.org/x/net/html/charset/gen.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/charset/table.go b/vendor/golang.org/x/net/html/charset/table.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/charset/table.go rename to vendor/golang.org/x/net/html/charset/table.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/const.go b/vendor/golang.org/x/net/html/const.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/const.go rename to vendor/golang.org/x/net/html/const.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/doc.go b/vendor/golang.org/x/net/html/doc.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/doc.go rename to vendor/golang.org/x/net/html/doc.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/doctype.go b/vendor/golang.org/x/net/html/doctype.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/doctype.go rename to vendor/golang.org/x/net/html/doctype.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/entity.go b/vendor/golang.org/x/net/html/entity.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/entity.go rename to vendor/golang.org/x/net/html/entity.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/escape.go b/vendor/golang.org/x/net/html/escape.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/escape.go rename to vendor/golang.org/x/net/html/escape.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/foreign.go b/vendor/golang.org/x/net/html/foreign.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/foreign.go rename to vendor/golang.org/x/net/html/foreign.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/node.go b/vendor/golang.org/x/net/html/node.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/node.go rename to vendor/golang.org/x/net/html/node.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/parse.go b/vendor/golang.org/x/net/html/parse.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/parse.go rename to vendor/golang.org/x/net/html/parse.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/render.go b/vendor/golang.org/x/net/html/render.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/render.go rename to vendor/golang.org/x/net/html/render.go diff --git a/Godeps/_workspace/src/golang.org/x/net/html/token.go b/vendor/golang.org/x/net/html/token.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/html/token.go rename to vendor/golang.org/x/net/html/token.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/.gitignore b/vendor/golang.org/x/net/http2/.gitignore similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/.gitignore rename to vendor/golang.org/x/net/http2/.gitignore diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/Dockerfile b/vendor/golang.org/x/net/http2/Dockerfile similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/Dockerfile rename to vendor/golang.org/x/net/http2/Dockerfile diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/Makefile b/vendor/golang.org/x/net/http2/Makefile similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/Makefile rename to vendor/golang.org/x/net/http2/Makefile diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/README b/vendor/golang.org/x/net/http2/README similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/README rename to vendor/golang.org/x/net/http2/README diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/buffer.go b/vendor/golang.org/x/net/http2/buffer.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/buffer.go rename to vendor/golang.org/x/net/http2/buffer.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/errors.go b/vendor/golang.org/x/net/http2/errors.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/errors.go rename to vendor/golang.org/x/net/http2/errors.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/flow.go b/vendor/golang.org/x/net/http2/flow.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/flow.go rename to vendor/golang.org/x/net/http2/flow.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/frame.go b/vendor/golang.org/x/net/http2/frame.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/frame.go rename to vendor/golang.org/x/net/http2/frame.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/gotrack.go b/vendor/golang.org/x/net/http2/gotrack.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/gotrack.go rename to vendor/golang.org/x/net/http2/gotrack.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/.gitignore b/vendor/golang.org/x/net/http2/h2demo/.gitignore similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/.gitignore rename to vendor/golang.org/x/net/http2/h2demo/.gitignore diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/Makefile b/vendor/golang.org/x/net/http2/h2demo/Makefile similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/Makefile rename to vendor/golang.org/x/net/http2/h2demo/Makefile diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/README b/vendor/golang.org/x/net/http2/h2demo/README similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/README rename to vendor/golang.org/x/net/http2/h2demo/README diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/h2demo.go b/vendor/golang.org/x/net/http2/h2demo/h2demo.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/h2demo.go rename to vendor/golang.org/x/net/http2/h2demo/h2demo.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/launch.go b/vendor/golang.org/x/net/http2/h2demo/launch.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/launch.go rename to vendor/golang.org/x/net/http2/h2demo/launch.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/rootCA.key b/vendor/golang.org/x/net/http2/h2demo/rootCA.key similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/rootCA.key rename to vendor/golang.org/x/net/http2/h2demo/rootCA.key diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/rootCA.pem b/vendor/golang.org/x/net/http2/h2demo/rootCA.pem similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/rootCA.pem rename to vendor/golang.org/x/net/http2/h2demo/rootCA.pem diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/rootCA.srl b/vendor/golang.org/x/net/http2/h2demo/rootCA.srl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/rootCA.srl rename to vendor/golang.org/x/net/http2/h2demo/rootCA.srl diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/server.crt b/vendor/golang.org/x/net/http2/h2demo/server.crt similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/server.crt rename to vendor/golang.org/x/net/http2/h2demo/server.crt diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2demo/server.key b/vendor/golang.org/x/net/http2/h2demo/server.key similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2demo/server.key rename to vendor/golang.org/x/net/http2/h2demo/server.key diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2i/README.md b/vendor/golang.org/x/net/http2/h2i/README.md similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2i/README.md rename to vendor/golang.org/x/net/http2/h2i/README.md diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/h2i/h2i.go b/vendor/golang.org/x/net/http2/h2i/h2i.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/h2i/h2i.go rename to vendor/golang.org/x/net/http2/h2i/h2i.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/headermap.go b/vendor/golang.org/x/net/http2/headermap.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/headermap.go rename to vendor/golang.org/x/net/http2/headermap.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/hpack/encode.go b/vendor/golang.org/x/net/http2/hpack/encode.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/hpack/encode.go rename to vendor/golang.org/x/net/http2/hpack/encode.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/hpack/hpack.go b/vendor/golang.org/x/net/http2/hpack/hpack.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/hpack/hpack.go rename to vendor/golang.org/x/net/http2/hpack/hpack.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/hpack/huffman.go b/vendor/golang.org/x/net/http2/hpack/huffman.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/hpack/huffman.go rename to vendor/golang.org/x/net/http2/hpack/huffman.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/hpack/tables.go b/vendor/golang.org/x/net/http2/hpack/tables.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/hpack/tables.go rename to vendor/golang.org/x/net/http2/hpack/tables.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/http2.go b/vendor/golang.org/x/net/http2/http2.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/http2.go rename to vendor/golang.org/x/net/http2/http2.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/pipe.go b/vendor/golang.org/x/net/http2/pipe.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/pipe.go rename to vendor/golang.org/x/net/http2/pipe.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/server.go b/vendor/golang.org/x/net/http2/server.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/server.go rename to vendor/golang.org/x/net/http2/server.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/transport.go b/vendor/golang.org/x/net/http2/transport.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/transport.go rename to vendor/golang.org/x/net/http2/transport.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/write.go b/vendor/golang.org/x/net/http2/write.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/write.go rename to vendor/golang.org/x/net/http2/write.go diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/writesched.go b/vendor/golang.org/x/net/http2/writesched.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/http2/writesched.go rename to vendor/golang.org/x/net/http2/writesched.go diff --git a/Godeps/_workspace/src/golang.org/x/net/internal/timeseries/timeseries.go b/vendor/golang.org/x/net/internal/timeseries/timeseries.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/internal/timeseries/timeseries.go rename to vendor/golang.org/x/net/internal/timeseries/timeseries.go diff --git a/Godeps/_workspace/src/golang.org/x/net/proxy/direct.go b/vendor/golang.org/x/net/proxy/direct.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/proxy/direct.go rename to vendor/golang.org/x/net/proxy/direct.go diff --git a/Godeps/_workspace/src/golang.org/x/net/proxy/per_host.go b/vendor/golang.org/x/net/proxy/per_host.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/proxy/per_host.go rename to vendor/golang.org/x/net/proxy/per_host.go diff --git a/Godeps/_workspace/src/golang.org/x/net/proxy/proxy.go b/vendor/golang.org/x/net/proxy/proxy.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/proxy/proxy.go rename to vendor/golang.org/x/net/proxy/proxy.go diff --git a/Godeps/_workspace/src/golang.org/x/net/proxy/socks5.go b/vendor/golang.org/x/net/proxy/socks5.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/proxy/socks5.go rename to vendor/golang.org/x/net/proxy/socks5.go diff --git a/Godeps/_workspace/src/golang.org/x/net/trace/events.go b/vendor/golang.org/x/net/trace/events.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/trace/events.go rename to vendor/golang.org/x/net/trace/events.go diff --git a/Godeps/_workspace/src/golang.org/x/net/trace/histogram.go b/vendor/golang.org/x/net/trace/histogram.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/trace/histogram.go rename to vendor/golang.org/x/net/trace/histogram.go diff --git a/Godeps/_workspace/src/golang.org/x/net/trace/trace.go b/vendor/golang.org/x/net/trace/trace.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/trace/trace.go rename to vendor/golang.org/x/net/trace/trace.go diff --git a/Godeps/_workspace/src/golang.org/x/net/websocket/client.go b/vendor/golang.org/x/net/websocket/client.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/websocket/client.go rename to vendor/golang.org/x/net/websocket/client.go diff --git a/Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go b/vendor/golang.org/x/net/websocket/hybi.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go rename to vendor/golang.org/x/net/websocket/hybi.go diff --git a/Godeps/_workspace/src/golang.org/x/net/websocket/server.go b/vendor/golang.org/x/net/websocket/server.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/websocket/server.go rename to vendor/golang.org/x/net/websocket/server.go diff --git a/Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go b/vendor/golang.org/x/net/websocket/websocket.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go rename to vendor/golang.org/x/net/websocket/websocket.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/.travis.yml b/vendor/golang.org/x/oauth2/.travis.yml similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/.travis.yml rename to vendor/golang.org/x/oauth2/.travis.yml diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/AUTHORS b/vendor/golang.org/x/oauth2/AUTHORS similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/AUTHORS rename to vendor/golang.org/x/oauth2/AUTHORS diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/CONTRIBUTING.md b/vendor/golang.org/x/oauth2/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/CONTRIBUTING.md rename to vendor/golang.org/x/oauth2/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/CONTRIBUTORS b/vendor/golang.org/x/oauth2/CONTRIBUTORS similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/CONTRIBUTORS rename to vendor/golang.org/x/oauth2/CONTRIBUTORS diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/LICENSE b/vendor/golang.org/x/oauth2/LICENSE similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/LICENSE rename to vendor/golang.org/x/oauth2/LICENSE diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/README.md b/vendor/golang.org/x/oauth2/README.md similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/README.md rename to vendor/golang.org/x/oauth2/README.md diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/client_appengine.go b/vendor/golang.org/x/oauth2/client_appengine.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/client_appengine.go rename to vendor/golang.org/x/oauth2/client_appengine.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/clientcredentials/clientcredentials.go b/vendor/golang.org/x/oauth2/clientcredentials/clientcredentials.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/clientcredentials/clientcredentials.go rename to vendor/golang.org/x/oauth2/clientcredentials/clientcredentials.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/facebook/facebook.go b/vendor/golang.org/x/oauth2/facebook/facebook.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/facebook/facebook.go rename to vendor/golang.org/x/oauth2/facebook/facebook.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/github/github.go b/vendor/golang.org/x/oauth2/github/github.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/github/github.go rename to vendor/golang.org/x/oauth2/github/github.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/google/appengine.go b/vendor/golang.org/x/oauth2/google/appengine.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/google/appengine.go rename to vendor/golang.org/x/oauth2/google/appengine.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/google/appengine_hook.go b/vendor/golang.org/x/oauth2/google/appengine_hook.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/google/appengine_hook.go rename to vendor/golang.org/x/oauth2/google/appengine_hook.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/google/default.go b/vendor/golang.org/x/oauth2/google/default.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/google/default.go rename to vendor/golang.org/x/oauth2/google/default.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/google/google.go b/vendor/golang.org/x/oauth2/google/google.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/google/google.go rename to vendor/golang.org/x/oauth2/google/google.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/google/sdk.go b/vendor/golang.org/x/oauth2/google/sdk.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/google/sdk.go rename to vendor/golang.org/x/oauth2/google/sdk.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/internal/oauth2.go b/vendor/golang.org/x/oauth2/internal/oauth2.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/internal/oauth2.go rename to vendor/golang.org/x/oauth2/internal/oauth2.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/internal/token.go b/vendor/golang.org/x/oauth2/internal/token.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/internal/token.go rename to vendor/golang.org/x/oauth2/internal/token.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/internal/transport.go b/vendor/golang.org/x/oauth2/internal/transport.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/internal/transport.go rename to vendor/golang.org/x/oauth2/internal/transport.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/jws/jws.go b/vendor/golang.org/x/oauth2/jws/jws.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/jws/jws.go rename to vendor/golang.org/x/oauth2/jws/jws.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/jwt/jwt.go b/vendor/golang.org/x/oauth2/jwt/jwt.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/jwt/jwt.go rename to vendor/golang.org/x/oauth2/jwt/jwt.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/linkedin/linkedin.go b/vendor/golang.org/x/oauth2/linkedin/linkedin.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/linkedin/linkedin.go rename to vendor/golang.org/x/oauth2/linkedin/linkedin.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/oauth2.go b/vendor/golang.org/x/oauth2/oauth2.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/oauth2.go rename to vendor/golang.org/x/oauth2/oauth2.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/odnoklassniki/odnoklassniki.go b/vendor/golang.org/x/oauth2/odnoklassniki/odnoklassniki.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/odnoklassniki/odnoklassniki.go rename to vendor/golang.org/x/oauth2/odnoklassniki/odnoklassniki.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/paypal/paypal.go b/vendor/golang.org/x/oauth2/paypal/paypal.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/paypal/paypal.go rename to vendor/golang.org/x/oauth2/paypal/paypal.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/token.go b/vendor/golang.org/x/oauth2/token.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/token.go rename to vendor/golang.org/x/oauth2/token.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/transport.go b/vendor/golang.org/x/oauth2/transport.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/transport.go rename to vendor/golang.org/x/oauth2/transport.go diff --git a/Godeps/_workspace/src/golang.org/x/oauth2/vk/vk.go b/vendor/golang.org/x/oauth2/vk/vk.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/oauth2/vk/vk.go rename to vendor/golang.org/x/oauth2/vk/vk.go diff --git a/vendor/golang.org/x/sys/LICENSE b/vendor/golang.org/x/sys/LICENSE new file mode 100644 index 000000000000..6a66aea5eafe --- /dev/null +++ b/vendor/golang.org/x/sys/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/golang.org/x/sys/PATENTS b/vendor/golang.org/x/sys/PATENTS new file mode 100644 index 000000000000..733099041f84 --- /dev/null +++ b/vendor/golang.org/x/sys/PATENTS @@ -0,0 +1,22 @@ +Additional IP Rights Grant (Patents) + +"This implementation" means the copyrightable works distributed by +Google as part of the Go project. + +Google hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) +patent license to make, have made, use, offer to sell, sell, import, +transfer and otherwise run, modify and propagate the contents of this +implementation of Go, where such license applies only to those patent +claims, both currently owned or controlled by Google and acquired in +the future, licensable by Google that are necessarily infringed by this +implementation of Go. This grant does not include claims that would be +infringed only as a consequence of further modification of this +implementation. If you or your agent or exclusive licensee institute or +order or agree to the institution of patent litigation against any +entity (including a cross-claim or counterclaim in a lawsuit) alleging +that this implementation of Go or any code incorporated within this +implementation of Go constitutes direct or contributory patent +infringement, or inducement of patent infringement, then any patent +rights granted to you under this License for this implementation of Go +shall terminate as of the date such litigation is filed. diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/.gitignore b/vendor/golang.org/x/sys/unix/.gitignore similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/.gitignore rename to vendor/golang.org/x/sys/unix/.gitignore diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm.s b/vendor/golang.org/x/sys/unix/asm.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm.s rename to vendor/golang.org/x/sys/unix/asm.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_386.s b/vendor/golang.org/x/sys/unix/asm_darwin_386.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_386.s rename to vendor/golang.org/x/sys/unix/asm_darwin_386.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_amd64.s b/vendor/golang.org/x/sys/unix/asm_darwin_amd64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_amd64.s rename to vendor/golang.org/x/sys/unix/asm_darwin_amd64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_arm.s b/vendor/golang.org/x/sys/unix/asm_darwin_arm.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_arm.s rename to vendor/golang.org/x/sys/unix/asm_darwin_arm.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_arm64.s b/vendor/golang.org/x/sys/unix/asm_darwin_arm64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_arm64.s rename to vendor/golang.org/x/sys/unix/asm_darwin_arm64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_dragonfly_386.s b/vendor/golang.org/x/sys/unix/asm_dragonfly_386.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_dragonfly_386.s rename to vendor/golang.org/x/sys/unix/asm_dragonfly_386.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_dragonfly_amd64.s b/vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_dragonfly_amd64.s rename to vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_386.s b/vendor/golang.org/x/sys/unix/asm_freebsd_386.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_386.s rename to vendor/golang.org/x/sys/unix/asm_freebsd_386.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_amd64.s b/vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_amd64.s rename to vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_arm.s b/vendor/golang.org/x/sys/unix/asm_freebsd_arm.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_arm.s rename to vendor/golang.org/x/sys/unix/asm_freebsd_arm.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_386.s b/vendor/golang.org/x/sys/unix/asm_linux_386.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_386.s rename to vendor/golang.org/x/sys/unix/asm_linux_386.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_amd64.s b/vendor/golang.org/x/sys/unix/asm_linux_amd64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_amd64.s rename to vendor/golang.org/x/sys/unix/asm_linux_amd64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_arm.s b/vendor/golang.org/x/sys/unix/asm_linux_arm.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_arm.s rename to vendor/golang.org/x/sys/unix/asm_linux_arm.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_arm64.s b/vendor/golang.org/x/sys/unix/asm_linux_arm64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_arm64.s rename to vendor/golang.org/x/sys/unix/asm_linux_arm64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_ppc64x.s b/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_ppc64x.s rename to vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_386.s b/vendor/golang.org/x/sys/unix/asm_netbsd_386.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_386.s rename to vendor/golang.org/x/sys/unix/asm_netbsd_386.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_amd64.s b/vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_amd64.s rename to vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_arm.s b/vendor/golang.org/x/sys/unix/asm_netbsd_arm.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_arm.s rename to vendor/golang.org/x/sys/unix/asm_netbsd_arm.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_openbsd_386.s b/vendor/golang.org/x/sys/unix/asm_openbsd_386.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_openbsd_386.s rename to vendor/golang.org/x/sys/unix/asm_openbsd_386.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_openbsd_amd64.s b/vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_openbsd_amd64.s rename to vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/asm_solaris_amd64.s b/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/asm_solaris_amd64.s rename to vendor/golang.org/x/sys/unix/asm_solaris_amd64.s diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/constants.go b/vendor/golang.org/x/sys/unix/constants.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/constants.go rename to vendor/golang.org/x/sys/unix/constants.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/env_unix.go b/vendor/golang.org/x/sys/unix/env_unix.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/env_unix.go rename to vendor/golang.org/x/sys/unix/env_unix.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/env_unset.go b/vendor/golang.org/x/sys/unix/env_unset.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/env_unset.go rename to vendor/golang.org/x/sys/unix/env_unset.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/flock.go b/vendor/golang.org/x/sys/unix/flock.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/flock.go rename to vendor/golang.org/x/sys/unix/flock.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/flock_linux_32bit.go b/vendor/golang.org/x/sys/unix/flock_linux_32bit.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/flock_linux_32bit.go rename to vendor/golang.org/x/sys/unix/flock_linux_32bit.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/gccgo.go b/vendor/golang.org/x/sys/unix/gccgo.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/gccgo.go rename to vendor/golang.org/x/sys/unix/gccgo.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/gccgo_c.c b/vendor/golang.org/x/sys/unix/gccgo_c.c similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/gccgo_c.c rename to vendor/golang.org/x/sys/unix/gccgo_c.c diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/gccgo_linux_amd64.go b/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/gccgo_linux_amd64.go rename to vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mkall.sh b/vendor/golang.org/x/sys/unix/mkall.sh similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mkall.sh rename to vendor/golang.org/x/sys/unix/mkall.sh diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mkerrors.sh rename to vendor/golang.org/x/sys/unix/mkerrors.sh diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksyscall.pl b/vendor/golang.org/x/sys/unix/mksyscall.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksyscall.pl rename to vendor/golang.org/x/sys/unix/mksyscall.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksyscall_solaris.pl b/vendor/golang.org/x/sys/unix/mksyscall_solaris.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksyscall_solaris.pl rename to vendor/golang.org/x/sys/unix/mksyscall_solaris.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksysctl_openbsd.pl b/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksysctl_openbsd.pl rename to vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_darwin.pl b/vendor/golang.org/x/sys/unix/mksysnum_darwin.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_darwin.pl rename to vendor/golang.org/x/sys/unix/mksysnum_darwin.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_dragonfly.pl b/vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_dragonfly.pl rename to vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_freebsd.pl b/vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_freebsd.pl rename to vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_linux.pl b/vendor/golang.org/x/sys/unix/mksysnum_linux.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_linux.pl rename to vendor/golang.org/x/sys/unix/mksysnum_linux.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_netbsd.pl b/vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_netbsd.pl rename to vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_openbsd.pl b/vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_openbsd.pl rename to vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/race.go b/vendor/golang.org/x/sys/unix/race.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/race.go rename to vendor/golang.org/x/sys/unix/race.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/race0.go b/vendor/golang.org/x/sys/unix/race0.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/race0.go rename to vendor/golang.org/x/sys/unix/race0.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/sockcmsg_linux.go b/vendor/golang.org/x/sys/unix/sockcmsg_linux.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/sockcmsg_linux.go rename to vendor/golang.org/x/sys/unix/sockcmsg_linux.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/sockcmsg_unix.go b/vendor/golang.org/x/sys/unix/sockcmsg_unix.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/sockcmsg_unix.go rename to vendor/golang.org/x/sys/unix/sockcmsg_unix.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/str.go b/vendor/golang.org/x/sys/unix/str.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/str.go rename to vendor/golang.org/x/sys/unix/str.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall.go b/vendor/golang.org/x/sys/unix/syscall.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall.go rename to vendor/golang.org/x/sys/unix/syscall.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_bsd.go b/vendor/golang.org/x/sys/unix/syscall_bsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_bsd.go rename to vendor/golang.org/x/sys/unix/syscall_bsd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin.go b/vendor/golang.org/x/sys/unix/syscall_darwin.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin.go rename to vendor/golang.org/x/sys/unix/syscall_darwin.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_386.go b/vendor/golang.org/x/sys/unix/syscall_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_386.go rename to vendor/golang.org/x/sys/unix/syscall_darwin_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_amd64.go b/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_arm.go b/vendor/golang.org/x/sys/unix/syscall_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_arm.go rename to vendor/golang.org/x/sys/unix/syscall_darwin_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_arm64.go b/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly.go b/vendor/golang.org/x/sys/unix/syscall_dragonfly.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly.go rename to vendor/golang.org/x/sys/unix/syscall_dragonfly.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly_386.go b/vendor/golang.org/x/sys/unix/syscall_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly_386.go rename to vendor/golang.org/x/sys/unix/syscall_dragonfly_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go b/vendor/golang.org/x/sys/unix/syscall_freebsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_386.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_386.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_arm.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux.go b/vendor/golang.org/x/sys/unix/syscall_linux.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux.go rename to vendor/golang.org/x/sys/unix/syscall_linux.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_386.go b/vendor/golang.org/x/sys/unix/syscall_linux_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_386.go rename to vendor/golang.org/x/sys/unix/syscall_linux_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_amd64.go b/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_linux_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_arm.go b/vendor/golang.org/x/sys/unix/syscall_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_arm.go rename to vendor/golang.org/x/sys/unix/syscall_linux_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_arm64.go b/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_arm64.go rename to vendor/golang.org/x/sys/unix/syscall_linux_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_ppc64x.go b/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_ppc64x.go rename to vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd.go b/vendor/golang.org/x/sys/unix/syscall_netbsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd.go rename to vendor/golang.org/x/sys/unix/syscall_netbsd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_386.go b/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_386.go rename to vendor/golang.org/x/sys/unix/syscall_netbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_arm.go b/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_no_getwd.go b/vendor/golang.org/x/sys/unix/syscall_no_getwd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_no_getwd.go rename to vendor/golang.org/x/sys/unix/syscall_no_getwd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd.go b/vendor/golang.org/x/sys/unix/syscall_openbsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd.go rename to vendor/golang.org/x/sys/unix/syscall_openbsd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd_386.go b/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd_386.go rename to vendor/golang.org/x/sys/unix/syscall_openbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_solaris.go b/vendor/golang.org/x/sys/unix/syscall_solaris.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_solaris.go rename to vendor/golang.org/x/sys/unix/syscall_solaris.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_solaris_amd64.go b/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_unix.go b/vendor/golang.org/x/sys/unix/syscall_unix.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/syscall_unix.go rename to vendor/golang.org/x/sys/unix/syscall_unix.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/types_darwin.go b/vendor/golang.org/x/sys/unix/types_darwin.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/types_darwin.go rename to vendor/golang.org/x/sys/unix/types_darwin.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/types_dragonfly.go b/vendor/golang.org/x/sys/unix/types_dragonfly.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/types_dragonfly.go rename to vendor/golang.org/x/sys/unix/types_dragonfly.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/types_freebsd.go b/vendor/golang.org/x/sys/unix/types_freebsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/types_freebsd.go rename to vendor/golang.org/x/sys/unix/types_freebsd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/types_linux.go b/vendor/golang.org/x/sys/unix/types_linux.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/types_linux.go rename to vendor/golang.org/x/sys/unix/types_linux.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/types_netbsd.go b/vendor/golang.org/x/sys/unix/types_netbsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/types_netbsd.go rename to vendor/golang.org/x/sys/unix/types_netbsd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/types_openbsd.go b/vendor/golang.org/x/sys/unix/types_openbsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/types_openbsd.go rename to vendor/golang.org/x/sys/unix/types_openbsd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/types_solaris.go b/vendor/golang.org/x/sys/unix/types_solaris.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/types_solaris.go rename to vendor/golang.org/x/sys/unix/types_solaris.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_386.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_386.go rename to vendor/golang.org/x/sys/unix/zerrors_darwin_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_arm.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_dragonfly_386.go b/vendor/golang.org/x/sys/unix/zerrors_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_dragonfly_386.go rename to vendor/golang.org/x/sys/unix/zerrors_dragonfly_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_386.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_386.go rename to vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_386.go b/vendor/golang.org/x/sys/unix/zerrors_linux_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_386.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_arm.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_arm64.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_ppc64.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_ppc64le.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_386.go b/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_386.go rename to vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_arm.go b/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_openbsd_386.go b/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_openbsd_386.go rename to vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_solaris_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_386.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_arm64.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_dragonfly_386.go b/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_dragonfly_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_dragonfly_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_386.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_arm64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_arm64.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_ppc64.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_openbsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_openbsd_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_solaris_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysctl_openbsd.go b/vendor/golang.org/x/sys/unix/zsysctl_openbsd.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysctl_openbsd.go rename to vendor/golang.org/x/sys/unix/zsysctl_openbsd.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_386.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_dragonfly_386.go b/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_dragonfly_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_dragonfly_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_386.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_386.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_arm64.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_ppc64.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_386.go b/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_openbsd_386.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_openbsd_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_solaris_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_solaris_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_386.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_386.go rename to vendor/golang.org/x/sys/unix/ztypes_darwin_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_arm.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_dragonfly_386.go b/vendor/golang.org/x/sys/unix/ztypes_dragonfly_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_dragonfly_386.go rename to vendor/golang.org/x/sys/unix/ztypes_dragonfly_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_386.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_386.go rename to vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_arm.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_386.go b/vendor/golang.org/x/sys/unix/ztypes_linux_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_386.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_arm.go b/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_arm64.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_ppc64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_ppc64.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_ppc64le.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_386.go b/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_386.go rename to vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_arm.go b/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_openbsd_386.go b/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_openbsd_386.go rename to vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_solaris_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go similarity index 100% rename from Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go diff --git a/Godeps/_workspace/src/google.golang.org/api/LICENSE b/vendor/google.golang.org/api/LICENSE similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/LICENSE rename to vendor/google.golang.org/api/LICENSE diff --git a/Godeps/_workspace/src/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-api.json b/vendor/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-api.json similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-api.json rename to vendor/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-api.json diff --git a/Godeps/_workspace/src/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-gen.go b/vendor/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-gen.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-gen.go rename to vendor/google.golang.org/api/cloudmonitoring/v2beta2/cloudmonitoring-gen.go diff --git a/Godeps/_workspace/src/google.golang.org/api/compute/v1/compute-api.json b/vendor/google.golang.org/api/compute/v1/compute-api.json similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/compute/v1/compute-api.json rename to vendor/google.golang.org/api/compute/v1/compute-api.json diff --git a/Godeps/_workspace/src/google.golang.org/api/compute/v1/compute-gen.go b/vendor/google.golang.org/api/compute/v1/compute-gen.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/compute/v1/compute-gen.go rename to vendor/google.golang.org/api/compute/v1/compute-gen.go diff --git a/Godeps/_workspace/src/google.golang.org/api/container/v1/container-api.json b/vendor/google.golang.org/api/container/v1/container-api.json similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/container/v1/container-api.json rename to vendor/google.golang.org/api/container/v1/container-api.json diff --git a/Godeps/_workspace/src/google.golang.org/api/container/v1/container-gen.go b/vendor/google.golang.org/api/container/v1/container-gen.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/container/v1/container-gen.go rename to vendor/google.golang.org/api/container/v1/container-gen.go diff --git a/Godeps/_workspace/src/google.golang.org/api/gensupport/doc.go b/vendor/google.golang.org/api/gensupport/doc.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/gensupport/doc.go rename to vendor/google.golang.org/api/gensupport/doc.go diff --git a/Godeps/_workspace/src/google.golang.org/api/gensupport/json.go b/vendor/google.golang.org/api/gensupport/json.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/gensupport/json.go rename to vendor/google.golang.org/api/gensupport/json.go diff --git a/Godeps/_workspace/src/google.golang.org/api/gensupport/media.go b/vendor/google.golang.org/api/gensupport/media.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/gensupport/media.go rename to vendor/google.golang.org/api/gensupport/media.go diff --git a/Godeps/_workspace/src/google.golang.org/api/gensupport/params.go b/vendor/google.golang.org/api/gensupport/params.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/gensupport/params.go rename to vendor/google.golang.org/api/gensupport/params.go diff --git a/Godeps/_workspace/src/google.golang.org/api/googleapi/googleapi.go b/vendor/google.golang.org/api/googleapi/googleapi.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/googleapi/googleapi.go rename to vendor/google.golang.org/api/googleapi/googleapi.go diff --git a/vendor/google.golang.org/api/googleapi/internal/uritemplates/LICENSE b/vendor/google.golang.org/api/googleapi/internal/uritemplates/LICENSE new file mode 100644 index 000000000000..de9c88cb65cb --- /dev/null +++ b/vendor/google.golang.org/api/googleapi/internal/uritemplates/LICENSE @@ -0,0 +1,18 @@ +Copyright (c) 2013 Joshua Tacoma + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/uritemplates.go b/vendor/google.golang.org/api/googleapi/internal/uritemplates/uritemplates.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/uritemplates.go rename to vendor/google.golang.org/api/googleapi/internal/uritemplates/uritemplates.go diff --git a/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/utils.go b/vendor/google.golang.org/api/googleapi/internal/uritemplates/utils.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/utils.go rename to vendor/google.golang.org/api/googleapi/internal/uritemplates/utils.go diff --git a/Godeps/_workspace/src/google.golang.org/api/googleapi/transport/apikey.go b/vendor/google.golang.org/api/googleapi/transport/apikey.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/googleapi/transport/apikey.go rename to vendor/google.golang.org/api/googleapi/transport/apikey.go diff --git a/Godeps/_workspace/src/google.golang.org/api/googleapi/types.go b/vendor/google.golang.org/api/googleapi/types.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/api/googleapi/types.go rename to vendor/google.golang.org/api/googleapi/types.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/LICENSE b/vendor/google.golang.org/cloud/LICENSE similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/LICENSE rename to vendor/google.golang.org/cloud/LICENSE diff --git a/Godeps/_workspace/src/google.golang.org/cloud/compute/metadata/metadata.go b/vendor/google.golang.org/cloud/compute/metadata/metadata.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/compute/metadata/metadata.go rename to vendor/google.golang.org/cloud/compute/metadata/metadata.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/cloud.go b/vendor/google.golang.org/cloud/internal/cloud.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/cloud.go rename to vendor/google.golang.org/cloud/internal/cloud.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/datastore/datastore_v1.pb.go b/vendor/google.golang.org/cloud/internal/datastore/datastore_v1.pb.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/datastore/datastore_v1.pb.go rename to vendor/google.golang.org/cloud/internal/datastore/datastore_v1.pb.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/datastore/datastore_v1.proto b/vendor/google.golang.org/cloud/internal/datastore/datastore_v1.proto similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/datastore/datastore_v1.proto rename to vendor/google.golang.org/cloud/internal/datastore/datastore_v1.proto diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/opts/option.go b/vendor/google.golang.org/cloud/internal/opts/option.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/opts/option.go rename to vendor/google.golang.org/cloud/internal/opts/option.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/testutil/context.go b/vendor/google.golang.org/cloud/internal/testutil/context.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/testutil/context.go rename to vendor/google.golang.org/cloud/internal/testutil/context.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/transport/cancelreq.go b/vendor/google.golang.org/cloud/internal/transport/cancelreq.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/transport/cancelreq.go rename to vendor/google.golang.org/cloud/internal/transport/cancelreq.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/transport/cancelreq_legacy.go b/vendor/google.golang.org/cloud/internal/transport/cancelreq_legacy.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/transport/cancelreq_legacy.go rename to vendor/google.golang.org/cloud/internal/transport/cancelreq_legacy.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/transport/dial.go b/vendor/google.golang.org/cloud/internal/transport/dial.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/transport/dial.go rename to vendor/google.golang.org/cloud/internal/transport/dial.go diff --git a/Godeps/_workspace/src/google.golang.org/cloud/internal/transport/proto.go b/vendor/google.golang.org/cloud/internal/transport/proto.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/cloud/internal/transport/proto.go rename to vendor/google.golang.org/cloud/internal/transport/proto.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/.travis.yml b/vendor/google.golang.org/grpc/.travis.yml similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/.travis.yml rename to vendor/google.golang.org/grpc/.travis.yml diff --git a/Godeps/_workspace/src/google.golang.org/grpc/CONTRIBUTING.md b/vendor/google.golang.org/grpc/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/CONTRIBUTING.md rename to vendor/google.golang.org/grpc/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/google.golang.org/grpc/Documentation/grpc-auth-support.md b/vendor/google.golang.org/grpc/Documentation/grpc-auth-support.md similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/Documentation/grpc-auth-support.md rename to vendor/google.golang.org/grpc/Documentation/grpc-auth-support.md diff --git a/Godeps/_workspace/src/google.golang.org/grpc/LICENSE b/vendor/google.golang.org/grpc/LICENSE similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/LICENSE rename to vendor/google.golang.org/grpc/LICENSE diff --git a/Godeps/_workspace/src/google.golang.org/grpc/Makefile b/vendor/google.golang.org/grpc/Makefile similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/Makefile rename to vendor/google.golang.org/grpc/Makefile diff --git a/Godeps/_workspace/src/google.golang.org/grpc/PATENTS b/vendor/google.golang.org/grpc/PATENTS similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/PATENTS rename to vendor/google.golang.org/grpc/PATENTS diff --git a/Godeps/_workspace/src/google.golang.org/grpc/README.md b/vendor/google.golang.org/grpc/README.md similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/README.md rename to vendor/google.golang.org/grpc/README.md diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/benchmark.go b/vendor/google.golang.org/grpc/benchmark/benchmark.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/benchmark.go rename to vendor/google.golang.org/grpc/benchmark/benchmark.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/client/main.go b/vendor/google.golang.org/grpc/benchmark/client/main.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/client/main.go rename to vendor/google.golang.org/grpc/benchmark/client/main.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/grpc_testing/test.pb.go b/vendor/google.golang.org/grpc/benchmark/grpc_testing/test.pb.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/grpc_testing/test.pb.go rename to vendor/google.golang.org/grpc/benchmark/grpc_testing/test.pb.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/grpc_testing/test.proto b/vendor/google.golang.org/grpc/benchmark/grpc_testing/test.proto similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/grpc_testing/test.proto rename to vendor/google.golang.org/grpc/benchmark/grpc_testing/test.proto diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/server/main.go b/vendor/google.golang.org/grpc/benchmark/server/main.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/server/main.go rename to vendor/google.golang.org/grpc/benchmark/server/main.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/counter.go b/vendor/google.golang.org/grpc/benchmark/stats/counter.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/counter.go rename to vendor/google.golang.org/grpc/benchmark/stats/counter.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/histogram.go b/vendor/google.golang.org/grpc/benchmark/stats/histogram.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/histogram.go rename to vendor/google.golang.org/grpc/benchmark/stats/histogram.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/stats.go b/vendor/google.golang.org/grpc/benchmark/stats/stats.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/stats.go rename to vendor/google.golang.org/grpc/benchmark/stats/stats.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/timeseries.go b/vendor/google.golang.org/grpc/benchmark/stats/timeseries.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/timeseries.go rename to vendor/google.golang.org/grpc/benchmark/stats/timeseries.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/tracker.go b/vendor/google.golang.org/grpc/benchmark/stats/tracker.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/tracker.go rename to vendor/google.golang.org/grpc/benchmark/stats/tracker.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/util.go b/vendor/google.golang.org/grpc/benchmark/stats/util.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats/util.go rename to vendor/google.golang.org/grpc/benchmark/stats/util.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/call.go b/vendor/google.golang.org/grpc/call.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/call.go rename to vendor/google.golang.org/grpc/call.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/clientconn.go b/vendor/google.golang.org/grpc/clientconn.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/clientconn.go rename to vendor/google.golang.org/grpc/clientconn.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/codegen.sh b/vendor/google.golang.org/grpc/codegen.sh similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/codegen.sh rename to vendor/google.golang.org/grpc/codegen.sh diff --git a/Godeps/_workspace/src/google.golang.org/grpc/codes/code_string.go b/vendor/google.golang.org/grpc/codes/code_string.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/codes/code_string.go rename to vendor/google.golang.org/grpc/codes/code_string.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/codes/codes.go b/vendor/google.golang.org/grpc/codes/codes.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/codes/codes.go rename to vendor/google.golang.org/grpc/codes/codes.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/coverage.sh b/vendor/google.golang.org/grpc/coverage.sh similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/coverage.sh rename to vendor/google.golang.org/grpc/coverage.sh diff --git a/Godeps/_workspace/src/google.golang.org/grpc/credentials/credentials.go b/vendor/google.golang.org/grpc/credentials/credentials.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/credentials/credentials.go rename to vendor/google.golang.org/grpc/credentials/credentials.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/credentials/oauth/oauth.go b/vendor/google.golang.org/grpc/credentials/oauth/oauth.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/credentials/oauth/oauth.go rename to vendor/google.golang.org/grpc/credentials/oauth/oauth.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/doc.go b/vendor/google.golang.org/grpc/doc.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/doc.go rename to vendor/google.golang.org/grpc/doc.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/README.md b/vendor/google.golang.org/grpc/examples/README.md similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/README.md rename to vendor/google.golang.org/grpc/examples/README.md diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/gotutorial.md b/vendor/google.golang.org/grpc/examples/gotutorial.md similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/gotutorial.md rename to vendor/google.golang.org/grpc/examples/gotutorial.md diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/greeter_client/main.go b/vendor/google.golang.org/grpc/examples/helloworld/greeter_client/main.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/greeter_client/main.go rename to vendor/google.golang.org/grpc/examples/helloworld/greeter_client/main.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/greeter_server/main.go b/vendor/google.golang.org/grpc/examples/helloworld/greeter_server/main.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/greeter_server/main.go rename to vendor/google.golang.org/grpc/examples/helloworld/greeter_server/main.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.pb.go b/vendor/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.pb.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.pb.go rename to vendor/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.pb.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.proto b/vendor/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.proto similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.proto rename to vendor/google.golang.org/grpc/examples/helloworld/helloworld/helloworld.proto diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/README.md b/vendor/google.golang.org/grpc/examples/route_guide/README.md similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/README.md rename to vendor/google.golang.org/grpc/examples/route_guide/README.md diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/client/client.go b/vendor/google.golang.org/grpc/examples/route_guide/client/client.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/client/client.go rename to vendor/google.golang.org/grpc/examples/route_guide/client/client.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.pb.go b/vendor/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.pb.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.pb.go rename to vendor/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.pb.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.proto b/vendor/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.proto similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.proto rename to vendor/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.proto diff --git a/Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/server/server.go b/vendor/google.golang.org/grpc/examples/route_guide/server/server.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/server/server.go rename to vendor/google.golang.org/grpc/examples/route_guide/server/server.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/grpclog/glogger/glogger.go b/vendor/google.golang.org/grpc/grpclog/glogger/glogger.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/grpclog/glogger/glogger.go rename to vendor/google.golang.org/grpc/grpclog/glogger/glogger.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/grpclog/logger.go b/vendor/google.golang.org/grpc/grpclog/logger.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/grpclog/logger.go rename to vendor/google.golang.org/grpc/grpclog/logger.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/health/grpc_health_v1alpha/health.pb.go b/vendor/google.golang.org/grpc/health/grpc_health_v1alpha/health.pb.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/health/grpc_health_v1alpha/health.pb.go rename to vendor/google.golang.org/grpc/health/grpc_health_v1alpha/health.pb.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/health/grpc_health_v1alpha/health.proto b/vendor/google.golang.org/grpc/health/grpc_health_v1alpha/health.proto similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/health/grpc_health_v1alpha/health.proto rename to vendor/google.golang.org/grpc/health/grpc_health_v1alpha/health.proto diff --git a/Godeps/_workspace/src/google.golang.org/grpc/health/health.go b/vendor/google.golang.org/grpc/health/health.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/health/health.go rename to vendor/google.golang.org/grpc/health/health.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/interop/client/client.go b/vendor/google.golang.org/grpc/interop/client/client.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/interop/client/client.go rename to vendor/google.golang.org/grpc/interop/client/client.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/interop/grpc_testing/test.pb.go b/vendor/google.golang.org/grpc/interop/grpc_testing/test.pb.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/interop/grpc_testing/test.pb.go rename to vendor/google.golang.org/grpc/interop/grpc_testing/test.pb.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/interop/grpc_testing/test.proto b/vendor/google.golang.org/grpc/interop/grpc_testing/test.proto similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/interop/grpc_testing/test.proto rename to vendor/google.golang.org/grpc/interop/grpc_testing/test.proto diff --git a/Godeps/_workspace/src/google.golang.org/grpc/interop/server/server.go b/vendor/google.golang.org/grpc/interop/server/server.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/interop/server/server.go rename to vendor/google.golang.org/grpc/interop/server/server.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/interop/test_utils.go b/vendor/google.golang.org/grpc/interop/test_utils.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/interop/test_utils.go rename to vendor/google.golang.org/grpc/interop/test_utils.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/metadata/metadata.go b/vendor/google.golang.org/grpc/metadata/metadata.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/metadata/metadata.go rename to vendor/google.golang.org/grpc/metadata/metadata.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/naming/naming.go b/vendor/google.golang.org/grpc/naming/naming.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/naming/naming.go rename to vendor/google.golang.org/grpc/naming/naming.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/peer/peer.go b/vendor/google.golang.org/grpc/peer/peer.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/peer/peer.go rename to vendor/google.golang.org/grpc/peer/peer.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/picker.go b/vendor/google.golang.org/grpc/picker.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/picker.go rename to vendor/google.golang.org/grpc/picker.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/rpc_util.go b/vendor/google.golang.org/grpc/rpc_util.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/rpc_util.go rename to vendor/google.golang.org/grpc/rpc_util.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/server.go b/vendor/google.golang.org/grpc/server.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/server.go rename to vendor/google.golang.org/grpc/server.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/stream.go b/vendor/google.golang.org/grpc/stream.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/stream.go rename to vendor/google.golang.org/grpc/stream.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/test/codec_perf/perf.pb.go b/vendor/google.golang.org/grpc/test/codec_perf/perf.pb.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/test/codec_perf/perf.pb.go rename to vendor/google.golang.org/grpc/test/codec_perf/perf.pb.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/test/codec_perf/perf.proto b/vendor/google.golang.org/grpc/test/codec_perf/perf.proto similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/test/codec_perf/perf.proto rename to vendor/google.golang.org/grpc/test/codec_perf/perf.proto diff --git a/Godeps/_workspace/src/google.golang.org/grpc/test/grpc_testing/test.pb.go b/vendor/google.golang.org/grpc/test/grpc_testing/test.pb.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/test/grpc_testing/test.pb.go rename to vendor/google.golang.org/grpc/test/grpc_testing/test.pb.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/test/grpc_testing/test.proto b/vendor/google.golang.org/grpc/test/grpc_testing/test.proto similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/test/grpc_testing/test.proto rename to vendor/google.golang.org/grpc/test/grpc_testing/test.proto diff --git a/Godeps/_workspace/src/google.golang.org/grpc/trace.go b/vendor/google.golang.org/grpc/trace.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/trace.go rename to vendor/google.golang.org/grpc/trace.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/transport/control.go b/vendor/google.golang.org/grpc/transport/control.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/transport/control.go rename to vendor/google.golang.org/grpc/transport/control.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/transport/http2_client.go b/vendor/google.golang.org/grpc/transport/http2_client.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/transport/http2_client.go rename to vendor/google.golang.org/grpc/transport/http2_client.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/transport/http2_server.go b/vendor/google.golang.org/grpc/transport/http2_server.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/transport/http2_server.go rename to vendor/google.golang.org/grpc/transport/http2_server.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/transport/http_util.go b/vendor/google.golang.org/grpc/transport/http_util.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/transport/http_util.go rename to vendor/google.golang.org/grpc/transport/http_util.go diff --git a/Godeps/_workspace/src/google.golang.org/grpc/transport/transport.go b/vendor/google.golang.org/grpc/transport/transport.go similarity index 100% rename from Godeps/_workspace/src/google.golang.org/grpc/transport/transport.go rename to vendor/google.golang.org/grpc/transport/transport.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/LICENSE b/vendor/gopkg.in/gcfg.v1/LICENSE similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/LICENSE rename to vendor/gopkg.in/gcfg.v1/LICENSE diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/README b/vendor/gopkg.in/gcfg.v1/README similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/README rename to vendor/gopkg.in/gcfg.v1/README diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/doc.go b/vendor/gopkg.in/gcfg.v1/doc.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/doc.go rename to vendor/gopkg.in/gcfg.v1/doc.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/go1_0.go b/vendor/gopkg.in/gcfg.v1/go1_0.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/go1_0.go rename to vendor/gopkg.in/gcfg.v1/go1_0.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/go1_2.go b/vendor/gopkg.in/gcfg.v1/go1_2.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/go1_2.go rename to vendor/gopkg.in/gcfg.v1/go1_2.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/read.go b/vendor/gopkg.in/gcfg.v1/read.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/read.go rename to vendor/gopkg.in/gcfg.v1/read.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/scanner/errors.go b/vendor/gopkg.in/gcfg.v1/scanner/errors.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/scanner/errors.go rename to vendor/gopkg.in/gcfg.v1/scanner/errors.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/scanner/scanner.go b/vendor/gopkg.in/gcfg.v1/scanner/scanner.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/scanner/scanner.go rename to vendor/gopkg.in/gcfg.v1/scanner/scanner.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/set.go b/vendor/gopkg.in/gcfg.v1/set.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/set.go rename to vendor/gopkg.in/gcfg.v1/set.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/token/position.go b/vendor/gopkg.in/gcfg.v1/token/position.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/token/position.go rename to vendor/gopkg.in/gcfg.v1/token/position.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/token/serialize.go b/vendor/gopkg.in/gcfg.v1/token/serialize.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/token/serialize.go rename to vendor/gopkg.in/gcfg.v1/token/serialize.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/token/token.go b/vendor/gopkg.in/gcfg.v1/token/token.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/token/token.go rename to vendor/gopkg.in/gcfg.v1/token/token.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/types/bool.go b/vendor/gopkg.in/gcfg.v1/types/bool.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/types/bool.go rename to vendor/gopkg.in/gcfg.v1/types/bool.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/types/doc.go b/vendor/gopkg.in/gcfg.v1/types/doc.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/types/doc.go rename to vendor/gopkg.in/gcfg.v1/types/doc.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/types/enum.go b/vendor/gopkg.in/gcfg.v1/types/enum.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/types/enum.go rename to vendor/gopkg.in/gcfg.v1/types/enum.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/types/int.go b/vendor/gopkg.in/gcfg.v1/types/int.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/types/int.go rename to vendor/gopkg.in/gcfg.v1/types/int.go diff --git a/Godeps/_workspace/src/gopkg.in/gcfg.v1/types/scan.go b/vendor/gopkg.in/gcfg.v1/types/scan.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/gcfg.v1/types/scan.go rename to vendor/gopkg.in/gcfg.v1/types/scan.go diff --git a/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/.gitignore b/vendor/gopkg.in/natefinch/lumberjack.v2/.gitignore similarity index 100% rename from Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/.gitignore rename to vendor/gopkg.in/natefinch/lumberjack.v2/.gitignore diff --git a/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/LICENSE b/vendor/gopkg.in/natefinch/lumberjack.v2/LICENSE similarity index 100% rename from Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/LICENSE rename to vendor/gopkg.in/natefinch/lumberjack.v2/LICENSE diff --git a/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/README.md b/vendor/gopkg.in/natefinch/lumberjack.v2/README.md similarity index 100% rename from Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/README.md rename to vendor/gopkg.in/natefinch/lumberjack.v2/README.md diff --git a/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/chown.go b/vendor/gopkg.in/natefinch/lumberjack.v2/chown.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/chown.go rename to vendor/gopkg.in/natefinch/lumberjack.v2/chown.go diff --git a/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/chown_linux.go b/vendor/gopkg.in/natefinch/lumberjack.v2/chown_linux.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/chown_linux.go rename to vendor/gopkg.in/natefinch/lumberjack.v2/chown_linux.go diff --git a/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/lumberjack.go b/vendor/gopkg.in/natefinch/lumberjack.v2/lumberjack.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/lumberjack.go rename to vendor/gopkg.in/natefinch/lumberjack.v2/lumberjack.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/.travis.yml b/vendor/gopkg.in/yaml.v2/.travis.yml similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/.travis.yml rename to vendor/gopkg.in/yaml.v2/.travis.yml diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/gopkg.in/yaml.v2/LICENSE b/vendor/gopkg.in/yaml.v2/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/gopkg.in/yaml.v2/LICENSE rename to vendor/gopkg.in/yaml.v2/LICENSE diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/gopkg.in/yaml.v2/LICENSE.libyaml b/vendor/gopkg.in/yaml.v2/LICENSE.libyaml similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/gopkg.in/yaml.v2/LICENSE.libyaml rename to vendor/gopkg.in/yaml.v2/LICENSE.libyaml diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/README.md b/vendor/gopkg.in/yaml.v2/README.md similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/README.md rename to vendor/gopkg.in/yaml.v2/README.md diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/apic.go b/vendor/gopkg.in/yaml.v2/apic.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/apic.go rename to vendor/gopkg.in/yaml.v2/apic.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/decode.go b/vendor/gopkg.in/yaml.v2/decode.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/decode.go rename to vendor/gopkg.in/yaml.v2/decode.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/emitterc.go b/vendor/gopkg.in/yaml.v2/emitterc.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/emitterc.go rename to vendor/gopkg.in/yaml.v2/emitterc.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/encode.go b/vendor/gopkg.in/yaml.v2/encode.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/encode.go rename to vendor/gopkg.in/yaml.v2/encode.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/parserc.go b/vendor/gopkg.in/yaml.v2/parserc.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/parserc.go rename to vendor/gopkg.in/yaml.v2/parserc.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/readerc.go b/vendor/gopkg.in/yaml.v2/readerc.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/readerc.go rename to vendor/gopkg.in/yaml.v2/readerc.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/resolve.go b/vendor/gopkg.in/yaml.v2/resolve.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/resolve.go rename to vendor/gopkg.in/yaml.v2/resolve.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/scannerc.go b/vendor/gopkg.in/yaml.v2/scannerc.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/scannerc.go rename to vendor/gopkg.in/yaml.v2/scannerc.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/sorter.go b/vendor/gopkg.in/yaml.v2/sorter.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/sorter.go rename to vendor/gopkg.in/yaml.v2/sorter.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/writerc.go b/vendor/gopkg.in/yaml.v2/writerc.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/writerc.go rename to vendor/gopkg.in/yaml.v2/writerc.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/yaml.go b/vendor/gopkg.in/yaml.v2/yaml.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/yaml.go rename to vendor/gopkg.in/yaml.v2/yaml.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/yamlh.go b/vendor/gopkg.in/yaml.v2/yamlh.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/yamlh.go rename to vendor/gopkg.in/yaml.v2/yamlh.go diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/yamlprivateh.go b/vendor/gopkg.in/yaml.v2/yamlprivateh.go similarity index 100% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/yamlprivateh.go rename to vendor/gopkg.in/yaml.v2/yamlprivateh.go diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/armon/go-metrics/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/armon/go-metrics/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/armon/go-metrics/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/armon/go-metrics/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/mattn/go-sqlite3/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/bigdatadev/goryman/LICENSE similarity index 95% rename from Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/mattn/go-sqlite3/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/bigdatadev/goryman/LICENSE index ca458bb39ff4..282efc468bf2 100644 --- a/Godeps/_workspace/src/github.com/docker/docker/vendor/src/github.com/mattn/go-sqlite3/LICENSE +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/bigdatadev/goryman/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Yasuhiro Matsumoto +Copyright (c) 2014 Christopher Gilbert Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/blang/semver/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/blang/semver/LICENSE new file mode 100644 index 000000000000..5ba5c86fcb02 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/blang/semver/LICENSE @@ -0,0 +1,22 @@ +The MIT License + +Copyright (c) 2014 Benedikt Lang + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/bluebreezecf/opentsdb-goclient/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/bluebreezecf/opentsdb-goclient/LICENSE new file mode 100644 index 000000000000..13e82a7d627a --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/bluebreezecf/opentsdb-goclient/LICENSE @@ -0,0 +1,174 @@ + Apache License + + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the +copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other +entities that control, are controlled by, or are under common control +with that entity. For the purposes of this definition, "control" means +(i) the power, direct or indirect, to cause the direction or management +of such entity, whether by contract or otherwise, or (ii) ownership +of fifty percent (50%) or more of the outstanding shares, or (iii) +beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation source, +and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation +or translation of a Source form, including but not limited to compiled +object code, generated documentation, and conversions to other media +types. + +"Work" shall mean the work of authorship, whether in Source or +Object form, made available under the License, as indicated by a copyright +notice that is included in or attached to the work (an example is provided +in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, +that is based on (or derived from) the Work and for which the editorial +revisions, annotations, elaborations, or other modifications represent, +as a whole, an original work of authorship. For the purposes of this +License, Derivative Works shall not include works that remain separable +from, or merely link (or bind by name) to the interfaces of, the Work +and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the +original version of the Work and any modifications or additions to +that Work or Derivative Works thereof, that is intentionally submitted +to Licensor for inclusion in the Work by the copyright owner or by an +individual or Legal Entity authorized to submit on behalf of the copyright +owner. For the purposes of this definition, "submitted" means any form of +electronic, verbal, or written communication sent to the Licensor or its +representatives, including but not limited to communication on electronic +mailing lists, source code control systems, and issue tracking systems +that are managed by, or on behalf of, the Licensor for the purpose of +discussing and improving the Work, but excluding communication that is +conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work. + +2. Grant of Copyright License. +Subject to the terms and conditions of this License, each Contributor +hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, +royalty-free, irrevocable copyright license to reproduce, prepare +Derivative Works of, publicly display, publicly perform, sublicense, and +distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. +Subject to the terms and conditions of this License, each Contributor +hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, +royalty- free, irrevocable (except as stated in this section) patent +license to make, have made, use, offer to sell, sell, import, and +otherwise transfer the Work, where such license applies only to those +patent claims licensable by such Contributor that are necessarily +infringed by their Contribution(s) alone or by combination of +their Contribution(s) with the Work to which such Contribution(s) +was submitted. If You institute patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that the +Work or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses granted +to You under this License for that Work shall terminate as of the date +such litigation is filed. + +4. Redistribution. +You may reproduce and distribute copies of the Work or Derivative Works +thereof in any medium, with or without modifications, and in Source or +Object form, provided that You meet the following conditions: + + a. You must give any other recipients of the Work or Derivative Works + a copy of this License; and + + b. You must cause any modified files to carry prominent notices stating + that You changed the files; and + + c. You must retain, in the Source form of any Derivative Works that + You distribute, all copyright, patent, trademark, and attribution + notices from the Source form of the Work, excluding those notices + that do not pertain to any part of the Derivative Works; and + + d. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one of + the following places: within a NOTICE text file distributed as part + of the Derivative Works; within the Source form or documentation, + if provided along with the Derivative Works; or, within a display + generated by the Derivative Works, if and wherever such third-party + notices normally appear. The contents of the NOTICE file are for + informational purposes only and do not modify the License. You + may add Your own attribution notices within Derivative Works that + You distribute, alongside or as an addendum to the NOTICE text + from the Work, provided that such additional attribution notices + cannot be construed as modifying the License. You may add Your own + copyright statement to Your modifications and may provide additional + or different license terms and conditions for use, reproduction, or + distribution of Your modifications, or for any such Derivative Works + as a whole, provided Your use, reproduction, and distribution of the + Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. +Unless You explicitly state otherwise, any Contribution intentionally +submitted for inclusion in the Work by You to the Licensor shall be +under the terms and conditions of this License, without any additional +terms or conditions. Notwithstanding the above, nothing herein shall +supersede or modify the terms of any separate license agreement you may +have executed with Licensor regarding such Contributions. + +6. Trademarks. +This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. +Unless required by applicable law or agreed to in writing, Licensor +provides the Work (and each Contributor provides its Contributions) on +an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either +express or implied, including, without limitation, any warranties or +conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR +A PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any risks +associated with Your exercise of permissions under this License. + +8. Limitation of Liability. +In no event and under no legal theory, whether in tort (including +negligence), contract, or otherwise, unless required by applicable law +(such as deliberate and grossly negligent acts) or agreed to in writing, +shall any Contributor be liable to You for damages, including any direct, +indirect, special, incidental, or consequential damages of any character +arising as a result of this License or out of the use or inability to +use the Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all other +commercial damages or losses), even if such Contributor has been advised +of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. +While redistributing the Work or Derivative Works thereof, You may +choose to offer, and charge a fee for, acceptance of support, warranty, +indemnity, or other liability obligations and/or rights consistent with +this License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf of +any other Contributor, and only if You agree to indemnify, defend, and +hold each Contributor harmless for any liability incurred by, or claims +asserted against, such Contributor by reason of your accepting any such +warranty or additional liability. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/boltdb/bolt/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/boltdb/bolt/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/boltdb/bolt/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/boltdb/bolt/LICENSE diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/davecgh/go-spew/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/davecgh/go-spew/LICENSE new file mode 100644 index 000000000000..2a7cfd2bf6a7 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/davecgh/go-spew/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2012-2013 Dave Collins + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/LICENSE new file mode 100644 index 000000000000..c7a3f0cfd456 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/LICENSE @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2013-2015 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/NOTICE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/NOTICE new file mode 100644 index 000000000000..6e6f469ab9b2 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/NOTICE @@ -0,0 +1,19 @@ +Docker +Copyright 2012-2015 Docker, Inc. + +This product includes software developed at Docker, Inc. (https://www.docker.com). + +This product contains software (https://github.com/kr/pty) developed +by Keith Rarick, licensed under the MIT License. + +The following is courtesy of our legal counsel: + + +Use and transfer of Docker may be subject to certain restrictions by the +United States and other governments. +It is your responsibility to ensure that your use and/or transfer does not +violate applicable laws. + +For more information, please see https://www.bis.doc.gov + +See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE new file mode 100644 index 000000000000..e67cdabd22e5 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/contrib/syntax/vim/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2013 Honza Pokorny +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/docs/project/images/red_notice.png b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/docs/project/images/red_notice.png new file mode 100644 index 0000000000000000000000000000000000000000..8839723a376b4a58ef31b86eabf3d2c57d21ccc3 GIT binary patch literal 45387 zcmcG#Wl&u~vnaZ8hmE@vB)EHUcXtRI_aMPtHx7Z|uEE_MHW1ti?h@RB+vPj=)P3(& zovQci{+ZR)Yow>8dZxQ4QdL<74VefT005xL$x5mN05G)x0F)&n^ao~@ZaWSDsKb(z z6w~yCI$aaC(@-PnHO0)jW#j`_wDT?W$-$X?3C@heeS*s(A#q9V1c#8$Z=s-j0L4C2 zVRC3f#Poqul4Wx8#cDP#Fl}VeXpwzlH2SVN5uAqTde=Q;@dMlEqfmga&GWWR%B6E> z?hQy?LG}h+#`q8b01*TL06)HLNn&gEJab&kXrU3>6}SpO7yt#BI99sNki}l%N0EA2 z=mdQ*0RSMDRbpc*$pPdk{Le^O=Q7O<)E!VAfz*EuK-v8fbV&h*0;FMyp#lKG57Rq0 z!aC$=e^RTM5IzR~2lp`vEIXk0;`#DwZcqUw;xLY!&xLCR_syR`oIq+)8GYxm_@^s| zG3uWdM^*&D!!A*dp!3tv#Ia>ZwhYtDD_dy7V3N|>rstoUoHLW`oiq zEd@sWfQJ44m;Rk9+euLZDT3cB+)QEb(!kvIp3e7`xou>@nm?fSXZ3#V0^{@5t&yO`Ass|?y@f|WGCgHVmi3G9H`Y`^Yb~K3v_fGl z)rX+@QEjy_ijJW|^jOO6&u?oi)fB^LKFU%Wnb39KsvG#D z3$)51B~eVt_flotS=+Tr6R{gk$9cHv#w;Ex{N~I!jA=A&RqAK(i^=6n`*y^_pAR3G z;K>#C$CeVE(^s&re&lZtKE*c1xQCH0F7ut(<015}TJ!OID>7|AugDK-);Spo;x3=X805$ zr*gVq9nJ0C-t|7O&x>E6a>4G>Nic64|2=N8cq z*0#!1-geOuX|a+02g9#$ zK6c*uQs8+1zLE5D5mJ;^{Cky;;Ctd;{ z4`0Td51djPjLpj)x76>J;CmVeStIcEcrHm3(7Gyz=`*2AVZfNneet3q@}uCtQ`UkD4*RB!3?V#v0<;2j$eT6ajQ&LZ2&GychguBDjMbq1nS4p zFXS0!bvLI&SsOVPFvAuh_S*7QBe0-U&eK`F#+fNN-6Fc;aeTn9M{BzM2qN7KjPRS` z_M1@|O^oIJ8*g8XEe?mD<_<66Oeinj8*C39?>)VbFbZC-wPj@%an3jTW#3tV(W~1C zvP*B%LzoWC%Ba9noK686dn3nkp?d^8?dE$(HeW}gNZ`$M^U+^-SmGmU=%eRiyKD-ANdRRL!a-ojeO1`SykHVduiG#eMB!1v>hi=`(l zN3NI2&kQ^P&Q_vpsV=D4oXxE`4mgk21+#>`j_EYx56(;){fgP@v_Vk1Uo?I|RfZ{j zF-l^z`MUIFOq2DKC$$P!BDN;Lu&a8)d}yuj5E5?5tFLmcRw&Dr@hjIj!30-!)?SQB zM`sEFG*Vz9B+#hDt4EQkb}FtWt~ZotJpQ$U*EQIluQ+&rug{AyWei`>K5gdPOGByX zfP|^p?QIJ-Gr7)v7h9mCdK|!u?dWA)q1KYeQKL1zEVw-@f?m zI=IAoy1(!#`<=SYhkzZm04pc>iov_pBvyrX+$718-3Bd>49#qti zBENq#y)QC(D_TIOUH!&bp7x~*TG~hLa9ecL43~GyAx?2?$&gQ7q1xX7%*Qyi?qDu( zWBdSpog`vTf`%-446{9q^}M?pz;h;_uWC(I6}7_=Gi~eD!&8z90$uBbLh{$MU#Q$J zUl;sHG$o=iJ1g&SY<3LhB(#x5cj$?Ml98u;lu1l!h@t~E|c|Xw5YG!rRxEei6Of$s9!$J`!Iqq8xWcXSH^{#VFuNc zEU8o?2`ErUZXs0xh0;mR!l_xHl~uE;L0rm@pds^7u7D;p+m? z?vYbZGU=c2mJC9>Ia}+(M;GG2Q=ZbXK>fIHVsWf3wCG^cfi01dAMBUjznJ>t2^@bQ zp|?0+Zha!A0}9R}NH)Xcy4gx3?3Jt-ai-bm#lNXrU^rE4ci@QS!*#Fr9;O--zBF7l z5Ih$rM*~e!tU;9rSi$eI2wic^m2J_8k87c^oukFT7jh<8uP=&W3^;yj3CDC%qJT7gcAOfYu>>?3sn!xGAe8KUF<0J%m z_4~ux0%>)pCYt?+26yzmf0l}>jwoO~wxt5o!|D-uP)w2cfnteTM<)VThuGH%(WsnP z6Ct`^@SzqC3Gx{7UjD*67ywW~t^hX#oq`Nm&grO z-j;k!hUq)Kug$v3AP?Tv7{GXrkrY!F<%V-mp*aSlArcn!PgnSQ|7UgG3Awz{nTu%5 z574>wnkcGl2JWa&NAaPZB66^%E!yWqbhPkF(1dUrXM4z@sj1FNX3H;cACW1JUKzmn zR~qsbBK){pC{xJ^tEI1BHJq+`(1jv&niznELa6^_83_|2@|8!XUPLavBogQE;1Pm7 zTY{oy^S(uy<12l~j-U*A20&_ZGsx7qs9N-QTDTsI?+!GRasyAdsn2eSv9kpW&dEDx z2XU_%9WJGP28DjRD81Q=jyIb$tSEnffS+sW@pStm`m*{C4)u;;&`eHi-3bV|U0?dM zQD9qYj4dZ^B?X4dm4#(X-(1`C^4Iu-PvL={>>akp!9F)^AezOA)TpwQGeOm*E1`Ju zg7_P>Y^~f*(L)#;m%+Rno4|q7#wX51tH&^Vak4-w9~EA*$l;yUQSnTv852%~<*W6T z@<{x3ubJ$NB150$4F4-?A|a5PUWEmC{~2CzCz;51WxGL%EMM0F(Y-^+U;Yk$fHA*K zjRM^e0QvTB_qA%_(@Ek{5iA8#B|;g#nQ|9%h}5W2G&&~ObO77NpjdMO34-WLuxoDP z9#lq`e(vSWKYnz4n3EWwP%uC+DmmMIpL+9`G!v}>Mfb4n69fM{>X>78(|t+DPT#kV z{laH&F}`i+&+1Fmt`~XJ~}N`*{~V=-?KNs zQD9%Wl4R-tcM=w=Ej1|c7G+X)g5=N%+G^B)Y6`*b6j__8$v?a0!LanRTsr>45bpaAJ%-M zZMeIt*bf{RQPXLp1x}P7uLvhOCc!uEdB2)N3VBb}S z@jh777>R>Gz6lLtct;tbL;@6y5Swz(6oP$gB>-1Fk9i_&nK6hF_Jn)J8Znfw&P;|A zmM~YuO$lBXJbL@`{iC~NoD^mQ>rD(WN7fWR5o|%Pflvh|Sz3lQe-}YZY`RNgndrqv z{{c%W2N9TE#>bASMd@M_D@rZf7s=^0f3_M;S_>j*ArG$?eiZ`_r=E@c0g5bS(TWg4 zgRbWf0#r`21Ogv4sV{7%X7L`35x@xbUryq_ej28${nD_-YOF zTSs$hi9ek}zNQ2rKyIBj{p*$~G&{64xvi2eSbs*VRc`-U)PDZrM{ck?l~En?=Qh|~ z-DB9Dr>#mITwNm;HGAvEYNx@dMP*7TXUFf5O}P`eP-zD2G4PTAKavwl3qH-;mF29u z3>%;F;oCsop4=j^P)rk$8^&knU>z0|9YlZ!AJ;$uOoqv49{PifrXO&^Kq(P#zp==aB%jMcb`hV3qFPKI=a9cCY8OzM+~1GXlAlT+pB>QMaX!iv~FwA3LH&dx>ra5K;^w1kvsW zJSU+;S`Q?|{xC0{4d!M;Ip2P2HP#ChM26JN)s9u5IRYT86J5H8bAoU?A}=$OMzfdX zzArJ6pN7yO8T#z~IY+^&sr%kay+^Kee48w^vMv&!X++i4)PFCT=^5vobh8$cgV3ND zj?#SkGDi8TH24umrI2YRCm2KC5m*#O{4o8}!xWQ+n_34kbt0^wl%LA*1EQT}ys0<} zgP@>ZbG}T+r3AQ}qhQU{sC1>j-@+d27C;h-(Kf;=B_)e!?R3Fw*7NdhDhV@A154fm z_F>%8z1pBUQ|Wf0EH|J}3%D-F?K)MDKw03qW8pZ}_cAp3_=2yh^Xec@`Cz@yO8U#(4|+Xf7Wz#hvCGnid4=nlycb30^!r&i++P z+H7IGBHZj=-su;He6ovb$w$@Om&QjTF5y3A(NwNMF@zm`Zk8#83PXYj88CggRe)mO z`0WW9LD;#*Z-;)E7~|xq?rGdwfP$1BwA(~BqJh~lK<8niFNoRXgy^t4+g&wzlR=(3 zqA?;XzNw-wHdWk|J)5hkVX&7}`doBrbw*9bds8p$`7;sRzp+vn)8&X|UzD;@6>#9W ze+X5ui{Xs=#)iUti;S_DCK4Z_*VI_Qsra6)Gs6*AJZ-MA6oj`wC;8VprK}j$GEnQ2 zKr0icT-HJ+1un9(t_!qX)PC(qi^Ye~@GzQbm+Bm%oXnSV(3uP@v$1gh8#kXcECN5n0xL0;a8Yxcc@w=A1G zPD>2ouq7kTvrh)W>;+CRI&u@8B4=g3#J%>s!49>=-HHcpXL}EuVWL1N#$d>VBrEpb ze#To-2Y%=A<7|Xjs4TefrD>oVpOWCLUNk1?@K3c&pL%O|sKrj<2TeLPM}qjOOmCV9 z283raJAZidw?*RcdS3Ux76f`;JJ{l3H}JbV4HxHrthgw+G4;dO-Riq00lL<}SYgKp}SR*`iJ3kFy^A_LrjAX+R zx69`rO<(X!B0|~yuWnAel+-kO*aGF>gF1Q*2qACdR5P@p0c7J$ zhMyZ^(vnwf56E~Y=t}M6o1MtXBFXNOP6-E^?!2x9V-Uhm?+rIz9v+_~jU63~*aC*D z5Adj|Y&2#u36TU)L8z6ynWHAouTLrJ1G{K&t!cZOCns9k?gkN(G(y6;u4udRagpZw zF8vgi*oEP3;);?Gib;|0K51t?e`{GqD1jCAxhuvLw!lMIYZe>l=<}2z;ed8q$EEfn zYS2HY+U8(b z_J@JGDsFEB^W)u9-WX3?XNDxqvHsck?C<;~Y(r21@0zxWTADNj5XlePn`z8Qp|Y+F z{oaU_Wl<-Pll6g&G7ahBMQH3MBY}dsO{7Rsm^kZN4;0}Qti#P~vzZ$zQ3WS+skgi< z*(Gevv?k}IQo0RM;F=sTIP0FgiVQ;Hg%0{f98~~f%t-&0RCW&2-0d}Fyiwgs157;=% z3gkGcahwY9!*L`SEH+MI{7iuk3vCPB%_oAO$4rjzo|>+e)OA{RPNwv%+PdLfjtqyS z=ETEF??le`_ozyJ667mN27a)cpE8{>bAihoIK1neJ7t9dQkuJ*#)C)&gTdfmzMFmK zF3L=yWxb(br6H6263P(Iw#Yh~)4DAQs>I%b9h8r~QWeZuO|5qy;-f5B-=+cUM#g=A z8`D?<8M_UlIKUs|feUi!YH6crS+2f=UVP`-N}#c+5*8qDQSbcGgdc*EgwPJv)9V9Q ztrXn14$ZLUiQYyWNml@<0|4M!K$^0q*5}AQ-2VQ4XjHS!qXb+FeN+y@BskA zKe8C8>;M44M-qe$a{G~80dHQ^B-6+z;*KDbER|kFW+t@7iTd zCrf&B^$~SZAcB_ijtb>$f!mLC!DswLyrb#w_as(Mf5~<(r1XoV^wZ#`43@h713nGH zTxF71voPvZi}-#v^8MoJZ1H$k7*b1ce@OS*qJkj~zY|n!q&JD$$+^sGRoZiwrEb~b zZ^6HOpL?N)w9n~!0@>O4>S~Ao({#UZRLSm892fOk>~&vStD1@NpalOdneFsA649si zcg74!;^6+1bpiIFkrowyd--o}odW&38R6$OS{&M##uO{{g{O_H$%&cKc#e@`Yl~{m zf9GStG`xvPCx=ra8_K?V>^$qyyl2W9rsAq79ds!~{DLsU+5a>P{5{*5+y6?FP8{3j zpLv$*typH^cU%7R&!#_BTL)SAUF}Y26Vkq+EXa!cpaY+kIpX4{&mxih5}Fgwej7(T?);2YJC{c{AouYAcl0E zAIRtHNYJcVEyeig?Nj*2-=?(iEmwiz`4WdRH9bL!4ofTB^}2b709tyPO@7dq68(!d ziq-R40q%ifygdD18U05FI52bB4ctz5v9s7dYJ(w{{BQ5>ZXYPo&f+(Yz*YyySGDMD z?9aP|_HG2iWu>Eqa}G0urkj>wyq~otWil=Na3|)KtF<;2>p|WNj!x(AL^exg0WYg( zu~m0t$V?*>4e@?@?0YmPk<$@CtN(}_4oKel4$^CTns{ZcW>na0%pw2qy7^LKo$*YJ z0VFR%7!>C|R-sb0;sl~G5K_(6xu!M}(bEO>D3PYFfduZm zEeqL&e=i2A>$Y=jZ31FB`G#n_eeW#brc-`$Dk>I%rk~glofi#0)D+;ne=EV0^KNsw zJ!5u2_x574IV$?{xNgPT-5O_+_mFMnMCVb}(%pH>-yPHAdAT#vLBX=KvA$~Z{#Zl5 z`~J9fSL$I9pCkOT7k&}i?M?lb+41#!I%uiFBFSc~`C4xNb57L-yk@h7c}TQ8mB#9l z6}*B9M03GpRlQIydTPIe)IdRUXs{Mt7OL)#WAc{R9&0(9)l#0CY9V{~JXy5WGSlDX zNAq?}f~Kz6kpZ3SpHL+j?URS_kis)dZ^OC=TN}T>_+isg73^g}tut{I`c-oc^>sG6 z=e5P-F7UfXN8!6VC5h381_gkmG_2d#nh12CO5G=qRc$db)*|GT^u$2V9!v8*^b8oF zPTZ3+Tiw3)+k!QAe>X zJ~$bQ0QRz%Cq^0Z$D+|>pvAml6%qKKJeS7m8U`uYDx!(6>Zi5+C%gC|qCt2gq0N7v zw)mTTr3q_TOPOV3FbWnpDjX>G>@BwJ3CqBSs8w?@?dgAlLERgZfSoQSgXp-_+U2ff zZbZSe?=MdVtB#v7bviX@At!~(QWoo7%d>h_Z|5p?)-e%UkojLVFHG04MtDqpr9*|R z+z!!y>qIdQF9UVmeWRlH5G_)8kQFNEZR?xQ)Lv(KIIlXpHp(i-2)G-f#3br*JJixT zKUq^J%cE4waB3qAm`=KfbVQ_TXI^tJwKJA4l3}@rI7T~}#nTTpnuq3m8<828wvf_- zp7JxZTVrS@!rd0AT^(6jG%2wZ9-U;JEmlIIczZl&<{>zLo*4+CCC2UXdeMdk4fb5; zxnJnrR2aOx=RWl;8XLTnu6n#Rc-{ArzP-26A-ve|ChuQdhHgz26SKbUe!ua+aPd#O zu3G!h$Ac}(p?VH5jTv`FNqidO_IET~+J$QFQQh(S_hI%MIAD1SYf}VxN~4;_<#Z!M z?{Zn0nH)=0=$Gx9Z?YY$Lr52*d%4D+kH8GaptK5lI>C2&a5^XC&=3l4$XQ!jIGW!dD>M8 z=z9ZYmRY3QAmDIt8d_k+ndfjIpQY19eE74^@AEgJnoQM6yP=fREX(|XLiVcq%1rTh z%Bh4P-GC-emyq@|fyv*uzDMce#rekx1Q~@z6YcA@n7$*C^7A~FT=qd#3P>ik0x#b( zS;)emED*Z}%e!D9g|Qr80OQi6jL(0r*OwP5B$=_Um><9^)nl;BEkCG+xNgsOMfOoT zq2<fmA+}?`kB;j>BuO#T z*ru_&k1kbeDmNhBs;VOjF4IfiHxBL-HFy6+7CU{whwofsdw4Frc+4d~UjvY+1U}4N z_!Hp|)p+EPyj)yVKjWE%;)}fANPMtnBP3A7PY4S1nt}nD8m7cv<_}l=nlgblKp?Z5y3^!F~3F#tnraGmA26wI4?yZzFuVDxvfG|0Nn#{_C zn7&J^9-UVN_gpV6QJ(l3i^dpn@W%E&*Z(QA9+&IQoI1C4rDhH6Zr!dYE~{M;y9H+^ zJoEoxj5HT2u6sX@CAE3DRN8{;r)%^7I&*;;f&XpOYJ78FxeLIbMIa+t%9wdySDP^C_`!lwAt)Wli`RE zKLQ@0iUnTjZxD^6fLC}pl0iS(18IoAg5JfD*D@45; z09qp+?4tUWng}#S6JPf_&>0dxSp(sG6T+NtI+c959&IHc4JvVn&c~5Ni!>E41F~mH z!0#NzR2ShAr{F13KM$gDkto=@)rp3KV*X7K-0k)=zCRzw5lj;ONoiX_vpyYRH!50x zAYMpe7)^oVU^ zM;iE$yQzpQ^7{6r!^P>6wtjrAx4!WHHT85fBv%=FC#27Tr3MahF?`moOG$LB-LYw=B=?9bL{c@Vr{-o%rp)&Y~nPu&MB619NAN5 zM6qvN(sat#vgs=(D#8mer; z7m`^x@^wtotUfNu0GzQzX@6u7^6IvVj(aw?9R6N#E%ubJ7Lmy~Kod}+HqqUlkij1# zqM~9L?Cs;bUPXNOXl9VGCfZa30s7agIj)|>EoUu5h?0aY(E8<1q_K=02AJw90M{sQ+@8os5!#ZwDZ#k_%$hpM!WT@(o%9^HkmPC3+z69XIy5LsNN3i6_)cL zPs;D4Q>^5uYY9m!o$Wk>5A=}+bRC{MUc^{;^i``mq$5vZ|42uIG*jo^{}>2IBLWw9 z=bgO-kK-M2K(mXcz#%sPHY@(TzKo!WFcBD>eBAOGq^rNF)V^&F2R+o77_kB86afu` zro6)FV-k(~5H5;6lnPDD!SjE%bUxq)Upy7_k1)TJTUf+HVbGEsjNdPT2xJIbA}mm4 z%l{MNpXe&IwtP+QfpP-N0Z$U=~9EhDsVgf z8+F)g@EcwZ<*wiEz;5vAElKDFj>wjUZ5wsC(BPS0%c5CMBNxCiF%BSOS+LDdN~@%! zS}i9*G7B_u`Mh^TYE-G)2BKJSh<4FiK~S2JP>BuopP%-aRpJd1uD?Z@hTWhp0-fEe ziX1;Z4+?X1|2;4KQjQr%1#?A-y%O1!p+kV=ou3c&kD;TEE;5W{@>-WRkl>Zk=Tqg` zuBahhkY~#OwiRiL>Z>!i_e28g$_0`QA3YjrU zs3McFXmS`vp9zbCXiP%n4Lqnc4NRCl5``=7Z{^2$cvl324a{&S0oR2YKE-Uzu*m_y zR-uY~Hq(J5?%@UpC=gGbbl38|ESTv5$EVdC4hIjA%J!+fLg_|ht zrNdZ{_ZlT#pl&$llstomXw3eBUH@amrQw@2Q)EVF&OCCg)O?u#Xef>EAH1K#T;U78 zG&K>|)WdjCas4$Tq$1zm?;$LVeB2}9h+BeV4A@^G)s4nX5sF*i`%O^JMaU_J@TE!? z>BXQUrsceFeO8Cg$Wb8Ihe2r4X!x+? zw8%zv1=yJ4Y={yK@&lBG4(VxXrd1LIsZmeE!op4(hUTCCm-b^pvoGD>^^hx)3j|HL zf;853;teoN-hYW~_2FXp|1+b@S-%fxcYfbE$?f*LyZpTQRmYbu@9{=(%HR9nQv_=b zqY&AyRBW!q_(vv-oNVLy?d+xvrjEqFwh&J6o52aOkv*?8du9ERW!J^Cg^mRQ`53?3q8K;(NOt+G&O89-h`A zFewS0=QMSd*x)r5&%L~l3W3hLoKU;&R=FZA3Km`8`BkfBz0bLSyb~FtT7k5u27JRO zxPHgDMqq#2yB2BkoM}Y4_ni<7L!`R%DBuGvVD}=;MbrP3_-bx$mW6dU01L7=sQX-^ z$8z9W$rzITE$M7;>0&TL+e9sd+YocAcBiGnYCp;PA~|z-QhF!2*P_(EUBmhH_d`T8kNhY{ z(I1l6fItE|a?V#nlsLcGrGXJFG*F`(!P$#ZDQ65Fpl!(pQcWthqz!T|uD? z_HyPC6U6S}Uu*gSTJfwZ0lez}QHVC^I$drmTmxI8b=I6unP18Ypc1=f+5OpJdGx1U zhx%@si9ye_cU8^2udZO7qG{U|$7zQ|TnX850H~Y)=kh8Z6Na{Op1498Rz4qr-^4BFwjk+`y>qU4UbQ1Gc$_IXB8k;#MJf-aWXF9+SI{t{)f_>^Ba@||YNH`CqFHiNQu*3}%TX76lBY3wr zYvwkp=_gW47P_F;G4*ESl5=GBl6LFQUMb=FcC%c_T<#di=3S7p2GK&UDuh%X{}j~XYD=Du^e(C!m= z>|cEA)^A92gC*qL*5+R&*kBvwrle~VJvQ7Wbm8fLnv=LIHxauTm=C6<#I&L~ZWZXM z(pZowr5ya&iCwW()K&9Zq&|D0VxBFA+Tq;GwY&HtB$DRW<<3Tpywld|zbF(RAQ!Ob z9YL2W_OBEtSej0SC6JNf)#;VBX{2HpdC?_IOJP*p5%Pg z-&9}}rW0NDR8!AGU5F>jdgeBrZcYR0I{xpyXmWkie zh054jj~)m)IsudlU!n$5;6ZwmR^F>>+yJn36!3um)Z>2CBmdt7TYpfH0RXDeAFENQ zd{jvXegOaPN@&p)^Wiu(3iu$ln2mSej)cJ9QC(rhwO=O_Y!!XUFHi@jAao(RKWOAQ zz@OxP(EJyOOb%g4E$)pu5s_wX@|(Kj2Lv9r3xf|izll1i{ZW0_1?N zK!s;?(1j_04P4xXP*FvW_J)s=lVsOV!UDQP4>HKR%~Aa@i;?DV0$M{=fHq+|~*(5;)O z+~4@g67Vb^jc452E&A454n{B|c&LPImkv2bybHHH25d@5xW7F1Zp?BO-qYx{cNt9e z@JD^!vSC|(-Nw8@;6f@2uQ{Dc2ChMizBswG7b zdo&{MtI?+M(-O}lIc5y?@s1CM`-aRDuOM;gnz4x6KE_{s`#my+7J49oc1UA@NlaB1 z(3#&7nm#{m_8!0LD$%9#YpV2aXme9RCw9JTc5N2r7Z@b_LKn=9NK+~$#UhIn;}%rn-Z2X;*1H_3e)PPCXZoa}y_yHR%r7BW(JvuvVlpuR zL)W10n46=9f??)vUM)taYU${{JoAkad7_n@)lKSl9FEon^%FPgW42D}L|5H>FfRyd z5n>c8JU_{0F*Ri0!@yBZC2Z1M&yXLL{Qb*X|4pZDj)_+js!+@GfJIMvP}=enQJ{jg zx~%T;NW<_diX-&D-l+{N@iYBy`%___-3{g7acxVU=@O~x4b=OH7PTo={@h-PTdz3Z z4bLV~g{I8F)%$?=H%@rGQE> zmVhslMdf)y)7UlpO8;&}9_%OrFnz8*TZxP6ZRho?A0^IB6ydYC_;2y&s(HNlpTRk- zh=W*xp5B8IB79Up<|7=JH)LFESLG<)rR_a6S=+`oE4}v-L1++F+9jUxtxVxLK92dH zGdK>sHAfAdshsr29mr@oODQ`=T#d+n6jWU=q)IQ7n&5#kz&K(6#1}YseXG}E0p4vs z(v_c-I&I^wsjLK3*iM!kok6iX9bH#$awJhz^!e(VMb=ty>np2;*3M3pE_K-+1_zNU zD1DWNbs_cl+n(qs85|FHKT8W6 z6j45R-iDh{aKnV*%k=p1yb3r7{$OXayc*#_vf%Jm@eJQ=%de%n}sfuHu(-=DNPwcETw>-&Sx zu?e-G zNzC=eXN6LWKDC=F=9_u_92wVIAMWK!WXc_xVtJptKfv>l=^5g1}TRyW?KY zY#gz?RIMM<$`^$qOE;~BIYPuRw!K<8(SM2RZUC^>*DqiVEfFq+NEH+wGTBC0^I}RI zdP-fm1u^WxqAD;Dl4%k0PqA63Yteih>gws+?~_I+8CJ}1lu z#C7XTb$zm-dGM=571{tTyeizai=t~|xaSD^JIZFL)aB6Y%niDafKEcd{*(n5aQ!}z zTom^g!t6QDO)g+=Xr}WhD#D5aevG&Em^{^ znF0Ee_8E9L9J-yJ0GBBGe<-4r)>-}C`)l3J(LlwG_?oA|#9s;;3DjqB0>|yd_FRXC zLk+13jBiLEmbJqO4?$#QOOsdo{>96lHzY$uG)0z8T!jc|1`HC}F0oD-#cPybFViGf zA_S7}Fj#s3fTh5iuXoBKyc_WQ6o>7ew!GQWa}HeD`q}&_Bv{($;rvkxRj$L4tzVkj z=ek!%%OAuOQu|^JK8tpS+uI=)qL#+i=d3wp&59W#s)*JfD=ZL(=bB)82hNk)`y2)1 zx*Y^B9rCV2R)=BP z6v(eGNh_mMg>XrQ75?98j@8*OHHw(Y%ncFJQ-5NBE1Yt@->&{!7AO7-d?ee1+dA9U z!uy*Dc~EtT0;AMJ)`vr*ye2eM8JIXh+xK|DQgKhXxHQgic|UwAv>-|7`RZ*1dI2l=E9iSY1g*JGps(7y+_H zkr4K70K;>EX=AH{Qvyye|F-u-`;##{)i|(IgxU)ufBWOsqK5y(qFTl2yH5zRRtSfO zsQaO_VZc((L}%~sqR1CqK!biL>vnN4!R(7-_oVDvk>DrSbOU+TU9m)Mfw|L^VS+(h z*(yD5;Z3D#VEYLaYJ&i@z3c19cm&qHc0nYH@Jjdg7Qs+KehCs5BFhY%CuM>#Dtq-_ zm}dIEy@zrUvhVR4c^2l50+@guzr^@|j*HW8%>R9cWnZ+1&!13aNe@(U9Uod4ZOnbT z^+5*8{6&he(C>a@V{^Zu^jBcX4jGV3`LXM_7{aIl)k-0EMHBTic4cssoy=C~?MI*| zowAu}M=Ss=20PeAQZ2*#Hs4D*XbUEqpUh~QoLdrPL7amO1iyb1a%(`gejX4tmdZa-^n_#+`|+xBOBVWp0o2(A|yTz7ddUv)Qe^LJ7? z`q==(PPtLtX@9A5Vg^7HCHY&KAM~Sz=tTQbI558Dq&^_m;fr8W zX>~x2Ryd|_JS-%69qC|TG9?`?2A3Q$N!zjc88nwX*QLL$W8Em33^$Ow0nLe%Z35T{ zJ$7fcT+dmhckRnxOc8`Xst8ruZ!bY5F~<~0{zeCdjA5~l2^JMbx<5W}v9E#058r{= zLA#^0pnTzhrU-90_Y5-snat*V;Z-^DnXr=5|0q}NTOc+1)k`od3uYeHIl=B!WFc^p zIA5GrosGZyxT{d@o-eGBqrUH(zPhtbNX(1Bx3J;H9Yk33?!5zQ=OL$3M)<{rIptkL|p_% z^wYck$U;mu3ST{>>^PcMg?_uSkO*Ssm(>>GwOqXnk^f2g={Ms`iDhr6t4#n=t7~{l z>ml0CE$z5_i|=1mrmyY6+Utwq#fan!=X7ty5T>b#$nuML;i zxq!MSBp`Ou4>Ec$1w^3T@>-Dct|KES#$Q+))rZ|Ay7SdKYc29w~LbKktga5sLvKgT7wmp?F(iJ#XR0 zV+q#7f(xc!^MISIMR&P+T~H5#4A)5siCkVV7 zsuwhs><9?xA&9{gh{3J;U@ga;qv?maG{aH}JswaTDuRxiZ3MDY9BM45)R}n(S-WZD z;=qBXJC&K3qt~G>FMKqLtJ8tKeH;Il&`(Le+4T)rok}C3|1+aHxGd+5jMYv0Gvydu zI%t>)H;7ZlKT~&_CC(29<;o>t{9+4}8g&nHu<^SY0eeT<$|un#JS_H=hwKk3Dh^2J zf6?}rQE@fF8Ze4Wu)%`M;O_1&!QI{6-3c;Sumsl-Ah^53;2zxF-5oyObIFVn0>Zkte7by)`-Lp7FM9Sk=aRh#HzVRm8crXW!!cmsJ@DnwHOS!w_ zL^-!!hORt|rc}y!HX0c?`TG~v@o?$7hI?@Z!_c@w4S9?LKpPf}C;&zj2nSvCWPEAX z&0#!*r<5Ft*kXd{;w(B=@hDT#e~6Xpn5tJ_%j(EB=9-Dk=cWV7B##O`2AHN*cvvJ* zl(v;t5K(J;niHlNV`komMvwlk-pnLJ6+}Zrx+Q@Q_%fBRp|@r2mUtTMAKtYnxR zQ|wfI4IQ$m!#V7)i3<=YLq)MxQ>TB<#;mYa4U`>SGAd`lToq;ZLqp2yz5?SQ9b^Vw z7cD3*-yZnqru3fH8aCH#GU1ky8tnQ9tIHN-qY@w_ zP2>WxtR%GzWm!T-L)_(wavyh|u@fmR5OfSISw_Djlm@1>{T%G`(HD)moG|UZ5?@Q5 zp|6A3GP(!b;_mwy5Fd&^)%zMl1~YA~ob)xnb{D_7Ob4cK(u`v2IGJ1h-YxCnT&osX zH)ms_X>fB3i@>E=gNkWnR!#pAXq0 zRcce}_Ga+C2Wek}xU2smVJBs^GNGTQDO zv0O8qO2z0Q0q%b|ppCDHn@9gS+^uO;86|?`#!1H_D)W!wMWtF#|D!Z@8E?fuUtk>s5o=T^eqliT zG5C;PX^2VDb z5%K`ME%dxpTzK`)WUumVT(=d@-TjNy|EThCydzd#8^zk+2ryiG=Gv5Q$xeDSNZajH z+ZuP1{e`e!th4?iFtnn&JhV0!v^a}1%o-Re%%pgIj*jImjP1_33;Bgroj*;$^r5TG zA{$YU=RyVK;1FBzdwwI1Hv(^+&Df_OKg+Zj@1H+P(%{+mgBrxLO(0h0jY^bPy#f6| zfjhzNsZ?LxDzY5GH(X(?ZB3|*k^UIC2)QtAjNHd2v&{^_1SJcBocck%5q?xzy(JM+ zOmC)S@s0Z=J)w_5tBcP2uEOuZEn(8DLSc#5r@8xm6;Er#p00ZSdq#=;3th)rw%K|e z@G|M~#FKH8O#&YRH{j>hcthVA;*Snqmq&cRw_GlYg9X<~xphqbkb}aGK7w*raGKL- zOxq(YZ7$nG%c$G}p=-}EwAz|?>J{9cf7N6N`$#VyaOgXRsdybKinCS2x}G2 zwp_ygUZpY@DG`zZtuNO0G-+zH@5#Qc4T?F=W41xbzoczT%CB&0@G3djc8smuf6w!p zR-yYN1N%tlMQCV`>owEPH>Pp${^0dti}`zR-uyAL^qmjKQYq}7=9Ff4mWlXzJdoMQ z`nazCvi7gIE6TS0D9xSegpz(gdvy9r4_5J@B0x)I!)aOYN{mOxY(g8c%^;F4f-{#H~Zmr6tU6K@sZhW zad_NCacMRZG<)MlDt?-i#T_c<{~(Iw(;^mdIqY6h$^99An6Uy01Ls^q_wE2zda;e|cd;YdwvD4A4c#a=)S{dnNvZg}zEg7Je^{&cKa= z2n0&avgu*fj5Z={Ni@pCIJV&B}^Jm8}yq zUY5DS7_yvVQ^WU5ZeF`m={swUgZ5dDIbSsNX*l}fMpw4FZSURn`Jy{v_4m;*_bK_Zni6=gIQAtk<%WqU+l zD}S$|%!rHc7IpaE5F^y}gYT=X^hGg9RLRS`yvFx|65e|`*5w<;`gY0&leJAq~8{Vr>p=LQAX1~s=5 zUkZ1!D1>PkUABYITRg`6%$43crJJ=lpb5`IzB`9DMCIq%Veiy$7#3BV7dEyIKiuVX zj-Ps2IUjBmaKH481@h7$g?EGLdK~#4FToXAPu-UK4JS zdy~IUT1m}X@)Zb-J_;VUfe@IklRPS_t=1`~Xaw3{4U9OqtJ*C!UfR@{dNOU=gkWab zP@IyJ2bFVC`HT%Pa?vK(8nUpi;JFPWPIA}u>PjaBtI*IesJAM^)4TGt;;Nzq{5u@* zmT_b}BG)Ka)*l#>_9u32Pg;23{7IjC^+o{MMSx%F3g1*1t;R6e&A4{%Sn_dTwB!f}-2$fv%S<3%#{ha_vGKgMK# zS?(dNcMJLkq>(nQU0sJMcrg=p*OSOO+7j`oAME#ARfW}`ogP+ zYhLHi+EI>Y@7i=fHOv|rbv_%ZD#pNPGdsxhOS55b0g0ubfKI#z@d_C0ncAUqdWP3y zaW&?9mLje_RY~oX$C|x3a3h`u1vJFsjA+_gSdyu@#xIUbEK{iRb!2+4459wB>&1Ur z7_%4XXTu5)!Y~7A(Z5 z!XLVFYd%B+*nJl=@E<7gkEUiBQI8MALlTv#Sr!FMe|=l%Ao_b! z?JFfUN79mAet+ZJC63H$0Yxui=&=mgyB18QE;T>(e9?GHNUB@u?{ictHk4uOvENzLhjbMfxa9GZgI2r?Q7bdDKhr}tTgGH%iLX6DceFWS6EzlD zc-Vt^Ks+)ZLt2&J2ri3muaibiUGL9TxtCf$=JF9(nYgm1O{<_@Q>#qQG)ckLs6D>W z94eRQFr#QvnrXmHSs@-XGQ%3r5Mpzmiqsti#lv^~88I5Zx%q!a4AVbpPGdw{blR@57KCE-X zReL-@iO|w(jp~&tk*3cpM8?OdjFtP ziq+UMiXlFH_-t*9pH17Uw|QpS5GTTi{3cwlo)BI9B)k=#DvlabExul1A&_M;lZdX$~amPfdMC(D3lVn_}159%CbNYdr%S3(0t0d)?ba;6x1vY(YL z9#=^aCF~5XvD0Lu#Vf{*naq-6$e;uOIsAz3Q)u==h3SPPLN<*XB3X-;6_uFwk;}+# zShFv+qX=Xe56aJNgD`KVK(I1ydZ=1uu=icW%6|Aic6ay$RbM~}MlArua&B3zR11iz zV62rzzaB)WS%@@tB=c2Yp@I|N(+&-_N;RlRYnO$%vuerhk0yB5>F~}$oDx|_y9o}% zrAzJqCXly3XZPOFw(o@qQtL=F)Wl%TFFW}GEm(Ux+K_Aw5Th^@BI+Qf`PqNaS2y;~ zb7Q<6Z=5sPH`6XIzz;D`H(#VhR82_^W|Q#KF|7DWqY|b~B>a(&;4&jp*>_Sd|J4U& zgpPz1+&z3rUUBccZL)~O>Qd9r(G+SqYIko)Q_oHYA1=oH6}2Yo3APa&+Os+A)|7DC z#?$d9mScx#>?s?)NuDP?A-J)-$;NQ!r;Fob4SQB?5N$c_`YY_8laHur@Tp0U=UznyMDneJMgTBK!dYYs>+LsZPY2i(=_$sO{Gj1#}46#Kr+92@! zJAat=Ivem_Pe}l($4IR4vQ`jduLvj#>0(WoCmZZ_%x)dkv1nLDpm=jmLwR@+8kHFG zgZv;RCu=g5xI;%`hm8m|`iF@tn&-v{r=i)V3UlPVw_p_{v5&$8zX(@~gLGpvFC?1Loe7me5}ztC(x!qtMh2_LT0jv`#$s?J(`@!YAF zzUhWI$fU`D%5$hsaWc@RM|?ZKHP(@p3t7(T^U9(-!_kVksi6gYMpdm0#@6-8%h{B5 z-Ox8ZK=e0P9~}0Zv6PBmD|2uW5D58GbEQDOg{&8$LhVHpIPJ>y=(P#FhY&2isS|+{a%WhJRV$ zP=*1+*T+M6>^xQf&AZ2sPpEgwYd3i*iw7aSTvDW#Elq-LXZS+U)Ta||{^flw&OvV5 z7WLe1^0?hwX*>qyoh;$&agTBUcK8mywUCaw>Id#W0VQG7>v2RKyQUhE+J*tV@$%LoGY>bOI3?`Mm>sH7+5=$FdLL5)11V1%S z5<%5<2(#oz^<#JfQ#_*Bju4TaYJ~f&xMrxhPtk>v8qT2VZn3Gq;IDl&IZ$ZATjJ?y z(L6{D?lf@IZ#_{Q7bMS7C1Z*gR<2m4x9ui85F_;`j(g^03yWiW1c+T|Mb6Kw&In>t zt0DcXC%DBFRW+w`hyFLSOxXgmM@V|5qF9ij8Vn+M8vi-B*CP#yfEdFYM90d)Yx1dn-yUvfuuM(<1!+fsO>w5& zBy3y4rKg-btm0#`w;*qpJQXML`NobkfBSP=owaYoZj5(D{`4WpdCZRgI~Ld1wo~`9 z>CH>lQ>OIG;&7LEEFg!l1Q4X-+!^kcH>xbuGjBBtjK&ZgQSo>DD~yWi`d$$^I7QRn z{#&-`!JT%2G#o-mX6NRqjv?}C8ba#8wZO{Y7rE+h33OABSHjQPMYv*9A;_CcCJKY{ z+o!?&jd1m`oR3gL1|Gf3!_mLjTvvUIe?e>WP=4BJN;HAhR&OXW)9y9{R);un0f~%J=J6YgHq-7vyDV?=ekMQkgg?=~&m*gZ zlB+95(dFf}F9I;^^-L7RUDrE&)RsIGF!#VI@Iv)?P10{Sxj}pW-C<)T{=^B_plPJ1 zcXsy9$gFAH*k@47>;wMh?t!H`*0`Qi=cS7VffX1A5CfPVmsxk z{s{M8E_d8(V||X8_9(+G9{~Ur1#g-KU$(>qT9CsZsm=t;^`6ek_;UrGx~Tr|HHi~6 z7yLJ2fQxo9`z8(TrR;z{YX&fZaQOJL+rsQ zEcQnl*1J9|@b*=-RmXSZLR$@=#r!o~)x)#{aPQ@wqGzis&UsW1+G6x|($`*`DeF=! zh|LS^#_y+Y)O?N&=Jx8}TnoIs)ac4o-44U+h_LNC1`iIGaNfjNW)JJ>KV=nk&6(HQbrr40$b&C-I`$2e|dPs!tI#;HGzHL6XCEn~x&Ld0~AmVl&oj1k2eq}g(qBsW3cCUEsv=oJID)tEhQZN!W z?LOTjX=k$&3Z_^&-;T2O#rTw6VP<17n2NxYrr~}tBJ0)U>eOkVh1r*J-q)z-uT7X2 z-XpDb!E*S^-pQV&okYd84MR`j2nqaP%#YR9heLRVzF(&n1V5@U1t#LM<}(EBg@sU| z?BeCMEakq`ARi6Z=4?KS<@hdF*ohH#jH%wXTB-`9+{Y6I1LCdt-|Z+qA%!4zsvzN0 zU{t}IIGZt}Q2PzP#(MOL+$sgL<+c5uJjZD?@gqP1cq$z#D z-`DWtNasCwTOO0rM!GoM@XrObO~>ipkG?7$xQt3LtV&JhtmInVo3dID+>nFYHkDq4 z|KCy>GVRwB*10pA}-Q$OR!xA-qNhi-3S~2@Y0WQKm9J#Qf5I>O`=3U%e&|IxMY)(Jj zMeU*{aolKkzDZgNkgKTw=Qn%%T>cyB%CNC>H4&inkqht>U7h%- zM${g|KWiep7;p^*)+DZm0C}HvL2*C7)Ubmb6E%9yT({f`&kSEFFmgflo(vbZ)5-WA z7V3Av4%KsHf~#xW{q%3AY``;2QP-Xmy3v})D?RA{NF5-;v?)|q%oUuXu|M3z&;>Z~ zOWQR}WPz&&+S-Awy#L0om4^)hdRemkSw^eVSh5ZZzu%T!*(k<)_=Z)`P4CFSo=sG> z?_}V@bA3l@`luw%ySF4x%?`^m5luV&`&JxXrJ-X@jU7BX*g|(;iXoEHpLPPi8VaZA z$AS5mS-Z67373kk-VI)aPgV&CQm`<|qycX{+B%iPkdBXI!UFlpCdQ!8b4v`e=5>~k zt=AWeI`ami3jFN9iGJte%VvQG1rEI`UT0lEz-K}`gb1jIh)Bjrx@P{^b7J!MIi z!W%jyiaa{siqu@~Gs=XFtZC+}&WuOBhE@3+Oa(AdVG5#V4cfScH--%h$MBo!QmUyb zpiD8MB*+qFHi$uSvYY#jLd*8dQ$={~Z%avmHZz18RgS%8I}4s;>CPT*Cr&;!$g}}& zb_Bz}@Xs{KaomIk>HFBT>j^FkPzr7q4=$Mh?{zTXc?x&8m3CwhBde>QLE^+>>~{sX z<>uC?Zv%UtObfwiE5R!{ov44bswczXaSAH1TBF`SlSLs}|ED*f-I5!TY_=@JhZjE4 zC_fA>7Ya~>-x^a$b3##&yMDjnO28ODo7Z=DtEu**%E88}Z$SfpD~3#2^1MyQMcB8n zKEjPXeg9c@cUEQm;GpETBKTTYe}QIrhuQNtZm7uN6)u*4xn51Bv%s;*R`4sfLGV14 z#{`jBy&=63BtTs0*-+`XnA4HucXQ9RA8RO@U;nRT|C%7TWubVgmePj`tX^(BY)q4_ zSKpNZdvmT+BSyR-fFL|Ci5GKHy|a$7@rs#E=~Cc$ifXY5_om-6DXXnMW8$Qp43ZQ43IjMi2?L#O0KQg{N&G!YgIy~7frT}ioCxqU@GKh>mL{IjcfF+LLUf3^1Kf)Z+b z8q(eIPihn*VTpV$rlLEz4!*Y1YQg2<3p1T%9FM62cy-sf;VP(L1GVudo#$wK?V7C5 z5Hx`OWj}SKt$QT80OEu7z$csYJpvM(Jtq`Opyv#Sv#^*v?dJ67I3^0FfQ7RG-UaIn z`~Phe2xa;mHakJ&to8D*H9-KU{K}NhVH@cSIsFiQBqt;&wYA98d*b~y`Qk;p?znGt z%sBt3OqS?%++XQ#r6*;7d)h^kpIW130bz9!C1)w14`}=sTEZ(9r*sXkM9t%EzSnx^ zIsWMd(VgwMrDl5nUlbhbe)c)zvrR0}P>`R|$Le%s$mArb-RN5(3mCxcAx==gYHa;~ zWAu+OFJQ2P0Ta<`16PdN3)>}6&1D#4h9BZXmXrD&63S1i|hO=m^ZMf8nle)JM6mPC--=q0`C?GmtP5Q5&w}by_S0wgN z%wS2<4#70^cGV^@g^utx#ZT@@T)qY6?O+@I77&S6!=tIm0A(8S`6F386nOHxsY14F z+l~t1 zyC;LSi$jr@W0CTDeNx4dmC<1BjatsiU{N0DV%q-!b-q5?E`O;L9p>ejp8z=es?A&5 zuR@CHt0z5i+88>c1ixXWpe`NKgK~VPXzOA-)XhC?GMBn+TLfYA-x%gFd*eIwoy6CT zYoqr!;rA2h|7;ZLK&l^wT-c6;UEmi`5E#bIPL?Qf(vtKzSkC!rKj7ikz440shZ|le z*$+Rx7%HeLQT4!jGd<$(EUiQ_PeCvg+gBYbywjii(s9 z9nhusEVtBOdt$%frv*oY{B?oahm|nC`k@e!`S@zSNv&;3EWrhhQsXyn&)BW(;^5>z z7{gQ@xbGTo*&?TH1lk9L^)7B9b*PmAyK?i=Vw>Ou%wJno!QSLW{ynQi*zi;Il<8bM z{y5TM+|-7dLufwsH$cUJPb)75MNA+hG$GVh=m5EsG_LtQ-X|R0pCDsL|0(Fb?oj@H z$@WE5rqAt%VUk99f|C-@t2v1t|~X8Tkpb0n@?#(eDKR|u{6iPxv!PX_J9 zP-uVfo0=M)Z345<5mHf>M35g~S{dDq^_3s(X(2!>57Ep~c1}0G!SvA;wuGH!O|>qs zhY|8051V2Pp`LjkE3Y3LA4nH$|G65$kJ+`$t7k$fCH|M{ix5z(#9I<{xj!Ty(r~T5 zcvo!Lk!<}dF*jz`*5L?X?Liii@B~BcpZcR8)_CIp3S2hayKKnweG$7bYpOrw{Tg|- z1;ON4qr0_u!ac<#`^6#Jm^}7)_XVC+fc37p9EEm9p0ODxr2ou_kja`(utD0@RLu0S zX%gAP7Szp|qv}X3O6*i$D~Noc4b)qNFQaoob6xj3F{+|9}jjrVCiZQS6q!R65k1 zKPJ`_7wkt_#+zlcjtrV+f;N@@s#yNAHSw7t>`x*>DwWG>Hl%nZ2_CNv6xfwfnJ-@e zY9&>5T5$o&#uruy&KMYSzqg0{WcZ;@m~`v>@MRAv1{R!k$)T>9;h4wyi4@;rbz&|O zzntmV(@{;VgCrMf#m_w1+Z77b-GlM0c z3(U*9{=i!gT9Z`>ZXq)T-p&%T)t3$?l=y#1uKy58rD$jJwP}l6XwL5=YJ1KXr&ll( zPtTPW1BfehxM7&VaTmp%Sm|k>rby(K81luG2I@;n2jEM(h`+%hTR@qNxAyG|R^78L zq2^so$fH@EeDxrL5L!jcCxb?!{)p^6B^(o1}@VauFJTdPY2Iyy}BE*#*kwTBUbMdEEsj%zz1H z_=h;c;DR=SNi=X85>(4&E8CSB4b;{2m{WtAXL-e60`b9IzLj=#kizIPI|jeL>WoqJ zqlZ1|KsZ>tXx-O7wOLJsaQk{e8$6QmDN3tJ_Z?GXe%X&{UR}_N-Ex-=} zTvvzQZ)QtQ!UB!C5zp^=Ve8fJ-}=tik+AN!)EB?+zBRNDn2>pX`i1|bk-ocQmQXP5 zwFw*#E_qaqEJPr*@xOZ070czg^`y0-8j}F1T{=c#dxF`szd1pe>QBX7!w!zO57Zrm zET+NS=eXZw?OYvQ2nUzK12KEY_*gJpJ%7t}CLk)->XQx(Mf%_y5sQ2u$(~YM`cL_i zViK>yM$4S5YZ$UcYIw1k^6Jm2c#xAH9yZsN8A#G!|3sgaeWay{xzV-WDpw(zRuFoH z>`S(BtmX02?FdsqZBL>zfyEzZ$^UQ$?;NoXBEWfvOWq!_)nNDe@Gr4IJ1=>^X$0do zxpzBSr~Q~T3@2)f5Tt|_^7R}#wR;=9va~vdb|=T@6WA2!)Y@cmQKI;CPy(8r?-;b* ziy8FEkpAHRGo|&whXl3VK(qRyxHeR_YyZeC4GAE<*Tiq}bRz2zplXMeasxwbv(oE1 z;~QXDg=qVQvPvgf`u zpx|&m)1W}3jq)@JJo=`k!|2!0?nc5#_Y!ex1QHz%`bIjChHLVSFR@4~!R)n?x8kpK zQ6JnD`+x||#9q6#6Gf^zOPQhJAVrOKW%VWG?iDyuUQlmG9VjpWxKi2Bwaz_K6zU$V zf&k-&NBBpveDV9Mqw68gV;<`ejQ8qFI)f2W=S78vx9gfz2qqRsMUdCBb7+KD|mVB7a7eUwm= zav!D?68V=Ff?N15NDxX%&hk&t|C{~hC;W_M?XR)&4vn) z(qz`aWV$%MZ6kn!Sv~1Ky81}c-8&(Xq?`e2J02(EwR5X^|K$_euY!3{3+FBY zXJwGAr!G=x^hL48`@!I~dF!tsxGAqpklTQbUwo39MX2@>Jw9VQOj>{GzM^8{%0}=`Nyo zZRuTJ6U`K+*n02nC$j^`C5MWo_@YU&il+;On-e8B^iSke_?wPIjzGG;Fxd5t8Z#!;+D2(37UOxS)P|jw<9Vwp z(JeW$089TW@|Yjw<%hkjjPJY>IMC$bWCaZ4UGr~QN*9T}e6}RDgcm-H0mh53D0RoC z{aBh(-qFRl80hXsaX$5ebEAXvXND*j0H1P3+^_SuS(J96BNVx6+Y#h7%EJ zc&)-YH^U$f>&%vNtoQz)+zkR%K1XS*G6QC)K*fgWPK z9gcg}@GLl7`cm)aV74)@uO$bx3|1$6u%tu!;aCw*Y9e{6PJd~vLSDs-k+ksz`u_Y3 z`CJX!c1yc_%&#;*HFlV)m+sh2{PcI+ z?`v3PvRHJI4%|tUuT#Z7k8~;_DFLQ9IY!9IKI|TTPjnW z*J=yH8JH=o?N-^mKX5C|T*+dFU2!1^mEE$TVLlbQ&0PB1#WJV`^FNU~big3+t0ukz zTu0?lA114+pr_3 z$W1X!ZkrsM&IB4ky0W-R#x;c>fG>46V)ucAKN_)k|FV8+9w7r}XR>xCaH-6K#k{xQ z;yv)Uoh>{9!#T8RY9N%3=rq@e9CVXyOIyZcWR#=z&WnK1k+3`rI1K`qU8bG3$PzYv64zOqhAA`&DpzcGmA_+E`KAG%A{O@HhC;4{zH(8x6XH4#mUzTf$O`0T@ zg;2n0N86uD&yA*b5VKJu=?p?4rTPqEVL-C(KoZ7YH&j;5Itau6tx1*ZNqd=hNX}k@ z6L+fl5{v}8-?M2K(EPbtPDy>k)C9Ke<1V&_qJf&KuKJ zYc$B@5M}}q`BC}ITyOA)6xER^RNUG5NSVK0EwVKYh>8KO0MLYqeaFfY1G>mKvV6x- z77N=>7)_8jN>)P~Zh1nd5kTXP3T%H^59w;7oq!N=55@f~a7hXh{oKX<|MMmKXXVaN z+)u8R>TOauQGuhTNxwCUF1UrJ8NkwG>xND4Llrf!@n}uspk75-pfu=X&i0{L$+2`s zalmA$I&&=Oog0NdY5jKpq@$UU!JJj9>gBc-fAY7ZCC7$O5;O3<=E^YYH6Q$0Sfp;n z@Lm;V24LjESoT@=5&*WTy}Dm3+bdgbPYd&Yj=VS+>@1-GmToQeT<@N2z}W<iS0+H?Kz(Py&!Z`3mfU)j2Zv`Pnm9lsY3 zF4D~v10!w)J|=YNrFqz&Yo6$@Y9ra~etzwnWv=ZaqKsRX-LYarnO-BRI@n-r`>q2j zX-?4L#(<>M@DF(TzVcvb$iYg8DjvX_+bSF!C-rbNQ>+wpe&oiSyV~)*X5>NAQrS|u zp}X#L%^T!*0JP14=2E+G4(WUFWE|T;sc?2~SZWJ@%U0sz78c~85U>iv{TZ6ync^ON zbvy2CIz6T!{YKohleDsjRD7eMS>MEitsEMXPa)>wx8(9(tl8DjkVhBYcjU>_k)N2} z!4%fqk%Vi3V(TFg&DR0*{BJn}=_&N>*jpZD=itrkrecSJS@Y(b}Kv*vr=AHIY_x@W;PX_3i_YydP`{ zIy0^GlTvS;o4f98UyqPA6|nFAgi>l;@zwjqhRFV6H&D_NLw=_JhBaGG!o_Zz#`)tf z_3kbGw5r~62~nZMB9{04ejYG=@$5{t=!+3g-5lJLoKz^JWcrx8(o{Ky`e4zlQ1}vJ z=DfBgLGS2K2Kin#TKv+ZL`a;}@ySz%n$pZY!a91xb5EbpnkBNb^jOlV3H6Gw*%nO; z(YUZV^fZ)AP_MaBHM>i|G~x0Eh$BNWR-9sS;L5s!dODGkk15uZB8T|<*m*GDXI{E$ zpS`5~gkyoOi*MSS&t2C?i)nd=Z5Hhk4p>EAki_bX75yQ)R*aoBT?w3nn!QmJ?hg!* ze8sMn81ZW1;=-m+um~vt*m*-G6mHi=kvVH8kT?Q2}PNcc^UxFtclGQ!+zFB)oH;2rx z@^HFivrtre_Uz$`?9!#-{tW$L%Vd`Lrmr`P%fkz(^f#?k*j1!*D}z@ioUsOn?UW zb#t;*Dy*3s2sh7Hvn$@~CJ%x&uyY6@@ImJv^H>zA_0ZPniL*>k#DXSjoK}2rIp^V6 z_~$(b)p)$?yJ9Td06X>bU1B;5CTram$&q!q %xcyi~+)pK=#ICSZo9x@$=fruK} zV+IGh>FiZJ!)4k-vnZQ9jY4FD_8mvsc9yua+TS5wI8zb}VJk0y9;6cCBPPc*Hg!8H!VTnt) z<)-m@8T+iP$`G;3gT7{I7Vm6Q=n>Tk&j(*;*G5J+8Pin%*tQJ`D5d69T}1k^=~vdK zq_edzjp?M{v3~Si>U#kBc)R0w(Rs6sUC~qZG|NwNkp~;~ck(L;km?b-{Xol*z~I6wTVJ7U3Fmb=6SU*>eKupQPb)jm+# zfihYBW$e|pIaU;Lz84oUE%I|~q}G{ZC+B=J`qvH8aLsfetf(>)cYuLGD28Mm=+|#T zgWOnvQ$yir{%DC{*03JZL1StEEQGG2t-9VaRMPh+1BGAMrt^xcr!qa>KLPGKmAjQ; z%{*{9+yw+yZdIxk+Kuy|IqFdR(0CZehgGtd}V7HUtu+J zdb^zwZ~1!wKLT{br{2k#z`G?Ew3;p4OQQ?v40#_C5s9k(n~9(U`&dMfMzh`CruG-+ zt<#u>ZE6EY9aFL=@YA~Ka9nJVf)DF06wu-JY72fwKVugL*$)p@X9d@fjF^3w2yGZb zV7(?8+uiXPO%6in4>5t6%ily7JIxibD9~Y5byIJ!8j&c|G%h~=9GiN5u_9=Ke1b`` z7{^i#%%!mjvU&g?=E_c%A-q}FTFW?q+7zkl*km%bBl^g0#tJ@3wOz6%I`0n==>LGsZ4WhZ5BUEDTek2k% z=Y50a^F5ZwoZQ~`$={_(E~_e;-JXYRJ0pZMl`c>WXS7c@1K#_8jOb~SsK?t>&;tVn zuZDXH9=g>o9BWO@EwG0A*6lU7mvd;v1vw`wa~7ctQ8m3UTK~EiJ7w06BQ>947!5+qh!>ELu9wGMO#YLW+DvZTZ+!E4JWiHc zrWK>2kJl1Kh@KRHaI3u5)p8|5UJx$?liktubhKa4FrJ-#+P1(sfB3T5EdkQP{NChUn6q3PgtcAqKrufHeot}Z+K?JavQ679V61(hCN&tOlXW|Y(W||%>3CNzZrR`c@)s(9`z80xzxEl_5kPk0dIJ3uh*wtb5jA3u^(1Jw`9#-k^2p$P!+oIU&sQb@t58_sO3{l}xtCDvcj`|~ zlDa83^dk9rmO>xH-e5|4|3fcVSr0{!B%q|W|5|`*`pFTXSZO{i?jZ(OjG@YR_BVzT zV5*6msaP7lLP22pZzs3?p8d-1OKXSay9tS~F#c39LMm z5{b>OeNK|CSJh0IcdMddi(BfmN8zneUZsngqIR>q{*+`zc|!a0a9E+lg$o(p9OK6S z&TIvsD!+HHc*_=38N&f3FD7vIj5w3qVHkQszd_y(Q5d>T;;L7R`+`S5C zDc@hnTnaI;5=IWv_pZzrI27o#Cr}KwEJdk*`aads)1?fzezD2$9<5W`P`CWy zDn778;P1as-zv=}GrE;06w^)X*N4XjwrUzpxY>7+NznAgaY65OUqe94UkOmI zLOs4NmsQ!DkB(czd1!T+;wVs zHQBPjv^eO5I-{s-P8m|b1kPKfsjqZZb%t_7dnf_gSQn?aTis0W+R4J> z$|~{qx@+nA%id@-K0KtzyOk_Yqc@#7c`KuL#B&Y6J?Ax1R0<4M;F z&;QffTL#3{Yhk0MxD|)u9o$`u5AN<(26rozqQwV?VjYURbf8nbSaG-FUfkXN&fE8# zd(Zv-eLq)rcCwP4WGBzFR@S2gMc`Jdf0|815DmMQ_$zdzm%(T-2!BX7$G)q*kLAgh zvHmIP!|a1`yG&J!*ZMTMxIYykw~=>aWgD*#WlrtB$gwysdlQQ5t5-CMu@@-zjvhcZ ztuO++Uhq8+0PyTZr0Nb4u6J2G6@k)T7O3M~S68i$vW6b40{!KlU?w_n^;jL)6d)?L z7*H1}al*i|QX9h$Q6JMlQl(X#MFhONbGKU1N7=ya99z%yVf`FN`kXSzlmL%PPFZ8B z*LRDT!IHTt=$=Ry16|@P;zvt7B{X5jqO;tOSM%!L*;G6R)lTqE>oi~b_1$y(?JS+$ z>G1K55AtN#zD>>UO@iLUbbvSxBY#^#k3XHeIkH&}ey4fX}+9#t0**oSL*l~05 zDEO;e)8{dC^!uukEIm*KzEUH-T&0i^{@PoAOlAKEC2HZj7#uWhBq93_G0)e!#|tk-vZ$>yqJFr{J&8F1qFqZ=Xad{ zslVBzbY_2Wa4?2~I_QD>KKZZuH${klRm0vEnnk^0WTpG3Za|>@--duX1wIiF{MEG0 z>2EV(7U+x&@GQ+ID2o3ktUA;hmFduB-h?y!f6WGC^RmQNd3$@q(`6a|f9XnhJL9y9 zM_rhz|I;(%Pw7Fo>9w`BRJUE6EdSFrPCi~xMt z#6~z%0X=_jt+Aw4=Aq*iJ3`eN5%hGPQytWwG`j8Qu|^V#E79n8+0?f8bd(jTzG0qq zNFydy0{`%FA^X2KG37bwTc$-#LyuB>(*M*la+(I}vS-$!P^5FHZ*8tSyOyfC`nG82 z@#RS>-}IB_LM|+bn@eUaSS9Z0hmkXW#ujHwfDOgPMjS9Sga=YG9W(QrE=kipb0>vR zWwT;N#s|A$AuXBqTC&I60!yP$9ycN4btz=tvNlFM1!9PVz0IaqW&W2BCWgE{I)d;P zgaZ+t11!0}-b_5NOFY}TpQDl6h^E4(Qd3jAU4A_uyo+mo6LvH5l?kMeDm#PKuKTFZ1;gJ++BkEhm3rytOsG^Kblr+TIJp52=Rl zVHl3i4@p<1fwit%Cs?p{!q-a9LBerRb#BmO(U7d8D&M7OK2w&p@Q4Kl+0;aKWp2~C zeu}?!R{PzhI$;xv)L`6s&e3_KzeDTy1a?&)PN5Pbe0YQ2;OA|y4C_fZ4LD+!%P*9F zb{zKfupVyMKHIMo;pQ@m#|b+Az%k+^&R=cOqphjh{83dd#@q^sMZvd^s#=^?-HR?l zj|+(3537QMRwwv!_eRYvHL-b(~18!PwXnAtzsLsA?#lcbW9Nlhg2!h8xe|S12LFJt3D@ zkX5tti*LocpEfw)pwV)T{K$jKQ<8Dwh&u)2JSu&%r@dId=3VIQli3IdCHjDgo9DG?gPv? z+IWO3b{j>>y>9ZY-I*Xc9>SOIs#yD3z=dhkE)F8#uDGj0+#VSwg9U!%5;>c#+@mya zk-ru#pC$4wA?73xE#m78Y4VN;acE~_w{YpqDrw(d)4iEEx*~^9$F9onFV+>64|Zdn zTOs@g%2yu|EtPu&GG9;YOxDeGfgtEoMd^IW5ksGuB{kTyzfyXg+~pj#F0K-WysX)IWG&Lh^})|+ zP`x(oey3X5T<(pFHNLVG$lgw`V4?+mS}MIUvud5(LsIEHYV}3=1ajvW>-@XL(nSe@ z75rE7q}d1GRO!=}rlH)K&>Hp0m_yc+yt3+s%pNqXASS)FN&LF=e&dYkU`ORO zbZB{_yrOvOd!_AoK_;#-QA}CT6p5=MmI@Ek>OgM3u+76$USrzQA1Sw~+zgft{Bg{& zFIl+8j|9E%+vKSi29-w6gC<2>&)g_dnb;vB2Corm`21d5z2xuV`b zpIymgrqx6@Qv2TzA;cye40O63|b#<7s0`}UJlx>aDk?~nq(O) zNg!QOFX>mAZ*R_+`DwSD|Is!sQ9oMJSn;{&Y1 z`N!K=9Fk=g2iT_MWv;^&0T~h=HywL%)X#0wi>7xWdkP-MCtL*X=caCaVq)>^j4jJH zZ0%Jzy;ZT|M!Of}WKq&S%Rs)Y3=E-!h~LKFM2?b3h}2u#(J;!d06 zHj(-ec_Sq|Q=t?)Ux6~<^G-g`@t7Q8tg3pR$*|u3t^4_;?VUmR_)nJ?2wtMX0z-lw zJJ}yek`%(f!!J_n6CyY5E9-To!zTWChAuR);ndno=&2n>##`po7n*`^X@uw?I_!g9 zzmQhkPvANMGEgi@ zx6r^y(65-tYXjKR=_LbP%?tI=^LX+(%B&M~XJh7NLNMIlt{szutNow@6s7(DK;oKR zrj?`~vU!~KZ}AdN&tmpEEG+xOE%KY@5T=DhSXTzIEc+DMkTN-={+Ufq!O{}h!S5a9 zbQ_XX1`8IxTfh&9Q=0GIzyPAN$f~QSfjCD!<03y^s*S;ClY)(m_>zr*>LZCePIJZ4 zW~S&S;$W{hE&&|_qt&@XL>@|`MVE2T;4V7#!idcG_+p+iW(ikzeUWdR@!kwB-Y9Pq zHb0PFV)-NEHx}OA~>Y#h<$n%QlC%>TU`ueAfHlM)r{gsE|mFw2q7UP&}hUeK5|NDFG z>+RzV#1#6XRh0XzVyC_@Xr2g!^V>CNkr_SEl(NnY3k_B-tt0j z;nqGS-B-4ipMe_{=H$(zLZ|HoI78tLW{n=o1zjS{_xhm{6-FZAPV$_WQo5F%%(|T1 znBD=TN`Vl`um(OnB!J5lvB^nE6wQiDfgAQNRDgoslRER1Zz2GVWi$$fQqAcFqMOC0 z&X;;p_WF-lQ=X*v5Gim#L8CuxamRxp961P2@YG0K^SdM>HguxDyEw^tD|1f?Jf%Vu z6rvr0zW{Pg6#TI&C_9!+<#Qf?9TZ?C)%OQgYTOlFk8Fp8lIRjI_&qS<)P?awz6fso zAb5pq62P0%b1nKceeP%`MbwPMxT&OC>^#mQ_uHti5dxy+B?Ls`W5}I5jAoFMR6TB# z&?$-pNK@=y;&XIf);6@(1V!nJ+Led7<1NgKL?NEVy#Ah_(lX zK4!q(^iNF(tpyMJT>OD@E+*c{3zo=V12VWVGdjlQOhX>N%Gc-<7HB>D^4AxnA9W$^ z&g5s{cM5=mX^?fl9>(v@tUFTVzQ`~lfPbaxuv2d$kMwH43Q-2%bcY_kl7O#-BBzHf z4FvD@{Z|VfuN~})(Y4J&L~bdN$D0_r&&HZLJK1XL7xBVp=hJ@{-<_yyUUj#4!-M9d668 zZ0x?gY)aHVvWJE>JZ9p9PN!TV+m@evBIQ4%ulxx@3H<5V;71KxXu_d()Lb2&bUaeS z|E>nETGhYDk-*LLIxji4+n5a?Kv?n<>^K;$TI$OXAjl*WK9^0C0^`W4en?;r zz6N35IT8B-8OH~vViEm`&QU68#tO-WABUwj-tU3JAKS584Ztfp>@&)dn2*Q8-I5=j znS}-5w~$b$%eH7RyC(0Gj%%=D))TOC7;8`}@8QJGfYioBM0AT@{9#hOFx@)b#I3E2K>#cT`gfqgUdJ2WJm_h)D(KO8<-Yp)@&h&d+~A`NY>=zlsud^J3IrAs-G+|>|?Tr8lU6x zf5L}@3fiySC)_gb1T@UQ;-fCgxpkkoqjCHPOut0w-i*k339unq;SbI0lMJGxAj^;< zK?zEgsMQ$Z?3zNjVeaz7;){OFVq^8re9MbYV#A2xHZa}Oz5K>e1_&O{B_Ah~azp}T z%LM3DKR+Oa`P2l`MItQ{-dAMdh8Da)^Fsp;^<|PxRp#w%%-(D$G%rpgY8np{5m}In zZN2SsSR;#zi({x>02)DbDEloG7_#-#`Ov)bva+?=)Bqee9m(_Utlsj;zJ3S8yd+i^ zG~7kDVl-(H0Y=RH<;icDK4(B{>BJ)=W`jNOjZ^$FzKQ(&Vl51ivvx#oOrs0Cp#kk_ z#nbB&3YoN(kIwh`I9c(PP?EZSe{qsSC$M+RJB_KRw{!bMkJ9h(t@cxE95pduJAnLa&P_2 z!llh;yW`P5tZKep4gM&L2MC0q!QL9b11$eG0!(iUxMbnI?zB(uYv{07WBIm?upYk% z2lbb8KQGK{d=w&ObOFDO@tkUT7%F_5F*5T&SP*JQR zPiQR-7laj7AaFeP5DydVBa;dj8VFYa7p*>w!)b{UnNagrfVymV{jG+f?jwmV`&#}g zzNJV77Mhp{*QLSu3Ib&syA7}m;#Gig(j?|Mf7;6l;arvwMb|KyJ5-if?A~f! zZn<5h)yXk`-XZ)3ZU@DIE|XGMlf_J18qvWvL4ddgC%(iR2;S~{L~jgmXQIB?Y1$lK zfH-h*YD1&438eC#kbvFY7athw8I%jlbw+@wUa`xeCQ&pSq65mgL{L z>(vR`^()VAAFt6{?*^uD1V2bDEk4LJQ9+^NY)(hw@QNg?XW9e3&R0X5j+cRH$fLPC zK(IbE>@}Pk7nB9B6ri0d%YxZSe6Tt^qMuIm=&%H^LSj<1MX}>(ovh3-fF_gm#D!w3 z!LMa*bVM0AO}t%!CKu=LH=F_sn$5u1jqvsOSD%T!Bdy3dy8WMz4hTtKlg!xCX42u2 ze`0sXsSRm!L6v<%`=(&H8=HKV0TYy6l?8~X2h4oV4|_d?#bb*p`;VhdxB?ms+!fig zrIZ?XU|>*4{O49!enrRKvFQuM<28=_TB82q0@%IL5(4~Kft%2f$24B1!m_@_Qma$> zho1bQPU&}UD(>|c&`<}m^?U0UT8SU~YZqoWi`Lr--ql!F{ z6{Gq9%Q0Yc`#vkZd)L`fEXpCoo=8MGn^V6I=6%PD0!V`ro(?#tztt{x+Q#o(gDjmL zaLw0qTIgGqH?+o)yywcQ`8Lioro;;ncZUzQu>d(MRy8%S?0{<~dt@!LDlE}l;P2M| z^J2bmF{GQ0T!^8fWP@FYOoEjZdCg< zLl@68O1jr=TU-mtb5qdGeqb8SgUEBOMD|U;e1F-mqUVeKHlqG54-|5j`a>7_J^OLm zb4165BB#u(4*a&Ng=PEu+dGqA z8b(|#ddUwOx#$eh+~v|zn$;=MWYw`Bau8~fNvI+S> zKmuiU#n4>jH8} z<|$PD_q+`(YV!vg|czYNw8^noPV0V1FD4GY}nDt-i*cTg$7JHQ7XCp zyt`VdBRgDYsrj03Gefb4-}Bop5GJ>wmA7SxV4CUF`ZH#-ZeL@$OhpsFEYbMKa$4Cd z>}*i1_|2oO&~Xr~Qm=lkFID`Yns`Dun`C`N-KM zKrFeKs>(;JZD#YroW%xTRUM!1Yc+2YLt@i5kiHV6`=0yElc2DoGKbZqV^a;;B z3bg&@0$v;!ONMTxQwI%SkEl}>nsAOe&cOKsBgb{ydrn<+?9;88ZPHqx3Z>hd4kaOD zzV(qKUzbgJ&a2^?>=LsP0($mfi)J;ogvF6tg0+c9^2W!dy{9LFe*FaX8}+ShsuQfZ z&@09Dpqx^D)D^Pk+Gf{&K;Y&85(b>l$#MM?^y#vDKQfG0+D}>+#iMq6QEfWe2!odD z4Q(cS1|-i-)ZFjMPuMm^d;BTtrLdTXh&cv;Vbb;ftuTH)L6pex^1%aRv+>~e8_a)b zq`%Y)P1p9P$B?_?&7AEP_x-1K!2hsIoCGz3mfvSu4i65r_qhK1%KtDu|EEk-hcY@% z*YFxBFOW&zQY3xF&g*{4?0$}VUaQgFPF}c8r#!Rq0zXb_wFDSY@%@LHh$wjtOSh8) zLv@4uP3)(!S+jn9`V~dzdl|Wqfzb{H&k_SlKS$-=Nfnotxz6rOjdyuEjyb_3G?{Ic z8!eeVyq4*UE_eV2(UmvAMJAJm_lCoQMHfsG11#V8;-3cGchBeoFNc6ER=nQ3XBD*J z=Xk~G9o9@m5vEC`H;Y7@ z)S232(ew7Q`hC+U8A~xj4r%)izjk3{ph*>>2O4SMu0aCtX!i1+VZxZ2?`)ls=!5<* z-*kSoKIeNRIS-5&mY-jAjnilC$q>rog7Q$5C)zR7J2sa&)L1@&aY^bk{wj9Q7|l4- zGl-g3;kjE>pVc>Bx@HxMcFK$L5^qgO>QLL~dzT0#Lmh|N=v#hEp6_Bg-q^gJnCPqa zfq+#f#-Q9ZQc|}QrWj??z8|h|2%%P-u|D`43wWF-- z!q+`z^8q==tk+1%F}mac7aPV1ZmS?_U(x8_aFBd`OG^8LomJ&XPA{_n^4aaGRPKNlt)z9N8QQKHVVRekb~BR8o&ol3j0Q`>>D8m=ICLrWPSzG;PVo{r%Loms^ra zcCeOorNMrwNX#G!Jc@($1QH=Zfy&hPLzQUNU=Tx>mc42nlw8r3a-M}Vm!|@k%rYGR z)=?RN!?3h(YfJJQ9>Jo*;xY1sg~5Ql%o9kVA%7oml&wwsLd0F@7CigX(9uXm@Y=I6 zraB=XLW-egv&!Uz!dZ<<5I^6u9%5rNaAGCHy_X|dBu4y74hcY+VIvS36LLeVq7V(8!O4kPtlyTge=OS8L)Kqh_2TF zTjSp`N03`oI5!01h>epzy84%^@qdU`i@VF4>htjhy*^ilGvi@5DlojYWvQ%ei;AO{ zX`2QJ2V-b40!R{;)QS3IBQhN4OLi>D8E2lak}7t?zC2nvM)=*XYIWv*XasEWgcJ#o zLCX(nxOsxCIw$JP)P*1!iae+oq&}*3y}kHZ9r~$O6@II$W^&}=(oqa0y^T6YPTfLO z*l}H&hE4wC?;TkFG-F-8=tV{C8jxNjrJu>L`JG7VaSlje>}{yb9B-lZ>se!Bq%YW= zgY=76<9$T{FS~T?UH@3FC9d){!EVXcJGgRV&e1^m*^~4Wk915%rx?M=X}~wr)w#x z$=uwn%W3AM*nu-_}syKtbOAmTvv{tu7bJ5A^g$u^n%a8r@@LraawMV5kj_ay3bTIS;d}c z8nf%dMzy~71bat`tpDaSMHt~u^lo!QuMQFpNtybXG@Sxs%Vg9l4Y=hA3vbXR*BHkJ=GI91h zz&m{bpwp)9&97NRhnK0sHzY^KM8q*u&E>8a3e5z8s;1xCd*@8?1G61>(BsuqQN~VV z*nTf236qgQT)o(>f{{inWiIHu_f)X2Dc zG#rd^q`D80D*5obdT8aafteTfM^y7;l-3PM(Vfg98kuNkSYdUhtDA;{DliEtUplcL z1Qy851X~yAt?hoEz8_e9KhQq`Dh0FkINJ7Nl=+;x^)mVUP(rvJM5J074puLdkfkBH z0nT={ozKyh7)J%)I>-}aGhDB-$HlV5_wJk+PV?Ap(zx?7y3;n^rZc1V5R4UQZ_3~b zdNn_N5-&Nd>99vaDec;)e5AWvI_273ZK9M`?>-xw*`T>6s+oke9!((aA(FpVPVJd?E@mACXt-*1F9%AsIT2a=g&-{T z{zAFa&-A>)AlH%U0DskCi}e1jGs<25u2WJIiZLJ)FCHy5cclc0Q1A$PJzb1-7WX3b z=X<{0xwM^3a(7y+2r(S#);|`*EP>`@$K&1AEnWa#vC6B}cdxL$jkr)h;{kAWbdh8! z^u%It(ja?F1>-+X;WlPNUukJdM}_jyOoDmNf*1JNR7p`QaLven4(P;Yuxb?Z0}`&u zmy#JXK2Y-8kWM2{o{yCnqV#R`2smZGj2ii1Jzx)sMIFxP3=4XoRF*E3H~i>C_J%lq z3B{L**e;ED8^l8MnCUNRdSwrqm;6K_`Rj%WkfyMZhzn|bWu2-Syxl=;b@ui6qg4g^ zBq}ootSjVkif>C!O@JTU@N;1y0?|$@)-wtwUOZHbgsZxc%9~lkNzvCQ%tI(9lvNF^ zwYtGqauOA>vCLkg^?IqJ;8n;bdF0R`W<9g%I7eq&yXilcPXKYxcT%s?p{UMi19!tm zWp!?0rH~IwpP+4eP3y*wcxh9%GK5`K7hh_$9CR30t>f{(SuxgIfHz;z4Hq_Nnu9BZ zjJupa)B`yL7L;`Pqge$6#D!Zv6-?3k&1x#40${AOK80w!s1fjf~_cp*RS_mp=9 zox8T8SzseHZWPwHL}3O#Z<&;U;5gN84WDZIeN8nmCyh8=W)lQg@Ec-!si_>edk!X5 zNG5-S>aE1IGM{7x4_ogbKA3!KPbhh?!b!ZnCB*Y}V;#i%Dh}t}?b62nQZeplrpsh*)7!w%U_%3sc>}_JRw( z3Ok4S*tLsdL*?%I2AfMni0;)y%{BO2%?7byl0E(|9WmcwD*FBhvEzH}39-F$a-POb zOU{=}8Qo4=vQOL|?7mcK1A?z03xar{+vt%mXfWX4-}blQclbYAyFTLjaE-DP$24Xm zPrz{t3Lk_xWOlmDGBV+=RAD-Ks?+)0c{pUbZNBs%6z}LRGiYt+s=|V}#@1A*>2N%- z?h=lzdJt1C<>+DAdCFF}rwGPF$K}A^)2))3j zuY(T6)~l(2o8o*cUQ2>v=J|uRPF@^gB3MO}eoePeJXrLLODY#s5s3 zPhq$VB`RBMLodNAS9~|iVXx}|WzQdV=KWTk2xas*hOk!q;fVxsY=rTd15XqjSs=)@ zcZrr&iA;&)^<&8<|pzgPsQ|=aD68FP>a=sF* zxrE25VdlYZJ*-7UxX1E#ZUoFw%a;N1t-Jd0HN= zX4s^EnT?ae<%3W*!_a0-BVkNAP5S&%I^Gt{aaIl73wNA&=ud_G3!bJYiMWV;+))M7 z7aR@!Fjpm>!PrfDld$<|`I5ntCu=aplAnrpDD*DAwQOzLo11s@S7tN<)i7eP6XLE) zUJ0l@@FlHh5fpot>nmjs(ZK|g^SAd-ft5OQeevNKtC%3%3?)1kP7CYjEJH_oo1>6^%gPSRS>=cVv{ zO>n)woc^?k!#Lc1ltsJX1rxuHQMr!3mS*-_6QL!Z^d@cNK9q!%)jUDGy7WEbD9@4a zb*+Dh=3b`HmLFbaGkcczi6SmwXFXWx8FGT&oW)6RU2TRLe6xE}SeaGfZp*z(1bEtn z`DFhE1>o3#56sO6|3N9{e`Fru;(u&M-{6|DWya!4(En>n`j6=E4s32}x?iV$zKN80 z$h*V($M5g2q3OHH6g(X{?Pq>8_gbSC_w|Uo*ngo1crEYvQj?~58M|VAD@N)5=Kkj; zIla+LTj)NiIXCb4x> zaQr}87JK3m@^4N&5OLsBYS6W7>g>gZ1pa?j<-~X;L4CB`a(^B4eElpT^BVJ4gYjK2 R{Cd(Cin3}lmB4o){}0{H>gxai literal 0 HcmV?d00001 diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE new file mode 100644 index 000000000000..ac74d8f0496c --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/mflag/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE new file mode 100644 index 000000000000..9e4bd4dbee94 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.APACHE @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2014-2015 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD new file mode 100644 index 000000000000..ac74d8f0496c --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/symlink/LICENSE.BSD @@ -0,0 +1,27 @@ +Copyright (c) 2014-2015 The Docker & Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/transport/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/transport/LICENSE new file mode 100644 index 000000000000..d02f24fd5288 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/docker/pkg/transport/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009 The oauth2 Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code new file mode 100644 index 000000000000..b55b37bc3162 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.code @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2015 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs new file mode 100644 index 000000000000..e26cd4fc8ed9 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/go-units/LICENSE.docs @@ -0,0 +1,425 @@ +Attribution-ShareAlike 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-ShareAlike 4.0 International Public +License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-ShareAlike 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + + including for purposes of Section 3(b); and + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public licenses. +Notwithstanding, Creative Commons may elect to apply one of its public +licenses to material it publishes and in those instances will be +considered the "Licensor." Except for the limited purpose of indicating +that material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the public +licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/Godeps/_workspace/src/github.com/opencontainers/runc/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/libcontainer/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/opencontainers/runc/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/libcontainer/LICENSE diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/libcontainer/NOTICE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/libcontainer/NOTICE new file mode 100644 index 000000000000..dc9129878c45 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/docker/libcontainer/NOTICE @@ -0,0 +1,16 @@ +libcontainer +Copyright 2012-2015 Docker, Inc. + +This product includes software developed at Docker, Inc. (http://www.docker.com). + +The following is courtesy of our legal counsel: + + +Use and transfer of Docker may be subject to certain restrictions by the +United States and other governments. +It is your responsibility to ensure that your use and/or transfer does not +violate applicable laws. + +For more information, please see http://www.bis.doc.gov + +See also http://www.apache.org/dev/crypto.html and/or seek legal counsel. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/LICENSE.txt b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/emicklei/go-restful/LICENSE similarity index 89% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/LICENSE.txt rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/emicklei/go-restful/LICENSE index 3cb0ec0fff11..ece7ec61effb 100644 --- a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/LICENSE.txt +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/emicklei/go-restful/LICENSE @@ -1,4 +1,6 @@ -Copyright (c) 2014 Bugsnag +Copyright (c) 2012,2013 Ernest Micklei + +MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -17,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/Godeps/_workspace/src/github.com/ghodss/yaml/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/ghodss/yaml/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/ghodss/yaml/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/ghodss/yaml/LICENSE diff --git a/Godeps/_workspace/src/github.com/gogo/protobuf/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/gogo/protobuf/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/gogo/protobuf/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/gogo/protobuf/LICENSE diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/glog/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/glog/LICENSE new file mode 100644 index 000000000000..37ec93a14fdc --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/glog/LICENSE @@ -0,0 +1,191 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, "control" means (i) the power, direct or +indirect, to cause the direction or management of such entity, whether by +contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files. + +"Object" form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included +in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that +is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative Works +shall not include works that remain separable from, or merely link (or bind by +name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative Works +thereof, that is intentionally submitted to Licensor for inclusion in the Work +by the copyright owner or by an individual or Legal Entity authorized to submit +on behalf of the copyright owner. For the purposes of this definition, +"submitted" means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for +the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work. + +2. Grant of Copyright License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form. + +3. Grant of Patent License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable (except as stated in this section) patent license to make, have +made, use, offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by combination +of their Contribution(s) with the Work to which such Contribution(s) was +submitted. If You institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work or a +Contribution incorporated within the Work constitutes direct or contributory +patent infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. + +You may reproduce and distribute copies of the Work or Derivative Works thereof +in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of +this License; and +You must cause any modified files to carry prominent notices stating that You +changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source form +of the Work, excluding those notices that do not pertain to any part of the +Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the +attribution notices contained within such NOTICE file, excluding those notices +that do not pertain to any part of the Derivative Works, in at least one of the +following places: within a NOTICE text file distributed as part of the +Derivative Works; within the Source form or documentation, if provided along +with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents of +the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works that +You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as +modifying the License. +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies +with the conditions stated in this License. + +5. Submission of Contributions. + +Unless You explicitly state otherwise, any Contribution intentionally submitted +for inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of +any separate license agreement you may have executed with Licensor regarding +such Contributions. + +6. Trademarks. + +This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. + +Unless required by applicable law or agreed to in writing, Licensor provides the +Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, +including, without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are +solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise of +permissions under this License. + +8. Limitation of Liability. + +In no event and under no legal theory, whether in tort (including negligence), +contract, or otherwise, unless required by applicable law (such as deliberate +and grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License or +out of the use or inability to use the Work (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or malfunction, or +any and all other commercial damages or losses), even if such Contributor has +been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. + +While redistributing the Work or Derivative Works thereof, You may choose to +offer, and charge a fee for, acceptance of support, warranty, indemnity, or +other liability obligations and/or rights consistent with this License. However, +in accepting such obligations, You may act only on Your own behalf and on Your +sole responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your +accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work + +To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets "[]" replaced with your own +identifying information. (Don't include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included on +the same "printed page" as the copyright notice for easier identification within +third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/groupcache/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/groupcache/LICENSE new file mode 100644 index 000000000000..37ec93a14fdc --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/groupcache/LICENSE @@ -0,0 +1,191 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, "control" means (i) the power, direct or +indirect, to cause the direction or management of such entity, whether by +contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files. + +"Object" form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included +in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that +is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative Works +shall not include works that remain separable from, or merely link (or bind by +name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative Works +thereof, that is intentionally submitted to Licensor for inclusion in the Work +by the copyright owner or by an individual or Legal Entity authorized to submit +on behalf of the copyright owner. For the purposes of this definition, +"submitted" means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for +the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work. + +2. Grant of Copyright License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form. + +3. Grant of Patent License. + +Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable (except as stated in this section) patent license to make, have +made, use, offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by combination +of their Contribution(s) with the Work to which such Contribution(s) was +submitted. If You institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work or a +Contribution incorporated within the Work constitutes direct or contributory +patent infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. + +You may reproduce and distribute copies of the Work or Derivative Works thereof +in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of +this License; and +You must cause any modified files to carry prominent notices stating that You +changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source form +of the Work, excluding those notices that do not pertain to any part of the +Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the +attribution notices contained within such NOTICE file, excluding those notices +that do not pertain to any part of the Derivative Works, in at least one of the +following places: within a NOTICE text file distributed as part of the +Derivative Works; within the Source form or documentation, if provided along +with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents of +the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works that +You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as +modifying the License. +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies +with the conditions stated in this License. + +5. Submission of Contributions. + +Unless You explicitly state otherwise, any Contribution intentionally submitted +for inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of +any separate license agreement you may have executed with Licensor regarding +such Contributions. + +6. Trademarks. + +This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. + +Unless required by applicable law or agreed to in writing, Licensor provides the +Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, +including, without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are +solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise of +permissions under this License. + +8. Limitation of Liability. + +In no event and under no legal theory, whether in tort (including negligence), +contract, or otherwise, unless required by applicable law (such as deliberate +and grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License or +out of the use or inability to use the Work (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or malfunction, or +any and all other commercial damages or losses), even if such Contributor has +been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. + +While redistributing the Work or Derivative Works thereof, You may choose to +offer, and charge a fee for, acceptance of support, warranty, indemnity, or +other liability obligations and/or rights consistent with this License. However, +in accepting such obligations, You may act only on Your own behalf and on Your +sole responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your +accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work + +To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets "[]" replaced with your own +identifying information. (Don't include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included on +the same "printed page" as the copyright notice for easier identification within +third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE similarity index 78% rename from Godeps/_workspace/src/github.com/gorilla/mux/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE index 0e5fb872800d..1b1b1921efa6 100644 --- a/Godeps/_workspace/src/github.com/gorilla/mux/LICENSE +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE @@ -1,16 +1,19 @@ -Copyright (c) 2012 Rodrigo Moraes. All rights reserved. +Go support for Protocol Buffers - Google's data interchange format + +Copyright 2010 The Go Authors. All rights reserved. +https://github.com/golang/protobuf Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -25,3 +28,4 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/snappy/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/snappy/LICENSE new file mode 100644 index 000000000000..6050c10f4c8b --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/golang/snappy/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 The Snappy-Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/google/cadvisor/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/google/cadvisor/LICENSE new file mode 100644 index 000000000000..97cec18e875b --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/google/cadvisor/LICENSE @@ -0,0 +1,190 @@ + Copyright 2014 The cAdvisor Authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/google/gofuzz/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/google/gofuzz/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/google/gofuzz/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/LICENSE new file mode 100644 index 000000000000..ccae99f6a9a3 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/go-msgpack/LICENSE @@ -0,0 +1,25 @@ +Copyright (c) 2012, 2013 Ugorji Nwoke. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +* Neither the name of the author nor the names of its contributors may be used + to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/LICENSE new file mode 100644 index 000000000000..f0e5c79e1811 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/raft-boltdb/LICENSE @@ -0,0 +1,362 @@ +Mozilla Public License, version 2.0 + +1. Definitions + +1.1. "Contributor" + + means each individual or legal entity that creates, contributes to the + creation of, or owns Covered Software. + +1.2. "Contributor Version" + + means the combination of the Contributions of others (if any) used by a + Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + + means Source Code Form to which the initial Contributor has attached the + notice in Exhibit A, the Executable Form of such Source Code Form, and + Modifications of such Source Code Form, in each case including portions + thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + a. that the initial Contributor has attached the notice described in + Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the terms of + a Secondary License. + +1.6. "Executable Form" + + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + + means a work that combines Covered Software with other material, in a + separate file or files, that is not Covered Software. + +1.8. "License" + + means this document. + +1.9. "Licensable" + + means having the right to grant, to the maximum extent possible, whether + at the time of the initial grant or subsequently, any and all of the + rights conveyed by this License. + +1.10. "Modifications" + + means any of the following: + + a. any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. "Patent Claims" of a Contributor + + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the License, + by the making, using, selling, offering for sale, having made, import, + or transfer of either its Contributions or its Contributor Version. + +1.12. "Secondary License" + + means either the GNU General Public License, Version 2.0, the GNU Lesser + General Public License, Version 2.1, the GNU Affero General Public + License, Version 3.0, or any later versions of those licenses. + +1.13. "Source Code Form" + + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that controls, is + controlled by, or is under common control with You. For purposes of this + definition, "control" means (a) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + + +2. License Grants and Conditions + +2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for + sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution + become effective for each Contribution on the date the Contributor first + distributes such Contribution. + +2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under + this License. No additional rights or licenses will be implied from the + distribution or licensing of Covered Software under this License. + Notwithstanding Section 2.1(b) above, no patent license is granted by a + Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + + c. under Patent Claims infringed by Covered Software in the absence of + its Contributions. + + This License does not grant any rights in the trademarks, service marks, + or logos of any Contributor (except as may be necessary to comply with + the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this + License (see Section 10.2) or under the terms of a Secondary License (if + permitted under the terms of Section 3.3). + +2.5. Representation + + Each Contributor represents that the Contributor believes its + Contributions are its original creation(s) or it has sufficient rights to + grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + + This License is not intended to limit any rights You have under + applicable copyright doctrines of fair use, fair dealing, or other + equivalents. + +2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in + Section 2.1. + + +3. Responsibilities + +3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under + the terms of this License. You must inform recipients that the Source + Code Form of the Covered Software is governed by the terms of this + License, and how they can obtain a copy of this License. You may not + attempt to alter or restrict the recipients' rights in the Source Code + Form. + +3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, + as described in Section 3.1, and You must inform recipients of the + Executable Form how they can obtain a copy of such Source Code Form by + reasonable means in a timely manner, at a charge no more than the cost + of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter the + recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for + the Covered Software. If the Larger Work is a combination of Covered + Software with a work governed by one or more Secondary Licenses, and the + Covered Software is not Incompatible With Secondary Licenses, this + License permits You to additionally distribute such Covered Software + under the terms of such Secondary License(s), so that the recipient of + the Larger Work may, at their option, further distribute the Covered + Software under the terms of either this License or such Secondary + License(s). + +3.4. Notices + + You may not remove or alter the substance of any license notices + (including copyright notices, patent notices, disclaimers of warranty, or + limitations of liability) contained within the Source Code Form of the + Covered Software, except that You may alter any license notices to the + extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on + behalf of any Contributor. You must make it absolutely clear that any + such warranty, support, indemnity, or liability obligation is offered by + You alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Software due to statute, + judicial order, or regulation then You must: (a) comply with the terms of + this License to the maximum extent possible; and (b) describe the + limitations and the code they affect. Such description must be placed in a + text file included with all distributions of the Covered Software under + this License. Except to the extent prohibited by statute or regulation, + such description must be sufficiently detailed for a recipient of ordinary + skill to be able to understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You + fail to comply with any of its terms. However, if You become compliant, + then the rights granted under this License from a particular Contributor + are reinstated (a) provisionally, unless and until such Contributor + explicitly and finally terminates Your grants, and (b) on an ongoing + basis, if such Contributor fails to notify You of the non-compliance by + some reasonable means prior to 60 days after You have come back into + compliance. Moreover, Your grants from a particular Contributor are + reinstated on an ongoing basis if such Contributor notifies You of the + non-compliance by some reasonable means, this is the first time You have + received notice of non-compliance with this License from such + Contributor, and You become compliant prior to 30 days after Your receipt + of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, + counter-claims, and cross-claims) alleging that a Contributor Version + directly or indirectly infringes any patent, then the rights granted to + You by any and all Contributors for the Covered Software under Section + 2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user + license agreements (excluding distributors and resellers) which have been + validly granted by You or Your distributors under this License prior to + termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, + without warranty of any kind, either expressed, implied, or statutory, + including, without limitation, warranties that the Covered Software is free + of defects, merchantable, fit for a particular purpose or non-infringing. + The entire risk as to the quality and performance of the Covered Software + is with You. Should any Covered Software prove defective in any respect, + You (not any Contributor) assume the cost of any necessary servicing, + repair, or correction. This disclaimer of warranty constitutes an essential + part of this License. No use of any Covered Software is authorized under + this License except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including + negligence), contract, or otherwise, shall any Contributor, or anyone who + distributes Covered Software as permitted above, be liable to You for any + direct, indirect, special, incidental, or consequential damages of any + character including, without limitation, damages for lost profits, loss of + goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses, even if such party shall have been + informed of the possibility of such damages. This limitation of liability + shall not apply to liability for death or personal injury resulting from + such party's negligence to the extent applicable law prohibits such + limitation. Some jurisdictions do not allow the exclusion or limitation of + incidental or consequential damages, so this exclusion and limitation may + not apply to You. + +8. Litigation + + Any litigation relating to this License may be brought only in the courts + of a jurisdiction where the defendant maintains its principal place of + business and such litigation shall be governed by laws of that + jurisdiction, without reference to its conflict-of-law provisions. Nothing + in this Section shall prevent a party's ability to bring cross-claims or + counter-claims. + +9. Miscellaneous + + This License represents the complete agreement concerning the subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. Any law or regulation which provides that + the language of a contract shall be construed against the drafter shall not + be used to construe this License against a Contributor. + + +10. Versions of the License + +10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + +10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version + of the License under which You originally received the Covered Software, + or under the terms of any subsequent version published by the license + steward. + +10.3. Modified Versions + + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a + modified version of this License if you rename the license and remove + any references to the name of the license steward (except to note that + such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary + Licenses If You choose to distribute Source Code Form that is + Incompatible With Secondary Licenses under the terms of this version of + the License, the notice described in Exhibit B of this License must be + attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the + terms of the Mozilla Public License, v. + 2.0. If a copy of the MPL was not + distributed with this file, You can + obtain one at + http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, +then You may include the notice in a location (such as a LICENSE file in a +relevant directory) where a recipient would be likely to look for such a +notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + + This Source Code Form is "Incompatible + With Secondary Licenses", as defined by + the Mozilla Public License, v. 2.0. \ No newline at end of file diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/raft/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/raft/LICENSE new file mode 100644 index 000000000000..c33dcc7c928c --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hashicorp/raft/LICENSE @@ -0,0 +1,354 @@ +Mozilla Public License, version 2.0 + +1. Definitions + +1.1. “Contributor” + + means each individual or legal entity that creates, contributes to the + creation of, or owns Covered Software. + +1.2. “Contributor Version” + + means the combination of the Contributions of others (if any) used by a + Contributor and that particular Contributor’s Contribution. + +1.3. “Contribution” + + means Covered Software of a particular Contributor. + +1.4. “Covered Software” + + means Source Code Form to which the initial Contributor has attached the + notice in Exhibit A, the Executable Form of such Source Code Form, and + Modifications of such Source Code Form, in each case including portions + thereof. + +1.5. “Incompatible With Secondary Licenses” + means + + a. that the initial Contributor has attached the notice described in + Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of version + 1.1 or earlier of the License, but not also under the terms of a + Secondary License. + +1.6. “Executable Form” + + means any form of the work other than Source Code Form. + +1.7. “Larger Work” + + means a work that combines Covered Software with other material, in a separate + file or files, that is not Covered Software. + +1.8. “License” + + means this document. + +1.9. “Licensable” + + means having the right to grant, to the maximum extent possible, whether at the + time of the initial grant or subsequently, any and all of the rights conveyed by + this License. + +1.10. “Modifications” + + means any of the following: + + a. any file in Source Code Form that results from an addition to, deletion + from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. “Patent Claims” of a Contributor + + means any patent claim(s), including without limitation, method, process, + and apparatus claims, in any patent Licensable by such Contributor that + would be infringed, but for the grant of the License, by the making, + using, selling, offering for sale, having made, import, or transfer of + either its Contributions or its Contributor Version. + +1.12. “Secondary License” + + means either the GNU General Public License, Version 2.0, the GNU Lesser + General Public License, Version 2.1, the GNU Affero General Public + License, Version 3.0, or any later versions of those licenses. + +1.13. “Source Code Form” + + means the form of the work preferred for making modifications. + +1.14. “You” (or “Your”) + + means an individual or a legal entity exercising rights under this + License. For legal entities, “You” includes any entity that controls, is + controlled by, or is under common control with You. For purposes of this + definition, “control” means (a) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + + +2. License Grants and Conditions + +2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or as + part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for + sale, have made, import, and otherwise transfer either its Contributions + or its Contributor Version. + +2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution become + effective for each Contribution on the date the Contributor first distributes + such Contribution. + +2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under this + License. No additional rights or licenses will be implied from the distribution + or licensing of Covered Software under this License. Notwithstanding Section + 2.1(b) above, no patent license is granted by a Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party’s + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + + c. under Patent Claims infringed by Covered Software in the absence of its + Contributions. + + This License does not grant any rights in the trademarks, service marks, or + logos of any Contributor (except as may be necessary to comply with the + notice requirements in Section 3.4). + +2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this License + (see Section 10.2) or under the terms of a Secondary License (if permitted + under the terms of Section 3.3). + +2.5. Representation + + Each Contributor represents that the Contributor believes its Contributions + are its original creation(s) or it has sufficient rights to grant the + rights to its Contributions conveyed by this License. + +2.6. Fair Use + + This License is not intended to limit any rights You have under applicable + copyright doctrines of fair use, fair dealing, or other equivalents. + +2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in + Section 2.1. + + +3. Responsibilities + +3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under the + terms of this License. You must inform recipients that the Source Code Form + of the Covered Software is governed by the terms of this License, and how + they can obtain a copy of this License. You may not attempt to alter or + restrict the recipients’ rights in the Source Code Form. + +3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, + as described in Section 3.1, and You must inform recipients of the + Executable Form how they can obtain a copy of such Source Code Form by + reasonable means in a timely manner, at a charge no more than the cost + of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this License, + or sublicense it under different terms, provided that the license for + the Executable Form does not attempt to limit or alter the recipients’ + rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for the + Covered Software. If the Larger Work is a combination of Covered Software + with a work governed by one or more Secondary Licenses, and the Covered + Software is not Incompatible With Secondary Licenses, this License permits + You to additionally distribute such Covered Software under the terms of + such Secondary License(s), so that the recipient of the Larger Work may, at + their option, further distribute the Covered Software under the terms of + either this License or such Secondary License(s). + +3.4. Notices + + You may not remove or alter the substance of any license notices (including + copyright notices, patent notices, disclaimers of warranty, or limitations + of liability) contained within the Source Code Form of the Covered + Software, except that You may alter any license notices to the extent + required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on behalf + of any Contributor. You must make it absolutely clear that any such + warranty, support, indemnity, or liability obligation is offered by You + alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Software due to statute, judicial + order, or regulation then You must: (a) comply with the terms of this License + to the maximum extent possible; and (b) describe the limitations and the code + they affect. Such description must be placed in a text file included with all + distributions of the Covered Software under this License. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You + fail to comply with any of its terms. However, if You become compliant, + then the rights granted under this License from a particular Contributor + are reinstated (a) provisionally, unless and until such Contributor + explicitly and finally terminates Your grants, and (b) on an ongoing basis, + if such Contributor fails to notify You of the non-compliance by some + reasonable means prior to 60 days after You have come back into compliance. + Moreover, Your grants from a particular Contributor are reinstated on an + ongoing basis if such Contributor notifies You of the non-compliance by + some reasonable means, this is the first time You have received notice of + non-compliance with this License from such Contributor, and You become + compliant prior to 30 days after Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, counter-claims, + and cross-claims) alleging that a Contributor Version directly or + indirectly infringes any patent, then the rights granted to You by any and + all Contributors for the Covered Software under Section 2.1 of this License + shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user + license agreements (excluding distributors and resellers) which have been + validly granted by You or Your distributors under this License prior to + termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an “as is” basis, without + warranty of any kind, either expressed, implied, or statutory, including, + without limitation, warranties that the Covered Software is free of defects, + merchantable, fit for a particular purpose or non-infringing. The entire + risk as to the quality and performance of the Covered Software is with You. + Should any Covered Software prove defective in any respect, You (not any + Contributor) assume the cost of any necessary servicing, repair, or + correction. This disclaimer of warranty constitutes an essential part of this + License. No use of any Covered Software is authorized under this License + except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including + negligence), contract, or otherwise, shall any Contributor, or anyone who + distributes Covered Software as permitted above, be liable to You for any + direct, indirect, special, incidental, or consequential damages of any + character including, without limitation, damages for lost profits, loss of + goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses, even if such party shall have been + informed of the possibility of such damages. This limitation of liability + shall not apply to liability for death or personal injury resulting from such + party’s negligence to the extent applicable law prohibits such limitation. + Some jurisdictions do not allow the exclusion or limitation of incidental or + consequential damages, so this exclusion and limitation may not apply to You. + +8. Litigation + + Any litigation relating to this License may be brought only in the courts of + a jurisdiction where the defendant maintains its principal place of business + and such litigation shall be governed by laws of that jurisdiction, without + reference to its conflict-of-law provisions. Nothing in this Section shall + prevent a party’s ability to bring cross-claims or counter-claims. + +9. Miscellaneous + + This License represents the complete agreement concerning the subject matter + hereof. If any provision of this License is held to be unenforceable, such + provision shall be reformed only to the extent necessary to make it + enforceable. Any law or regulation which provides that the language of a + contract shall be construed against the drafter shall not be used to construe + this License against a Contributor. + + +10. Versions of the License + +10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + +10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version of + the License under which You originally received the Covered Software, or + under the terms of any subsequent version published by the license + steward. + +10.3. Modified Versions + + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a modified + version of this License if you rename the license and remove any + references to the name of the license steward (except to note that such + modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + If You choose to distribute Source Code Form that is Incompatible With + Secondary Licenses under the terms of this version of the License, the + notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the + terms of the Mozilla Public License, v. + 2.0. If a copy of the MPL was not + distributed with this file, You can + obtain one at + http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then +You may include the notice in a location (such as a LICENSE file in a relevant +directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - “Incompatible With Secondary Licenses” Notice + + This Source Code Form is “Incompatible + With Secondary Licenses”, as defined by + the Mozilla Public License, v. 2.0. + diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/LICENSE new file mode 100644 index 000000000000..8f71f43fee3f --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/LICENSE @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/imdario/mergo/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/imdario/mergo/LICENSE new file mode 100644 index 000000000000..686680298da2 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/imdario/mergo/LICENSE @@ -0,0 +1,28 @@ +Copyright (c) 2013 Dario Castañé. All rights reserved. +Copyright (c) 2012 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE new file mode 100644 index 000000000000..d50222706cf0 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/influxdb/influxdb/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013-2015 Errplane Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Godeps/_workspace/src/gopkg.in/yaml.v2/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/juju/ratelimit/LICENSE similarity index 96% rename from Godeps/_workspace/src/gopkg.in/yaml.v2/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/juju/ratelimit/LICENSE index a68e67f01b0c..ade9307b390c 100644 --- a/Godeps/_workspace/src/gopkg.in/yaml.v2/LICENSE +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/juju/ratelimit/LICENSE @@ -1,5 +1,8 @@ +All files in this repository are licensed as follows. If you contribute +to this repository, it is assumed that you license your contribution +under the same license unless you state otherwise. -Copyright (c) 2011-2014 - Canonical Inc. +All files Copyright (C) 2015 Canonical Ltd. unless otherwise specified in the file. This software is licensed under the LGPLv3, included below. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/LICENSE new file mode 100644 index 000000000000..13f15dfce0c5 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2013 Matt T. Proud + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/mitchellh/mapstructure/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/mitchellh/mapstructure/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/github.com/mitchellh/mapstructure/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/mitchellh/mapstructure/LICENSE diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/opencontainers/runc/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/opencontainers/runc/LICENSE new file mode 100644 index 000000000000..27448585ad49 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/opencontainers/runc/LICENSE @@ -0,0 +1,191 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + Copyright 2014 Docker, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/opencontainers/runc/NOTICE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/opencontainers/runc/NOTICE new file mode 100644 index 000000000000..5c97abce4b9d --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/opencontainers/runc/NOTICE @@ -0,0 +1,17 @@ +runc + +Copyright 2012-2015 Docker, Inc. + +This product includes software developed at Docker, Inc. (http://www.docker.com). + +The following is courtesy of our legal counsel: + + +Use and transfer of Docker may be subject to certain restrictions by the +United States and other governments. +It is your responsibility to ensure that your use and/or transfer does not +violate applicable laws. + +For more information, please see http://www.bis.doc.gov + +See also http://www.apache.org/dev/crypto.html and/or seek legal counsel. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/optiopay/kafka/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/optiopay/kafka/LICENSE new file mode 100644 index 000000000000..caa1f3baf911 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/optiopay/kafka/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015 Optiopay + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE new file mode 100644 index 000000000000..5dc68268d900 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/pborman/uuid/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009,2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/pmezard/go-difflib/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/pmezard/go-difflib/LICENSE new file mode 100644 index 000000000000..c67dad612a3d --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/pmezard/go-difflib/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2013, Patrick Mezard +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + The names of its contributors may not be used to endorse or promote +products derived from this software without specific prior written +permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_golang/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_golang/LICENSE new file mode 100644 index 000000000000..261eeb9e9f8b --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_golang/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_golang/NOTICE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_golang/NOTICE new file mode 100644 index 000000000000..37e4a7d410e5 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_golang/NOTICE @@ -0,0 +1,28 @@ +Prometheus instrumentation library for Go applications +Copyright 2012-2015 The Prometheus Authors + +This product includes software developed at +SoundCloud Ltd. (http://soundcloud.com/). + + +The following components are included in this product: + +goautoneg +http://bitbucket.org/ww/goautoneg +Copyright 2011, Open Knowledge Foundation Ltd. +See README.txt for license details. + +perks - a fork of https://github.com/bmizerany/perks +https://github.com/beorn7/perks +Copyright 2013-2015 Blake Mizerany, Björn Rabenstein +See https://github.com/beorn7/perks/blob/master/README.md for license details. + +Go support for Protocol Buffers - Google's data interchange format +http://github.com/golang/protobuf/ +Copyright 2010 The Go Authors +See source code for license details. + +Support for streaming Protocol Buffer messages for the Go language (golang). +https://github.com/matttproud/golang_protobuf_extensions +Copyright 2013 Matt T. Proud +Licensed under the Apache License, Version 2.0 diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/LICENSE new file mode 100644 index 000000000000..261eeb9e9f8b --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/NOTICE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/NOTICE new file mode 100644 index 000000000000..20110e410e57 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/NOTICE @@ -0,0 +1,5 @@ +Data model artifacts for Prometheus. +Copyright 2012-2015 The Prometheus Authors + +This product includes software developed at +SoundCloud Ltd. (http://soundcloud.com/). diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE new file mode 100644 index 000000000000..11069edd7901 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/client_model/ruby/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE new file mode 100644 index 000000000000..261eeb9e9f8b --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE new file mode 100644 index 000000000000..53c5e9aa1112 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE @@ -0,0 +1,7 @@ +procfs provides functions to retrieve system, kernel and process +metrics from the pseudo-filesystem proc. + +Copyright 2014-2015 The Prometheus Authors + +This product includes software developed at +SoundCloud Ltd. (http://soundcloud.com/). diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/rackspace/gophercloud/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/rackspace/gophercloud/LICENSE new file mode 100644 index 000000000000..fbbbc9e4cbad --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/rackspace/gophercloud/LICENSE @@ -0,0 +1,191 @@ +Copyright 2012-2013 Rackspace, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. + +------ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE new file mode 100644 index 000000000000..63ed1cfea1fb --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE @@ -0,0 +1,28 @@ +Copyright (c) 2012 Alex Ogier. All rights reserved. +Copyright (c) 2012 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md new file mode 100644 index 000000000000..2199945813c8 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/objx/LICENSE.md @@ -0,0 +1,23 @@ +objx - by Mat Ryer and Tyler Bunnell + +The MIT License (MIT) + +Copyright (c) 2014 Stretchr, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/stretchr/testify/LICENCE.txt b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/testify/LICENCE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/coreos/etcd/cmd/vendor/github.com/stretchr/testify/LICENCE.txt rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/testify/LICENCE.txt diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/testify/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/testify/LICENSE new file mode 100644 index 000000000000..473b670a7c61 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/stretchr/testify/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell + +Please consider promoting this project if you find it useful. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE +OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Godeps/_workspace/src/github.com/ugorji/go/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/ugorji/go/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/ugorji/go/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/github.com/ugorji/go/LICENSE diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/crypto/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/crypto/LICENSE new file mode 100644 index 000000000000..6a66aea5eafe --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/crypto/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/crypto/PATENTS b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/crypto/PATENTS new file mode 100644 index 000000000000..733099041f84 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/crypto/PATENTS @@ -0,0 +1,22 @@ +Additional IP Rights Grant (Patents) + +"This implementation" means the copyrightable works distributed by +Google as part of the Go project. + +Google hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) +patent license to make, have made, use, offer to sell, sell, import, +transfer and otherwise run, modify and propagate the contents of this +implementation of Go, where such license applies only to those patent +claims, both currently owned or controlled by Google and acquired in +the future, licensable by Google that are necessarily infringed by this +implementation of Go. This grant does not include claims that would be +infringed only as a consequence of further modification of this +implementation. If you or your agent or exclusive licensee institute or +order or agree to the institution of patent litigation against any +entity (including a cross-claim or counterclaim in a lawsuit) alleging +that this implementation of Go or any code incorporated within this +implementation of Go constitutes direct or contributory patent +infringement, or inducement of patent infringement, then any patent +rights granted to you under this License for this implementation of Go +shall terminate as of the date such litigation is filed. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/net/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/net/LICENSE new file mode 100644 index 000000000000..6a66aea5eafe --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/net/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/net/PATENTS b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/net/PATENTS new file mode 100644 index 000000000000..733099041f84 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/net/PATENTS @@ -0,0 +1,22 @@ +Additional IP Rights Grant (Patents) + +"This implementation" means the copyrightable works distributed by +Google as part of the Go project. + +Google hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) +patent license to make, have made, use, offer to sell, sell, import, +transfer and otherwise run, modify and propagate the contents of this +implementation of Go, where such license applies only to those patent +claims, both currently owned or controlled by Google and acquired in +the future, licensable by Google that are necessarily infringed by this +implementation of Go. This grant does not include claims that would be +infringed only as a consequence of further modification of this +implementation. If you or your agent or exclusive licensee institute or +order or agree to the institution of patent litigation against any +entity (including a cross-claim or counterclaim in a lawsuit) alleging +that this implementation of Go or any code incorporated within this +implementation of Go constitutes direct or contributory patent +infringement, or inducement of patent infringement, then any patent +rights granted to you under this License for this implementation of Go +shall terminate as of the date such litigation is filed. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/oauth2/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/oauth2/LICENSE new file mode 100644 index 000000000000..d02f24fd5288 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/golang.org/x/oauth2/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2009 The oauth2 Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/api/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/api/LICENSE new file mode 100644 index 000000000000..263aa7a0c123 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/api/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/LICENSE new file mode 100644 index 000000000000..de9c88cb65cb --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/LICENSE @@ -0,0 +1,18 @@ +Copyright (c) 2013 Joshua Tacoma + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/appengine/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/appengine/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/appengine/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/cloud/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/cloud/LICENSE new file mode 100644 index 000000000000..a4c5efd822fb --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/google.golang.org/cloud/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2014 Google Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/yaml.v2/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/gopkg.in/v2/yaml/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/yaml.v2/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/gopkg.in/v2/yaml/LICENSE diff --git a/Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/yaml.v2/LICENSE.libyaml b/vendor/k8s.io/heapster/Godeps/_workspace/src/gopkg.in/v2/yaml/LICENSE.libyaml similarity index 100% rename from Godeps/_workspace/src/github.com/docker/distribution/vendor/gopkg.in/yaml.v2/LICENSE.libyaml rename to vendor/k8s.io/heapster/Godeps/_workspace/src/gopkg.in/v2/yaml/LICENSE.libyaml diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/Godeps/LICENSES.md b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/Godeps/LICENSES.md new file mode 100644 index 000000000000..448927f8de5c --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/Godeps/LICENSES.md @@ -0,0 +1,110 @@ +Dependency Licenses +------------------- + +Package | License +------- | ------- +bitbucket.org/bertimus9/systemstat | MITname +bitbucket.org/ww/goautoneg | spdxBSD3 +github.com/abbot/go-http-auth | Apache-2 +github.com/appc/cni | Apache-2 +github.com/appc/spec | Apache-2 +github.com/armon/go-metrics | MITname +github.com/aws/aws-sdk-go | Apache-2 +github.com/beorn7/perks/quantile | MIT? +github.com/blang/semver | MITname +github.com/boltdb/bolt | MITname +github.com/camlistore/go4 | Apache-2 +github.com/ClusterHQ/flocker-go | UNKNOWN +github.com/codegangsta/negroni | MITname +github.com/coreos/etcd | Apache-2 +github.com/coreos/go-etcd | Apache-2 +github.com/coreos/go-oidc | Apache-2 +github.com/coreos/go-semver | Apache-2 +github.com/coreos/go-systemd | Apache-2 +github.com/coreos/pkg | Apache-2 +github.com/coreos/rkt | MITname +github.com/cpuguy83/go-md2man | MITname +github.com/davecgh/go-spew | MIToldwithoutSellandNoDocumentationRequi +github.com/daviddengcn/go-colortext | BSD? +github.com/dgrijalva/jwt-go | spdxMIT +github.com/docker/docker | Apache-2 +github.com/docker/docker/pkg/symlink | spdxBSD3 +github.com/docker/go-units | Apache-2 +github.com/docker/spdystream | SeeFile +github.com/elazarl/go-bindata-assetfs | spdxBSD2 +github.com/elazarl/goproxy | BSDWarr +github.com/emicklei/go-restful | MITname +github.com/evanphx/json-patch | BSDWarr +github.com/fsouza/go-dockerclient | spdxBSD2 +github.com/garyburd/redigo/internal | ApachesPermLim +github.com/garyburd/redigo/redis | ApachesPermLim +github.com/ghodss/yaml | MITname +github.com/go-ini/ini | Apache-2 +github.com/godbus/dbus | spdxBSD2 +github.com/gogo/protobuf | spdxBSD3 +github.com/golang/glog | Apache-2 +github.com/golang/groupcache | Apache-2 +github.com/golang/protobuf | spdxBSD3 +github.com/google/btree | Apache-2 +github.com/google/cadvisor | Apache-2 +github.com/google/gofuzz | Apache-2 +github.com/gorilla/context | spdxBSD3 +github.com/gorilla/mux | spdxBSD3 +github.com/hashicorp/go-msgpack | spdxBSD3 +github.com/hashicorp/raft | IntelPart08 +github.com/hashicorp/raft-boltdb | IntelPart08 +github.com/imdario/mergo | spdxBSD3 +github.com/inconshreveable/mousetrap | Apache-2 +github.com/influxdb/influxdb | MITname +github.com/jmespath/go-jmespath | Apache-2 +github.com/jonboulle/clockwork | Apache-2 +github.com/juju/ratelimit | LesserExceptionGPLVer3-TOOLONG +github.com/kardianos/osext | spdxBSD3 +github.com/kr/pty | spdxMIT +github.com/matttproud/golang_protobuf_extensions | Apache-2 +github.com/mesos/mesos-go | Apache-2 +github.com/miekg/dns | spdxBSD3 +github.com/mistifyio/go-zfs | Apache-2 +github.com/mitchellh/mapstructure | MITname +github.com/mvdan/xurls | spdxBSD3 +github.com/mxk/go-flowrate | spdxBSD3 +github.com/onsi/ginkgo | spdxMIT +github.com/onsi/gomega | spdxMIT +github.com/opencontainers/runc | Apache-2 +github.com/pborman/uuid | spdxBSD3 +github.com/pmezard/go-difflib | BSD3 +github.com/prometheus/client_golang | Apache-2 +github.com/prometheus/client_model | Apache-2 +github.com/prometheus/common/expfmt | Apache-2 +github.com/prometheus/common/model | Apache-2 +github.com/prometheus/procfs | Apache-2 +github.com/rackspace/gophercloud | Apache-2 +github.com/russross/blackfriday | AsIsVariant2-TOOLONG +github.com/samuel/go-zookeeper | spdxBSD3 +github.com/scalingdata/gcfg | spdxBSD2 +github.com/seccomp/libseccomp-golang | AllRights-TOOLONG +github.com/shurcooL/sanitized_anchor_name | MIT? +github.com/Sirupsen/logrus | MITname +github.com/skynetservices/skydns | MITname +github.com/spf13/cobra | Apache-2 +github.com/spf13/pflag | spdxBSD3 +github.com/stretchr/objx | MIT? +github.com/stretchr/testify | spdxMIT +github.com/syndtr/gocapability | spdxBSD2 +github.com/ugorji/go | MITname +github.com/vishvananda/netlink | Apache-2 +github.com/xiang90/probing | MITname +github.com/xyproto/simpleredis | MITname +golang.org/x/crypto | spdxBSD3 +golang.org/x/exp | spdxBSD3 +golang.org/x/net | spdxBSD3 +golang.org/x/oauth2 | spdxBSD3 +golang.org/x/sys | spdxBSD3 +golang.org/x/tools | spdxBSD3 +google.golang.org/api | spdxBSD3 +google.golang.org/cloud | Apache-2 +google.golang.org/grpc | spdxBSD3 +gopkg.in/natefinch/lumberjack.v2 | MITname +gopkg.in/yaml.v2 | LesserExceptionGPLVer3-TOOLONG +k8s.io/heapster | Apache-2 +speter.net/go/exp/math/dec/inf | spdxBSD2 diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Godeps/_workspace/src/github.com/inconshreveable/mousetrap/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/cluster/juju/charms/trusty/kubernetes-master/copyright similarity index 83% rename from Godeps/_workspace/src/github.com/inconshreveable/mousetrap/LICENSE rename to vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/cluster/juju/charms/trusty/kubernetes-master/copyright index 5f0d1fb6a7bb..a0b409a8e84f 100644 --- a/Godeps/_workspace/src/github.com/inconshreveable/mousetrap/LICENSE +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/cluster/juju/charms/trusty/kubernetes-master/copyright @@ -1,10 +1,10 @@ -Copyright 2014 Alan Shreve +Copyright 2015 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/cluster/juju/charms/trusty/kubernetes/copyright b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/cluster/juju/charms/trusty/kubernetes/copyright new file mode 100644 index 000000000000..a0b409a8e84f --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/cluster/juju/charms/trusty/kubernetes/copyright @@ -0,0 +1,13 @@ +Copyright 2015 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/docs/user-guide/update-demo/local/LICENSE.angular b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/docs/user-guide/update-demo/local/LICENSE.angular new file mode 100644 index 000000000000..020f87acd2ee --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/docs/user-guide/update-demo/local/LICENSE.angular @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2010-2014 Google, Inc. http://angularjs.org + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/typed/generated/extensions/v1beta1/thirdpartyresource.go b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/typed/generated/extensions/v1beta1/thirdpartyresource.go new file mode 100644 index 000000000000..cfd128dc3c73 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/typed/generated/extensions/v1beta1/thirdpartyresource.go @@ -0,0 +1,136 @@ +/* +Copyright 2016 The Kubernetes Authors All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package v1beta1 + +import ( + api "k8s.io/kubernetes/pkg/api" + v1beta1 "k8s.io/kubernetes/pkg/apis/extensions/v1beta1" + watch "k8s.io/kubernetes/pkg/watch" +) + +// ThirdPartyResourcesGetter has a method to return a ThirdPartyResourceInterface. +// A group's client should implement this interface. +type ThirdPartyResourcesGetter interface { + ThirdPartyResources(namespace string) ThirdPartyResourceInterface +} + +// ThirdPartyResourceInterface has methods to work with ThirdPartyResource resources. +type ThirdPartyResourceInterface interface { + Create(*v1beta1.ThirdPartyResource) (*v1beta1.ThirdPartyResource, error) + Update(*v1beta1.ThirdPartyResource) (*v1beta1.ThirdPartyResource, error) + Delete(name string, options *api.DeleteOptions) error + DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error + Get(name string) (*v1beta1.ThirdPartyResource, error) + List(opts api.ListOptions) (*v1beta1.ThirdPartyResourceList, error) + Watch(opts api.ListOptions) (watch.Interface, error) + ThirdPartyResourceExpansion +} + +// thirdPartyResources implements ThirdPartyResourceInterface +type thirdPartyResources struct { + client *ExtensionsClient + ns string +} + +// newThirdPartyResources returns a ThirdPartyResources +func newThirdPartyResources(c *ExtensionsClient, namespace string) *thirdPartyResources { + return &thirdPartyResources{ + client: c, + ns: namespace, + } +} + +// Create takes the representation of a thirdPartyResource and creates it. Returns the server's representation of the thirdPartyResource, and an error, if there is any. +func (c *thirdPartyResources) Create(thirdPartyResource *v1beta1.ThirdPartyResource) (result *v1beta1.ThirdPartyResource, err error) { + result = &v1beta1.ThirdPartyResource{} + err = c.client.Post(). + Namespace(c.ns). + Resource("thirdpartyresources"). + Body(thirdPartyResource). + Do(). + Into(result) + return +} + +// Update takes the representation of a thirdPartyResource and updates it. Returns the server's representation of the thirdPartyResource, and an error, if there is any. +func (c *thirdPartyResources) Update(thirdPartyResource *v1beta1.ThirdPartyResource) (result *v1beta1.ThirdPartyResource, err error) { + result = &v1beta1.ThirdPartyResource{} + err = c.client.Put(). + Namespace(c.ns). + Resource("thirdpartyresources"). + Name(thirdPartyResource.Name). + Body(thirdPartyResource). + Do(). + Into(result) + return +} + +// Delete takes name of the thirdPartyResource and deletes it. Returns an error if one occurs. +func (c *thirdPartyResources) Delete(name string, options *api.DeleteOptions) error { + return c.client.Delete(). + Namespace(c.ns). + Resource("thirdpartyresources"). + Name(name). + Body(options). + Do(). + Error() +} + +// DeleteCollection deletes a collection of objects. +func (c *thirdPartyResources) DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error { + return c.client.Delete(). + Namespace(c.ns). + Resource("thirdpartyresources"). + VersionedParams(&listOptions, api.ParameterCodec). + Body(options). + Do(). + Error() +} + +// Get takes name of the thirdPartyResource, and returns the corresponding thirdPartyResource object, and an error if there is any. +func (c *thirdPartyResources) Get(name string) (result *v1beta1.ThirdPartyResource, err error) { + result = &v1beta1.ThirdPartyResource{} + err = c.client.Get(). + Namespace(c.ns). + Resource("thirdpartyresources"). + Name(name). + Do(). + Into(result) + return +} + +// List takes label and field selectors, and returns the list of ThirdPartyResources that match those selectors. +func (c *thirdPartyResources) List(opts api.ListOptions) (result *v1beta1.ThirdPartyResourceList, err error) { + result = &v1beta1.ThirdPartyResourceList{} + err = c.client.Get(). + Namespace(c.ns). + Resource("thirdpartyresources"). + VersionedParams(&opts, api.ParameterCodec). + Do(). + Into(result) + return +} + +// Watch returns a watch.Interface that watches the requested thirdPartyResources. +func (c *thirdPartyResources) Watch(opts api.ListOptions) (watch.Interface, error) { + return c.client.Get(). + Prefix("watch"). + Namespace(c.ns). + Resource("thirdpartyresources"). + VersionedParams(&opts, api.ParameterCodec). + Watch() +} diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/unversioned/thirdpartyresources.go b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/unversioned/thirdpartyresources.go new file mode 100644 index 000000000000..09bc4e4afc81 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/unversioned/thirdpartyresources.go @@ -0,0 +1,100 @@ +/* +Copyright 2015 The Kubernetes Authors All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package unversioned + +import ( + "k8s.io/kubernetes/pkg/api" + "k8s.io/kubernetes/pkg/apis/extensions" + "k8s.io/kubernetes/pkg/watch" +) + +// ThirdPartyResourceNamespacer has methods to work with ThirdPartyResource resources in a namespace +type ThirdPartyResourceNamespacer interface { + ThirdPartyResources(namespace string) ThirdPartyResourceInterface +} + +type ThirdPartyResourceInterface interface { + List(opts api.ListOptions) (*extensions.ThirdPartyResourceList, error) + Get(name string) (*extensions.ThirdPartyResource, error) + Create(ctrl *extensions.ThirdPartyResource) (*extensions.ThirdPartyResource, error) + Update(ctrl *extensions.ThirdPartyResource) (*extensions.ThirdPartyResource, error) + UpdateStatus(ctrl *extensions.ThirdPartyResource) (*extensions.ThirdPartyResource, error) + Delete(name string) error + Watch(opts api.ListOptions) (watch.Interface, error) +} + +// thirdPartyResources implements DaemonsSetsNamespacer interface +type thirdPartyResources struct { + r *ExtensionsClient + ns string +} + +func newThirdPartyResources(c *ExtensionsClient, namespace string) *thirdPartyResources { + return &thirdPartyResources{c, namespace} +} + +// Ensure statically that thirdPartyResources implements ThirdPartyResourcesInterface. +var _ ThirdPartyResourceInterface = &thirdPartyResources{} + +func (c *thirdPartyResources) List(opts api.ListOptions) (result *extensions.ThirdPartyResourceList, err error) { + result = &extensions.ThirdPartyResourceList{} + err = c.r.Get().Namespace(c.ns).Resource("thirdpartyresources").VersionedParams(&opts, api.ParameterCodec).Do().Into(result) + return +} + +// Get returns information about a particular third party resource. +func (c *thirdPartyResources) Get(name string) (result *extensions.ThirdPartyResource, err error) { + result = &extensions.ThirdPartyResource{} + err = c.r.Get().Namespace(c.ns).Resource("thirdpartyresources").Name(name).Do().Into(result) + return +} + +// Create creates a new third party resource. +func (c *thirdPartyResources) Create(resource *extensions.ThirdPartyResource) (result *extensions.ThirdPartyResource, err error) { + result = &extensions.ThirdPartyResource{} + err = c.r.Post().Namespace(c.ns).Resource("thirdpartyresources").Body(resource).Do().Into(result) + return +} + +// Update updates an existing third party resource. +func (c *thirdPartyResources) Update(resource *extensions.ThirdPartyResource) (result *extensions.ThirdPartyResource, err error) { + result = &extensions.ThirdPartyResource{} + err = c.r.Put().Namespace(c.ns).Resource("thirdpartyresources").Name(resource.Name).Body(resource).Do().Into(result) + return +} + +// UpdateStatus updates an existing third party resource status +func (c *thirdPartyResources) UpdateStatus(resource *extensions.ThirdPartyResource) (result *extensions.ThirdPartyResource, err error) { + result = &extensions.ThirdPartyResource{} + err = c.r.Put().Namespace(c.ns).Resource("thirdpartyresources").Name(resource.Name).SubResource("status").Body(resource).Do().Into(result) + return +} + +// Delete deletes an existing third party resource. +func (c *thirdPartyResources) Delete(name string) error { + return c.r.Delete().Namespace(c.ns).Resource("thirdpartyresources").Name(name).Do().Error() +} + +// Watch returns a watch.Interface that watches the requested third party resources. +func (c *thirdPartyResources) Watch(opts api.ListOptions) (watch.Interface, error) { + return c.r.Get(). + Prefix("watch"). + Namespace(c.ns). + Resource("thirdpartyresources"). + VersionedParams(&opts, api.ParameterCodec). + Watch() +} diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/thirdparty_controller.go b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/thirdparty_controller.go new file mode 100644 index 000000000000..15b44dfc452e --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/thirdparty_controller.go @@ -0,0 +1,130 @@ +/* +Copyright 2014 The Kubernetes Authors All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package master + +import ( + "fmt" + "strings" + + "k8s.io/kubernetes/pkg/api" + expapi "k8s.io/kubernetes/pkg/apis/extensions" + thirdpartyresourceetcd "k8s.io/kubernetes/pkg/registry/thirdpartyresource/etcd" + "k8s.io/kubernetes/pkg/registry/thirdpartyresourcedata" + "k8s.io/kubernetes/pkg/runtime" + "k8s.io/kubernetes/pkg/util/sets" +) + +const thirdpartyprefix = "/apis" + +func makeThirdPartyPath(group string) string { + if len(group) == 0 { + return thirdpartyprefix + } + return thirdpartyprefix + "/" + group +} + +func getThirdPartyGroupName(path string) string { + return strings.TrimPrefix(strings.TrimPrefix(path, thirdpartyprefix), "/") +} + +// resourceInterface is the interface for the parts of the master that know how to add/remove +// third party resources. Extracted into an interface for injection for testing. +type resourceInterface interface { + // Remove a third party resource based on the RESTful path for that resource + RemoveThirdPartyResource(path string) error + // Install a third party resource described by 'rsrc' + InstallThirdPartyResource(rsrc *expapi.ThirdPartyResource) error + // Is a particular third party resource currently installed? + HasThirdPartyResource(rsrc *expapi.ThirdPartyResource) (bool, error) + // List all currently installed third party resources + ListThirdPartyResources() []string +} + +// ThirdPartyController is a control loop that knows how to synchronize ThirdPartyResource objects with +// RESTful resources which are present in the API server. +type ThirdPartyController struct { + master resourceInterface + thirdPartyResourceRegistry *thirdpartyresourceetcd.REST +} + +// Synchronize a single resource with RESTful resources on the master +func (t *ThirdPartyController) SyncOneResource(rsrc *expapi.ThirdPartyResource) error { + // TODO: we also need to test if the existing installed resource matches the resource we are sync-ing. + // Currently, if there is an older, incompatible resource installed, we won't remove it. We should detect + // older, incompatible resources and remove them before testing if the resource exists. + hasResource, err := t.master.HasThirdPartyResource(rsrc) + if err != nil { + return err + } + if !hasResource { + return t.master.InstallThirdPartyResource(rsrc) + } + return nil +} + +// Synchronize all resources with RESTful resources on the master +func (t *ThirdPartyController) SyncResources() error { + list, err := t.thirdPartyResourceRegistry.List(api.NewDefaultContext(), nil) + if err != nil { + return err + } + return t.syncResourceList(list) +} + +func (t *ThirdPartyController) syncResourceList(list runtime.Object) error { + existing := sets.String{} + switch list := list.(type) { + case *expapi.ThirdPartyResourceList: + // Loop across all schema objects for third party resources + for ix := range list.Items { + item := &list.Items[ix] + // extract the api group and resource kind from the schema + _, group, err := thirdpartyresourcedata.ExtractApiGroupAndKind(item) + if err != nil { + return err + } + // place it in the set of resources that we expect, so that we don't delete it in the delete pass + existing.Insert(makeThirdPartyPath(group)) + // ensure a RESTful resource for this schema exists on the master + if err := t.SyncOneResource(item); err != nil { + return err + } + } + default: + return fmt.Errorf("expected a *ThirdPartyResourceList, got %#v", list) + } + // deletion phase, get all installed RESTful resources + installed := t.master.ListThirdPartyResources() + for _, installedAPI := range installed { + found := false + // search across the expected restful resources to see if this resource belongs to one of the expected ones + for _, apiPath := range existing.List() { + if installedAPI == apiPath || strings.HasPrefix(installedAPI, apiPath+"/") { + found = true + break + } + } + // not expected, delete the resource + if !found { + if err := t.master.RemoveThirdPartyResource(installedAPI); err != nil { + return err + } + } + } + + return nil +} diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/forked/reflect/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/forked/reflect/LICENSE new file mode 100644 index 000000000000..74487567632c --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/forked/reflect/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2012 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/LICENSE new file mode 100644 index 000000000000..74487567632c --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2012 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/PATENTS b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/PATENTS new file mode 100644 index 000000000000..733099041f84 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/golang/PATENTS @@ -0,0 +1,22 @@ +Additional IP Rights Grant (Patents) + +"This implementation" means the copyrightable works distributed by +Google as part of the Go project. + +Google hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) +patent license to make, have made, use, offer to sell, sell, import, +transfer and otherwise run, modify and propagate the contents of this +implementation of Go, where such license applies only to those patent +claims, both currently owned or controlled by Google and acquired in +the future, licensable by Google that are necessarily infringed by this +implementation of Go. This grant does not include claims that would be +infringed only as a consequence of further modification of this +implementation. If you or your agent or exclusive licensee institute or +order or agree to the institution of patent litigation against any +entity (including a cross-claim or counterclaim in a lawsuit) alleging +that this implementation of Go or any code incorporated within this +implementation of Go constitutes direct or contributory patent +infringement, or inducement of patent infringement, then any patent +rights granted to you under this License for this implementation of Go +shall terminate as of the date such litigation is filed. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/htpasswd/COPYING b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/htpasswd/COPYING new file mode 100644 index 000000000000..c6b097c0168f --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/htpasswd/COPYING @@ -0,0 +1,28 @@ +Copyright (C) 2003-2013 Edgewall Software +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + 3. The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/intemp/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/intemp/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/intemp/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/pause/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/pause/LICENSE new file mode 100644 index 000000000000..2b5e5ff1ab5e --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/pause/LICENSE @@ -0,0 +1,19 @@ +The Expat/MIT License + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/swagger-ui/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/swagger-ui/LICENSE new file mode 100644 index 000000000000..9f93e067e8e1 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/k8s.io/kubernetes/third_party/swagger-ui/LICENSE @@ -0,0 +1,11 @@ +Copyright 2014 Reverb Technologies, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/vendor/k8s.io/heapster/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE b/vendor/k8s.io/heapster/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE new file mode 100644 index 000000000000..efa1aa1896a5 --- /dev/null +++ b/vendor/k8s.io/heapster/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/LICENSE @@ -0,0 +1,57 @@ +Copyright (c) 2012 Péter Surányi. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +---------------------------------------------------------------------- +Portions of inf.Dec's source code have been derived from Go and are +covered by the following license: +---------------------------------------------------------------------- + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/k8s.io/heapster/LICENSE b/vendor/k8s.io/heapster/LICENSE similarity index 100% rename from Godeps/_workspace/src/k8s.io/heapster/LICENSE rename to vendor/k8s.io/heapster/LICENSE diff --git a/Godeps/_workspace/src/k8s.io/heapster/metrics/api/v1/types/model_types.go b/vendor/k8s.io/heapster/metrics/api/v1/types/model_types.go similarity index 100% rename from Godeps/_workspace/src/k8s.io/heapster/metrics/api/v1/types/model_types.go rename to vendor/k8s.io/heapster/metrics/api/v1/types/model_types.go diff --git a/Godeps/_workspace/src/k8s.io/heapster/metrics/api/v1/types/types.go b/vendor/k8s.io/heapster/metrics/api/v1/types/types.go similarity index 100% rename from Godeps/_workspace/src/k8s.io/heapster/metrics/api/v1/types/types.go rename to vendor/k8s.io/heapster/metrics/api/v1/types/types.go diff --git a/vendor/speter.net/go/exp/math/dec/inf/LICENSE b/vendor/speter.net/go/exp/math/dec/inf/LICENSE new file mode 100644 index 000000000000..efa1aa1896a5 --- /dev/null +++ b/vendor/speter.net/go/exp/math/dec/inf/LICENSE @@ -0,0 +1,57 @@ +Copyright (c) 2012 Péter Surányi. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +---------------------------------------------------------------------- +Portions of inf.Dec's source code have been derived from Go and are +covered by the following license: +---------------------------------------------------------------------- + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/dec.go b/vendor/speter.net/go/exp/math/dec/inf/dec.go similarity index 100% rename from Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/dec.go rename to vendor/speter.net/go/exp/math/dec/inf/dec.go diff --git a/Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/rounder.go b/vendor/speter.net/go/exp/math/dec/inf/rounder.go similarity index 100% rename from Godeps/_workspace/src/speter.net/go/exp/math/dec/inf/rounder.go rename to vendor/speter.net/go/exp/math/dec/inf/rounder.go From cbf886c7f4235cf93bee4cce4dea3eb719062660 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 13 Apr 2016 23:30:15 -0700 Subject: [PATCH 03/16] Convert everything to use vendor/ --- Makefile | 2 - build/common.sh | 17 +++++-- cluster/addons/dns/kube2sky/Makefile | 4 +- .../go2idl/generator/snippet_writer_test.go | 2 +- .../go2idl/go-to-protobuf/protobuf/cmd.go | 2 +- docs/devel/development.md | 2 +- docs/devel/e2e-node-tests.md | 4 +- docs/devel/flaky-tests.md | 2 +- docs/devel/testing.md | 6 +-- examples/https-nginx/Makefile | 2 +- hack/after-build/update-generated-protobuf.sh | 2 +- hack/after-build/verify-description.sh | 2 +- hack/boilerplate/boilerplate.py | 2 +- hack/jenkins/test-dockerized.sh | 2 +- hack/lib/golang.sh | 51 +++++++++---------- hack/lib/util.sh | 6 +-- hack/test-go.sh | 3 +- hack/update-codecgen.sh | 4 +- hack/update-gofmt.sh | 2 +- hack/verify-codecgen.sh | 2 +- hack/verify-codegen.sh | 13 ++--- hack/verify-flags-underscore.py | 4 +- hack/verify-godeps.sh | 2 +- hack/verify-gofmt.sh | 2 +- hack/verify-govet.sh | 4 +- hack/verify-import-boss.sh | 2 - hooks/pre-commit | 2 +- test/e2e_node/jenkins/e2e-node-jenkins.sh | 4 +- test/e2e_node/runner/run_e2e.go | 4 +- test/images/clusterapi-tester/Makefile | 2 +- test/images/n-way-http/Makefile | 2 +- test/images/network-tester/Makefile | 2 +- test/images/resource-consumer/Makefile | 4 +- test/soak/cauldron/Makefile | 2 +- 34 files changed, 84 insertions(+), 84 deletions(-) diff --git a/Makefile b/Makefile index 3dd158d9f984..d0081e2a5cc8 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ # clean: Clean up. OUT_DIR = _output -GODEPS_PKG_DIR = Godeps/_workspace/pkg KUBE_GOFLAGS = $(GOFLAGS) export KUBE_GOFLAGS @@ -111,7 +110,6 @@ test_e2e_node: clean: build/make-clean.sh rm -rf $(OUT_DIR) - rm -rf $(GODEPS_PKG_DIR) .PHONY: clean # Run 'go vet'. diff --git a/build/common.sh b/build/common.sh index 64fff7f4bb70..046b609870ee 100755 --- a/build/common.sh +++ b/build/common.sh @@ -77,13 +77,10 @@ readonly DOCKER_MOUNT_ARGS_BASE=( --volume /etc/localtime:/etc/localtime:ro ) -# We create a Docker data container to cache incremental build artifacts. We -# need to cache both the go tree in _output and the go tree under Godeps. +# We create a Docker data container to cache incremental build artifacts. readonly REMOTE_OUTPUT_GOPATH="${REMOTE_OUTPUT_SUBPATH}/go" -readonly REMOTE_GODEP_GOPATH="/go/src/${KUBE_GO_PACKAGE}/Godeps/_workspace/pkg" readonly DOCKER_DATA_MOUNT_ARGS=( --volume "${REMOTE_OUTPUT_GOPATH}" - --volume "${REMOTE_GODEP_GOPATH}" ) # This is where the final release artifacts are created locally @@ -465,7 +462,6 @@ function kube::build::source_targets() { docs examples federation - Godeps/_workspace/src Godeps/Godeps.json hack LICENSE @@ -475,6 +471,7 @@ function kube::build::source_targets() { README.md test third_party + vendor contrib/completions/bash/kubectl contrib/mesos .generated_docs @@ -547,6 +544,16 @@ function kube::build::clean_images() { } function kube::build::ensure_data_container() { + # This is temporary, while last remnants of _workspace are obliterated. If + # the data container exists it might be from before the change from + # Godeps/_workspace/ to vendor/, and thereby still have a Godeps/_workspace/ + # directory in it, which trips up godep (yay godep!). Once we are confident + # that this has run ~everywhere we care about, we can remove this. + # TODO(thockin): remove this after v1.3 is cut. + if "${DOCKER[@]}" inspect "${KUBE_BUILD_DATA_CONTAINER_NAME}" \ + | grep -q "Godeps/_workspace/pkg"; then + docker rm -f "${KUBE_BUILD_DATA_CONTAINER_NAME}" + fi if ! "${DOCKER[@]}" inspect "${KUBE_BUILD_DATA_CONTAINER_NAME}" >/dev/null 2>&1; then kube::log::status "Creating data container" local -ra docker_cmd=( diff --git a/cluster/addons/dns/kube2sky/Makefile b/cluster/addons/dns/kube2sky/Makefile index 7e55f518b837..cfb53e33a981 100644 --- a/cluster/addons/dns/kube2sky/Makefile +++ b/cluster/addons/dns/kube2sky/Makefile @@ -46,7 +46,7 @@ all: container kube2sky: kube2sky.go # Only build kube2sky. This requires go and godep in PATH - CGO_ENABLED=0 GOARCH=$(ARCH) GOARM=$(GOARM) godep go build -a -installsuffix cgo --ldflags '-w' ./kube2sky.go + CGO_ENABLED=0 GOARCH=$(ARCH) GOARM=$(GOARM) go build -a -installsuffix cgo --ldflags '-w' ./kube2sky.go container: # Copy the content in this dir to the temp dir @@ -80,7 +80,7 @@ clean: rm -f kube2sky test: clean - godep go test -v --vmodule=*=4 + go test -v --vmodule=*=4 .PHONY: all kube2sky container push clean test diff --git a/cmd/libs/go2idl/generator/snippet_writer_test.go b/cmd/libs/go2idl/generator/snippet_writer_test.go index 19ef83ddd52c..3d557c7e5685 100644 --- a/cmd/libs/go2idl/generator/snippet_writer_test.go +++ b/cmd/libs/go2idl/generator/snippet_writer_test.go @@ -29,7 +29,7 @@ import ( func construct(t *testing.T, files map[string]string) *generator.Context { b := parser.New() for name, src := range files { - if err := b.AddFile(name, []byte(src)); err != nil { + if err := b.AddFile("/tmp/"+name, name, []byte(src)); err != nil { t.Fatal(err) } } diff --git a/cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go b/cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go index 579b6f3e9a52..3e846d4c385b 100644 --- a/cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go +++ b/cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go @@ -54,7 +54,7 @@ func New() *Generator { OutputBase: sourceTree, GoHeaderFilePath: filepath.Join(sourceTree, "k8s.io/kubernetes/hack/boilerplate/boilerplate.go.txt"), } - defaultProtoImport := filepath.Join(sourceTree, "k8s.io", "kubernetes", "Godeps", "_workspace", "src", "github.com", "gogo", "protobuf", "protobuf") + defaultProtoImport := filepath.Join(sourceTree, "k8s.io", "kubernetes", "vendor", "github.com", "gogo", "protobuf", "protobuf") return &Generator{ Common: common, OutputBase: sourceTree, diff --git a/docs/devel/development.md b/docs/devel/development.md index 415bb49037d7..d08dc3d2c590 100644 --- a/docs/devel/development.md +++ b/docs/devel/development.md @@ -193,7 +193,7 @@ godep v53 (linux/amd64/go1.5.3) ### Using godep -Here's a quick walkthrough of one way to use godeps to add or update a Kubernetes dependency into Godeps/\_workspace. For more details, please see the instructions in [godep's documentation](https://github.com/tools/godep). +Here's a quick walkthrough of one way to use godeps to add or update a Kubernetes dependency into `vendor/`. For more details, please see the instructions in [godep's documentation](https://github.com/tools/godep). 1) Devote a directory to this endeavor: diff --git a/docs/devel/e2e-node-tests.md b/docs/devel/e2e-node-tests.md index 091894578a54..98450796191e 100644 --- a/docs/devel/e2e-node-tests.md +++ b/docs/devel/e2e-node-tests.md @@ -82,12 +82,12 @@ See [setup_host.sh](../../test/e2e_node/environment/setup_host.sh) * **Requires password-less ssh and sudo access** * Make sure this works - e.g. `ssh -- sudo echo "ok"` * If ssh flags are required (e.g. `-i`), they can be used and passed to the tests with `--ssh-options` - * `godep go run test/e2e_node/runner/run_e2e.go --logtostderr --hosts ` + * `go run test/e2e_node/runner/run_e2e.go --logtostderr --hosts ` * **Must be run from kubernetes root** * requires (go get): `github.com/tools/godep`, `github.com/onsi/gomega`, `github.com/onsi/ginkgo/ginkgo` 3. Alternatively, manually build and copy `e2e_node_test.tar.gz` to a remote host - * Build the tar.gz `godep go run test/e2e_node/runner/run_e2e.go --logtostderr --build-only` + * Build the tar.gz `go run test/e2e_node/runner/run_e2e.go --logtostderr --build-only` * requires (go get): `github.com/tools/godep`, `github.com/onsi/gomega`, `github.com/onsi/ginkgo/ginkgo` * Copy `e2e_node_test.tar.gz` to the remote host * Extract the archive on the remote host `tar -xzvf e2e_node_test.tar.gz` diff --git a/docs/devel/flaky-tests.md b/docs/devel/flaky-tests.md index cd27c200993b..e757021ff27c 100644 --- a/docs/devel/flaky-tests.md +++ b/docs/devel/flaky-tests.md @@ -107,7 +107,7 @@ $ go install golang.org/x/tools/cmd/stress Then build your test binary ``` -$ godep go test -c -race +$ go test -c -race ``` Then run it under stress diff --git a/docs/devel/testing.md b/docs/devel/testing.md index e415e4429f54..72f1c32823e6 100644 --- a/docs/devel/testing.md +++ b/docs/devel/testing.md @@ -84,10 +84,10 @@ hack/test-go.sh # Run all unit tests. cd kubernetes # Run all tests under pkg (requires client to be in $GOPATH/src/k8s.io) -godep go test ./pkg/... +go test ./pkg/... # Run all tests in the pkg/api (but not subpackages) -godep go test ./pkg/api +go test ./pkg/api ``` ### Stress running unit tests @@ -135,7 +135,7 @@ To run benchmark tests, you'll typically use something like: ```sh cd kubernetes -godep go test ./pkg/apiserver -benchmem -run=XXX -bench=BenchmarkWatch +go test ./pkg/apiserver -benchmem -run=XXX -bench=BenchmarkWatch ``` This will do the following: diff --git a/examples/https-nginx/Makefile b/examples/https-nginx/Makefile index be53807d19f4..9f29cb5a9374 100644 --- a/examples/https-nginx/Makefile +++ b/examples/https-nginx/Makefile @@ -25,7 +25,7 @@ keys: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $(KEY) -out $(CERT) -subj "/CN=nginxsvc/O=nginxsvc" secret: - godep go run make_secret.go -crt $(CERT) -key $(KEY) > $(SECRET) + go run make_secret.go -crt $(CERT) -key $(KEY) > $(SECRET) container: docker build -t $(PREFIX):$(TAG) . diff --git a/hack/after-build/update-generated-protobuf.sh b/hack/after-build/update-generated-protobuf.sh index ce3ffc46c8f8..c8d45e7d20ea 100755 --- a/hack/after-build/update-generated-protobuf.sh +++ b/hack/after-build/update-generated-protobuf.sh @@ -42,5 +42,5 @@ gotoprotobuf=$(kube::util::find-binary "go-to-protobuf") # satisfies import of github.com/gogo/protobuf/gogoproto/gogo.proto and the core Google protobuf types PATH="${KUBE_ROOT}/_output/local/go/bin:${PATH}" \ "${gotoprotobuf}" \ - --proto-import="${KUBE_ROOT}/Godeps/_workspace/src" \ + --proto-import="${KUBE_ROOT}/vendor" \ --proto-import="${KUBE_ROOT}/third_party/protobuf" diff --git a/hack/after-build/verify-description.sh b/hack/after-build/verify-description.sh index d1eebc97f86a..74243014fa01 100755 --- a/hack/after-build/verify-description.sh +++ b/hack/after-build/verify-description.sh @@ -38,7 +38,7 @@ find_files() { -o -wholename './release' \ -o -wholename './target' \ -o -wholename '*/third_party/*' \ - -o -wholename '*/Godeps/*' \ + -o -wholename '*/vendor/*' \ \) -prune \ \) \ \( -wholename '*pkg/api/v*/types.go' \ diff --git a/hack/boilerplate/boilerplate.py b/hack/boilerplate/boilerplate.py index eae343382d03..5ad8537c1887 100755 --- a/hack/boilerplate/boilerplate.py +++ b/hack/boilerplate/boilerplate.py @@ -105,7 +105,7 @@ def file_passes(filename, refs, regexs): def file_extension(filename): return os.path.splitext(filename)[1].split(".")[-1].lower() -skipped_dirs = ['Godeps', 'third_party', '_gopath', '_output', '.git', 'cluster/env.sh', 'vendor'] +skipped_dirs = ['vendor', 'third_party', '_gopath', '_output', '.git', 'cluster/env.sh', 'vendor'] def normalize_files(files): newfiles = [] for pathname in files: diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index d4642a33a391..2312875291f0 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -52,7 +52,7 @@ export LOG_LEVEL=4 cd /go/src/k8s.io/kubernetes ./hack/build-go.sh -godep go install ./... +go install ./cmd/... ./hack/install-etcd.sh ./hack/verify-all.sh -v diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 0da2a2fc46da..175ef361fcb5 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -113,7 +113,7 @@ kube::golang::test_targets() { cmd/genswaggertypedocs cmd/linkcheck examples/k8petstore/web-server/src - github.com/onsi/ginkgo/ginkgo + vendor/github.com/onsi/ginkgo/ginkgo test/e2e/e2e.test test/e2e_node/e2e_node.test ) @@ -257,15 +257,14 @@ kube::golang::create_gopath_tree() { # ${PATH}. If not running on Travis, it will also check that the Go version is # good enough for the Kubernetes build. # -# Input Vars: +# Inputs: # KUBE_EXTRA_GOPATH - If set, this is included in created GOPATH -# KUBE_NO_GODEPS - If set, we don't add 'Godeps/_workspace' to GOPATH # -# Output Vars: -# export GOPATH - A modified GOPATH to our created tree along with extra -# stuff. -# export GOBIN - This is actively unset if already set as we want binaries -# placed in a predictable place. +# Outputs: +# env-var GOPATH points to our local output dir +# env-var GOBIN is unset (we want binaries in a predictable place) +# env-var GO15VENDOREXPERIMENT=1 +# current directory is within GOPATH kube::golang::setup_env() { kube::golang::create_gopath_tree @@ -293,22 +292,26 @@ EOF fi fi - GOPATH=${KUBE_GOPATH} + export GOPATH=${KUBE_GOPATH} # Append KUBE_EXTRA_GOPATH to the GOPATH if it is defined. if [[ -n ${KUBE_EXTRA_GOPATH:-} ]]; then GOPATH="${GOPATH}:${KUBE_EXTRA_GOPATH}" fi - # Append the tree maintained by `godep` to the GOPATH unless KUBE_NO_GODEPS - # is defined. - if [[ -z ${KUBE_NO_GODEPS:-} ]]; then - GOPATH="${GOPATH}:${KUBE_ROOT}/Godeps/_workspace" - fi - export GOPATH + # Change directories so that we are within the GOPATH. Some tools get really + # upset if this is not true. We use a whole fake GOPATH here to collect the + # resultant binaries. Go will not let us use GOBIN with `go install` and + # cross-compiling, and `go install -o ` only works for a single pkg. + local subdir + subdir=$(pwd | sed "s|$KUBE_ROOT||") + cd "${KUBE_GOPATH}/src/${KUBE_GO_PACKAGE}/${subdir}" # Unset GOBIN in case it already exists in the current session. unset GOBIN + + # This seems to matter to some tools (godep, ugorji, ginkgo...) + export GO15VENDOREXPERIMENT=1 } # This will take binaries from $GOPATH/bin and copy them to the appropriate @@ -334,20 +337,12 @@ kube::golang::place_bins() { platform_src="" fi - local gopaths=("${KUBE_GOPATH}") - # If targets were built inside Godeps, then we need to sync from there too. - if [[ -z ${KUBE_NO_GODEPS:-} ]]; then - gopaths+=("${KUBE_ROOT}/Godeps/_workspace") + local full_binpath_src="${KUBE_GOPATH}/bin${platform_src}" + if [[ -d "${full_binpath_src}" ]]; then + mkdir -p "${KUBE_OUTPUT_BINPATH}/${platform}" + find "${full_binpath_src}" -maxdepth 1 -type f -exec \ + rsync -pt {} "${KUBE_OUTPUT_BINPATH}/${platform}" \; fi - local gopath - for gopath in "${gopaths[@]}"; do - local full_binpath_src="${gopath}/bin${platform_src}" - if [[ -d "${full_binpath_src}" ]]; then - mkdir -p "${KUBE_OUTPUT_BINPATH}/${platform}" - find "${full_binpath_src}" -maxdepth 1 -type f -exec \ - rsync -pt {} "${KUBE_OUTPUT_BINPATH}/${platform}" \; - fi - done done } diff --git a/hack/lib/util.sh b/hack/lib/util.sh index 6163743112c7..6a7e34749cec 100755 --- a/hack/lib/util.sh +++ b/hack/lib/util.sh @@ -246,10 +246,10 @@ kube::util::gen-analytics() { else dir="${path}" fi - # We don't touch files in Godeps|third_party|_gopath, and the kubectl - # docs are autogenerated by gendocs. + # We don't touch files in special dirs, and the kubectl docs are + # autogenerated by gendocs. mdfiles=($( find "${dir}" -name "*.md" -type f \ - -not -path "${path}/Godeps/*" \ + -not -path "${path}/vendor/*" \ -not -path "${path}/third_party/*" \ -not -path "${path}/_gopath/*" \ -not -path "${path}/_output/*" \ diff --git a/hack/test-go.sh b/hack/test-go.sh index 1e125b632b77..052dbc1fcd11 100755 --- a/hack/test-go.sh +++ b/hack/test-go.sh @@ -31,7 +31,6 @@ kube::test::find_dirs() { -path './_artifacts/*' \ -o -path './_output/*' \ -o -path './_gopath/*' \ - -o -path './Godeps/*' \ -o -path './contrib/podex/*' \ -o -path './output/*' \ -o -path './release/*' \ @@ -40,6 +39,8 @@ kube::test::find_dirs() { -o -path './test/e2e_node/*' \ -o -path './test/integration/*' \ -o -path './test/component/scheduler/perf/*' \ + -o -path './third_party/*'\ + -o -path './vendor/*'\ \) -prune \ \) -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./||' | sort -u ) diff --git a/hack/update-codecgen.sh b/hack/update-codecgen.sh index d2699ff15f1f..b37056304e4b 100755 --- a/hack/update-codecgen.sh +++ b/hack/update-codecgen.sh @@ -34,7 +34,7 @@ generated_files=($( -o -wholename './release' \ -o -wholename './target' \ -o -wholename '*/third_party/*' \ - -o -wholename '*/Godeps/*' \ + -o -wholename '*/vendor/*' \ -o -wholename '*/codecgen-*-1234.generated.go' \ \) -prune \ \) -name '*.generated.go' | sort -r)) @@ -117,7 +117,7 @@ fi echo "Building codecgen" CODECGEN="${PWD}/codecgen_binary" -godep go build -o "${CODECGEN}" github.com/ugorji/go/codec/codecgen +go build -o "${CODECGEN}" ./vendor/github.com/ugorji/go/codec/codecgen # Running codecgen fails if some of the files doesn't compile. # Thus (since all the files are completely auto-generated and diff --git a/hack/update-gofmt.sh b/hack/update-gofmt.sh index f137a5fc0e9f..f6c380c2e489 100755 --- a/hack/update-gofmt.sh +++ b/hack/update-gofmt.sh @@ -40,7 +40,7 @@ find_files() { -o -wholename './release' \ -o -wholename './target' \ -o -wholename '*/third_party/*' \ - -o -wholename '*/Godeps/*' \ + -o -wholename '*/vendor/*' \ \) -prune \ \) -name '*.go' } diff --git a/hack/verify-codecgen.sh b/hack/verify-codecgen.sh index 726a1de67e20..c1a65836bdc5 100755 --- a/hack/verify-codecgen.sh +++ b/hack/verify-codecgen.sh @@ -31,7 +31,7 @@ generated_files=($( -o -wholename './release' \ -o -wholename './target' \ -o -wholename '*/third_party/*' \ - -o -wholename '*/Godeps/*' \ + -o -wholename '*/vendor/*' \ \) -prune \ \) -name '*.generated.go')) diff --git a/hack/verify-codegen.sh b/hack/verify-codegen.sh index b6fdced5b539..475909e243b5 100755 --- a/hack/verify-codegen.sh +++ b/hack/verify-codegen.sh @@ -18,16 +18,17 @@ set -o errexit set -o nounset set -o pipefail -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. - KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env -"${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/client-gen -"${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/conversion-gen -"${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/deepcopy-gen -"${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/set-gen +BUILD_TARGETS=( + cmd/libs/go2idl/client-gen + cmd/libs/go2idl/conversion-gen + cmd/libs/go2idl/deepcopy-gen + cmd/libs/go2idl/set-gen +) +"${KUBE_ROOT}/hack/build-go.sh" ${BUILD_TARGETS[*]} "${KUBE_ROOT}/hack/after-build/run-codegen.sh" --verify-only diff --git a/hack/verify-flags-underscore.py b/hack/verify-flags-underscore.py index 2e695cba7616..1fc4ed35a4e8 100755 --- a/hack/verify-flags-underscore.py +++ b/hack/verify-flags-underscore.py @@ -53,8 +53,8 @@ def get_all_files(rootdir): all_files = [] for root, dirs, files in os.walk(rootdir): # don't visit certain dirs - if 'Godeps' in dirs: - dirs.remove('Godeps') + if 'vendor' in dirs: + dirs.remove('vendor') if '_gopath' in dirs: dirs.remove('_gopath') if 'third_party' in dirs: diff --git a/hack/verify-godeps.sh b/hack/verify-godeps.sh index dbf4c47369b9..e60df42e4d98 100755 --- a/hack/verify-godeps.sh +++ b/hack/verify-godeps.sh @@ -19,7 +19,7 @@ set -o nounset set -o pipefail # As of go 1.6, the vendor experiment is enabled by default. -export GO15VENDOREXPERIMENT=0 +export GO15VENDOREXPERIMENT=1 #### HACK #### # Sometimes godep just can't handle things. This lets use manually put diff --git a/hack/verify-gofmt.sh b/hack/verify-gofmt.sh index 0f0745ddfd9f..912070617439 100755 --- a/hack/verify-gofmt.sh +++ b/hack/verify-gofmt.sh @@ -40,7 +40,7 @@ find_files() { -o -wholename './release' \ -o -wholename './target' \ -o -wholename '*/third_party/*' \ - -o -wholename '*/Godeps/*' \ + -o -wholename '*/vendor/*' \ \) -prune \ \) -name '*.go' } diff --git a/hack/verify-govet.sh b/hack/verify-govet.sh index 37ccd74264f3..32bf2d2779e1 100755 --- a/hack/verify-govet.sh +++ b/hack/verify-govet.sh @@ -39,7 +39,7 @@ done if [[ ${#targets[@]} -eq 0 ]]; then # Do not run on third_party directories. - targets=$(go list ./... | grep -v "third_party") + targets=$(go list ./... | egrep -v "/(third_party|vendor)/") fi # Do this in parallel; results in 5-10x speedup. @@ -58,7 +58,7 @@ for i in $targets # # The intended result is that each incantation of this line returns # either 0 (pass) or 1 (fail). - godep go vet "${goflags[@]:+${goflags[@]}}" "$i" 2>&1 \ + go vet "${goflags[@]:+${goflags[@]}}" "$i" 2>&1 \ | grep -v -E "exit status|GO15VENDOREXPERIMENT=" \ || fail=${PIPESTATUS[0]} exit $fail diff --git a/hack/verify-import-boss.sh b/hack/verify-import-boss.sh index 619fe6d9c6d6..c4aace20af10 100755 --- a/hack/verify-import-boss.sh +++ b/hack/verify-import-boss.sh @@ -18,8 +18,6 @@ set -o errexit set -o nounset set -o pipefail -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. - KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" diff --git a/hooks/pre-commit b/hooks/pre-commit index 4844da824082..e3ca4a24e061 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -42,7 +42,7 @@ fi echo -ne "Checking for files that need gofmt... " files_need_gofmt=() -files=($(git diff --cached --name-only --diff-filter ACM | grep "\.go" | grep -v -e "third_party" -e "Godeps")) +files=($(git diff --cached --name-only --diff-filter ACM | grep "\.go" | grep -v -e "^third_party" -e "^vendor")) for file in "${files[@]}"; do # Check for files that fail gofmt. diff="$(git show ":${file}" | gofmt -s -d 2>&1)" diff --git a/test/e2e_node/jenkins/e2e-node-jenkins.sh b/test/e2e_node/jenkins/e2e-node-jenkins.sh index 426f483a2d78..9af3a89e0bed 100755 --- a/test/e2e_node/jenkins/e2e-node-jenkins.sh +++ b/test/e2e_node/jenkins/e2e-node-jenkins.sh @@ -34,7 +34,7 @@ if [ "$INSTALL_GODEP" = true ] ; then go get -u github.com/onsi/gomega fi -godep go build test/e2e_node/environment/conformance.go -godep go run test/e2e_node/runner/run_e2e.go --logtostderr --vmodule=*=2 --ssh-env="gce" \ +go build test/e2e_node/environment/conformance.go +go run test/e2e_node/runner/run_e2e.go --logtostderr --vmodule=*=2 --ssh-env="gce" \ --zone="$GCE_ZONE" --project="$GCE_PROJECT" \ --hosts="$GCE_HOSTS" --images="$GCE_IMAGES" --cleanup="$CLEANUP" diff --git a/test/e2e_node/runner/run_e2e.go b/test/e2e_node/runner/run_e2e.go index 8176f68e74f8..4c8a06bd9ca5 100644 --- a/test/e2e_node/runner/run_e2e.go +++ b/test/e2e_node/runner/run_e2e.go @@ -15,9 +15,9 @@ limitations under the License. */ // To run the e2e tests against one or more hosts on gce: -// $ godep go run run_e2e.go --logtostderr --v 2 --ssh-env gce --hosts +// $ go run run_e2e.go --logtostderr --v 2 --ssh-env gce --hosts // To run the e2e tests against one or more images on gce and provision them: -// $ godep go run run_e2e.go --logtostderr --v 2 --project --zone --ssh-env gce --images +// $ go run run_e2e.go --logtostderr --v 2 --project --zone --ssh-env gce --images package main import ( diff --git a/test/images/clusterapi-tester/Makefile b/test/images/clusterapi-tester/Makefile index 952f24f1d945..9edf60f2fc02 100644 --- a/test/images/clusterapi-tester/Makefile +++ b/test/images/clusterapi-tester/Makefile @@ -19,7 +19,7 @@ TAG = 1.0 PREFIX = gcr.io/google_containers/clusterapi-tester main: main.go - CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags '-w' -o main ./main.go + CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-w' -o main ./main.go container: main docker build -t $(PREFIX):$(TAG) . diff --git a/test/images/n-way-http/Makefile b/test/images/n-way-http/Makefile index 8a1e27450d0b..b11518b65d34 100644 --- a/test/images/n-way-http/Makefile +++ b/test/images/n-way-http/Makefile @@ -19,7 +19,7 @@ TAG = 0.0 PREFIX = gcr.io/google_containers/n-way-http server: server.go - CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags '-w' -o server ./server.go + CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-w' -o server ./server.go container: server docker build -t $(PREFIX):$(TAG) . diff --git a/test/images/network-tester/Makefile b/test/images/network-tester/Makefile index 0d9ca5ba7537..3738aa446ce2 100644 --- a/test/images/network-tester/Makefile +++ b/test/images/network-tester/Makefile @@ -18,7 +18,7 @@ PREFIX = gcr.io/google_containers all: push webserver: webserver.go - CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags '-w' ./webserver.go + CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-w' ./webserver.go container: image diff --git a/test/images/resource-consumer/Makefile b/test/images/resource-consumer/Makefile index 7a4a0b496a24..b06891661010 100644 --- a/test/images/resource-consumer/Makefile +++ b/test/images/resource-consumer/Makefile @@ -18,8 +18,8 @@ PREFIX = gcr.io/google_containers all: clean consumer consumer: - CGO_ENABLED=0 godep go build -a -installsuffix cgo --ldflags '-w' -o consume-cpu/consume-cpu ./consume-cpu/consume_cpu.go - CGO_ENABLED=0 godep go build -a -installsuffix cgo --ldflags '-w' -o consumer . + CGO_ENABLED=0 go build -a -installsuffix cgo --ldflags '-w' -o consume-cpu/consume-cpu ./consume-cpu/consume_cpu.go + CGO_ENABLED=0 go build -a -installsuffix cgo --ldflags '-w' -o consumer . container: image diff --git a/test/soak/cauldron/Makefile b/test/soak/cauldron/Makefile index 800327231c81..11934d9302be 100644 --- a/test/soak/cauldron/Makefile +++ b/test/soak/cauldron/Makefile @@ -17,7 +17,7 @@ TAG = 1.0 cauldron: - GOOS=linux GOARCH=amd64 CGO_ENABLED=0 godep go build -a -installsuffix cgo --ldflags '-w' cauldron.go + GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -installsuffix cgo --ldflags '-w' cauldron.go container: cauldron docker build -t kubernetes/cauldron:$(TAG) . From 527cb50583a2599823e1784b0c35deb1e8ad763a Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 22 Apr 2016 22:37:32 -0700 Subject: [PATCH 04/16] Demand at least go1.6 --- hack/lib/golang.sh | 51 +++++++++++++++++---------------- hack/lib/version.sh | 9 +----- hack/test-go.sh | 1 - hack/travis/install-std-race.sh | 30 ------------------- hack/update-gofmt.sh | 8 ++---- hack/verify-gofmt.sh | 8 ++---- pkg/kubectl/resource_printer.go | 5 +--- pkg/volume/util/io_util.go | 3 +- 8 files changed, 33 insertions(+), 82 deletions(-) delete mode 100755 hack/travis/install-std-race.sh diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 175ef361fcb5..0aa1a3d3d952 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -253,27 +253,14 @@ kube::golang::create_gopath_tree() { ln -s "${KUBE_ROOT}" "${go_pkg_dir}" } -# kube::golang::setup_env will check that the `go` commands is available in -# ${PATH}. If not running on Travis, it will also check that the Go version is -# good enough for the Kubernetes build. -# -# Inputs: -# KUBE_EXTRA_GOPATH - If set, this is included in created GOPATH -# -# Outputs: -# env-var GOPATH points to our local output dir -# env-var GOBIN is unset (we want binaries in a predictable place) -# env-var GO15VENDOREXPERIMENT=1 -# current directory is within GOPATH -kube::golang::setup_env() { - kube::golang::create_gopath_tree - +# Ensure the go tool exists and is a viable version. +kube::golang::verify_go_version() { if [[ -z "$(which go)" ]]; then kube::log::usage_from_stdin </dev/null go test -c \ "${goflags[@]:+${goflags[@]}}" \ -ldflags "${goldflags}" \ + -o "${outfile}" \ "$(dirname ${test})" - popd >/dev/null done } diff --git a/hack/lib/version.sh b/hack/lib/version.sh index c8cf6f6de31a..ed19dd5a2f1d 100644 --- a/hack/lib/version.sh +++ b/hack/lib/version.sh @@ -107,18 +107,11 @@ kube::version::load_version_vars() { source "${version_file}" } -# golang 1.5+ wants `-X key=val`, but golang 1.4- REQUIRES `-X key val` kube::version::ldflag() { local key=${1} local val=${2} - GO_VERSION=($(go version)) - - if [[ -n $(echo "${GO_VERSION[2]}" | grep -E 'go1.1|go1.2|go1.3|go1.4') ]]; then - echo "-X ${KUBE_GO_PACKAGE}/pkg/version.${key} ${val}" - else - echo "-X ${KUBE_GO_PACKAGE}/pkg/version.${key}=${val}" - fi + echo "-X ${KUBE_GO_PACKAGE}/pkg/version.${key}=${val}" } # Prints the value that needs to be passed to the -ldflags parameter of go build diff --git a/hack/test-go.sh b/hack/test-go.sh index 052dbc1fcd11..35c769ab8380 100755 --- a/hack/test-go.sh +++ b/hack/test-go.sh @@ -46,7 +46,6 @@ kube::test::find_dirs() { ) } -# -covermode=atomic becomes default with -race in Go >=1.3 KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout 120s} KUBE_COVER=${KUBE_COVER:-n} # set to 'y' to enable coverage collection KUBE_COVERMODE=${KUBE_COVERMODE:-atomic} diff --git a/hack/travis/install-std-race.sh b/hack/travis/install-std-race.sh deleted file mode 100755 index 38c30bd45e82..000000000000 --- a/hack/travis/install-std-race.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash - -# Copyright 2014 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# This script installs std -race on Travis (see https://code.google.com/p/go/issues/detail?id=6479) - -set -o errexit -set -o nounset -set -o pipefail - -if [[ "${TRAVIS}" == "true" ]]; then - GO_VERSION=($(go version)) - - if [[ ${GO_VERSION[2]} < "go1.3" ]]; then - echo "Installing the -race compatible version of the std go library" - go install -a -race std - fi -fi diff --git a/hack/update-gofmt.sh b/hack/update-gofmt.sh index f6c380c2e489..8d67656ae05d 100755 --- a/hack/update-gofmt.sh +++ b/hack/update-gofmt.sh @@ -21,13 +21,9 @@ set -o nounset set -o pipefail KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. +source "${KUBE_ROOT}/hack/lib/init.sh" -GO_VERSION=($(go version)) - -if [[ -n $(echo "${GO_VERSION[2]}" | grep -E 'go1.1|go1.2|go1.3') ]]; then - echo "Unsupported go version '${GO_VERSION}', skipping gofmt." - exit 0 -fi +kube::golang::verify_go_version cd "${KUBE_ROOT}" diff --git a/hack/verify-gofmt.sh b/hack/verify-gofmt.sh index 912070617439..b848b1eb9592 100755 --- a/hack/verify-gofmt.sh +++ b/hack/verify-gofmt.sh @@ -21,13 +21,9 @@ set -o nounset set -o pipefail KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. +source "${KUBE_ROOT}/hack/lib/init.sh" -GO_VERSION=($(go version)) - -if [[ -z $(echo "${GO_VERSION[2]}" | grep -E 'go1.4|go1.6') ]]; then - echo "Unsupported go version '${GO_VERSION[2]}', skipping gofmt." - exit 1 -fi +kube::golang::verify_go_version cd "${KUBE_ROOT}" diff --git a/pkg/kubectl/resource_printer.go b/pkg/kubectl/resource_printer.go index 692d2c78c1cb..59533ccec82e 100644 --- a/pkg/kubectl/resource_printer.go +++ b/pkg/kubectl/resource_printer.go @@ -1739,10 +1739,7 @@ func appendAllLabels(showLabels bool, itemLabels map[string]string) string { func appendLabelTabs(columnLabels []string) string { var buffer bytes.Buffer - for i := range columnLabels { - // NB: This odd dance is to make the loop both compatible with go 1.3 and - // pass `gofmt -s` - _ = i + for range columnLabels { buffer.WriteString("\t") } buffer.WriteString("\n") diff --git a/pkg/volume/util/io_util.go b/pkg/volume/util/io_util.go index 95acbe94109b..309a408f5c0e 100644 --- a/pkg/volume/util/io_util.go +++ b/pkg/volume/util/io_util.go @@ -22,8 +22,7 @@ import ( "path/filepath" ) -//IoUtil is a util for common IO operations -//it also backports certain operations from golang 1.5 +// IoUtil is a mockable util for common IO operations type IoUtil interface { ReadDir(dirname string) ([]os.FileInfo, error) Lstat(name string) (os.FileInfo, error) From 817abc3213c7248bbbda3e5aca73d8b0b4b823a4 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 3 May 2016 21:24:56 -0700 Subject: [PATCH 05/16] Kill our atomic pkg, now that 1.6 is req'd --- pkg/kubelet/kubelet.go | 2 +- pkg/kubelet/pleg/generic.go | 2 +- pkg/util/atomic/value.go | 42 ---------------------------- pkg/util/atomic/value_test.go | 52 ----------------------------------- 4 files changed, 2 insertions(+), 96 deletions(-) delete mode 100644 pkg/util/atomic/value.go delete mode 100644 pkg/util/atomic/value_test.go diff --git a/pkg/kubelet/kubelet.go b/pkg/kubelet/kubelet.go index 7d0d429e9979..4dad697881f5 100644 --- a/pkg/kubelet/kubelet.go +++ b/pkg/kubelet/kubelet.go @@ -29,6 +29,7 @@ import ( "sort" "strings" "sync" + "sync/atomic" "time" "github.com/golang/glog" @@ -70,7 +71,6 @@ import ( "k8s.io/kubernetes/pkg/securitycontext" "k8s.io/kubernetes/pkg/types" "k8s.io/kubernetes/pkg/util" - "k8s.io/kubernetes/pkg/util/atomic" "k8s.io/kubernetes/pkg/util/bandwidth" utilerrors "k8s.io/kubernetes/pkg/util/errors" utilexec "k8s.io/kubernetes/pkg/util/exec" diff --git a/pkg/kubelet/pleg/generic.go b/pkg/kubelet/pleg/generic.go index 3685be30dfb0..e0340bdd106f 100644 --- a/pkg/kubelet/pleg/generic.go +++ b/pkg/kubelet/pleg/generic.go @@ -18,6 +18,7 @@ package pleg import ( "fmt" + "sync/atomic" "time" "github.com/golang/glog" @@ -25,7 +26,6 @@ import ( "k8s.io/kubernetes/pkg/kubelet/metrics" "k8s.io/kubernetes/pkg/types" "k8s.io/kubernetes/pkg/util" - "k8s.io/kubernetes/pkg/util/atomic" "k8s.io/kubernetes/pkg/util/sets" "k8s.io/kubernetes/pkg/util/wait" ) diff --git a/pkg/util/atomic/value.go b/pkg/util/atomic/value.go deleted file mode 100644 index a9bc8cd813c7..000000000000 --- a/pkg/util/atomic/value.go +++ /dev/null @@ -1,42 +0,0 @@ -/* -Copyright 2015 The Kubernetes Authors All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -package atomic - -import ( - "sync" -) - -// TODO(ArtfulCoder) -// sync/atomic/Value was added in golang 1.4 -// Once support is dropped for go 1.3, this type must be deprecated in favor of sync/atomic/Value. -// The functions are named Load/Store to match sync/atomic/Value function names. -type Value struct { - value interface{} - valueMutex sync.RWMutex -} - -func (at *Value) Store(val interface{}) { - at.valueMutex.Lock() - defer at.valueMutex.Unlock() - at.value = val -} - -func (at *Value) Load() interface{} { - at.valueMutex.RLock() - defer at.valueMutex.RUnlock() - return at.value -} diff --git a/pkg/util/atomic/value_test.go b/pkg/util/atomic/value_test.go deleted file mode 100644 index 052b350828bd..000000000000 --- a/pkg/util/atomic/value_test.go +++ /dev/null @@ -1,52 +0,0 @@ -/* -Copyright 2014 The Kubernetes Authors All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -package atomic - -import ( - "testing" - "time" - - "k8s.io/kubernetes/pkg/util/wait" -) - -func ExpectValue(t *testing.T, atomicValue *Value, expectedValue interface{}) { - actualValue := atomicValue.Load() - if actualValue != expectedValue { - t.Errorf("Expected to find %v, found %v", expectedValue, actualValue) - } - ch := make(chan interface{}) - go func() { - ch <- atomicValue.Load() - }() - select { - case actualValue = <-ch: - if actualValue != expectedValue { - t.Errorf("Expected to find %v, found %v", expectedValue, actualValue) - return - } - case <-time.After(wait.ForeverTestTimeout): - t.Error("Value could not be read") - return - } -} - -func TestAtomicValue(t *testing.T) { - atomicValue := &Value{} - ExpectValue(t, atomicValue, nil) - atomicValue.Store(10) - ExpectValue(t, atomicValue, 10) -} From 9a83015e60a1a477f5714595dff70ec102b0fa7f Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 23 Apr 2016 21:45:03 -0700 Subject: [PATCH 06/16] Fix path munging funcs and usage Our `realpath` and `readlink -f` functions (required only because of MacOS, thanks Steve) were poor substitutes at best. Mostly they were downright broken. This thoroughly overhauls them and adds a test (in comments, since we don't seem to have shell tests). For all the interesting cases I could think of, the fakes act just like the real thing. Then use those and canonicalize KUBE_ROOT. In order to make recursive calls of our shell tool not additively grow `pwd` we have to essentially make the sourcing of init.sh idempotent. --- build/common.sh | 7 +--- hack/lib/golang.sh | 2 +- hack/lib/init.sh | 95 ++++++++++++++++++++++++++++++++++++++-------- hack/lib/util.sh | 6 --- 4 files changed, 82 insertions(+), 28 deletions(-) diff --git a/build/common.sh b/build/common.sh index 046b609870ee..3c5c7d519032 100755 --- a/build/common.sh +++ b/build/common.sh @@ -26,11 +26,8 @@ DOCKER_HOST=${DOCKER_HOST:-""} DOCKER_MACHINE_NAME=${DOCKER_MACHINE_NAME:-"kube-dev"} readonly DOCKER_MACHINE_DRIVER=${DOCKER_MACHINE_DRIVER:-"virtualbox --virtualbox-memory 4096 --virtualbox-cpu-count -1"} -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. -cd "${KUBE_ROOT}" - -# This'll canonicalize the path -KUBE_ROOT=$PWD +# This will canonicalize the path +KUBE_ROOT=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P) source hack/lib/init.sh diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 0aa1a3d3d952..95e1ce8c7905 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -309,7 +309,7 @@ kube::golang::setup_env() { # resultant binaries. Go will not let us use GOBIN with `go install` and # cross-compiling, and `go install -o ` only works for a single pkg. local subdir - subdir=$(pwd | sed "s|$KUBE_ROOT||") + subdir=$(kube::realpath . | sed "s|$KUBE_ROOT||") cd "${KUBE_GOPATH}/src/${KUBE_GO_PACKAGE}/${subdir}" # Unset GOBIN in case it already exists in the current session. diff --git a/hack/lib/init.sh b/hack/lib/init.sh index eaacbdae9e49..0ef514d5d5a8 100644 --- a/hack/lib/init.sh +++ b/hack/lib/init.sh @@ -19,12 +19,7 @@ set -o nounset set -o pipefail # The root of the build/dist directory -KUBE_ROOT=$( - unset CDPATH - kube_root=$(dirname "${BASH_SOURCE}")/../.. - cd "${kube_root}" - pwd -) +KUBE_ROOT=$(cd $(dirname "${BASH_SOURCE}")/../.. && pwd -P) KUBE_OUTPUT_SUBPATH="${KUBE_OUTPUT_SUBPATH:-_output/local}" KUBE_OUTPUT="${KUBE_ROOT}/${KUBE_OUTPUT_SUBPATH}" @@ -44,15 +39,83 @@ KUBE_GIT_UPSTREAM="${KUBE_GIT_UPSTREAM:-upstream}" KUBE_OUTPUT_HOSTBIN="${KUBE_OUTPUT_BINPATH}/$(kube::util::host_platform)" -# emulates "readlink -f" which is not available on BSD (OS X). -function readlinkdashf { - path=$1 - # Follow links until there are no more links to follow. - while readlink "$path"; do - path="$(readlink $path)" - done - # Convert to canonical path. - path=$(cd "$(dirname "${path}")" && pwd -P) - echo "$path" +# This emulates "readlink -f" which is not available on MacOS X. +# Test: +# T=/tmp/$$.$RANDOM +# mkdir $T +# touch $T/file +# mkdir $T/dir +# ln -s $T/file $T/linkfile +# ln -s $T/dir $T/linkdir +# function testone() { +# X=$(readlink -f $1 2>&1) +# Y=$(kube::readlinkdashf $1 2>&1) +# if [ "$X" != "$Y" ]; then +# echo readlinkdashf $1: expected "$X", got "$Y" +# fi +# } +# testone / +# testone /tmp +# testone $T +# testone $T/file +# testone $T/dir +# testone $T/linkfile +# testone $T/linkdir +# testone $T/nonexistant +# testone $T/linkdir/file +# testone $T/linkdir/dir +# testone $T/linkdir/linkfile +# testone $T/linkdir/linkdir +function kube::readlinkdashf { + # run in a subshell for simpler 'cd' + ( + if [[ -d "$1" ]]; then # This also catch symlinks to dirs. + cd "$1" + pwd -P + else + cd $(dirname "$1") + local f + f=$(basename "$1") + if [[ -L "$f" ]]; then + readlink "$f" + else + echo "$(pwd -P)/${f}" + fi + fi + ) } +# This emulates "realpath" which is not available on MacOS X +# Test: +# T=/tmp/$$.$RANDOM +# mkdir $T +# touch $T/file +# mkdir $T/dir +# ln -s $T/file $T/linkfile +# ln -s $T/dir $T/linkdir +# function testone() { +# X=$(realpath $1 2>&1) +# Y=$(kube::realpath $1 2>&1) +# if [ "$X" != "$Y" ]; then +# echo realpath $1: expected "$X", got "$Y" +# fi +# } +# testone / +# testone /tmp +# testone $T +# testone $T/file +# testone $T/dir +# testone $T/linkfile +# testone $T/linkdir +# testone $T/nonexistant +# testone $T/linkdir/file +# testone $T/linkdir/dir +# testone $T/linkdir/linkfile +# testone $T/linkdir/linkdir +kube::realpath() { + if [[ ! -e "$1" ]]; then + echo "$1: No such file or directory" >&2 + return 1 + fi + kube::readlinkdashf "$1" +} diff --git a/hack/lib/util.sh b/hack/lib/util.sh index 6a7e34749cec..c2c5d16075d0 100755 --- a/hack/lib/util.sh +++ b/hack/lib/util.sh @@ -18,12 +18,6 @@ kube::util::sortable_date() { date "+%Y%m%d-%H%M%S" } -# this mimics the behavior of linux realpath which is not shipped by default with -# mac OS X -kube::util::realpath() { - [[ $1 = /* ]] && echo "$1" | sed 's/\/$//' || echo "$PWD/${1#./}" | sed 's/\/$//' -} - kube::util::wait_for_url() { local url=$1 local prefix=${2:-} From 492aad6de3f5e5246a11a5093bb33d2f6db8d260 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sun, 24 Apr 2016 21:19:55 -0700 Subject: [PATCH 07/16] update third_party go/build to go1.6 --- third_party/golang/go/build/build.go | 207 +++++++++++++++++----- third_party/golang/go/build/build_test.go | 79 ++++++++- third_party/golang/go/build/deps_test.go | 87 ++++----- third_party/golang/go/build/doc.go | 1 + 4 files changed, 281 insertions(+), 93 deletions(-) diff --git a/third_party/golang/go/build/build.go b/third_party/golang/go/build/build.go index 7f7d025b10f1..c1b70bcdd751 100644 --- a/third_party/golang/go/build/build.go +++ b/third_party/golang/go/build/build.go @@ -8,6 +8,10 @@ import ( "bytes" "errors" "fmt" + "go/ast" + "go/doc" + "go/parser" + "go/token" "io" "io/ioutil" "log" @@ -20,11 +24,6 @@ import ( "strings" "unicode" "unicode/utf8" - - "k8s.io/kubernetes/third_party/golang/go/ast" - "k8s.io/kubernetes/third_party/golang/go/doc" - "k8s.io/kubernetes/third_party/golang/go/parser" - "k8s.io/kubernetes/third_party/golang/go/token" ) // A Context specifies the supporting context for a build. @@ -111,7 +110,7 @@ func (ctxt *Context) splitPathList(s string) []string { return filepath.SplitList(s) } -// isAbsPath calls ctxt.IsAbsSPath (if not nil) or else filepath.IsAbs. +// isAbsPath calls ctxt.IsAbsPath (if not nil) or else filepath.IsAbs. func (ctxt *Context) isAbsPath(path string) bool { if f := ctxt.IsAbsPath; f != nil { return f(path) @@ -290,7 +289,7 @@ func defaultContext() Context { c.GOARCH = envOr("GOARCH", runtime.GOARCH) c.GOOS = envOr("GOOS", runtime.GOOS) - c.GOROOT = runtime.GOROOT() + c.GOROOT = pathpkg.Clean(runtime.GOROOT()) c.GOPATH = envOr("GOPATH", "") c.Compiler = runtime.Compiler @@ -299,7 +298,7 @@ func defaultContext() Context { // in all releases >= Go 1.x. Code that requires Go 1.x or later should // say "+build go1.x", and code that should only be built before Go 1.x // (perhaps it is the stub to use in that case) should say "+build !go1.x". - c.ReleaseTags = []string{"go1.1", "go1.2", "go1.3", "go1.4", "go1.5"} + c.ReleaseTags = []string{"go1.1", "go1.2", "go1.3", "go1.4", "go1.5", "go1.6"} switch os.Getenv("CGO_ENABLED") { case "1": @@ -344,6 +343,21 @@ const ( // or finds conflicting comments in multiple source files. // See golang.org/s/go14customimport for more information. ImportComment + + // By default, Import searches vendor directories + // that apply in the given source directory before searching + // the GOROOT and GOPATH roots. + // If an Import finds and returns a package using a vendor + // directory, the resulting ImportPath is the complete path + // to the package, including the path elements leading up + // to and including "vendor". + // For example, if Import("y", "x/subdir", 0) finds + // "x/vendor/y", the returned package's ImportPath is "x/vendor/y", + // not plain "y". + // See golang.org/s/go15vendor for more information. + // + // Setting IgnoreVendor ignores vendor directories. + IgnoreVendor ) // A Package describes the Go package found in a directory. @@ -367,6 +381,7 @@ type Package struct { GoFiles []string // .go source files (excluding CgoFiles, TestGoFiles, XTestGoFiles) CgoFiles []string // .go source files that import "C" IgnoredGoFiles []string // .go source files ignored for this build + InvalidGoFiles []string // .go source files with detected problems (parse error, wrong package name, and so on) CFiles []string // .c source files CXXFiles []string // .cc, .cpp and .cxx source files MFiles []string // .m (Objective-C) source files @@ -475,15 +490,22 @@ func (ctxt *Context) Import(path string, srcDir string, mode ImportMode) (*Packa switch ctxt.Compiler { case "gccgo": pkgtargetroot = "pkg/gccgo_" + ctxt.GOOS + "_" + ctxt.GOARCH + suffix - dir, elem := pathpkg.Split(p.ImportPath) - pkga = pkgtargetroot + "/" + dir + "lib" + elem + ".a" case "gc": pkgtargetroot = "pkg/" + ctxt.GOOS + "_" + ctxt.GOARCH + suffix - pkga = pkgtargetroot + "/" + p.ImportPath + ".a" default: // Save error for end of function. pkgerr = fmt.Errorf("import %q: unknown compiler %q", path, ctxt.Compiler) } + setPkga := func() { + switch ctxt.Compiler { + case "gccgo": + dir, elem := pathpkg.Split(p.ImportPath) + pkga = pkgtargetroot + "/" + dir + "lib" + elem + ".a" + case "gc": + pkga = pkgtargetroot + "/" + p.ImportPath + ".a" + } + } + setPkga() binaryOnly := false if IsLocalImport(path) { @@ -544,9 +566,50 @@ func (ctxt *Context) Import(path string, srcDir string, mode ImportMode) (*Packa // tried records the location of unsuccessful package lookups var tried struct { + vendor []string goroot string gopath []string } + gopath := ctxt.gopath() + + // Vendor directories get first chance to satisfy import. + if mode&IgnoreVendor == 0 && srcDir != "" { + searchVendor := func(root string, isGoroot bool) bool { + sub, ok := ctxt.hasSubdir(root, srcDir) + if !ok || !strings.HasPrefix(sub, "src/") || strings.Contains(sub, "/testdata/") { + return false + } + for { + vendor := ctxt.joinPath(root, sub, "vendor") + if ctxt.isDir(vendor) { + dir := ctxt.joinPath(vendor, path) + if ctxt.isDir(dir) && hasGoFiles(ctxt, dir) { + p.Dir = dir + p.ImportPath = strings.TrimPrefix(pathpkg.Join(sub, "vendor", path), "src/") + p.Goroot = isGoroot + p.Root = root + setPkga() // p.ImportPath changed + return true + } + tried.vendor = append(tried.vendor, dir) + } + i := strings.LastIndex(sub, "/") + if i < 0 { + break + } + sub = sub[:i] + } + return false + } + if searchVendor(ctxt.GOROOT, true) { + goto Found + } + for _, root := range gopath { + if searchVendor(root, false) { + goto Found + } + } + } // Determine directory from import path. if ctxt.GOROOT != "" { @@ -561,7 +624,7 @@ func (ctxt *Context) Import(path string, srcDir string, mode ImportMode) (*Packa } tried.goroot = dir } - for _, root := range ctxt.gopath() { + for _, root := range gopath { dir := ctxt.joinPath(root, "src", path) isDir := ctxt.isDir(dir) binaryOnly = !isDir && mode&AllowBinary != 0 && pkga != "" && ctxt.isFile(ctxt.joinPath(root, pkga)) @@ -575,20 +638,22 @@ func (ctxt *Context) Import(path string, srcDir string, mode ImportMode) (*Packa // package was not found var paths []string + format := "\t%s (vendor tree)" + for _, dir := range tried.vendor { + paths = append(paths, fmt.Sprintf(format, dir)) + format = "\t%s" + } if tried.goroot != "" { paths = append(paths, fmt.Sprintf("\t%s (from $GOROOT)", tried.goroot)) } else { paths = append(paths, "\t($GOROOT not set)") } - var i int - var format = "\t%s (from $GOPATH)" - for ; i < len(tried.gopath); i++ { - if i > 0 { - format = "\t%s" - } - paths = append(paths, fmt.Sprintf(format, tried.gopath[i])) + format = "\t%s (from $GOPATH)" + for _, dir := range tried.gopath { + paths = append(paths, fmt.Sprintf(format, dir)) + format = "\t%s" } - if i == 0 { + if len(tried.gopath) == 0 { paths = append(paths, "\t($GOPATH not set)") } return p, fmt.Errorf("cannot find package %q in any of:\n%s", path, strings.Join(paths, "\n")) @@ -617,6 +682,7 @@ Found: return p, err } + var badGoError error var Sfiles []string // files with ".S" (capital S) var firstFile, firstCommentFile string imported := make(map[string][]token.Position) @@ -632,9 +698,17 @@ Found: name := d.Name() ext := nameExt(name) + badFile := func(err error) { + if badGoError == nil { + badGoError = err + } + p.InvalidGoFiles = append(p.InvalidGoFiles, name) + } + match, data, filename, err := ctxt.matchFile(p.Dir, name, true, allTags) if err != nil { - return p, err + badFile(err) + continue } if !match { if ext == ".go" { @@ -679,7 +753,8 @@ Found: pf, err := parser.ParseFile(fset, filename, data, parser.ImportsOnly|parser.ParseComments) if err != nil { - return p, err + badFile(err) + continue } pkg := pf.Name.Name @@ -699,11 +774,12 @@ Found: p.Name = pkg firstFile = name } else if pkg != p.Name { - return p, &MultiplePackageError{ + badFile(&MultiplePackageError{ Dir: p.Dir, Packages: []string{p.Name, pkg}, Files: []string{firstFile, name}, - } + }) + p.InvalidGoFiles = append(p.InvalidGoFiles, name) } if pf.Doc != nil && p.Doc == "" { p.Doc = doc.Synopsis(pf.Doc.Text()) @@ -714,13 +790,12 @@ Found: if line != 0 { com, err := strconv.Unquote(qcom) if err != nil { - return p, fmt.Errorf("%s:%d: cannot parse import comment", filename, line) - } - if p.ImportComment == "" { + badFile(fmt.Errorf("%s:%d: cannot parse import comment", filename, line)) + } else if p.ImportComment == "" { p.ImportComment = com firstCommentFile = name } else if p.ImportComment != com { - return p, fmt.Errorf("found import comments %q (%s) and %q (%s) in %s", p.ImportComment, firstCommentFile, com, name, p.Dir) + badFile(fmt.Errorf("found import comments %q (%s) and %q (%s) in %s", p.ImportComment, firstCommentFile, com, name, p.Dir)) } } } @@ -751,18 +826,19 @@ Found: } if path == "C" { if isTest { - return p, fmt.Errorf("use of cgo in test %s not supported", filename) - } - cg := spec.Doc - if cg == nil && len(d.Specs) == 1 { - cg = d.Doc - } - if cg != nil { - if err := ctxt.saveCgo(filename, p, cg); err != nil { - return p, err + badFile(fmt.Errorf("use of cgo in test %s not supported", filename)) + } else { + cg := spec.Doc + if cg == nil && len(d.Specs) == 1 { + cg = d.Doc + } + if cg != nil { + if err := ctxt.saveCgo(filename, p, cg); err != nil { + badFile(err) + } } + isCgo = true } - isCgo = true } } } @@ -781,6 +857,9 @@ Found: p.GoFiles = append(p.GoFiles, name) } } + if badGoError != nil { + return p, badGoError + } if len(p.GoFiles)+len(p.CgoFiles)+len(p.TestGoFiles)+len(p.XTestGoFiles) == 0 { return p, &NoGoError{p.Dir} } @@ -805,6 +884,20 @@ Found: return p, pkgerr } +// hasGoFiles reports whether dir contains any files with names ending in .go. +// For a vendor check we must exclude directories that contain no .go files. +// Otherwise it is not possible to vendor just a/b/c and still import the +// non-vendored a/b. See golang.org/issue/13832. +func hasGoFiles(ctxt *Context, dir string) bool { + ents, _ := ctxt.readDir(dir) + for _, ent := range ents { + if !ent.IsDir() && strings.HasSuffix(ent.Name(), ".go") { + return true + } + } + return false +} + func findImportComment(data []byte) (s string, line int) { // expect keyword package word, data := parseWord(data) @@ -1128,9 +1221,9 @@ func (ctxt *Context) saveCgo(filename string, di *Package, cg *ast.CommentGroup) if err != nil { return fmt.Errorf("%s: invalid #cgo line: %s", filename, orig) } + var ok bool for i, arg := range args { - arg = expandSrcDir(arg, di.Dir) - if !safeCgoName(arg) { + if arg, ok = expandSrcDir(arg, di.Dir); !ok { return fmt.Errorf("%s: malformed #cgo argument: %s", filename, arg) } args[i] = arg @@ -1154,25 +1247,47 @@ func (ctxt *Context) saveCgo(filename string, di *Package, cg *ast.CommentGroup) return nil } -func expandSrcDir(str string, srcdir string) string { +// expandSrcDir expands any occurrence of ${SRCDIR}, making sure +// the result is safe for the shell. +func expandSrcDir(str string, srcdir string) (string, bool) { // "\" delimited paths cause safeCgoName to fail // so convert native paths with a different delimeter - // to "/" before starting (eg: on windows) + // to "/" before starting (eg: on windows). srcdir = filepath.ToSlash(srcdir) - return strings.Replace(str, "${SRCDIR}", srcdir, -1) + + // Spaces are tolerated in ${SRCDIR}, but not anywhere else. + chunks := strings.Split(str, "${SRCDIR}") + if len(chunks) < 2 { + return str, safeCgoName(str, false) + } + ok := true + for _, chunk := range chunks { + ok = ok && (chunk == "" || safeCgoName(chunk, false)) + } + ok = ok && (srcdir == "" || safeCgoName(srcdir, true)) + res := strings.Join(chunks, srcdir) + return res, ok && res != "" } // NOTE: $ is not safe for the shell, but it is allowed here because of linker options like -Wl,$ORIGIN. // We never pass these arguments to a shell (just to programs we construct argv for), so this should be okay. // See golang.org/issue/6038. -var safeBytes = []byte("+-.,/0123456789=ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz:$") +// The @ is for OS X. See golang.org/issue/13720. +const safeString = "+-.,/0123456789=ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz:$@" +const safeSpaces = " " -func safeCgoName(s string) bool { +var safeBytes = []byte(safeSpaces + safeString) + +func safeCgoName(s string, spaces bool) bool { if s == "" { return false } + safe := safeBytes + if !spaces { + safe = safe[len(safeSpaces):] + } for i := 0; i < len(s); i++ { - if c := s[i]; c < 0x80 && bytes.IndexByte(safeBytes, c) < 0 { + if c := s[i]; c < 0x80 && bytes.IndexByte(safe, c) < 0 { return false } } diff --git a/third_party/golang/go/build/build_test.go b/third_party/golang/go/build/build_test.go index 8450be04643a..7312af08b57b 100644 --- a/third_party/golang/go/build/build_test.go +++ b/third_party/golang/go/build/build_test.go @@ -5,6 +5,7 @@ package build import ( + "internal/testenv" "io" "os" "path/filepath" @@ -109,7 +110,6 @@ func TestMultiplePackageImport(t *testing.T) { } func TestLocalDirectory(t *testing.T) { - return // go1.3 not happy with this test. if runtime.GOOS == "darwin" { switch runtime.GOARCH { case "arm", "arm64": @@ -126,8 +126,8 @@ func TestLocalDirectory(t *testing.T) { if err != nil { t.Fatal(err) } - if p.ImportPath != "k8s.io/kubernetes/third_party/golang/go/build" { - t.Fatalf("ImportPath=%q, want %q", p.ImportPath, "k8s.io/kubernetes/third_party/golang/go/build") + if p.ImportPath != "go/build" { + t.Fatalf("ImportPath=%q, want %q", p.ImportPath, "go/build") } } @@ -231,7 +231,6 @@ func TestMatchFile(t *testing.T) { } func TestImportCmd(t *testing.T) { - return // go1.3 not happy with this test if runtime.GOOS == "darwin" { switch runtime.GOARCH { case "arm", "arm64": @@ -269,7 +268,7 @@ var expandSrcDirTests = []struct { func TestExpandSrcDir(t *testing.T) { for _, test := range expandSrcDirTests { - output := expandSrcDir(test.input, expandSrcDirPath) + output, _ := expandSrcDir(test.input, expandSrcDirPath) if output != test.expected { t.Errorf("%q expands to %q with SRCDIR=%q when %q is expected", test.input, output, expandSrcDirPath, test.expected) } else { @@ -277,3 +276,73 @@ func TestExpandSrcDir(t *testing.T) { } } } + +func TestShellSafety(t *testing.T) { + tests := []struct { + input, srcdir, expected string + result bool + }{ + {"-I${SRCDIR}/../include", "/projects/src/issue 11868", "-I/projects/src/issue 11868/../include", true}, + {"-X${SRCDIR}/1,${SRCDIR}/2", "/projects/src/issue 11868", "-X/projects/src/issue 11868/1,/projects/src/issue 11868/2", true}, + {"-I/tmp -I/tmp", "/tmp2", "-I/tmp -I/tmp", false}, + {"-I/tmp", "/tmp/[0]", "-I/tmp", true}, + {"-I${SRCDIR}/dir", "/tmp/[0]", "-I/tmp/[0]/dir", false}, + } + for _, test := range tests { + output, ok := expandSrcDir(test.input, test.srcdir) + if ok != test.result { + t.Errorf("Expected %t while %q expands to %q with SRCDIR=%q; got %t", test.result, test.input, output, test.srcdir, ok) + } + if output != test.expected { + t.Errorf("Expected %q while %q expands with SRCDIR=%q; got %q", test.expected, test.input, test.srcdir, output) + } + } +} + +func TestImportVendor(t *testing.T) { + t.Skip("skipping; hpack has moved to internal for now; golang.org/issue/14047") + testenv.MustHaveGoBuild(t) // really must just have source + ctxt := Default + ctxt.GOPATH = "" + p, err := ctxt.Import("golang.org/x/net/http2/hpack", filepath.Join(ctxt.GOROOT, "src/net/http"), 0) + if err != nil { + t.Fatalf("cannot find vendored golang.org/x/net/http2/hpack from net/http directory: %v", err) + } + want := "vendor/golang.org/x/net/http2/hpack" + if p.ImportPath != want { + t.Fatalf("Import succeeded but found %q, want %q", p.ImportPath, want) + } +} + +func TestImportVendorFailure(t *testing.T) { + testenv.MustHaveGoBuild(t) // really must just have source + ctxt := Default + ctxt.GOPATH = "" + p, err := ctxt.Import("x.com/y/z", filepath.Join(ctxt.GOROOT, "src/net/http"), 0) + if err == nil { + t.Fatalf("found made-up package x.com/y/z in %s", p.Dir) + } + + e := err.Error() + if !strings.Contains(e, " (vendor tree)") { + t.Fatalf("error on failed import does not mention GOROOT/src/vendor directory:\n%s", e) + } +} + +func TestImportVendorParentFailure(t *testing.T) { + testenv.MustHaveGoBuild(t) // really must just have source + ctxt := Default + ctxt.GOPATH = "" + // This import should fail because the vendor/golang.org/x/net/http2 directory has no source code. + p, err := ctxt.Import("golang.org/x/net/http2", filepath.Join(ctxt.GOROOT, "src/net/http"), 0) + if err == nil { + t.Fatalf("found empty parent in %s", p.Dir) + } + if p != nil && p.Dir != "" { + t.Fatalf("decided to use %s", p.Dir) + } + e := err.Error() + if !strings.Contains(e, " (vendor tree)") { + t.Fatalf("error on failed import does not mention GOROOT/src/vendor directory:\n%s", e) + } +} diff --git a/third_party/golang/go/build/deps_test.go b/third_party/golang/go/build/deps_test.go index 23d012f7f9fa..1e6be2f74693 100644 --- a/third_party/golang/go/build/deps_test.go +++ b/third_party/golang/go/build/deps_test.go @@ -34,17 +34,21 @@ import ( // var pkgDeps = map[string][]string{ // L0 is the lowest level, core, nearly unavoidable packages. - "errors": {}, - "io": {"errors", "sync"}, - "runtime": {"unsafe"}, - "sync": {"runtime", "sync/atomic", "unsafe"}, - "sync/atomic": {"unsafe"}, - "unsafe": {}, + "errors": {}, + "io": {"errors", "sync"}, + "runtime": {"unsafe", "runtime/internal/atomic", "runtime/internal/sys"}, + "runtime/internal/sys": {}, + "runtime/internal/atomic": {"unsafe", "runtime/internal/sys"}, + "internal/race": {"runtime", "unsafe"}, + "sync": {"internal/race", "runtime", "sync/atomic", "unsafe"}, + "sync/atomic": {"unsafe"}, + "unsafe": {}, "L0": { "errors", "io", "runtime", + "runtime/internal/atomic", "sync", "sync/atomic", "unsafe", @@ -128,17 +132,16 @@ var pkgDeps = map[string][]string{ // End of linear dependency definitions. // Operating system access. - "syscall": {"L0", "unicode/utf16"}, + "syscall": {"L0", "internal/race", "internal/syscall/windows/sysdll", "unicode/utf16"}, "internal/syscall/unix": {"L0", "syscall"}, - "internal/syscall/windows": {"L0", "syscall"}, - "internal/syscall/windows/registry": {"L0", "syscall", "unicode/utf16"}, - "time": {"L0", "syscall", "internal/syscall/windows/registry"}, - "os": {"L1", "os", "syscall", "time", "internal/syscall/windows"}, - "path/filepath": {"L2", "os", "syscall"}, - "io/ioutil": {"L2", "os", "path/filepath", "time"}, - "os/exec": {"L2", "os", "path/filepath", "syscall"}, - "os/signal": {"L2", "os", "syscall"}, - "internal/syscall": {"L2", "runtime", "syscall", "sync/atomic", "unsafe"}, + "internal/syscall/windows": {"L0", "syscall", "internal/syscall/windows/sysdll"}, + "internal/syscall/windows/registry": {"L0", "syscall", "internal/syscall/windows/sysdll", "unicode/utf16"}, + "time": {"L0", "syscall", "internal/syscall/windows/registry"}, + "os": {"L1", "os", "syscall", "time", "internal/syscall/windows"}, + "path/filepath": {"L2", "os", "syscall"}, + "io/ioutil": {"L2", "os", "path/filepath", "time"}, + "os/exec": {"L2", "os", "path/filepath", "syscall"}, + "os/signal": {"L2", "os", "syscall"}, // OS enables basic operating system functionality, // but not direct use of package syscall, nor os/signal. @@ -162,7 +165,7 @@ var pkgDeps = map[string][]string{ "runtime/trace": {"L0"}, "text/tabwriter": {"L2"}, - "testing": {"L2", "flag", "fmt", "os", "runtime/pprof", "runtime/trace", "time"}, + "testing": {"L2", "flag", "fmt", "os", "runtime/debug", "runtime/pprof", "runtime/trace", "time"}, "testing/iotest": {"L2", "log"}, "testing/quick": {"L2", "flag", "fmt", "reflect"}, "internal/testenv": {"L2", "os", "testing"}, @@ -215,7 +218,7 @@ var pkgDeps = map[string][]string{ "database/sql": {"L4", "container/list", "database/sql/driver"}, "database/sql/driver": {"L4", "time"}, "debug/dwarf": {"L4"}, - "debug/elf": {"L4", "OS", "debug/dwarf"}, + "debug/elf": {"L4", "OS", "debug/dwarf", "compress/zlib"}, "debug/gosym": {"L4"}, "debug/macho": {"L4", "OS", "debug/dwarf"}, "debug/pe": {"L4", "OS", "debug/dwarf"}, @@ -257,6 +260,8 @@ var pkgDeps = map[string][]string{ }, // Cgo. + // If you add a dependency on CGO, you must add the package to + // cgoPackages in cmd/dist/test.go. "runtime/cgo": {"L0", "C"}, "CGO": {"C", "runtime/cgo"}, @@ -264,16 +269,17 @@ var pkgDeps = map[string][]string{ // that shows up in programs that use cgo. "C": {}, - // Race detector uses cgo. + // Race detector/MSan uses cgo. "runtime/race": {"C"}, + "runtime/msan": {"C"}, // Plan 9 alone needs io/ioutil and os. "os/user": {"L4", "CGO", "io/ioutil", "os", "syscall"}, // Basic networking. // Because net must be used by any package that wants to - // do networking portably, it must have a small dependency set: just L1+basic os. - "net": {"L1", "CGO", "os", "syscall", "time", "internal/syscall/windows", "internal/singleflight"}, + // do networking portably, it must have a small dependency set: just L0+basic os. + "net": {"L0", "CGO", "math/rand", "os", "sort", "syscall", "time", "internal/syscall/windows", "internal/singleflight", "internal/race"}, // NET enables use of basic network-related packages. "NET": { @@ -312,7 +318,7 @@ var pkgDeps = map[string][]string{ // Random byte, number generation. // This would be part of core crypto except that it imports // math/big, which imports fmt. - "crypto/rand": {"L4", "CRYPTO", "OS", "math/big", "syscall", "internal/syscall/unix", "internal/syscall"}, + "crypto/rand": {"L4", "CRYPTO", "OS", "math/big", "syscall", "internal/syscall/unix"}, // Mathematical crypto: dependencies on fmt (L4) and math/big. // We could avoid some of the fmt, but math/big imports fmt anyway. @@ -334,7 +340,7 @@ var pkgDeps = map[string][]string{ // SSL/TLS. "crypto/tls": { - "L4", "CRYPTO-MATH", "CGO", "OS", + "L4", "CRYPTO-MATH", "OS", "container/list", "crypto/x509", "encoding/pem", "net", "syscall", }, "crypto/x509": { @@ -352,6 +358,7 @@ var pkgDeps = map[string][]string{ "L4", "NET", "OS", "compress/gzip", "crypto/tls", "mime/multipart", "runtime/debug", "net/http/internal", + "internal/golang.org/x/net/http2/hpack", }, "net/http/internal": {"L4"}, @@ -360,7 +367,7 @@ var pkgDeps = map[string][]string{ "net/http/cgi": {"L4", "NET", "OS", "crypto/tls", "net/http", "regexp"}, "net/http/cookiejar": {"L4", "NET", "net/http"}, "net/http/fcgi": {"L4", "NET", "OS", "net/http", "net/http/cgi"}, - "net/http/httptest": {"L4", "NET", "OS", "crypto/tls", "flag", "net/http"}, + "net/http/httptest": {"L4", "NET", "OS", "crypto/tls", "flag", "net/http", "net/http/internal"}, "net/http/httputil": {"L4", "NET", "OS", "net/http", "net/http/internal"}, "net/http/pprof": {"L4", "OS", "html/template", "net/http", "runtime/pprof", "runtime/trace"}, "net/rpc": {"L4", "NET", "encoding/gob", "html/template", "net/http"}, @@ -441,7 +448,6 @@ func listStdPkgs(goroot string) ([]string, error) { } func TestDependencies(t *testing.T) { - return // go1.3 is really not happy with this test iOS := runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") if runtime.GOOS == "nacl" || iOS { // Tests run in a limited file system and we do not @@ -456,26 +462,23 @@ func TestDependencies(t *testing.T) { } sort.Strings(all) - test := func(mustImport bool) { - for _, pkg := range all { - imports, err := findImports(pkg) - if err != nil { - t.Error(err) - continue - } - ok := allowed(pkg) - var bad []string - for _, imp := range imports { - if !ok[imp] { - bad = append(bad, imp) - } - } - if bad != nil { - t.Errorf("unexpected dependency: %s imports %v", pkg, bad) + for _, pkg := range all { + imports, err := findImports(pkg) + if err != nil { + t.Error(err) + continue + } + ok := allowed(pkg) + var bad []string + for _, imp := range imports { + if !ok[imp] { + bad = append(bad, imp) } } + if bad != nil { + t.Errorf("unexpected dependency: %s imports %v", pkg, bad) + } } - test(true) } var buildIgnore = []byte("\n// +build ignore") diff --git a/third_party/golang/go/build/doc.go b/third_party/golang/go/build/doc.go index 233f8b989d59..d436d28b3172 100644 --- a/third_party/golang/go/build/doc.go +++ b/third_party/golang/go/build/doc.go @@ -102,6 +102,7 @@ // - "go1.3", from Go version 1.3 onward // - "go1.4", from Go version 1.4 onward // - "go1.5", from Go version 1.5 onward +// - "go1.6", from Go version 1.6 onward // - any additional words listed in ctxt.BuildTags // // If a file's name, after stripping the extension and a possible _test suffix, From 92567e1b06dccd26df5fa43b9557beebe5dedf76 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 25 Apr 2016 11:04:16 -0700 Subject: [PATCH 08/16] Make go2idl handle vendor dirs --- cmd/libs/go2idl/parser/parse.go | 67 +++++++++++++++++++++------- cmd/libs/go2idl/parser/parse_test.go | 3 +- 2 files changed, 52 insertions(+), 18 deletions(-) diff --git a/cmd/libs/go2idl/parser/parse.go b/cmd/libs/go2idl/parser/parse.go index f6d85729876c..b82b862d922c 100644 --- a/cmd/libs/go2idl/parser/parse.go +++ b/cmd/libs/go2idl/parser/parse.go @@ -43,6 +43,8 @@ type Builder struct { fset *token.FileSet // map of package id to list of parsed files parsed map[string][]parsedFile + // map of package id to absolute path (to prevent overlap) + absPaths map[string]string // Set by makePackages, used by importer() and friends. pkgs map[string]*tc.Package @@ -81,11 +83,15 @@ func New() *Builder { fmt.Printf("Warning: $GOROOT not set, and unable to run `which go` to find it: %v\n", err) } } + // Force this to off, since we don't properly parse CGo. All symbols must + // have non-CGo equivalents. + c.CgoEnabled = false return &Builder{ context: &c, buildInfo: map[string]*build.Package{}, fset: token.NewFileSet(), parsed: map[string][]parsedFile{}, + absPaths: map[string]string{}, userRequested: map[string]bool{}, endLineToCommentGroup: map[fileLine]*ast.CommentGroup{}, importGraph: map[string]map[string]struct{}{}, @@ -101,8 +107,18 @@ func (b *Builder) AddBuildTags(tags ...string) { // e.g. test files and files for other platforms-- there is quite a bit of // logic of that nature in the build package. func (b *Builder) buildPackage(pkgPath string) (*build.Package, error) { + // This is a bit of a hack. The srcDir argument to Import() should + // properly be the dir of the file which depends on the package to be + // imported, so that vendoring can work properly. We assume that there is + // only one level of vendoring, and that the CWD is inside the GOPATH, so + // this should be safe. + cwd, err := os.Getwd() + if err != nil { + return nil, fmt.Errorf("unable to get current directory: %v", err) + } + // First, find it, so we know what path to use. - pkg, err := b.context.Import(pkgPath, ".", build.FindOnly) + pkg, err := b.context.Import(pkgPath, cwd, build.FindOnly) if err != nil { return nil, fmt.Errorf("unable to *find* %q: %v", pkgPath, err) } @@ -112,7 +128,7 @@ func (b *Builder) buildPackage(pkgPath string) (*build.Package, error) { if pkg, ok := b.buildInfo[pkgPath]; ok { return pkg, nil } - pkg, err = b.context.Import(pkgPath, ".", build.ImportComment) + pkg, err = b.context.Import(pkgPath, cwd, build.ImportComment) if err != nil { return nil, fmt.Errorf("unable to import %q: %v", pkgPath, err) } @@ -127,21 +143,30 @@ func (b *Builder) buildPackage(pkgPath string) (*build.Package, error) { return pkg, nil } -// AddFile adds a file to the set. The name must be of the form canonical/pkg/path/file.go. -func (b *Builder) AddFile(name string, src []byte) error { - return b.addFile(name, src, true) +// AddFile adds a file to the set. The pkg must be of the form +// "canonical/pkg/path" and the path must be the absolute path to the file. +func (b *Builder) AddFile(pkg string, path string, src []byte) error { + return b.addFile(pkg, path, src, true) } -// addFile adds a file to the set. The name must be of the form -// canonical/pkg/path/file.go. A flag indicates whether this file was -// user-requested or just from following the import graph. -func (b *Builder) addFile(name string, src []byte, userRequested bool) error { - p, err := parser.ParseFile(b.fset, name, src, parser.DeclarationErrors|parser.ParseComments) +// addFile adds a file to the set. The pkg must be of the form +// "canonical/pkg/path" and the path must be the absolute path to the file. A +// flag indicates whether this file was user-requested or just from following +// the import graph. +func (b *Builder) addFile(pkg string, path string, src []byte, userRequested bool) error { + p, err := parser.ParseFile(b.fset, path, src, parser.DeclarationErrors|parser.ParseComments) if err != nil { return err } - pkg := filepath.Dir(name) - b.parsed[pkg] = append(b.parsed[pkg], parsedFile{name, p}) + dirPath := filepath.Dir(path) + if prev, found := b.absPaths[pkg]; found { + if dirPath != prev { + return fmt.Errorf("package %q (%s) previously resolved to %s", pkg, dirPath, prev) + } + } else { + b.absPaths[pkg] = dirPath + } + b.parsed[pkg] = append(b.parsed[pkg], parsedFile{path, p}) b.userRequested[pkg] = userRequested for _, c := range p.Comments { position := b.fset.Position(c.End()) @@ -171,8 +196,18 @@ func (b *Builder) AddDir(dir string) error { // subdirectories; it returns an error only if the path couldn't be resolved; // any directories recursed into without go source are ignored. func (b *Builder) AddDirRecursive(dir string) error { + // This is a bit of a hack. The srcDir argument to Import() should + // properly be the dir of the file which depends on the package to be + // imported, so that vendoring can work properly. We assume that there is + // only one level of vendoring, and that the CWD is inside the GOPATH, so + // this should be safe. + cwd, err := os.Getwd() + if err != nil { + return fmt.Errorf("unable to get current directory: %v", err) + } + // First, find it, so we know what path to use. - pkg, err := b.context.Import(dir, ".", build.FindOnly) + pkg, err := b.context.Import(dir, cwd, build.FindOnly) if err != nil { return fmt.Errorf("unable to *find* %q: %v", dir, err) } @@ -203,7 +238,6 @@ func (b *Builder) addDir(dir string, userRequested bool) error { if err != nil { return err } - dir = pkg.Dir // Check in case this package was added (maybe dir was not canonical) if _, alreadyAdded := b.parsed[dir]; alreadyAdded { return nil @@ -214,14 +248,13 @@ func (b *Builder) addDir(dir string, userRequested bool) error { continue } absPath := filepath.Join(pkg.Dir, n) - pkgPath := filepath.Join(pkg.ImportPath, n) data, err := ioutil.ReadFile(absPath) if err != nil { return fmt.Errorf("while loading %q: %v", absPath, err) } - err = b.addFile(pkgPath, data, userRequested) + err = b.addFile(dir, absPath, data, userRequested) if err != nil { - return fmt.Errorf("while parsing %q: %v", pkgPath, err) + return fmt.Errorf("while parsing %q: %v", absPath, err) } } return nil diff --git a/cmd/libs/go2idl/parser/parse_test.go b/cmd/libs/go2idl/parser/parse_test.go index 65fad13952e5..8d232c604fd2 100644 --- a/cmd/libs/go2idl/parser/parse_test.go +++ b/cmd/libs/go2idl/parser/parse_test.go @@ -18,6 +18,7 @@ package parser_test import ( "bytes" + "path/filepath" "reflect" "testing" "text/template" @@ -30,7 +31,7 @@ import ( func construct(t *testing.T, files map[string]string, testNamer namer.Namer) (*parser.Builder, types.Universe, []*types.Type) { b := parser.New() for name, src := range files { - if err := b.AddFile(name, []byte(src)); err != nil { + if err := b.AddFile(filepath.Dir(name), name, []byte(src)); err != nil { t.Fatal(err) } } From 79e2e5c108f9d3138e8e9f81bd74275cea09b61b Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 25 Apr 2016 18:56:05 -0700 Subject: [PATCH 09/16] Make *-generated-protobuf work with vendor --- hack/update-generated-protobuf.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/hack/update-generated-protobuf.sh b/hack/update-generated-protobuf.sh index 2ea20b2cac03..67809bc66dac 100755 --- a/hack/update-generated-protobuf.sh +++ b/hack/update-generated-protobuf.sh @@ -37,16 +37,10 @@ function prereqs() { KUBE_BUILD_CONTAINER_NAME="kube-build-${KUBE_ROOT_HASH}" KUBE_BUILD_DATA_CONTAINER_NAME="kube-build-data-${KUBE_ROOT_HASH}" DOCKER_MOUNT_ARGS=( - --volume "${REPO_DIR:-${KUBE_ROOT}}/cluster:/go/src/${KUBE_GO_PACKAGE}/cluster" - --volume "${REPO_DIR:-${KUBE_ROOT}}/cmd:/go/src/${KUBE_GO_PACKAGE}/cmd" - --volume "${REPO_DIR:-${KUBE_ROOT}}/Godeps/_workspace/src:/go/src/${KUBE_GO_PACKAGE}/Godeps/_workspace/src" - --volume "${REPO_DIR:-${KUBE_ROOT}}/hack:/go/src/${KUBE_GO_PACKAGE}/hack" - --volume "${REPO_DIR:-${KUBE_ROOT}}/pkg:/go/src/${KUBE_GO_PACKAGE}/pkg" - --volume "${REPO_DIR:-${KUBE_ROOT}}/federation:/go/src/${KUBE_GO_PACKAGE}/federation" - --volume "${REPO_DIR:-${KUBE_ROOT}}/third_party:/go/src/${KUBE_GO_PACKAGE}/third_party" + --volume "${REPO_DIR:-${KUBE_ROOT}}:/go/src/${KUBE_GO_PACKAGE}" --volume /etc/localtime:/etc/localtime:ro --volumes-from "${KUBE_BUILD_DATA_CONTAINER_NAME}" - ) + ) LOCAL_OUTPUT_BUILD_CONTEXT="${LOCAL_OUTPUT_IMAGE_STAGING}/${KUBE_BUILD_IMAGE}" } From 537602d2965806dca6b168a80488b0e75b33b016 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 27 Apr 2016 08:14:49 -0700 Subject: [PATCH 10/16] Get rid of _workspace in jenkins --- hack/jenkins/test-dockerized.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index 2312875291f0..7f478f824828 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -50,6 +50,7 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4 export LOG_LEVEL=4 cd /go/src/k8s.io/kubernetes +rm -rf Godeps/_workspace # Temporary until _workspace is fully obliterated ./hack/build-go.sh go install ./cmd/... From 3facb3522bbb5bed8b765e53b4983083b13dd7c6 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 22 Apr 2016 21:56:05 -0700 Subject: [PATCH 11/16] Godeps licenses Fix the licenses script and run it. --- Godeps/.license_file_state | 83 ++- Godeps/LICENSES | 1186 +++++++++------------------------ hack/update-godep-licenses.sh | 85 +-- hack/verify-godep-licenses.sh | 13 +- 4 files changed, 407 insertions(+), 960 deletions(-) diff --git a/Godeps/.license_file_state b/Godeps/.license_file_state index 84014291feaa..f98f7c271b8b 100644 --- a/Godeps/.license_file_state +++ b/Godeps/.license_file_state @@ -1,7 +1,3 @@ -# These files have been checked upstream and are either missing or have no -# valuable license/copyright info in them -# To regenerate this list, remove this file and rerun update-godep-licenses.sh -# bitbucket.org/ww/goautoneg/master/LICENSE bitbucket.org/ww/goautoneg/master/LICENSE.code bitbucket.org/ww/goautoneg/master/LICENSE.txt @@ -18,7 +14,6 @@ raw.githubusercontent.com/armon/go-metrics/master/NOTICE raw.githubusercontent.com/armon/go-metrics/master/NOTICE.txt raw.githubusercontent.com/armon/go-metrics/master/README raw.githubusercontent.com/armon/go-metrics/master/README.md -raw.githubusercontent.com/beorn7/perks/master/LICENSE raw.githubusercontent.com/beorn7/perks/master/LICENSE.code raw.githubusercontent.com/beorn7/perks/master/LICENSE.txt raw.githubusercontent.com/beorn7/perks/master/LICENSE.md @@ -33,10 +28,6 @@ raw.githubusercontent.com/boltdb/bolt/master/NOTICE raw.githubusercontent.com/boltdb/bolt/master/NOTICE.txt raw.githubusercontent.com/boltdb/bolt/master/README raw.githubusercontent.com/boltdb/bolt/master/README.md -raw.githubusercontent.com/camlistore/go4/master/NOTICE -raw.githubusercontent.com/camlistore/go4/master/NOTICE.txt -raw.githubusercontent.com/camlistore/go4/master/README -raw.githubusercontent.com/camlistore/go4/master/README.md raw.githubusercontent.com/ClusterHQ/flocker-go/master/NOTICE raw.githubusercontent.com/ClusterHQ/flocker-go/master/NOTICE.txt raw.githubusercontent.com/ClusterHQ/flocker-go/master/README @@ -69,6 +60,9 @@ raw.githubusercontent.com/davecgh/go-spew/master/NOTICE raw.githubusercontent.com/davecgh/go-spew/master/NOTICE.txt raw.githubusercontent.com/davecgh/go-spew/master/README raw.githubusercontent.com/davecgh/go-spew/master/README.md +raw.githubusercontent.com/daviddengcn/go-colortext/master/LICENSE.code +raw.githubusercontent.com/daviddengcn/go-colortext/master/LICENSE.txt +raw.githubusercontent.com/daviddengcn/go-colortext/master/LICENSE.md raw.githubusercontent.com/daviddengcn/go-colortext/master/NOTICE raw.githubusercontent.com/daviddengcn/go-colortext/master/NOTICE.txt raw.githubusercontent.com/daviddengcn/go-colortext/master/README @@ -77,6 +71,14 @@ raw.githubusercontent.com/dgrijalva/jwt-go/master/NOTICE raw.githubusercontent.com/dgrijalva/jwt-go/master/NOTICE.txt raw.githubusercontent.com/dgrijalva/jwt-go/master/README raw.githubusercontent.com/dgrijalva/jwt-go/master/README.md +raw.githubusercontent.com/docker/engine-api/master/NOTICE +raw.githubusercontent.com/docker/engine-api/master/NOTICE.txt +raw.githubusercontent.com/docker/engine-api/master/README +raw.githubusercontent.com/docker/engine-api/master/README.md +raw.githubusercontent.com/docker/go-connections/master/NOTICE +raw.githubusercontent.com/docker/go-connections/master/NOTICE.txt +raw.githubusercontent.com/docker/go-connections/master/README +raw.githubusercontent.com/docker/go-connections/master/README.md raw.githubusercontent.com/elazarl/go-bindata-assetfs/master/NOTICE raw.githubusercontent.com/elazarl/go-bindata-assetfs/master/NOTICE.txt raw.githubusercontent.com/elazarl/go-bindata-assetfs/master/README @@ -97,6 +99,9 @@ raw.githubusercontent.com/fsouza/go-dockerclient/master/NOTICE raw.githubusercontent.com/fsouza/go-dockerclient/master/NOTICE.txt raw.githubusercontent.com/fsouza/go-dockerclient/master/README raw.githubusercontent.com/fsouza/go-dockerclient/master/README.md +raw.githubusercontent.com/garyburd/redigo/master/LICENSE.code +raw.githubusercontent.com/garyburd/redigo/master/LICENSE.txt +raw.githubusercontent.com/garyburd/redigo/master/LICENSE.md raw.githubusercontent.com/garyburd/redigo/master/NOTICE raw.githubusercontent.com/garyburd/redigo/master/NOTICE.txt raw.githubusercontent.com/garyburd/redigo/master/README @@ -105,16 +110,17 @@ raw.githubusercontent.com/ghodss/yaml/master/NOTICE raw.githubusercontent.com/ghodss/yaml/master/NOTICE.txt raw.githubusercontent.com/ghodss/yaml/master/README raw.githubusercontent.com/ghodss/yaml/master/README.md +raw.githubusercontent.com/go-ini/ini/master/NOTICE +raw.githubusercontent.com/go-ini/ini/master/NOTICE.txt +raw.githubusercontent.com/go-ini/ini/master/README +raw.githubusercontent.com/go-ini/ini/master/README.md raw.githubusercontent.com/godbus/dbus/master/NOTICE raw.githubusercontent.com/godbus/dbus/master/NOTICE.txt raw.githubusercontent.com/godbus/dbus/master/README raw.githubusercontent.com/godbus/dbus/master/README.md raw.githubusercontent.com/gogo/protobuf/master/NOTICE raw.githubusercontent.com/gogo/protobuf/master/NOTICE.txt -raw.githubusercontent.com/go-ini/ini/master/NOTICE -raw.githubusercontent.com/go-ini/ini/master/NOTICE.txt -raw.githubusercontent.com/go-ini/ini/master/README -raw.githubusercontent.com/go-ini/ini/master/README.md +raw.githubusercontent.com/gogo/protobuf/master/README.md raw.githubusercontent.com/golang/glog/master/NOTICE raw.githubusercontent.com/golang/glog/master/NOTICE.txt raw.githubusercontent.com/golang/glog/master/README @@ -146,14 +152,14 @@ raw.githubusercontent.com/gorilla/mux/master/NOTICE raw.githubusercontent.com/gorilla/mux/master/NOTICE.txt raw.githubusercontent.com/gorilla/mux/master/README raw.githubusercontent.com/gorilla/mux/master/README.md -raw.githubusercontent.com/hashicorp/golang-lru/master/NOTICE -raw.githubusercontent.com/hashicorp/golang-lru/master/NOTICE.txt -raw.githubusercontent.com/hashicorp/golang-lru/master/README -raw.githubusercontent.com/hashicorp/golang-lru/master/README.md raw.githubusercontent.com/hashicorp/go-msgpack/master/NOTICE raw.githubusercontent.com/hashicorp/go-msgpack/master/NOTICE.txt raw.githubusercontent.com/hashicorp/go-msgpack/master/README raw.githubusercontent.com/hashicorp/go-msgpack/master/README.md +raw.githubusercontent.com/hashicorp/golang-lru/master/NOTICE +raw.githubusercontent.com/hashicorp/golang-lru/master/NOTICE.txt +raw.githubusercontent.com/hashicorp/golang-lru/master/README +raw.githubusercontent.com/hashicorp/golang-lru/master/README.md raw.githubusercontent.com/hashicorp/raft/master/NOTICE raw.githubusercontent.com/hashicorp/raft/master/NOTICE.txt raw.githubusercontent.com/hashicorp/raft/master/README @@ -198,6 +204,13 @@ raw.githubusercontent.com/kr/pty/master/NOTICE raw.githubusercontent.com/kr/pty/master/NOTICE.txt raw.githubusercontent.com/kr/pty/master/README raw.githubusercontent.com/kr/pty/master/README.md +raw.githubusercontent.com/matttproud/golang_protobuf_extensions/master/NOTICE.txt +raw.githubusercontent.com/matttproud/golang_protobuf_extensions/master/README +raw.githubusercontent.com/matttproud/golang_protobuf_extensions/master/README.md +raw.githubusercontent.com/Microsoft/go-winio/master/NOTICE +raw.githubusercontent.com/Microsoft/go-winio/master/NOTICE.txt +raw.githubusercontent.com/Microsoft/go-winio/master/README +raw.githubusercontent.com/Microsoft/go-winio/master/README.md raw.githubusercontent.com/miekg/dns/master/NOTICE raw.githubusercontent.com/miekg/dns/master/NOTICE.txt raw.githubusercontent.com/miekg/dns/master/README @@ -234,6 +247,13 @@ raw.githubusercontent.com/pmezard/go-difflib/master/NOTICE raw.githubusercontent.com/pmezard/go-difflib/master/NOTICE.txt raw.githubusercontent.com/pmezard/go-difflib/master/README raw.githubusercontent.com/pmezard/go-difflib/master/README.md +raw.githubusercontent.com/prometheus/common/master/LICENSE +raw.githubusercontent.com/prometheus/common/master/LICENSE.code +raw.githubusercontent.com/prometheus/common/master/LICENSE.txt +raw.githubusercontent.com/prometheus/common/master/LICENSE.md +raw.githubusercontent.com/prometheus/common/master/NOTICE.txt +raw.githubusercontent.com/prometheus/common/master/README +raw.githubusercontent.com/prometheus/common/master/README.md raw.githubusercontent.com/rackspace/gophercloud/master/NOTICE raw.githubusercontent.com/rackspace/gophercloud/master/NOTICE.txt raw.githubusercontent.com/rackspace/gophercloud/master/README @@ -246,14 +266,13 @@ raw.githubusercontent.com/samuel/go-zookeeper/master/NOTICE raw.githubusercontent.com/samuel/go-zookeeper/master/NOTICE.txt raw.githubusercontent.com/samuel/go-zookeeper/master/README raw.githubusercontent.com/samuel/go-zookeeper/master/README.md -raw.githubusercontent.com/scalingdata/gcfg/master/NOTICE -raw.githubusercontent.com/scalingdata/gcfg/master/NOTICE.txt -raw.githubusercontent.com/scalingdata/gcfg/master/README -raw.githubusercontent.com/scalingdata/gcfg/master/README.md raw.githubusercontent.com/seccomp/libseccomp-golang/master/NOTICE raw.githubusercontent.com/seccomp/libseccomp-golang/master/NOTICE.txt raw.githubusercontent.com/seccomp/libseccomp-golang/master/README raw.githubusercontent.com/seccomp/libseccomp-golang/master/README.md +raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/LICENSE.code +raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/LICENSE.txt +raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/LICENSE.md raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/NOTICE raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/NOTICE.txt raw.githubusercontent.com/shurcooL/sanitized_anchor_name/master/README @@ -274,13 +293,13 @@ raw.githubusercontent.com/spf13/pflag/master/NOTICE raw.githubusercontent.com/spf13/pflag/master/NOTICE.txt raw.githubusercontent.com/spf13/pflag/master/README raw.githubusercontent.com/spf13/pflag/master/README.md +raw.githubusercontent.com/stretchr/objx/master/LICENSE +raw.githubusercontent.com/stretchr/objx/master/LICENSE.code +raw.githubusercontent.com/stretchr/objx/master/LICENSE.txt raw.githubusercontent.com/stretchr/objx/master/NOTICE raw.githubusercontent.com/stretchr/objx/master/NOTICE.txt raw.githubusercontent.com/stretchr/objx/master/README raw.githubusercontent.com/stretchr/objx/master/README.md -raw.githubusercontent.com/stretchr/objx/master/LICENSE -raw.githubusercontent.com/stretchr/objx/master/LICENSE.code -raw.githubusercontent.com/stretchr/objx/master/LICENSE.txt raw.githubusercontent.com/stretchr/testify/master/NOTICE raw.githubusercontent.com/stretchr/testify/master/NOTICE.txt raw.githubusercontent.com/stretchr/testify/master/README @@ -304,6 +323,14 @@ raw.githubusercontent.com/xyproto/simpleredis/master/NOTICE raw.githubusercontent.com/xyproto/simpleredis/master/NOTICE.txt raw.githubusercontent.com/xyproto/simpleredis/master/README raw.githubusercontent.com/xyproto/simpleredis/master/README.md +go4.org/errorutil/master/LICENSE +go4.org/errorutil/master/LICENSE.code +go4.org/errorutil/master/LICENSE.txt +go4.org/errorutil/master/LICENSE.md +go4.org/errorutil/master/NOTICE +go4.org/errorutil/master/NOTICE.txt +go4.org/errorutil/master/README +go4.org/errorutil/master/README.md golang.org/x/crypto/master/NOTICE golang.org/x/crypto/master/NOTICE.txt golang.org/x/crypto/master/README @@ -324,10 +351,6 @@ golang.org/x/sys/master/NOTICE golang.org/x/sys/master/NOTICE.txt golang.org/x/sys/master/README golang.org/x/sys/master/README.md -golang.org/x/tools/master/NOTICE -golang.org/x/tools/master/NOTICE.txt -golang.org/x/tools/master/README -golang.org/x/tools/master/README.md google.golang.org/api/master/NOTICE google.golang.org/api/master/NOTICE.txt google.golang.org/api/master/README @@ -340,6 +363,10 @@ google.golang.org/grpc/master/NOTICE google.golang.org/grpc/master/NOTICE.txt google.golang.org/grpc/master/README google.golang.org/grpc/master/README.md +gopkg.in/gcfg.v1/master/NOTICE +gopkg.in/gcfg.v1/master/NOTICE.txt +gopkg.in/gcfg.v1/master/README +gopkg.in/gcfg.v1/master/README.md gopkg.in/natefinch/master/NOTICE gopkg.in/natefinch/master/NOTICE.txt gopkg.in/natefinch/master/README diff --git a/Godeps/LICENSES b/Godeps/LICENSES index 2b02d978cc86..1bc157caca38 100644 --- a/Godeps/LICENSES +++ b/Godeps/LICENSES @@ -205,7 +205,7 @@ limitations under the License. ================================================================================ -= Godeps/_workspace/src/bitbucket.org/bertimus9/systemstat licensed under: = += vendor/bitbucket.org/bertimus9/systemstat licensed under: = The MIT License (MIT) @@ -235,7 +235,7 @@ Licensed under the MIT License see file LICENSE ================================================================================ -= Godeps/_workspace/src/bitbucket.org/ww/goautoneg licensed under: = += vendor/bitbucket.org/ww/goautoneg licensed under: = Copyright (c) 2011, Open Knowledge Foundation Ltd. All rights reserved. @@ -296,7 +296,7 @@ SUBDIRECTORIES .hg ================================================================================ -= Godeps/_workspace/src/github.com/abbot/go-http-auth licensed under: = += vendor/github.com/abbot/go-http-auth licensed under: = Apache License @@ -491,7 +491,7 @@ implied. See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/appc/cni/libcni licensed under: = += vendor/github.com/appc/cni/libcni licensed under: = Apache License Version 2.0, January 2004 @@ -697,7 +697,7 @@ permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/appc/cni/pkg/invoke licensed under: = += vendor/github.com/appc/cni/pkg/invoke licensed under: = Apache License Version 2.0, January 2004 @@ -903,7 +903,7 @@ permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/appc/cni/pkg/types licensed under: = += vendor/github.com/appc/cni/pkg/types licensed under: = Apache License Version 2.0, January 2004 @@ -1109,7 +1109,7 @@ permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/appc/spec/schema licensed under: = += vendor/github.com/appc/spec/schema licensed under: = Apache License Version 2.0, January 2004 @@ -1315,7 +1315,7 @@ Apache License ================================================================================ -= Godeps/_workspace/src/github.com/armon/go-metrics licensed under: = += vendor/github.com/armon/go-metrics licensed under: = The MIT License (MIT) @@ -1340,7 +1340,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws licensed under: = += vendor/github.com/aws/aws-sdk-go/aws licensed under: = Apache License @@ -1549,7 +1549,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/endpoints licensed under: = += vendor/github.com/aws/aws-sdk-go/private/endpoints licensed under: = Apache License @@ -1758,7 +1758,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/ec2query licensed under: = += vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query licensed under: = Apache License @@ -1967,7 +1967,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil licensed under: = += vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil licensed under: = Apache License @@ -2176,7 +2176,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/jsonrpc licensed under: = += vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc licensed under: = Apache License @@ -2385,7 +2385,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/query licensed under: = += vendor/github.com/aws/aws-sdk-go/private/protocol/query licensed under: = Apache License @@ -2594,7 +2594,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/rest licensed under: = += vendor/github.com/aws/aws-sdk-go/private/protocol/rest licensed under: = Apache License @@ -2803,7 +2803,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil licensed under: = += vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil licensed under: = Apache License @@ -3012,7 +3012,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/signer/v4 licensed under: = += vendor/github.com/aws/aws-sdk-go/private/signer/v4 licensed under: = Apache License @@ -3221,7 +3221,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/waiter licensed under: = += vendor/github.com/aws/aws-sdk-go/private/waiter licensed under: = Apache License @@ -3430,7 +3430,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/autoscaling licensed under: = += vendor/github.com/aws/aws-sdk-go/service/autoscaling licensed under: = Apache License @@ -3639,7 +3639,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ec2 licensed under: = += vendor/github.com/aws/aws-sdk-go/service/ec2 licensed under: = Apache License @@ -3848,7 +3848,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/ecr licensed under: = += vendor/github.com/aws/aws-sdk-go/service/ecr licensed under: = Apache License @@ -4057,7 +4057,7 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/elb licensed under: = += vendor/github.com/aws/aws-sdk-go/service/elb licensed under: = Apache License @@ -4266,7 +4266,28 @@ Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright 2014-2015 Stripe, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/beorn7/perks/quantile licensed under: = += vendor/github.com/beorn7/perks/quantile licensed under: = + +Copyright (C) 2013 Blake Mizerany + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Copyright (C) 2013 Blake Mizerany @@ -4277,7 +4298,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/blang/semver licensed under: = += vendor/github.com/blang/semver licensed under: = The MIT License @@ -4303,7 +4324,7 @@ THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/boltdb/bolt licensed under: = += vendor/github.com/boltdb/bolt licensed under: = The MIT License (MIT) @@ -4328,213 +4349,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/camlistore/go4/errorutil licensed under: = - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright {yyyy} {name of copyright owner} - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -================================================================================ -= Godeps/_workspace/src/github.com/ClusterHQ/flocker-go licensed under: = += vendor/github.com/ClusterHQ/flocker-go licensed under: = Apache License Version 2.0, January 2004 @@ -4729,7 +4544,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/codegangsta/negroni licensed under: = += vendor/github.com/codegangsta/negroni licensed under: = The MIT License (MIT) @@ -4755,7 +4570,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/alarm licensed under: = += vendor/github.com/coreos/etcd/alarm licensed under: = Apache License @@ -4966,7 +4781,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/auth licensed under: = += vendor/github.com/coreos/etcd/auth licensed under: = Apache License @@ -5177,7 +4992,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/client licensed under: = += vendor/github.com/coreos/etcd/client licensed under: = Apache License @@ -5388,7 +5203,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/clientv3 licensed under: = += vendor/github.com/coreos/etcd/clientv3 licensed under: = Apache License @@ -5599,7 +5414,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/compactor licensed under: = += vendor/github.com/coreos/etcd/compactor licensed under: = Apache License @@ -5810,7 +5625,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/discovery licensed under: = += vendor/github.com/coreos/etcd/discovery licensed under: = Apache License @@ -6021,7 +5836,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/error licensed under: = += vendor/github.com/coreos/etcd/error licensed under: = Apache License @@ -6232,7 +6047,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/etcdserver licensed under: = += vendor/github.com/coreos/etcd/etcdserver licensed under: = Apache License @@ -6443,7 +6258,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/integration licensed under: = += vendor/github.com/coreos/etcd/integration licensed under: = Apache License @@ -6654,7 +6469,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/lease licensed under: = += vendor/github.com/coreos/etcd/lease licensed under: = Apache License @@ -6865,7 +6680,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/adt licensed under: = += vendor/github.com/coreos/etcd/pkg/adt licensed under: = Apache License @@ -7076,7 +6891,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/contention licensed under: = += vendor/github.com/coreos/etcd/pkg/contention licensed under: = Apache License @@ -7287,7 +7102,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/crc licensed under: = += vendor/github.com/coreos/etcd/pkg/crc licensed under: = Apache License @@ -7498,7 +7313,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/fileutil licensed under: = += vendor/github.com/coreos/etcd/pkg/fileutil licensed under: = Apache License @@ -7709,7 +7524,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/httputil licensed under: = += vendor/github.com/coreos/etcd/pkg/httputil licensed under: = Apache License @@ -7920,7 +7735,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/idutil licensed under: = += vendor/github.com/coreos/etcd/pkg/idutil licensed under: = Apache License @@ -8131,7 +7946,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/ioutil licensed under: = += vendor/github.com/coreos/etcd/pkg/ioutil licensed under: = Apache License @@ -8342,7 +8157,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/logutil licensed under: = += vendor/github.com/coreos/etcd/pkg/logutil licensed under: = Apache License @@ -8553,7 +8368,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/netutil licensed under: = += vendor/github.com/coreos/etcd/pkg/netutil licensed under: = Apache License @@ -8764,7 +8579,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/pathutil licensed under: = += vendor/github.com/coreos/etcd/pkg/pathutil licensed under: = Apache License @@ -8975,7 +8790,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/pbutil licensed under: = += vendor/github.com/coreos/etcd/pkg/pbutil licensed under: = Apache License @@ -9186,7 +9001,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/runtime licensed under: = += vendor/github.com/coreos/etcd/pkg/runtime licensed under: = Apache License @@ -9397,7 +9212,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/schedule licensed under: = += vendor/github.com/coreos/etcd/pkg/schedule licensed under: = Apache License @@ -9608,7 +9423,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/testutil licensed under: = += vendor/github.com/coreos/etcd/pkg/testutil licensed under: = Apache License @@ -9819,7 +9634,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/tlsutil licensed under: = += vendor/github.com/coreos/etcd/pkg/tlsutil licensed under: = Apache License @@ -10030,7 +9845,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/transport licensed under: = += vendor/github.com/coreos/etcd/pkg/transport licensed under: = Apache License @@ -10241,7 +10056,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/types licensed under: = += vendor/github.com/coreos/etcd/pkg/types licensed under: = Apache License @@ -10452,7 +10267,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/pkg/wait licensed under: = += vendor/github.com/coreos/etcd/pkg/wait licensed under: = Apache License @@ -10663,7 +10478,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/raft licensed under: = += vendor/github.com/coreos/etcd/raft licensed under: = Apache License @@ -10874,7 +10689,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/rafthttp licensed under: = += vendor/github.com/coreos/etcd/rafthttp licensed under: = Apache License @@ -11085,7 +10900,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/snap licensed under: = += vendor/github.com/coreos/etcd/snap licensed under: = Apache License @@ -11296,7 +11111,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/storage licensed under: = += vendor/github.com/coreos/etcd/storage licensed under: = Apache License @@ -11507,7 +11322,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/store licensed under: = += vendor/github.com/coreos/etcd/store licensed under: = Apache License @@ -11718,7 +11533,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/version licensed under: = += vendor/github.com/coreos/etcd/version licensed under: = Apache License @@ -11929,7 +11744,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/etcd/wal licensed under: = += vendor/github.com/coreos/etcd/wal licensed under: = Apache License @@ -12140,7 +11955,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-etcd/etcd licensed under: = += vendor/github.com/coreos/go-etcd/etcd licensed under: = Apache License @@ -12347,7 +12162,7 @@ This product includes software developed at CoreOS, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-oidc/http licensed under: = += vendor/github.com/coreos/go-oidc/http licensed under: = Apache License Version 2.0, January 2004 @@ -12557,7 +12372,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-oidc/jose licensed under: = += vendor/github.com/coreos/go-oidc/jose licensed under: = Apache License Version 2.0, January 2004 @@ -12767,7 +12582,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-oidc/key licensed under: = += vendor/github.com/coreos/go-oidc/key licensed under: = Apache License Version 2.0, January 2004 @@ -12977,7 +12792,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-oidc/oauth2 licensed under: = += vendor/github.com/coreos/go-oidc/oauth2 licensed under: = Apache License Version 2.0, January 2004 @@ -13187,7 +13002,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-oidc/oidc licensed under: = += vendor/github.com/coreos/go-oidc/oidc licensed under: = Apache License Version 2.0, January 2004 @@ -13397,7 +13212,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-semver/semver licensed under: = += vendor/github.com/coreos/go-semver/semver licensed under: = Apache License @@ -13604,7 +13419,7 @@ This product includes software developed at CoreOS, Inc. ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-systemd/daemon licensed under: = += vendor/github.com/coreos/go-systemd/daemon licensed under: = Apache License Version 2.0, January 2004 @@ -13800,7 +13615,7 @@ third-party archives. ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-systemd/dbus licensed under: = += vendor/github.com/coreos/go-systemd/dbus licensed under: = Apache License Version 2.0, January 2004 @@ -13996,7 +13811,7 @@ third-party archives. ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-systemd/unit licensed under: = += vendor/github.com/coreos/go-systemd/unit licensed under: = Apache License Version 2.0, January 2004 @@ -14192,7 +14007,7 @@ third-party archives. ================================================================================ -= Godeps/_workspace/src/github.com/coreos/go-systemd/util licensed under: = += vendor/github.com/coreos/go-systemd/util licensed under: = Apache License Version 2.0, January 2004 @@ -14388,7 +14203,7 @@ third-party archives. ================================================================================ -= Godeps/_workspace/src/github.com/coreos/pkg/capnslog licensed under: = += vendor/github.com/coreos/pkg/capnslog licensed under: = Apache License Version 2.0, January 2004 @@ -14598,7 +14413,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/pkg/health licensed under: = += vendor/github.com/coreos/pkg/health licensed under: = Apache License Version 2.0, January 2004 @@ -14808,7 +14623,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/pkg/httputil licensed under: = += vendor/github.com/coreos/pkg/httputil licensed under: = Apache License Version 2.0, January 2004 @@ -15018,7 +14833,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/pkg/timeutil licensed under: = += vendor/github.com/coreos/pkg/timeutil licensed under: = Apache License Version 2.0, January 2004 @@ -15228,7 +15043,7 @@ This product includes software developed at CoreOS, Inc. (http://www.coreos.com/). ================================================================================ -= Godeps/_workspace/src/github.com/coreos/rkt/api/v1alpha licensed under: = += vendor/github.com/coreos/rkt/api/v1alpha licensed under: = Apache License Version 2.0, January 2004 @@ -15434,7 +15249,7 @@ Apache License ================================================================================ -= Godeps/_workspace/src/github.com/cpuguy83/go-md2man/md2man licensed under: = += vendor/github.com/cpuguy83/go-md2man/md2man licensed under: = The MIT License (MIT) @@ -15460,7 +15275,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/davecgh/go-spew/spew licensed under: = += vendor/github.com/davecgh/go-spew/spew licensed under: = Copyright (c) 2012-2013 Dave Collins @@ -15478,7 +15293,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/daviddengcn/go-colortext licensed under: = += vendor/github.com/daviddengcn/go-colortext licensed under: = BSD License =========== @@ -15537,7 +15352,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/dgrijalva/jwt-go licensed under: = += vendor/github.com/dgrijalva/jwt-go licensed under: = Copyright (c) 2012 Dave Grijalva @@ -15549,7 +15364,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ================================================================================ -= Godeps/_workspace/src/github.com/docker/distribution/digest licensed under: = += vendor/github.com/docker/distribution/digest licensed under: = Apache License Version 2.0, January 2004 @@ -15755,7 +15570,7 @@ Apache License ================================================================================ -= Godeps/_workspace/src/github.com/docker/distribution/reference licensed under: = += vendor/github.com/docker/distribution/reference licensed under: = Apache License Version 2.0, January 2004 @@ -15961,7 +15776,7 @@ Apache License ================================================================================ -= Godeps/_workspace/src/github.com/docker/docker/pkg/jsonmessage licensed under: = += vendor/github.com/docker/docker/pkg/jsonmessage licensed under: = Apache License @@ -16175,7 +15990,7 @@ For more information, please see https://www.bis.doc.gov See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/docker/pkg/mount licensed under: = += vendor/github.com/docker/docker/pkg/mount licensed under: = Apache License @@ -16389,7 +16204,7 @@ For more information, please see https://www.bis.doc.gov See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/docker/pkg/stdcopy licensed under: = += vendor/github.com/docker/docker/pkg/stdcopy licensed under: = Apache License @@ -16603,7 +16418,7 @@ For more information, please see https://www.bis.doc.gov See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/docker/pkg/symlink licensed under: = += vendor/github.com/docker/docker/pkg/symlink licensed under: = Apache License @@ -16817,7 +16632,7 @@ For more information, please see https://www.bis.doc.gov See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/docker/pkg/term licensed under: = += vendor/github.com/docker/docker/pkg/term licensed under: = Apache License @@ -17031,7 +16846,7 @@ For more information, please see https://www.bis.doc.gov See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/docker/pkg/timeutils licensed under: = += vendor/github.com/docker/docker/pkg/timeutils licensed under: = Apache License @@ -17245,7 +17060,7 @@ For more information, please see https://www.bis.doc.gov See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/docker/pkg/units licensed under: = += vendor/github.com/docker/docker/pkg/units licensed under: = Apache License @@ -17459,7 +17274,7 @@ For more information, please see https://www.bis.doc.gov See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/engine-api/client licensed under: = += vendor/github.com/docker/engine-api/client licensed under: = Apache License @@ -17655,7 +17470,7 @@ See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/engine-api/types licensed under: = += vendor/github.com/docker/engine-api/types licensed under: = Apache License @@ -17851,7 +17666,7 @@ See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/go-connections/nat licensed under: = += vendor/github.com/docker/go-connections/nat licensed under: = Apache License @@ -18047,7 +17862,7 @@ See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/go-connections/sockets licensed under: = += vendor/github.com/docker/go-connections/sockets licensed under: = Apache License @@ -18243,7 +18058,7 @@ See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/go-connections/tlsconfig licensed under: = += vendor/github.com/docker/go-connections/tlsconfig licensed under: = Apache License @@ -18439,7 +18254,7 @@ See also https://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/docker/go-units licensed under: = += vendor/github.com/docker/go-units licensed under: = Apache License @@ -18643,7 +18458,7 @@ International License under the terms and conditions set forth in the file CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/. ================================================================================ -= Godeps/_workspace/src/github.com/docker/spdystream licensed under: = += vendor/github.com/docker/spdystream licensed under: = Apache License @@ -18842,7 +18657,7 @@ CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/. Copyright © 2014-2015 Docker, Inc. All rights reserved, except as follows. Code is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/. ================================================================================ -= Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs licensed under: = += vendor/github.com/elazarl/go-bindata-assetfs licensed under: = Copyright (c) 2014, Elazar Leibovich All rights reserved. @@ -18870,7 +18685,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/elazarl/goproxy licensed under: = += vendor/github.com/elazarl/goproxy licensed under: = Copyright (c) 2012 Elazar Leibovich. All rights reserved. @@ -18902,7 +18717,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/emicklei/go-restful licensed under: = += vendor/github.com/emicklei/go-restful licensed under: = Copyright (c) 2012,2013 Ernest Micklei @@ -18929,7 +18744,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/evanphx/json-patch licensed under: = += vendor/github.com/evanphx/json-patch licensed under: = Copyright (c) 2014, Evan Phoenix All rights reserved. @@ -18959,7 +18774,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/fsouza/go-dockerclient licensed under: = += vendor/github.com/fsouza/go-dockerclient licensed under: = Copyright (c) 2016, go-dockerclient authors All rights reserved. @@ -18986,7 +18801,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/garyburd/redigo/internal licensed under: = += vendor/github.com/garyburd/redigo/internal licensed under: = Apache License @@ -19166,7 +18981,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/garyburd/redigo/redis licensed under: = += vendor/github.com/garyburd/redigo/redis licensed under: = Apache License @@ -19346,7 +19161,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/ghodss/yaml licensed under: = += vendor/github.com/ghodss/yaml licensed under: = The MIT License (MIT) @@ -19401,7 +19216,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/go-ini/ini licensed under: = += vendor/github.com/go-ini/ini licensed under: = Apache License Version 2.0, January 2004 @@ -19597,7 +19412,7 @@ third-party archives. ================================================================================ -= Godeps/_workspace/src/github.com/godbus/dbus licensed under: = += vendor/github.com/godbus/dbus licensed under: = Copyright (c) 2013, Georg Reinke (), Google All rights reserved. @@ -19627,7 +19442,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/gogoproto licensed under: = += vendor/github.com/gogo/protobuf/gogoproto licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -19869,7 +19684,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/defaultcheck licensed under: = += vendor/github.com/gogo/protobuf/plugin/defaultcheck licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -20111,7 +19926,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/description licensed under: = += vendor/github.com/gogo/protobuf/plugin/description licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -20353,7 +20168,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/embedcheck licensed under: = += vendor/github.com/gogo/protobuf/plugin/embedcheck licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -20595,7 +20410,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/enumstringer licensed under: = += vendor/github.com/gogo/protobuf/plugin/enumstringer licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -20837,7 +20652,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/equal licensed under: = += vendor/github.com/gogo/protobuf/plugin/equal licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -21079,7 +20894,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/face licensed under: = += vendor/github.com/gogo/protobuf/plugin/face licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -21321,7 +21136,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/gostring licensed under: = += vendor/github.com/gogo/protobuf/plugin/gostring licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -21563,7 +21378,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/grpc licensed under: = += vendor/github.com/gogo/protobuf/plugin/grpc licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -21805,7 +21620,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/marshalto licensed under: = += vendor/github.com/gogo/protobuf/plugin/marshalto licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -22047,7 +21862,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/oneofcheck licensed under: = += vendor/github.com/gogo/protobuf/plugin/oneofcheck licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -22289,7 +22104,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/populate licensed under: = += vendor/github.com/gogo/protobuf/plugin/populate licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -22531,7 +22346,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/size licensed under: = += vendor/github.com/gogo/protobuf/plugin/size licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -22773,7 +22588,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/stringer licensed under: = += vendor/github.com/gogo/protobuf/plugin/stringer licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -23015,7 +22830,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/testgen licensed under: = += vendor/github.com/gogo/protobuf/plugin/testgen licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -23257,7 +23072,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/union licensed under: = += vendor/github.com/gogo/protobuf/plugin/union licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -23499,7 +23314,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/plugin/unmarshal licensed under: = += vendor/github.com/gogo/protobuf/plugin/unmarshal licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -23741,7 +23556,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/proto licensed under: = += vendor/github.com/gogo/protobuf/proto licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -23983,7 +23798,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor licensed under: = += vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -24225,7 +24040,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/generator licensed under: = += vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -24467,7 +24282,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/plugin licensed under: = += vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -24709,7 +24524,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/sortkeys licensed under: = += vendor/github.com/gogo/protobuf/sortkeys licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -24951,7 +24766,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/gogo/protobuf/vanity licensed under: = += vendor/github.com/gogo/protobuf/vanity licensed under: = Extensions for Protocol Buffers to create more go like structures. @@ -25193,7 +25008,7 @@ the --go_out argument to protoc: protoc --gogo_out=plugins=grpc:. *.proto ================================================================================ -= Godeps/_workspace/src/github.com/golang/glog licensed under: = += vendor/github.com/golang/glog licensed under: = Apache License Version 2.0, January 2004 @@ -25389,7 +25204,7 @@ third-party archives. ================================================================================ -= Godeps/_workspace/src/github.com/golang/groupcache/lru licensed under: = += vendor/github.com/golang/groupcache/lru licensed under: = Apache License Version 2.0, January 2004 @@ -25585,7 +25400,7 @@ third-party archives. ================================================================================ -= Godeps/_workspace/src/github.com/golang/mock/gomock licensed under: = += vendor/github.com/golang/mock/gomock licensed under: = Apache License @@ -25792,7 +25607,7 @@ third-party archives. ================================================================================ -= Godeps/_workspace/src/github.com/golang/protobuf/proto licensed under: = += vendor/github.com/golang/protobuf/proto licensed under: = Go support for Protocol Buffers - Google's data interchange format @@ -26023,7 +25838,7 @@ which is used by the gRPC code generation. This interface is not supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/btree licensed under: = += vendor/github.com/google/btree licensed under: = Apache License @@ -26230,7 +26045,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/api licensed under: = += vendor/github.com/google/cadvisor/api licensed under: = Copyright 2014 The cAdvisor Authors @@ -26425,7 +26240,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/cache/memory licensed under: = += vendor/github.com/google/cadvisor/cache/memory licensed under: = Copyright 2014 The cAdvisor Authors @@ -26620,7 +26435,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/collector licensed under: = += vendor/github.com/google/cadvisor/collector licensed under: = Copyright 2014 The cAdvisor Authors @@ -26815,7 +26630,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/container licensed under: = += vendor/github.com/google/cadvisor/container licensed under: = Copyright 2014 The cAdvisor Authors @@ -27010,7 +26825,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/events licensed under: = += vendor/github.com/google/cadvisor/events licensed under: = Copyright 2014 The cAdvisor Authors @@ -27205,7 +27020,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/fs licensed under: = += vendor/github.com/google/cadvisor/fs licensed under: = Copyright 2014 The cAdvisor Authors @@ -27400,7 +27215,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/healthz licensed under: = += vendor/github.com/google/cadvisor/healthz licensed under: = Copyright 2014 The cAdvisor Authors @@ -27595,7 +27410,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/http licensed under: = += vendor/github.com/google/cadvisor/http licensed under: = Copyright 2014 The cAdvisor Authors @@ -27790,7 +27605,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/info/v1 licensed under: = += vendor/github.com/google/cadvisor/info/v1 licensed under: = Copyright 2014 The cAdvisor Authors @@ -27985,7 +27800,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/info/v2 licensed under: = += vendor/github.com/google/cadvisor/info/v2 licensed under: = Copyright 2014 The cAdvisor Authors @@ -28180,7 +27995,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/manager licensed under: = += vendor/github.com/google/cadvisor/manager licensed under: = Copyright 2014 The cAdvisor Authors @@ -28375,7 +28190,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/metrics licensed under: = += vendor/github.com/google/cadvisor/metrics licensed under: = Copyright 2014 The cAdvisor Authors @@ -28570,7 +28385,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/pages licensed under: = += vendor/github.com/google/cadvisor/pages licensed under: = Copyright 2014 The cAdvisor Authors @@ -28765,7 +28580,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/storage licensed under: = += vendor/github.com/google/cadvisor/storage licensed under: = Copyright 2014 The cAdvisor Authors @@ -28960,7 +28775,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/summary licensed under: = += vendor/github.com/google/cadvisor/summary licensed under: = Copyright 2014 The cAdvisor Authors @@ -29155,7 +28970,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/utils licensed under: = += vendor/github.com/google/cadvisor/utils licensed under: = Copyright 2014 The cAdvisor Authors @@ -29350,7 +29165,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/validate licensed under: = += vendor/github.com/google/cadvisor/validate licensed under: = Copyright 2014 The cAdvisor Authors @@ -29545,7 +29360,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/cadvisor/version licensed under: = += vendor/github.com/google/cadvisor/version licensed under: = Copyright 2014 The cAdvisor Authors @@ -29740,7 +29555,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/google/gofuzz licensed under: = += vendor/github.com/google/gofuzz licensed under: = Apache License @@ -29947,7 +29762,7 @@ supported and is subject to incompatible changes without notice. ================================================================================ -= Godeps/_workspace/src/github.com/gorilla/context licensed under: = += vendor/github.com/gorilla/context licensed under: = Copyright (c) 2012 Rodrigo Moraes. All rights reserved. @@ -29979,7 +29794,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/gorilla/mux licensed under: = += vendor/github.com/gorilla/mux licensed under: = Copyright (c) 2012 Rodrigo Moraes. All rights reserved. @@ -30011,7 +29826,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/hashicorp/go-msgpack/codec licensed under: = += vendor/github.com/hashicorp/go-msgpack/codec licensed under: = Copyright (c) 2012, 2013 Ugorji Nwoke. All rights reserved. @@ -30041,7 +29856,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/hashicorp/golang-lru licensed under: = += vendor/github.com/hashicorp/golang-lru licensed under: = Mozilla Public License, version 2.0 @@ -30408,7 +30223,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice ================================================================================ -= Godeps/_workspace/src/github.com/hashicorp/raft licensed under: = += vendor/github.com/hashicorp/raft licensed under: = Mozilla Public License, version 2.0 @@ -30766,7 +30581,7 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice ================================================================================ -= Godeps/_workspace/src/github.com/hashicorp/raft-boltdb licensed under: = += vendor/github.com/hashicorp/raft-boltdb licensed under: = Mozilla Public License, version 2.0 @@ -31133,7 +30948,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice ================================================================================ -= Godeps/_workspace/src/github.com/hawkular/hawkular-client-go/metrics licensed under: = += vendor/github.com/hawkular/hawkular-client-go/metrics licensed under: = Apache License Version 2.0, January 2004 @@ -31339,7 +31154,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice ================================================================================ -= Godeps/_workspace/src/github.com/imdario/mergo licensed under: = += vendor/github.com/imdario/mergo licensed under: = Copyright (c) 2013 Dario Castañé. All rights reserved. Copyright (c) 2012 The Go Authors. All rights reserved. @@ -31372,7 +31187,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/inconshreveable/mousetrap licensed under: = += vendor/github.com/inconshreveable/mousetrap licensed under: = Copyright 2014 Alan Shreve @@ -31390,7 +31205,7 @@ limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/influxdb/influxdb/client licensed under: = += vendor/github.com/influxdb/influxdb/client licensed under: = The MIT License (MIT) @@ -31415,7 +31230,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/influxdb/influxdb/influxql licensed under: = += vendor/github.com/influxdb/influxdb/influxql licensed under: = The MIT License (MIT) @@ -31440,7 +31255,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/influxdb/influxdb/meta licensed under: = += vendor/github.com/influxdb/influxdb/meta licensed under: = The MIT License (MIT) @@ -31465,7 +31280,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/influxdb/influxdb/snapshot licensed under: = += vendor/github.com/influxdb/influxdb/snapshot licensed under: = The MIT License (MIT) @@ -31490,7 +31305,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/influxdb/influxdb/toml licensed under: = += vendor/github.com/influxdb/influxdb/toml licensed under: = The MIT License (MIT) @@ -31515,7 +31330,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/influxdb/influxdb/tsdb licensed under: = += vendor/github.com/influxdb/influxdb/tsdb licensed under: = The MIT License (MIT) @@ -31540,7 +31355,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/jmespath/go-jmespath licensed under: = += vendor/github.com/jmespath/go-jmespath licensed under: = Copyright 2015 James Saryerwinnie @@ -31558,7 +31373,7 @@ limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/jonboulle/clockwork licensed under: = += vendor/github.com/jonboulle/clockwork licensed under: = Apache License Version 2.0, January 2004 @@ -31764,7 +31579,7 @@ Apache License ================================================================================ -= Godeps/_workspace/src/github.com/juju/ratelimit licensed under: = += vendor/github.com/juju/ratelimit licensed under: = All files in this repository are licensed as follows. If you contribute to this repository, it is assumed that you license your contribution @@ -31960,7 +31775,7 @@ Library. ================================================================================ -= Godeps/_workspace/src/github.com/kardianos/osext licensed under: = += vendor/github.com/kardianos/osext licensed under: = Copyright (c) 2012 The Go Authors. All rights reserved. @@ -31992,7 +31807,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/kr/pty licensed under: = += vendor/github.com/kr/pty licensed under: = Copyright (c) 2011 Keith Rarick @@ -32020,7 +31835,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil licensed under: = += vendor/github.com/matttproud/golang_protobuf_extensions/pbutil licensed under: = Apache License Version 2.0, January 2004 @@ -32227,7 +32042,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Copyright 2012 Matt T. Proud (matt.proud@gmail.com) ================================================================================ -= Godeps/_workspace/src/github.com/mesos/mesos-go/auth licensed under: = += vendor/github.com/mesos/mesos-go/auth licensed under: = Apache License Version 2.0, January 2004 @@ -32446,7 +32261,7 @@ See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/mesos/mesos-go/detector licensed under: = += vendor/github.com/mesos/mesos-go/detector licensed under: = Apache License Version 2.0, January 2004 @@ -32665,7 +32480,7 @@ See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/mesos/mesos-go/executor licensed under: = += vendor/github.com/mesos/mesos-go/executor licensed under: = Apache License Version 2.0, January 2004 @@ -32884,7 +32699,7 @@ See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/mesos/mesos-go/mesosproto licensed under: = += vendor/github.com/mesos/mesos-go/mesosproto licensed under: = Apache License Version 2.0, January 2004 @@ -33103,7 +32918,7 @@ See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/mesos/mesos-go/mesosutil licensed under: = += vendor/github.com/mesos/mesos-go/mesosutil licensed under: = Apache License Version 2.0, January 2004 @@ -33322,7 +33137,7 @@ See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/mesos/mesos-go/messenger licensed under: = += vendor/github.com/mesos/mesos-go/messenger licensed under: = Apache License Version 2.0, January 2004 @@ -33541,7 +33356,7 @@ See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/mesos/mesos-go/scheduler licensed under: = += vendor/github.com/mesos/mesos-go/scheduler licensed under: = Apache License Version 2.0, January 2004 @@ -33760,7 +33575,7 @@ See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/mesos/mesos-go/upid licensed under: = += vendor/github.com/mesos/mesos-go/upid licensed under: = Apache License Version 2.0, January 2004 @@ -33979,7 +33794,7 @@ See the License for the specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/Microsoft/go-winio licensed under: = += vendor/github.com/Microsoft/go-winio licensed under: = The MIT License (MIT) @@ -34005,7 +33820,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/miekg/dns licensed under: = += vendor/github.com/miekg/dns licensed under: = Extensions of the original work are copyright (c) 2011 Miek Gieben @@ -34041,7 +33856,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/mistifyio/go-zfs licensed under: = += vendor/github.com/mistifyio/go-zfs licensed under: = Apache License Version 2.0, January 2004 @@ -34247,7 +34062,7 @@ Apache License ================================================================================ -= Godeps/_workspace/src/github.com/mitchellh/mapstructure licensed under: = += vendor/github.com/mitchellh/mapstructure licensed under: = The MIT License (MIT) @@ -34273,7 +34088,7 @@ THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/mvdan/xurls licensed under: = += vendor/github.com/mvdan/xurls licensed under: = Copyright (c) 2015, Daniel Martí. All rights reserved. @@ -34305,7 +34120,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/mxk/go-flowrate/flowrate licensed under: = += vendor/github.com/mxk/go-flowrate/flowrate licensed under: = Copyright (c) 2014 The Go-FlowRate Authors. All rights reserved. @@ -34339,7 +34154,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/onsi/ginkgo licensed under: = += vendor/github.com/onsi/ginkgo licensed under: = Copyright (c) 2013-2014 Onsi Fakhouri @@ -34364,7 +34179,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/onsi/gomega licensed under: = += vendor/github.com/onsi/gomega licensed under: = Copyright (c) 2013-2014 Onsi Fakhouri @@ -34389,7 +34204,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer licensed under: = += vendor/github.com/opencontainers/runc/libcontainer licensed under: = Apache License @@ -34600,7 +34415,7 @@ For more information, please see http://www.bis.doc.gov See also http://www.apache.org/dev/crypto.html and/or seek legal counsel. ================================================================================ -= Godeps/_workspace/src/github.com/pborman/uuid licensed under: = += vendor/github.com/pborman/uuid licensed under: = Copyright (c) 2009,2014 Google Inc. All rights reserved. @@ -34632,7 +34447,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/pmezard/go-difflib/difflib licensed under: = += vendor/github.com/pmezard/go-difflib/difflib licensed under: = Copyright (c) 2013, Patrick Mezard All rights reserved. @@ -34664,7 +34479,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus licensed under: = += vendor/github.com/prometheus/client_golang/prometheus licensed under: = Apache License Version 2.0, January 2004 @@ -34897,7 +34712,7 @@ Copyright 2013 Matt T. Proud Licensed under the Apache License, Version 2.0 ================================================================================ -= Godeps/_workspace/src/github.com/prometheus/client_model/go licensed under: = += vendor/github.com/prometheus/client_model/go licensed under: = Apache License Version 2.0, January 2004 @@ -35107,7 +34922,23 @@ This product includes software developed at SoundCloud Ltd. (http://soundcloud.com/). ================================================================================ -= Godeps/_workspace/src/github.com/prometheus/common/expfmt licensed under: = += vendor/github.com/prometheus/common/expfmt licensed under: = + +Copyright 2015 The Prometheus Authors + +This product includes software developed at +SoundCloud Ltd. (http://soundcloud.com/). + +================================================================================ += vendor/github.com/prometheus/common/model licensed under: = + +Copyright 2015 The Prometheus Authors + +This product includes software developed at +SoundCloud Ltd. (http://soundcloud.com/). + +================================================================================ += vendor/github.com/prometheus/procfs licensed under: = Apache License Version 2.0, January 2004 @@ -35311,450 +35142,30 @@ SoundCloud Ltd. (http://soundcloud.com/). See the License for the specific language governing permissions and limitations under the License. -Copyright 2015 The Prometheus Authors +Copyright 2014-2015 The Prometheus Authors This product includes software developed at SoundCloud Ltd. (http://soundcloud.com/). ================================================================================ -= Godeps/_workspace/src/github.com/prometheus/common/model licensed under: = += vendor/github.com/rackspace/gophercloud licensed under: = - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -Copyright 2015 The Prometheus Authors - -This product includes software developed at -SoundCloud Ltd. (http://soundcloud.com/). - -================================================================================ -= Godeps/_workspace/src/github.com/prometheus/procfs licensed under: = - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -Copyright 2014-2015 The Prometheus Authors - -This product includes software developed at -SoundCloud Ltd. (http://soundcloud.com/). - -================================================================================ -= Godeps/_workspace/src/github.com/rackspace/gophercloud licensed under: = - -Copyright 2012-2013 Rackspace, Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. - ------- - - Apache License +Copyright 2012-2013 Rackspace, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. + +------ + + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -35933,7 +35344,7 @@ specific language governing permissions and limitations under the License. ================================================================================ -= Godeps/_workspace/src/github.com/russross/blackfriday licensed under: = += vendor/github.com/russross/blackfriday licensed under: = Blackfriday is distributed under the Simplified BSD License: @@ -35967,7 +35378,7 @@ Blackfriday is distributed under the Simplified BSD License: ================================================================================ -= Godeps/_workspace/src/github.com/samuel/go-zookeeper/zk licensed under: = += vendor/github.com/samuel/go-zookeeper/zk licensed under: = Copyright (c) 2013, Samuel Stauffer All rights reserved. @@ -35997,7 +35408,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/seccomp/libseccomp-golang licensed under: = += vendor/github.com/seccomp/libseccomp-golang licensed under: = Copyright (c) 2015 Matthew Heon Copyright (c) 2015 Paul Moore @@ -36024,7 +35435,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name licensed under: = += vendor/github.com/shurcooL/sanitized_anchor_name licensed under: = Copyright (c) 2015 Dmitri Shuralyov @@ -36048,7 +35459,7 @@ THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/Sirupsen/logrus licensed under: = += vendor/github.com/Sirupsen/logrus licensed under: = The MIT License (MIT) @@ -36074,7 +35485,7 @@ THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/skynetservices/skydns/msg licensed under: = += vendor/github.com/skynetservices/skydns/msg licensed under: = The MIT License (MIT) @@ -36100,7 +35511,7 @@ THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/spf13/cobra licensed under: = += vendor/github.com/spf13/cobra licensed under: = Apache License Version 2.0, January 2004 @@ -36279,7 +35690,7 @@ THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/spf13/pflag licensed under: = += vendor/github.com/spf13/pflag licensed under: = Copyright (c) 2012 Alex Ogier. All rights reserved. Copyright (c) 2012 The Go Authors. All rights reserved. @@ -36312,7 +35723,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/stretchr/objx licensed under: = += vendor/github.com/stretchr/objx licensed under: = objx - by Mat Ryer and Tyler Bunnell @@ -36340,7 +35751,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/stretchr/testify/assert licensed under: = += vendor/github.com/stretchr/testify/assert licensed under: = Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell @@ -36376,7 +35787,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/stretchr/testify/mock licensed under: = += vendor/github.com/stretchr/testify/mock licensed under: = Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell @@ -36412,7 +35823,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/stretchr/testify/require licensed under: = += vendor/github.com/stretchr/testify/require licensed under: = Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell @@ -36448,7 +35859,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/syndtr/gocapability/capability licensed under: = += vendor/github.com/syndtr/gocapability/capability licensed under: = Copyright 2013 Suryandaru Triandana All rights reserved. @@ -36477,7 +35888,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/github.com/ugorji/go/codec licensed under: = += vendor/github.com/ugorji/go/codec licensed under: = The MIT License (MIT) @@ -36504,7 +35915,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/vishvananda/netlink licensed under: = += vendor/github.com/vishvananda/netlink licensed under: = Apache License @@ -36701,7 +36112,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/xiang90/probing licensed under: = += vendor/github.com/xiang90/probing licensed under: = The MIT License (MIT) @@ -36727,7 +36138,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/github.com/xyproto/simpleredis licensed under: = += vendor/github.com/xyproto/simpleredis licensed under: = The MIT License (MIT) @@ -36753,7 +36164,12 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/crypto/bcrypt licensed under: = += vendor/go4.org/errorutil licensed under: = + +UNKNOWN + +================================================================================ += vendor/golang.org/x/crypto/bcrypt licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36785,7 +36201,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/crypto/blowfish licensed under: = += vendor/golang.org/x/crypto/blowfish licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36817,7 +36233,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/crypto/ssh licensed under: = += vendor/golang.org/x/crypto/ssh licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36849,7 +36265,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/exp/inotify licensed under: = += vendor/golang.org/x/exp/inotify licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36881,7 +36297,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/net/context licensed under: = += vendor/golang.org/x/net/context licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36913,7 +36329,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/net/html licensed under: = += vendor/golang.org/x/net/html licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36945,7 +36361,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/net/http2 licensed under: = += vendor/golang.org/x/net/http2 licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36977,7 +36393,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/net/internal/timeseries licensed under: = += vendor/golang.org/x/net/internal/timeseries licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37009,7 +36425,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/net/proxy licensed under: = += vendor/golang.org/x/net/proxy licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37041,7 +36457,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/net/trace licensed under: = += vendor/golang.org/x/net/trace licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37073,7 +36489,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/net/websocket licensed under: = += vendor/golang.org/x/net/websocket licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37105,7 +36521,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/oauth2 licensed under: = += vendor/golang.org/x/oauth2 licensed under: = Copyright (c) 2009 The oauth2 Authors. All rights reserved. @@ -37137,7 +36553,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/golang.org/x/sys/unix licensed under: = += vendor/golang.org/x/sys/unix licensed under: = Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37169,7 +36585,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/google.golang.org/api/cloudmonitoring/v2beta2 licensed under: = += vendor/google.golang.org/api/cloudmonitoring/v2beta2 licensed under: = Copyright (c) 2011 Google Inc. All rights reserved. @@ -37201,7 +36617,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/google.golang.org/api/compute/v1 licensed under: = += vendor/google.golang.org/api/compute/v1 licensed under: = Copyright (c) 2011 Google Inc. All rights reserved. @@ -37233,7 +36649,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/google.golang.org/api/container/v1 licensed under: = += vendor/google.golang.org/api/container/v1 licensed under: = Copyright (c) 2011 Google Inc. All rights reserved. @@ -37265,7 +36681,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/google.golang.org/api/gensupport licensed under: = += vendor/google.golang.org/api/gensupport licensed under: = Copyright (c) 2011 Google Inc. All rights reserved. @@ -37297,7 +36713,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/google.golang.org/api/googleapi licensed under: = += vendor/google.golang.org/api/googleapi licensed under: = Copyright (c) 2011 Google Inc. All rights reserved. @@ -37329,7 +36745,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/google.golang.org/cloud/compute/metadata licensed under: = += vendor/google.golang.org/cloud/compute/metadata licensed under: = Apache License @@ -37536,7 +36952,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/google.golang.org/cloud/internal licensed under: = += vendor/google.golang.org/cloud/internal licensed under: = Apache License @@ -37743,7 +37159,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/google.golang.org/grpc licensed under: = += vendor/google.golang.org/grpc licensed under: = Copyright 2014, Google Inc. All rights reserved. @@ -37776,7 +37192,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/gopkg.in/gcfg.v1 licensed under: = += vendor/gopkg.in/gcfg.v1 licensed under: = Copyright (c) 2012 Péter Surányi. Portions Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37809,7 +37225,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================ -= Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2 licensed under: = += vendor/gopkg.in/natefinch/lumberjack.v2 licensed under: = The MIT License (MIT) @@ -37835,7 +37251,7 @@ SOFTWARE. ================================================================================ -= Godeps/_workspace/src/gopkg.in/yaml.v2 licensed under: = += vendor/gopkg.in/yaml.v2 licensed under: = Copyright (c) 2011-2014 - Canonical Inc. @@ -38028,7 +37444,7 @@ Library. ================================================================================ -= Godeps/_workspace/src/k8s.io/heapster/metrics/api/v1/types licensed under: = += vendor/k8s.io/heapster/metrics/api/v1/types licensed under: = Apache License Version 2.0, January 2004 @@ -38234,7 +37650,7 @@ Apache License ================================================================================ -= Godeps/_workspace/src/speter.net/go/exp/math/dec/inf licensed under: = += vendor/speter.net/go/exp/math/dec/inf licensed under: = Copyright (c) 2012 Péter Surányi. All rights reserved. diff --git a/hack/update-godep-licenses.sh b/hack/update-godep-licenses.sh index 316b8f9bc0e1..e8eb054aaf0d 100755 --- a/hack/update-godep-licenses.sh +++ b/hack/update-godep-licenses.sh @@ -30,6 +30,9 @@ set -o errexit set -o nounset set -o pipefail +export LANG=C +export LC_ALL=C + ############################################################################### # Manage the state of LICENSE/COPYRIGHT files # Default operation is to check to see if a file is in the state file. @@ -56,7 +59,7 @@ file_state () { # Get return code from grep itself # Redirect stderr so that a missing state file returns 1 quietly - LANG=C egrep -wq "^${file}$" ${GODEPS_STATE} 2>/dev/null + egrep -wq "^${file}$" ${GODEPS_STATE} 2>/dev/null } ############################################################################### @@ -68,12 +71,11 @@ file_state () { process_content () { local package=$1 local type=$2 - local f + local package_root local ensure_pattern local package_root_url local dir_root - local godeps_root local find_maxdepth local find_names local -a local_files=() @@ -103,7 +105,7 @@ process_content () { github.com/*|golang.org/*|bitbucket.org/*) package_root=$(echo ${package} |awk -F/ '{print $1"/"$2"/"$3 }') ;; - *) + *) package_root=$(echo ${package} |awk -F/ '{print $1"/"$2 }') ;; esac @@ -111,50 +113,47 @@ process_content () { package_root_url="${package_root/github.com/raw.githubusercontent.com}" # Find LOCAL files first - only root and package level - for dir_root in ${package} ${package_root}; do - for godeps_root in ${GODEPS_SRC} ${GODEPS_AUX}; do - [[ -d ${godeps_root}/${dir_root} ]] || continue + local_files=($( + for dir_root in ${package} ${package_root}; do + [[ -d ${DEPS_DIR}/${dir_root} ]] || continue # One (set) of these is fine - local_files+=($(find ${godeps_root}/${dir_root} \ - -xdev -follow -maxdepth ${find_maxdepth} \ - -type f "${find_names[@]}")) - done - done - # Uniquely sort the array - IFS=$'\n' local_files=($(LC_ALL=C sort -u <<<"${local_files[*]-}")) - unset IFS + find ${DEPS_DIR}/${dir_root} \ + -xdev -follow -maxdepth ${find_maxdepth} \ + -type f "${find_names[@]}" + done | sort -u)) + local index + local f + index="${package}-${type}" + FILE_CONTENT[${index}]="" for f in ${local_files[@]-}; do # Find some copyright info in any file and break - egrep -wq "${ensure_pattern}" ${f} && \ - FILE_CONTENT[${package}-${type}]="$(cat ${f})" && break + if egrep -wq "${ensure_pattern}" "${f}"; then + FILE_CONTENT[${index}]=$(cat "${f}") + break + fi done - # When nothing is set at the package level, try package_root - : ${FILE_CONTENT[${package}-${type}]:="${FILE_CONTENT[${package_root}-${type}]-}"} - if [[ -z "${FILE_CONTENT[${package}-${type}]-}" ]]; then + if [[ -z "${FILE_CONTENT[${index}]-}" ]]; then + # When nothing is set at the package level, try package_root + FILE_CONTENT[${index}]="${FILE_CONTENT[${package_root}-${type}]-}" + fi + + if [[ -z "${FILE_CONTENT[${index}]-}" ]]; then + # Last ditch attempt - see if we can get it from version control for f in ${remote_files[@]}; do file_state "${package_root_url}/master/${f}" && continue - if ! FILE_CONTENT[${package}-${type}]="$(\ + if ! FILE_CONTENT[${index}]="$(\ curl --fail --retry 10 -s \ - https://${package_root_url}/master/${f})" || \ - ! $(echo "${FILE_CONTENT[${package}-${type}]-}" |\ + https://${package_root_url}/master/${f})" || \ + ! $(echo "${FILE_CONTENT[${index}]-}" |\ egrep -qw "${ensure_pattern}") || - [[ "${FILE_CONTENT[${package}-${type}]-}" =~ \<\ *html ]] ; then + [[ "${FILE_CONTENT[${index}]-}" =~ \<\ *html ]] ; then ((CREATE_MISSING)) || file_state -a "${package_root_url}/master/${f}" continue fi - - if [[ -n "${FILE_CONTENT[${package}-${type}]-}" ]]; then - if ((CREATE_MISSING)); then - mkdir -p ${GODEPS_AUX}/${package_root} - echo "${FILE_CONTENT[${package}-${type}]}" \ - > ${GODEPS_AUX}/${package_root}/${f} - fi - break - fi done fi } @@ -163,8 +162,11 @@ process_content () { ############################################################################# # MAIN ############################################################################# -KUBE_ROOT="${KUBE_ROOT:-$(cd "$(dirname "${BASH_SOURCE}")/.." && pwd -P)}" -cd "${KUBE_ROOT}" +KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. +source "${KUBE_ROOT}/hack/lib/init.sh" + +LICENSE_ROOT="${LICENSE_ROOT:-${KUBE_ROOT}}" +cd "${LICENSE_ROOT}" # If CREATE_MISSING=1, the state file is ignored CREATE_MISSING=0 @@ -177,8 +179,7 @@ fi GODEPS_STATE="Godeps/.license_file_state" GODEPS_LICENSE_FILE=${1:-"Godeps/LICENSES"} -GODEPS_SRC="Godeps/_workspace/src" -GODEPS_AUX="Godeps/_workspace_aux/src" +DEPS_DIR="vendor" declare -Ag FILE_CONTENT @@ -187,20 +188,20 @@ declare -Ag FILE_CONTENT echo "================================================================================" echo "= Kubernetes licensed under: =" echo -cat ${KUBE_ROOT}/LICENSE +cat ${LICENSE_ROOT}/LICENSE ) > ${GODEPS_LICENSE_FILE} # Loop through every package in Godeps.json -for PACKAGE in $(cat Godeps/Godeps.json |\ - jq -r ".Deps[].ImportPath" | LC_ALL=C sort -f); do - +for PACKAGE in $(cat Godeps/Godeps.json | \ + jq -r ".Deps[].ImportPath" | \ + sort -f); do process_content ${PACKAGE} LICENSE process_content ${PACKAGE} COPYRIGHT # display content echo echo "================================================================================" - echo "= ${GODEPS_SRC}/${PACKAGE} licensed under: =" + echo "= ${DEPS_DIR}/${PACKAGE} licensed under: =" echo if [[ -z "${FILE_CONTENT[${PACKAGE}-LICENSE]-}" && diff --git a/hack/verify-godep-licenses.sh b/hack/verify-godep-licenses.sh index 09c0244ab062..db6ed1e01af2 100755 --- a/hack/verify-godep-licenses.sh +++ b/hack/verify-godep-licenses.sh @@ -18,7 +18,7 @@ set -o errexit set -o nounset set -o pipefail -KUBE_ROOT="$(cd "$(dirname "${BASH_SOURCE}")/.." && pwd -P)" +KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" readonly branch=${1:-${KUBE_VERIFY_GIT_BRANCH:-master}} @@ -28,8 +28,10 @@ if ! [[ ${KUBE_FORCE_VERIFY_CHECKS:-} =~ ^[yY]$ ]] && \ fi # create a nice clean place to put our new godeps -# must be in the user dir (e.g. KUBE_ROOT) in order for the docker volume mount to work with docker-machine on macs -_tmpdir="$(mktemp -d "${KUBE_ROOT}/kube-godep-licenses.XXXXXX")" +# must be in the user dir (e.g. KUBE_ROOT) in order for the docker volume mount +# to work with docker-machine on macs +mkdir -p "${KUBE_ROOT}/_tmp" +_tmpdir="$(mktemp -d "${KUBE_ROOT}/_tmp/kube-godep-licenses.XXXXXX")" echo "Created workspace: ${_tmpdir}" function cleanup { echo "Removing workspace: ${_tmpdir}" @@ -37,11 +39,12 @@ function cleanup { } trap cleanup EXIT -cp -r "${KUBE_ROOT}/LICENSE" "${_tmpdir}/" cp -r "${KUBE_ROOT}/Godeps" "${_tmpdir}/Godeps" +ln -s "${KUBE_ROOT}/LICENSE" "${_tmpdir}" +ln -s "${KUBE_ROOT}/vendor" "${_tmpdir}" # Update Godep Licenses -KUBE_ROOT="${_tmpdir}" "${KUBE_ROOT}/hack/update-godep-licenses.sh" +LICENSE_ROOT="${_tmpdir}" "${KUBE_ROOT}/hack/update-godep-licenses.sh" # Compare Godep Licenses if ! _out="$(diff -Naupr ${KUBE_ROOT}/Godeps/LICENSES ${_tmpdir}/Godeps/LICENSES)"; then From bfabdb05c5ed19dd1f2ab553749ca58986f8907b Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 30 Apr 2016 16:07:59 -0700 Subject: [PATCH 12/16] Fix update-generated-swagger-docs --- hack/update-generated-swagger-docs.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/update-generated-swagger-docs.sh b/hack/update-generated-swagger-docs.sh index 3d76e19b70d7..a25698e79d54 100755 --- a/hack/update-generated-swagger-docs.sh +++ b/hack/update-generated-swagger-docs.sh @@ -46,8 +46,9 @@ function generate_version() { // AUTO-GENERATED FUNCTIONS START HERE EOF - GOPATH=$(godep path):$GOPATH go run cmd/genswaggertypedocs/swagger_type_docs.go -s \ - "pkg/$(kube::util::group-version-to-pkg-path "${group_version}")/types.go" -f - \ + go run cmd/genswaggertypedocs/swagger_type_docs.go -s \ + "pkg/$(kube::util::group-version-to-pkg-path "${group_version}")/types.go" \ + -f - \ >> "$TMPFILE" echo "// AUTO-GENERATED FUNCTIONS END HERE" >> "$TMPFILE" From 833770d9ac627d21256c809643bdcd9bbd4af60c Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sun, 1 May 2016 00:00:36 -0700 Subject: [PATCH 13/16] Fix verify-godeps --- hack/verify-godeps.sh | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/hack/verify-godeps.sh b/hack/verify-godeps.sh index e60df42e4d98..56886400c711 100755 --- a/hack/verify-godeps.sh +++ b/hack/verify-godeps.sh @@ -48,7 +48,7 @@ if ! [[ ${KUBE_FORCE_VERIFY_CHECKS:-} =~ ^[yY]$ ]] && \ exit 0 fi -# create a nice clean place to put our new godeps +# Create a nice clean place to put our new godeps _tmpdir="$(mktemp -d -t gopath.XXXXXX)" function cleanup { echo "Removing ${_tmpdir}" @@ -56,39 +56,41 @@ function cleanup { } trap cleanup EXIT -# build the godep tool +# Copy the contents of the kube directory into the nice clean place +_kubetmp="${_tmpdir}/src/k8s.io" +mkdir -p "${_kubetmp}" +# should create ${_kubectmp}/kubernetes +git archive --format=tar --prefix=kubernetes/ $(git write-tree) | (cd "${_kubetmp}" && tar xf -) +_kubetmp="${_kubetmp}/kubernetes" + +# Do all our work in the new GOPATH export GOPATH="${_tmpdir}" +cd "${_kubetmp}" + +# Build the godep tool go get -u github.com/tools/godep 2>/dev/null -GODEP="${_tmpdir}/bin/godep" +GODEP="${GOPATH}/bin/godep" pushd "${GOPATH}/src/github.com/tools/godep" > /dev/null git checkout v53 "${GODEP}" go install popd > /dev/null -# fill out that nice clean place with the kube godeps +# Fill out that nice clean place with the kube godeps echo "Starting to download all kubernetes godeps. This takes a while" - "${GODEP}" restore echo "Download finished" -# copy the contents of your kube directory into the nice clean place -_kubetmp="${_tmpdir}/src/k8s.io" -mkdir -p "${_kubetmp}" -#should create ${_kubectmp}/kubernetes -git archive --format=tar --prefix=kubernetes/ $(git write-tree) | (cd "${_kubetmp}" && tar xf -) -_kubetmp="${_kubetmp}/kubernetes" - -# destroy godeps in our COPY of the kube tree -pushd "${_kubetmp}" > /dev/null - rm -rf ./Godeps +# Destroy deps in the copy of the kube tree +rm -rf ./Godeps ./vendor - # for some reason the kube tree needs to be a git repo for the godep tool to run. Doesn't make sense - git init > /dev/null 2>&1 +# For some reason the kube tree needs to be a git repo for the godep tool to +# run. Doesn't make sense. +git init > /dev/null 2>&1 - # recreate the Godeps using the nice clean set we just downloaded - "${GODEP}" save ./... -popd > /dev/null +# Recreate the Godeps using the nice clean set we just downloaded +"${GODEP}" save ./... +# Test for diffs if ! _out="$(diff -Naupr --ignore-matching-lines='^\s*\"GoVersion\":' --ignore-matching-lines='^\s*\"Comment\":' ${KUBE_ROOT}/Godeps/Godeps.json ${_kubetmp}/Godeps/Godeps.json)"; then echo "Your Godeps.json is different:" echo "${_out}" From 18e7a3eb243f4fa74ea3258dad946999c327da01 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 3 May 2016 22:00:27 -0700 Subject: [PATCH 14/16] Get rid of hack/after-build scripts The build is now fast enough to not need them. --- docs/devel/adding-an-APIGroup.md | 13 +-- hack/after-build/README.md | 4 - hack/after-build/run-codegen.sh | 42 -------- hack/after-build/run-import-boss.sh | 26 ----- hack/after-build/update-generated-docs.sh | 73 ------------- hack/after-build/update-swagger-spec.sh | 101 ------------------ hack/after-build/verify-description.sh | 86 --------------- hack/after-build/verify-e2e.sh | 35 ------ hack/after-build/verify-generated-docs.sh | 82 -------------- hack/after-build/verify-generated-protobuf.sh | 59 ---------- .../verify-generated-swagger-docs.sh | 58 ---------- hack/after-build/verify-linkcheck.sh | 58 ---------- hack/after-build/verify-swagger-spec.sh | 49 --------- hack/after-build/verify-symbols.sh | 47 -------- hack/update-codegen.sh | 29 ++++- hack/update-generated-docs.sh | 55 +++++++++- ...> update-generated-protobuf-dockerized.sh} | 2 +- hack/update-generated-protobuf.sh | 2 +- hack/update-swagger-spec.sh | 78 +++++++++++++- hack/verify-codegen.sh | 10 +- hack/verify-description.sh | 63 ++++++++++- hack/verify-generated-docs.sh | 64 ++++++++++- hack/verify-generated-protobuf.sh | 37 ++++++- hack/verify-generated-swagger-docs.sh | 34 +++++- hack/verify-import-boss.sh | 2 +- hack/verify-linkcheck.sh | 33 +++++- hack/verify-swagger-spec.sh | 23 +++- hack/verify-symbols.sh | 21 +++- hooks/pre-commit | 8 +- 29 files changed, 434 insertions(+), 760 deletions(-) delete mode 100644 hack/after-build/README.md delete mode 100755 hack/after-build/run-codegen.sh delete mode 100755 hack/after-build/run-import-boss.sh delete mode 100755 hack/after-build/update-generated-docs.sh delete mode 100755 hack/after-build/update-swagger-spec.sh delete mode 100755 hack/after-build/verify-description.sh delete mode 100755 hack/after-build/verify-e2e.sh delete mode 100755 hack/after-build/verify-generated-docs.sh delete mode 100755 hack/after-build/verify-generated-protobuf.sh delete mode 100755 hack/after-build/verify-generated-swagger-docs.sh delete mode 100755 hack/after-build/verify-linkcheck.sh delete mode 100755 hack/after-build/verify-swagger-spec.sh delete mode 100755 hack/after-build/verify-symbols.sh rename hack/{after-build/update-generated-protobuf.sh => update-generated-protobuf-dockerized.sh} (97%) diff --git a/docs/devel/adding-an-APIGroup.md b/docs/devel/adding-an-APIGroup.md index 2b3188284266..e0f95fc777f6 100644 --- a/docs/devel/adding-an-APIGroup.md +++ b/docs/devel/adding-an-APIGroup.md @@ -50,8 +50,8 @@ We plan on improving the way the types are factored in the future; see in which this might evolve. 1. Create a folder in pkg/apis to hold you group. Create types.go in - pkg/apis/``/ and pkg/apis/``/``/ to define API objects - in your group; +pkg/apis/``/ and pkg/apis/``/``/ to define API objects +in your group; 2. Create pkg/apis/``/{register.go, ``/register.go} to register this group's API objects to the encoding/decoding scheme (e.g., @@ -75,10 +75,10 @@ cmd/libs/go2idl/ tool. 1. Generate conversions and deep-copies: 1. Add your "group/" or "group/version" into -cmd/libs/go2idl/{conversion-gen, deep-copy-gen}/main.go; + cmd/libs/go2idl/{conversion-gen, deep-copy-gen}/main.go; 2. Make sure your pkg/apis/``/`` directory has a doc.go file -with the comment `// +genconversion=true`, to catch the attention of our -gen-conversion script. + with the comment `// +genconversion=true`, to catch the attention of our + gen-conversion script. 3. Run hack/update-all.sh. @@ -89,7 +89,8 @@ gen-conversion script. 3. Generate protobuf objects: - 1. Add your group to `cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go` to `New()` in the `Packages` field + 1. Add your group to `cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go` to + `New()` in the `Packages` field 2. Run hack/update-generated-protobuf.sh ### Client (optional): diff --git a/hack/after-build/README.md b/hack/after-build/README.md deleted file mode 100644 index 4930a4066565..000000000000 --- a/hack/after-build/README.md +++ /dev/null @@ -1,4 +0,0 @@ -These should be called only by a script (or a user) who knows that the binaries are built and correct. Normal users should just have the versions in ../ which should just always do a build. - - -[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/hack/after-build/README.md?pixel)]() diff --git a/hack/after-build/run-codegen.sh b/hack/after-build/run-codegen.sh deleted file mode 100755 index a4f7b6b9f232..000000000000 --- a/hack/after-build/run-codegen.sh +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/bash - -# Copyright 2015 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env - -clientgen=$(kube::util::find-binary "client-gen") -conversiongen=$(kube::util::find-binary "conversion-gen") -deepcopygen=$(kube::util::find-binary "deepcopy-gen") -setgen=$(kube::util::find-binary "set-gen") - -# Please do not add any logic to this shell script. Add logic to the go code -# that generates the set-gen program. -# -# This can be called with one flag, --verify-only, so it works for both the -# update- and verify- scripts. -${clientgen} "$@" -${clientgen} -t "$@" -${conversiongen} "$@" -${deepcopygen} "$@" -${setgen} "$@" - -# You may add additional calls of code generators like set-gen above. diff --git a/hack/after-build/run-import-boss.sh b/hack/after-build/run-import-boss.sh deleted file mode 100755 index d57b2730394b..000000000000 --- a/hack/after-build/run-import-boss.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# Copyright 2015 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env - -$(kube::util::find-binary "import-boss") "$@" diff --git a/hack/after-build/update-generated-docs.sh b/hack/after-build/update-generated-docs.sh deleted file mode 100755 index 735c83737c38..000000000000 --- a/hack/after-build/update-generated-docs.sh +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/bash - -# Copyright 2014 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env - -kube::util::ensure-temp-dir - -kube::util::gen-docs "${KUBE_TEMP}" - -# remove all of the old docs -while read file; do - rm "${KUBE_ROOT}/${file}" 2>/dev/null || true -done <"${KUBE_ROOT}/.generated_docs" - -# the shopt is so that we get .generated_docs from the glob. -shopt -s dotglob -cp -af "${KUBE_TEMP}"/* "${KUBE_ROOT}" -shopt -u dotglob - -kube::util::gen-analytics "${KUBE_ROOT}" - -mungedocs=$(kube::util::find-binary "mungedocs") -"${mungedocs}" "--upstream=${KUBE_GIT_UPSTREAM}" "--root-dir=${KUBE_ROOT}/docs/" && ret=0 || ret=$? -if [[ $ret -eq 1 ]]; then - echo "${KUBE_ROOT}/docs/ requires manual changes. See preceding errors." - exit 1 -elif [[ $ret -gt 1 ]]; then - echo "Error running mungedocs." - exit 1 -fi - -"${mungedocs}" "--upstream=${KUBE_GIT_UPSTREAM}" "--root-dir=${KUBE_ROOT}/examples/" && ret=0 || ret=$? -if [[ $ret -eq 1 ]]; then - echo "${KUBE_ROOT}/examples/ requires manual changes. See preceding errors." - exit 1 -elif [[ $ret -gt 1 ]]; then - echo "Error running mungedocs." - exit 1 -fi - -"${mungedocs}" "--upstream=${KUBE_GIT_UPSTREAM}" \ - "--skip-munges=unversioned-warning,analytics" \ - "--norecurse" \ - "--root-dir=${KUBE_ROOT}/" && ret=0 || ret=$? -if [[ $ret -eq 1 ]]; then - echo "${KUBE_ROOT}/ requires manual changes. See preceding errors." - exit 1 -elif [[ $ret -gt 1 ]]; then - echo "Error running mungedocs." - exit 1 -fi - -# ex: ts=2 sw=2 et filetype=sh diff --git a/hack/after-build/update-swagger-spec.sh b/hack/after-build/update-swagger-spec.sh deleted file mode 100755 index 0648aefa1c6b..000000000000 --- a/hack/after-build/update-swagger-spec.sh +++ /dev/null @@ -1,101 +0,0 @@ -#!/bin/bash - -# Copyright 2015 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Script to fetch latest swagger spec. -# Puts the updated spec at swagger-spec/ - -set -o errexit -set -o nounset -set -o pipefail - -echo "Note: This assumes that types_swagger_doc_generated.go has been updated for all API group versions. Please run hack/update-generated-swagger-docs.sh to ensure that." - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -SWAGGER_ROOT_DIR="${KUBE_ROOT}/api/swagger-spec" -source "${KUBE_ROOT}/hack/lib/init.sh" - -function cleanup() -{ - [[ -n ${APISERVER_PID-} ]] && kill ${APISERVER_PID} 1>&2 2>/dev/null - - kube::etcd::cleanup - - kube::log::status "Clean up complete" -} - -trap cleanup EXIT SIGINT - -kube::golang::setup_env - -apiserver=$(kube::util::find-binary "kube-apiserver") - -TMP_DIR=$(mktemp -d /tmp/update-swagger-spec.XXXX) -ETCD_HOST=${ETCD_HOST:-127.0.0.1} -ETCD_PORT=${ETCD_PORT:-4001} -API_PORT=${API_PORT:-8050} -API_HOST=${API_HOST:-127.0.0.1} -KUBELET_PORT=${KUBELET_PORT:-10250} - -kube::etcd::start - -# Start kube-apiserver -kube::log::status "Starting kube-apiserver" -"${KUBE_OUTPUT_HOSTBIN}/kube-apiserver" \ - --insecure-bind-address="127.0.0.1" \ - --bind-address="127.0.0.1" \ - --insecure-port="${API_PORT}" \ - --etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \ - --advertise-address="10.10.10.10" \ - --cert-dir="${TMP_DIR}/certs" \ - --service-cluster-ip-range="10.0.0.0/24" >/tmp/swagger-api-server.log 2>&1 & -APISERVER_PID=$! - -kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " - -SWAGGER_API_PATH="http://127.0.0.1:${API_PORT}/swaggerapi/" -DEFAULT_GROUP_VERSIONS="v1 autoscaling/v1 batch/v1 extensions/v1beta1 apps/v1alpha1" -VERSIONS=${VERSIONS:-$DEFAULT_GROUP_VERSIONS} - -kube::log::status "Updating " ${SWAGGER_ROOT_DIR} - -for ver in ${VERSIONS}; do - # fetch the swagger spec for each group version. - if [[ ${ver} == "v1" ]]; then - SUBPATH="api" - else - SUBPATH="apis" - fi - SUBPATH="${SUBPATH}/${ver}" - SWAGGER_JSON_NAME="$(kube::util::gv-to-swagger-name ${ver}).json" - curl -w "\n" -fs "${SWAGGER_API_PATH}${SUBPATH}" > "${SWAGGER_ROOT_DIR}/${SWAGGER_JSON_NAME}" - - # fetch the swagger spec for the discovery mechanism at group level. - if [[ ${ver} == "v1" ]]; then - continue - fi - SUBPATH="apis/"${ver%/*} - SWAGGER_JSON_NAME="${ver%/*}.json" - curl -w "\n" -fs "${SWAGGER_API_PATH}${SUBPATH}" > "${SWAGGER_ROOT_DIR}/${SWAGGER_JSON_NAME}" -done - -# fetch swagger specs for other discovery mechanism. -curl -w "\n" -fs "${SWAGGER_API_PATH}" > "${SWAGGER_ROOT_DIR}/resourceListing.json" -curl -w "\n" -fs "${SWAGGER_API_PATH}version" > "${SWAGGER_ROOT_DIR}/version.json" -curl -w "\n" -fs "${SWAGGER_API_PATH}api" > "${SWAGGER_ROOT_DIR}/api.json" -curl -w "\n" -fs "${SWAGGER_API_PATH}apis" > "${SWAGGER_ROOT_DIR}/apis.json" -kube::log::status "SUCCESS" - -# ex: ts=2 sw=2 et filetype=sh diff --git a/hack/after-build/verify-description.sh b/hack/after-build/verify-description.sh deleted file mode 100755 index 74243014fa01..000000000000 --- a/hack/after-build/verify-description.sh +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/bash - -# Copyright 2014 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env - -# Find binary -genswaggertypedocs=$(kube::util::find-binary "genswaggertypedocs") - -gen_swagger_result=0 -result=0 - -find_files() { - find . -not \( \ - \( \ - -wholename './output' \ - -o -wholename './_output' \ - -o -wholename './_gopath' \ - -o -wholename './release' \ - -o -wholename './target' \ - -o -wholename '*/third_party/*' \ - -o -wholename '*/vendor/*' \ - \) -prune \ - \) \ - \( -wholename '*pkg/api/v*/types.go' \ - -o -wholename '*pkg/apis/*/v*/types.go' \ - -o -wholename '*pkg/api/unversioned/types.go' \ - \) -} - -if [[ $# -eq 0 ]]; then - versioned_api_files=$(find_files | egrep "pkg/.[^/]*/((v.[^/]*)|unversioned)/types\.go") -else - versioned_api_files="${*}" -fi - -for file in $versioned_api_files; do - $genswaggertypedocs -v -s "${file}" -f - || gen_swagger_result=$? - if [[ "${gen_swagger_result}" -ne "0" ]]; then - echo "API file: ${file} is missing: ${gen_swagger_result} descriptions" - result=1 - fi - if grep json: "${file}" | grep -v // | grep description: ; then - echo "API file: ${file} should not contain descriptions in struct tags" - result=1 - fi - if grep json: "${file}" | grep -Ee ",[[:space:]]+omitempty|omitempty[[:space:]]+" ; then - echo "API file: ${file} should not contain leading or trailing spaces for omitempty directive" - result=1 - fi -done - -internal_types_files="${KUBE_ROOT}/pkg/api/types.go ${KUBE_ROOT}/pkg/apis/extensions/types.go" -for internal_types_file in $internal_types_files; do - if [[ ! -e $internal_types_file ]]; then - echo "Internal types file ${internal_types_file} does not exist" - result=1 - continue - fi - - if grep json: "${internal_types_file}" | grep -v // | grep description: ; then - echo "Internal API types should not contain descriptions" - result=1 - fi -done - -exit ${result} diff --git a/hack/after-build/verify-e2e.sh b/hack/after-build/verify-e2e.sh deleted file mode 100755 index ace9a8609cb3..000000000000 --- a/hack/after-build/verify-e2e.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash - -# Copyright 2016 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Verify that E2E's use Describe wrappers, so that we can auto tag and provide -# other wrapper functionality for the entire suite. -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -cd "${KUBE_ROOT}" - -findDescViolations() { - find ./test/e2e/ -name '*.go' | xargs cat | grep "\sDescribe(" -} - -# There should be only one call to describe. -if [ $(findDescViolations | wc -l) != 1 ]; then - echo "The following lines use Describe instead of KubeDescribe." - echo "Describe() is a reserved term which only should called via the KubeDescribe wrapper function." - findDescViolations -fi diff --git a/hack/after-build/verify-generated-docs.sh b/hack/after-build/verify-generated-docs.sh deleted file mode 100755 index bc6714aa7e18..000000000000 --- a/hack/after-build/verify-generated-docs.sh +++ /dev/null @@ -1,82 +0,0 @@ -#!/bin/bash - -# Copyright 2014 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env - -# Find binary -gendocs=$(kube::util::find-binary "gendocs") -genkubedocs=$(kube::util::find-binary "genkubedocs") -genman=$(kube::util::find-binary "genman") -genyaml=$(kube::util::find-binary "genyaml") -genbashcomp=$(kube::util::find-binary "genbashcomp") -mungedocs=$(kube::util::find-binary "mungedocs") - -DOCROOT="${KUBE_ROOT}/docs/" -EXAMPLEROOT="${KUBE_ROOT}/examples/" - -# mungedocs --verify can (and should) be run on the real docs, otherwise their -# links will be distorted. --verify means that it will not make changes. -# --verbose gives us output we can use for a diff. -"${mungedocs}" "--verify=true" "--verbose=true" "--upstream=${KUBE_GIT_UPSTREAM}" "--root-dir=${DOCROOT}" && ret=0 || ret=$? -if [[ $ret -eq 1 ]]; then - echo "${DOCROOT} is out of date. Please run hack/update-generated-docs.sh" - exit 1 -fi -if [[ $ret -gt 1 ]]; then - echo "Error running mungedocs" - exit 1 -fi - -"${mungedocs}" "--verify=true" "--verbose=true" "--upstream=${KUBE_GIT_UPSTREAM}" "--root-dir=${EXAMPLEROOT}" && ret=0 || ret=$? -if [[ $ret -eq 1 ]]; then - echo "${EXAMPLEROOT} is out of date. Please run hack/update-generated-docs.sh" - exit 1 -fi -if [[ $ret -gt 1 ]]; then - echo "Error running mungedocs" - exit 1 -fi - - -kube::util::ensure-temp-dir - -kube::util::gen-docs "${KUBE_TEMP}" -diff -Naup "${KUBE_TEMP}/.generated_docs" "${KUBE_ROOT}/.generated_docs" || ret=1 || true -while read file; do - diff -Naup "${KUBE_TEMP}/${file}" "${KUBE_ROOT}/${file}" || ret=1 || true -done <"${KUBE_TEMP}/.generated_docs" - -needsanalytics=($(kube::util::gen-analytics "${KUBE_ROOT}" 1)) -if [[ ${#needsanalytics[@]} -ne 0 ]]; then - echo -e "Some md files are missing ga-beacon analytics link:" - printf '%s\n' "${needsanalytics[@]}" - ret=1 -fi -if [[ $ret -eq 0 ]] -then - echo "Generated docs are up to date." -else - echo "Generated docs are out of date. Please run hack/update-generated-docs.sh" - exit 1 -fi -# ex: ts=2 sw=2 et filetype=sh diff --git a/hack/after-build/verify-generated-protobuf.sh b/hack/after-build/verify-generated-protobuf.sh deleted file mode 100755 index 965b8cefe047..000000000000 --- a/hack/after-build/verify-generated-protobuf.sh +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/bash - -# Copyright 2015 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -APIROOTS=${APIROOTS:-pkg/api pkg/apis pkg/runtime pkg/util/intstr pkg/watch} -_tmp="${KUBE_ROOT}/_tmp" - -cleanup() { - rm -rf "${_tmp}" -} - -trap "cleanup" EXIT SIGINT - -cleanup -for APIROOT in ${APIROOTS}; do - mkdir -p "${_tmp}/${APIROOT%/*}" - cp -a "${KUBE_ROOT}/${APIROOT}" "${_tmp}/${APIROOT}" -done - -# If not running as root, we need to use sudo to restore the original generated -# protobuf files. -SUDO="" -if [[ "$(id -u)" != '0' ]]; then - SUDO="sudo" -fi - -"${KUBE_ROOT}/hack/update-generated-protobuf.sh" -for APIROOT in ${APIROOTS}; do - TMP_APIROOT="${_tmp}/${APIROOT}" - echo "diffing ${APIROOT} against freshly generated protobuf" - ret=0 - diff -Naupr -I 'Auto generated by' "${KUBE_ROOT}/${APIROOT}" "${TMP_APIROOT}" || ret=$? - ${SUDO} cp -a "${TMP_APIROOT}" "${KUBE_ROOT}/${APIROOT%/*}" - if [[ $ret -eq 0 ]]; then - echo "${APIROOT} up to date." - else - echo "${APIROOT} is out of date. Please run hack/update-generated-protobuf.sh" - exit 1 - fi -done diff --git a/hack/after-build/verify-generated-swagger-docs.sh b/hack/after-build/verify-generated-swagger-docs.sh deleted file mode 100755 index 4126e3b77ea4..000000000000 --- a/hack/after-build/verify-generated-swagger-docs.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash - -# Copyright 2014 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env - -# Find binary -genswaggertypedocs=$(kube::util::find-binary "genswaggertypedocs") - -if [[ ! -x "$genswaggertypedocs" ]]; then - { - echo "It looks as if you don't have a compiled genswaggertypedocs binary" - echo - echo "If you are running from a clone of the git repo, please run" - echo "'./hack/build-go.sh cmd/genswaggertypedocs'." - } >&2 - exit 1 -fi - -DIFFROOT="${KUBE_ROOT}/pkg" -TMP_DIFFROOT="${KUBE_ROOT}/_tmp/pkg" -_tmp="${KUBE_ROOT}/_tmp" - -mkdir -p "${_tmp}" -cp -a "${DIFFROOT}" "${TMP_DIFFROOT}" - -"${KUBE_ROOT}/hack/update-generated-swagger-docs.sh" -echo "diffing ${DIFFROOT} against freshly generated swagger type documentation" -ret=0 -diff -Naupr -I 'Auto generated by' "${DIFFROOT}" "${TMP_DIFFROOT}" || ret=$? -cp -a "${TMP_DIFFROOT}" "${KUBE_ROOT}/" -rm -rf "${_tmp}" -if [[ $ret -eq 0 ]] -then - echo "${DIFFROOT} up to date." -else - echo "${DIFFROOT} is out of date. Please run hack/update-generated-swagger-docs.sh" - exit 1 -fi diff --git a/hack/after-build/verify-linkcheck.sh b/hack/after-build/verify-linkcheck.sh deleted file mode 100755 index 577de2dee76f..000000000000 --- a/hack/after-build/verify-linkcheck.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash - -# Copyright 2014 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env -linkcheck=$(kube::util::find-binary "linkcheck") - -kube::util::ensure-temp-dir -OUTPUT="${KUBE_TEMP}"/linkcheck-output -cleanup() { - rm -rf "${OUTPUT}" -} -trap "cleanup" EXIT SIGINT -mkdir -p "$OUTPUT" - -APIROOT="${KUBE_ROOT}/pkg/api/" -APISROOT="${KUBE_ROOT}/pkg/apis/" -DOCROOT="${KUBE_ROOT}/docs/" -ROOTS=($APIROOT $APISROOT $DOCROOT) -found_invalid=false -for root in "${ROOTS[@]}"; do - "${linkcheck}" "--root-dir=${root}" 2> >(tee -a "${OUTPUT}/error" >&2) && ret=0 || ret=$? - if [[ $ret -eq 1 ]]; then - echo "Failed: found invalid links in ${root}." - found_invalid=true - fi - if [[ $ret -gt 1 ]]; then - echo "Error running linkcheck" - exit 1 - fi -done - -if [ ${found_invalid} = true ]; then - echo "Summary of invalid links:" - cat ${OUTPUT}/error - exit 1 -fi - -# ex: ts=2 sw=2 et filetype=sh diff --git a/hack/after-build/verify-swagger-spec.sh b/hack/after-build/verify-swagger-spec.sh deleted file mode 100755 index b633b5ffb129..000000000000 --- a/hack/after-build/verify-swagger-spec.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash - -# Copyright 2015 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env - -apiserver=$(kube::util::find-binary "kube-apiserver") - -SPECROOT="${KUBE_ROOT}/api/swagger-spec" -TMP_SPECROOT="${KUBE_ROOT}/_tmp/swagger-spec" -_tmp="${KUBE_ROOT}/_tmp" - -mkdir -p "${_tmp}" -cp -a "${SPECROOT}" "${TMP_SPECROOT}" - -"${KUBE_ROOT}/hack/update-swagger-spec.sh" -echo "diffing ${SPECROOT} against freshly generated swagger spec" -ret=0 -diff -Naupr -I 'Auto generated by' "${SPECROOT}" "${TMP_SPECROOT}" || ret=$? -cp -a ${TMP_SPECROOT} "${KUBE_ROOT}/api" -rm -rf "${_tmp}" -if [[ $ret -eq 0 ]] -then - echo "${SPECROOT} up to date." -else - echo "${SPECROOT} is out of date. Please run hack/update-swagger-spec.sh" - exit 1 -fi - -# ex: ts=2 sw=2 et filetype=sh diff --git a/hack/after-build/verify-symbols.sh b/hack/after-build/verify-symbols.sh deleted file mode 100755 index 09a4d5f51780..000000000000 --- a/hack/after-build/verify-symbols.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash - -# Copyright 2014 The Kubernetes Authors All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -o errexit -set -o nounset -set -o pipefail - -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. -source "${KUBE_ROOT}/hack/lib/init.sh" - -kube::golang::setup_env - -# add other BADSYMBOLS here. -BADSYMBOLS=( - "httptest" - "testify" - "testing[.]" -) - -# b/c hyperkube binds everything simply check that for bad symbols -SYMBOLS="$(nm ${KUBE_OUTPUT_HOSTBIN}/hyperkube)" - -RESULT=0 -for BADSYMBOL in "${BADSYMBOLS[@]}"; do - if FOUND=$(echo "$SYMBOLS" | grep "$BADSYMBOL"); then - echo "Found bad symbol '${BADSYMBOL}':" - echo "$FOUND" - RESULT=1 - fi -done - -exit $RESULT - -# ex: ts=2 sw=2 et filetype=sh diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index e9ef40a62891..ae8e7363cdf2 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -23,9 +23,28 @@ source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env -"${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/client-gen -"${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/conversion-gen -"${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/deepcopy-gen -"${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/set-gen +BUILD_TARGETS=( + cmd/libs/go2idl/client-gen + cmd/libs/go2idl/conversion-gen + cmd/libs/go2idl/deepcopy-gen + cmd/libs/go2idl/set-gen +) +"${KUBE_ROOT}/hack/build-go.sh" ${BUILD_TARGETS[*]} -"${KUBE_ROOT}/hack/after-build/run-codegen.sh" "$@" +clientgen=$(kube::util::find-binary "client-gen") +conversiongen=$(kube::util::find-binary "conversion-gen") +deepcopygen=$(kube::util::find-binary "deepcopy-gen") +setgen=$(kube::util::find-binary "set-gen") + +# Please do not add any logic to this shell script. Add logic to the go code +# that generates the set-gen program. +# +# This can be called with one flag, --verify-only, so it works for both the +# update- and verify- scripts. +${clientgen} "$@" +${clientgen} -t "$@" +${conversiongen} "$@" +${deepcopygen} "$@" +${setgen} "$@" + +# You may add additional calls of code generators like set-gen above. diff --git a/hack/update-generated-docs.sh b/hack/update-generated-docs.sh index 13bc8c0cb60f..ddcbbb0cf2c9 100755 --- a/hack/update-generated-docs.sh +++ b/hack/update-generated-docs.sh @@ -23,8 +23,59 @@ source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env -"${KUBE_ROOT}/hack/build-go.sh" cmd/gendocs cmd/genkubedocs cmd/genman cmd/genyaml cmd/genbashcomp cmd/mungedocs +"${KUBE_ROOT}/hack/build-go.sh" \ + cmd/gendocs \ + cmd/genkubedocs \ + cmd/genman \ + cmd/genyaml \ + cmd/genbashcomp \ + cmd/mungedocs -"${KUBE_ROOT}/hack/after-build/update-generated-docs.sh" "$@" +kube::util::ensure-temp-dir + +kube::util::gen-docs "${KUBE_TEMP}" + +# remove all of the old docs +while read file; do + rm "${KUBE_ROOT}/${file}" 2>/dev/null || true +done <"${KUBE_ROOT}/.generated_docs" + +# the shopt is so that we get .generated_docs from the glob. +shopt -s dotglob +cp -af "${KUBE_TEMP}"/* "${KUBE_ROOT}" +shopt -u dotglob + +kube::util::gen-analytics "${KUBE_ROOT}" + +mungedocs=$(kube::util::find-binary "mungedocs") +"${mungedocs}" "--upstream=${KUBE_GIT_UPSTREAM}" "--root-dir=${KUBE_ROOT}/docs/" && ret=0 || ret=$? +if [[ $ret -eq 1 ]]; then + echo "${KUBE_ROOT}/docs/ requires manual changes. See preceding errors." + exit 1 +elif [[ $ret -gt 1 ]]; then + echo "Error running mungedocs." + exit 1 +fi + +"${mungedocs}" "--upstream=${KUBE_GIT_UPSTREAM}" "--root-dir=${KUBE_ROOT}/examples/" && ret=0 || ret=$? +if [[ $ret -eq 1 ]]; then + echo "${KUBE_ROOT}/examples/ requires manual changes. See preceding errors." + exit 1 +elif [[ $ret -gt 1 ]]; then + echo "Error running mungedocs." + exit 1 +fi + +"${mungedocs}" "--upstream=${KUBE_GIT_UPSTREAM}" \ + "--skip-munges=unversioned-warning,analytics" \ + "--norecurse" \ + "--root-dir=${KUBE_ROOT}/" && ret=0 || ret=$? +if [[ $ret -eq 1 ]]; then + echo "${KUBE_ROOT}/ requires manual changes. See preceding errors." + exit 1 +elif [[ $ret -gt 1 ]]; then + echo "Error running mungedocs." + exit 1 +fi # ex: ts=2 sw=2 et filetype=sh diff --git a/hack/after-build/update-generated-protobuf.sh b/hack/update-generated-protobuf-dockerized.sh similarity index 97% rename from hack/after-build/update-generated-protobuf.sh rename to hack/update-generated-protobuf-dockerized.sh index c8d45e7d20ea..3e281348f49f 100755 --- a/hack/after-build/update-generated-protobuf.sh +++ b/hack/update-generated-protobuf-dockerized.sh @@ -18,7 +18,7 @@ set -o errexit set -o nounset set -o pipefail -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. +KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env diff --git a/hack/update-generated-protobuf.sh b/hack/update-generated-protobuf.sh index 67809bc66dac..c0c280606bd5 100755 --- a/hack/update-generated-protobuf.sh +++ b/hack/update-generated-protobuf.sh @@ -49,6 +49,6 @@ mkdir -p "${LOCAL_OUTPUT_BUILD_CONTEXT}" cp "${KUBE_ROOT}/cmd/libs/go2idl/go-to-protobuf/build-image/Dockerfile" "${LOCAL_OUTPUT_BUILD_CONTEXT}/Dockerfile" kube::build::update_dockerfile kube::build::docker_build "${KUBE_BUILD_IMAGE}" "${LOCAL_OUTPUT_BUILD_CONTEXT}" 'false' -kube::build::run_build_command hack/after-build/update-generated-protobuf.sh "$@" +kube::build::run_build_command hack/update-generated-protobuf-dockerized.sh "$@" # ex: ts=2 sw=2 et filetype=sh diff --git a/hack/update-swagger-spec.sh b/hack/update-swagger-spec.sh index f01d197a1f79..c349c6d2f6f3 100755 --- a/hack/update-swagger-spec.sh +++ b/hack/update-swagger-spec.sh @@ -21,13 +21,89 @@ set -o errexit set -o nounset set -o pipefail +cat << __EOF__ +Note: This assumes that the 'types_swagger_doc_generated.go' file has been +updated for all API group versions. If you are unsure, please run +hack/update-generated-swagger-docs.sh first. +__EOF__ + KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. +SWAGGER_ROOT_DIR="${KUBE_ROOT}/api/swagger-spec" source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env "${KUBE_ROOT}/hack/build-go.sh" cmd/kube-apiserver -"${KUBE_ROOT}/hack/after-build/update-swagger-spec.sh" "$@" +function cleanup() +{ + [[ -n ${APISERVER_PID-} ]] && kill ${APISERVER_PID} 1>&2 2>/dev/null + + kube::etcd::cleanup + + kube::log::status "Clean up complete" +} + +trap cleanup EXIT SIGINT + +kube::golang::setup_env + +apiserver=$(kube::util::find-binary "kube-apiserver") + +TMP_DIR=$(mktemp -d /tmp/update-swagger-spec.XXXX) +ETCD_HOST=${ETCD_HOST:-127.0.0.1} +ETCD_PORT=${ETCD_PORT:-4001} +API_PORT=${API_PORT:-8050} +API_HOST=${API_HOST:-127.0.0.1} +KUBELET_PORT=${KUBELET_PORT:-10250} + +kube::etcd::start + +# Start kube-apiserver +kube::log::status "Starting kube-apiserver" +"${KUBE_OUTPUT_HOSTBIN}/kube-apiserver" \ + --insecure-bind-address="127.0.0.1" \ + --bind-address="127.0.0.1" \ + --insecure-port="${API_PORT}" \ + --etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \ + --advertise-address="10.10.10.10" \ + --cert-dir="${TMP_DIR}/certs" \ + --service-cluster-ip-range="10.0.0.0/24" >/tmp/swagger-api-server.log 2>&1 & +APISERVER_PID=$! + +kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " + +SWAGGER_API_PATH="http://127.0.0.1:${API_PORT}/swaggerapi/" +DEFAULT_GROUP_VERSIONS="v1 autoscaling/v1 batch/v1 extensions/v1beta1 apps/v1alpha1" +VERSIONS=${VERSIONS:-$DEFAULT_GROUP_VERSIONS} + +kube::log::status "Updating " ${SWAGGER_ROOT_DIR} + +for ver in ${VERSIONS}; do + # fetch the swagger spec for each group version. + if [[ ${ver} == "v1" ]]; then + SUBPATH="api" + else + SUBPATH="apis" + fi + SUBPATH="${SUBPATH}/${ver}" + SWAGGER_JSON_NAME="$(kube::util::gv-to-swagger-name ${ver}).json" + curl -w "\n" -fs "${SWAGGER_API_PATH}${SUBPATH}" > "${SWAGGER_ROOT_DIR}/${SWAGGER_JSON_NAME}" + + # fetch the swagger spec for the discovery mechanism at group level. + if [[ ${ver} == "v1" ]]; then + continue + fi + SUBPATH="apis/"${ver%/*} + SWAGGER_JSON_NAME="${ver%/*}.json" + curl -w "\n" -fs "${SWAGGER_API_PATH}${SUBPATH}" > "${SWAGGER_ROOT_DIR}/${SWAGGER_JSON_NAME}" +done + +# fetch swagger specs for other discovery mechanism. +curl -w "\n" -fs "${SWAGGER_API_PATH}" > "${SWAGGER_ROOT_DIR}/resourceListing.json" +curl -w "\n" -fs "${SWAGGER_API_PATH}version" > "${SWAGGER_ROOT_DIR}/version.json" +curl -w "\n" -fs "${SWAGGER_API_PATH}api" > "${SWAGGER_ROOT_DIR}/api.json" +curl -w "\n" -fs "${SWAGGER_API_PATH}apis" > "${SWAGGER_ROOT_DIR}/apis.json" +kube::log::status "SUCCESS" # ex: ts=2 sw=2 et filetype=sh diff --git a/hack/verify-codegen.sh b/hack/verify-codegen.sh index 475909e243b5..cbd31ed3c513 100755 --- a/hack/verify-codegen.sh +++ b/hack/verify-codegen.sh @@ -23,12 +23,4 @@ source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env -BUILD_TARGETS=( - cmd/libs/go2idl/client-gen - cmd/libs/go2idl/conversion-gen - cmd/libs/go2idl/deepcopy-gen - cmd/libs/go2idl/set-gen -) -"${KUBE_ROOT}/hack/build-go.sh" ${BUILD_TARGETS[*]} - -"${KUBE_ROOT}/hack/after-build/run-codegen.sh" --verify-only +"${KUBE_ROOT}/hack/update-codegen.sh" --verify-only diff --git a/hack/verify-description.sh b/hack/verify-description.sh index 86a7bc269d3f..2854d70e5696 100755 --- a/hack/verify-description.sh +++ b/hack/verify-description.sh @@ -22,8 +22,67 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env + "${KUBE_ROOT}/hack/build-go.sh" cmd/genswaggertypedocs -"${KUBE_ROOT}/hack/after-build/verify-description.sh" "$@" +# Find binary +genswaggertypedocs=$(kube::util::find-binary "genswaggertypedocs") + +gen_swagger_result=0 +result=0 + +find_files() { + find . -not \( \ + \( \ + -wholename './output' \ + -o -wholename './_output' \ + -o -wholename './_gopath' \ + -o -wholename './release' \ + -o -wholename './target' \ + -o -wholename '*/third_party/*' \ + -o -wholename '*/vendor/*' \ + \) -prune \ + \) \ + \( -wholename '*pkg/api/v*/types.go' \ + -o -wholename '*pkg/apis/*/v*/types.go' \ + -o -wholename '*pkg/api/unversioned/types.go' \ + \) +} + +if [[ $# -eq 0 ]]; then + versioned_api_files=$(find_files | egrep "pkg/.[^/]*/((v.[^/]*)|unversioned)/types\.go") +else + versioned_api_files="${*}" +fi + +for file in $versioned_api_files; do + $genswaggertypedocs -v -s "${file}" -f - || gen_swagger_result=$? + if [[ "${gen_swagger_result}" -ne "0" ]]; then + echo "API file: ${file} is missing: ${gen_swagger_result} descriptions" + result=1 + fi + if grep json: "${file}" | grep -v // | grep description: ; then + echo "API file: ${file} should not contain descriptions in struct tags" + result=1 + fi + if grep json: "${file}" | grep -Ee ",[[:space:]]+omitempty|omitempty[[:space:]]+" ; then + echo "API file: ${file} should not contain leading or trailing spaces for omitempty directive" + result=1 + fi +done + +internal_types_files="${KUBE_ROOT}/pkg/api/types.go ${KUBE_ROOT}/pkg/apis/extensions/types.go" +for internal_types_file in $internal_types_files; do + if [[ ! -e $internal_types_file ]]; then + echo "Internal types file ${internal_types_file} does not exist" + result=1 + continue + fi + + if grep json: "${internal_types_file}" | grep -v // | grep description: ; then + echo "Internal API types should not contain descriptions" + result=1 + fi +done -# ex: ts=2 sw=2 et filetype=sh +exit ${result} diff --git a/hack/verify-generated-docs.sh b/hack/verify-generated-docs.sh index 7d2605dcf7cc..a39d39a2af0d 100755 --- a/hack/verify-generated-docs.sh +++ b/hack/verify-generated-docs.sh @@ -23,8 +23,68 @@ source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env -"${KUBE_ROOT}/hack/build-go.sh" cmd/gendocs cmd/genkubedocs cmd/genman cmd/genyaml cmd/genbashcomp cmd/mungedocs +"${KUBE_ROOT}/hack/build-go.sh" \ + cmd/gendocs \ + cmd/genkubedocs \ + cmd/genman \ + cmd/genyaml \ + cmd/genbashcomp \ + cmd/mungedocs -"${KUBE_ROOT}/hack/after-build/verify-generated-docs.sh" "$@" +# Find binary +gendocs=$(kube::util::find-binary "gendocs") +genkubedocs=$(kube::util::find-binary "genkubedocs") +genman=$(kube::util::find-binary "genman") +genyaml=$(kube::util::find-binary "genyaml") +genbashcomp=$(kube::util::find-binary "genbashcomp") +mungedocs=$(kube::util::find-binary "mungedocs") + +DOCROOT="${KUBE_ROOT}/docs/" +EXAMPLEROOT="${KUBE_ROOT}/examples/" + +# mungedocs --verify can (and should) be run on the real docs, otherwise their +# links will be distorted. --verify means that it will not make changes. +# --verbose gives us output we can use for a diff. +"${mungedocs}" "--verify=true" "--verbose=true" "--upstream=${KUBE_GIT_UPSTREAM}" "--root-dir=${DOCROOT}" && ret=0 || ret=$? +if [[ $ret -eq 1 ]]; then + echo "${DOCROOT} is out of date. Please run hack/update-generated-docs.sh" + exit 1 +fi +if [[ $ret -gt 1 ]]; then + echo "Error running mungedocs" + exit 1 +fi + +"${mungedocs}" "--verify=true" "--verbose=true" "--upstream=${KUBE_GIT_UPSTREAM}" "--root-dir=${EXAMPLEROOT}" && ret=0 || ret=$? +if [[ $ret -eq 1 ]]; then + echo "${EXAMPLEROOT} is out of date. Please run hack/update-generated-docs.sh" + exit 1 +fi +if [[ $ret -gt 1 ]]; then + echo "Error running mungedocs" + exit 1 +fi + +kube::util::ensure-temp-dir + +kube::util::gen-docs "${KUBE_TEMP}" +diff -Naup "${KUBE_TEMP}/.generated_docs" "${KUBE_ROOT}/.generated_docs" || ret=1 || true +while read file; do + diff -Naup "${KUBE_TEMP}/${file}" "${KUBE_ROOT}/${file}" || ret=1 || true +done <"${KUBE_TEMP}/.generated_docs" + +needsanalytics=($(kube::util::gen-analytics "${KUBE_ROOT}" 1)) +if [[ ${#needsanalytics[@]} -ne 0 ]]; then + echo -e "Some md files are missing ga-beacon analytics link:" + printf '%s\n' "${needsanalytics[@]}" + ret=1 +fi +if [[ $ret -eq 0 ]] +then + echo "Generated docs are up to date." +else + echo "Generated docs are out of date. Please run hack/update-generated-docs.sh" + exit 1 +fi # ex: ts=2 sw=2 et filetype=sh diff --git a/hack/verify-generated-protobuf.sh b/hack/verify-generated-protobuf.sh index c43bd1b9bcfa..694face6a833 100755 --- a/hack/verify-generated-protobuf.sh +++ b/hack/verify-generated-protobuf.sh @@ -23,6 +23,39 @@ source "${KUBE_ROOT}/hack/lib/init.sh" kube::golang::setup_env -"${KUBE_ROOT}/hack/after-build/verify-generated-protobuf.sh" "$@" +APIROOTS=${APIROOTS:-pkg/api pkg/apis pkg/runtime pkg/util/intstr pkg/watch} +_tmp="${KUBE_ROOT}/_tmp" -# ex: ts=2 sw=2 et filetype=sh +cleanup() { + rm -rf "${_tmp}" +} + +trap "cleanup" EXIT SIGINT + +cleanup +for APIROOT in ${APIROOTS}; do + mkdir -p "${_tmp}/${APIROOT%/*}" + cp -a "${KUBE_ROOT}/${APIROOT}" "${_tmp}/${APIROOT}" +done + +# If not running as root, we need to use sudo to restore the original generated +# protobuf files. +SUDO="" +if [[ "$(id -u)" != '0' ]]; then + SUDO="sudo" +fi + +"${KUBE_ROOT}/hack/update-generated-protobuf.sh" +for APIROOT in ${APIROOTS}; do + TMP_APIROOT="${_tmp}/${APIROOT}" + echo "diffing ${APIROOT} against freshly generated protobuf" + ret=0 + diff -Naupr -I 'Auto generated by' "${KUBE_ROOT}/${APIROOT}" "${TMP_APIROOT}" || ret=$? + ${SUDO} cp -a "${TMP_APIROOT}" "${KUBE_ROOT}/${APIROOT%/*}" + if [[ $ret -eq 0 ]]; then + echo "${APIROOT} up to date." + else + echo "${APIROOT} is out of date. Please run hack/update-generated-protobuf.sh" + exit 1 + fi +done diff --git a/hack/verify-generated-swagger-docs.sh b/hack/verify-generated-swagger-docs.sh index 2bd11f784a9a..f7ff66ed7ba4 100755 --- a/hack/verify-generated-swagger-docs.sh +++ b/hack/verify-generated-swagger-docs.sh @@ -25,4 +25,36 @@ kube::golang::setup_env "${KUBE_ROOT}/hack/build-go.sh" cmd/genswaggertypedocs -"${KUBE_ROOT}/hack/after-build/verify-generated-swagger-docs.sh" "$@" +# Find binary +genswaggertypedocs=$(kube::util::find-binary "genswaggertypedocs") + +if [[ ! -x "$genswaggertypedocs" ]]; then + { + echo "It looks as if you don't have a compiled genswaggertypedocs binary" + echo + echo "If you are running from a clone of the git repo, please run" + echo "'./hack/build-go.sh cmd/genswaggertypedocs'." + } >&2 + exit 1 +fi + +DIFFROOT="${KUBE_ROOT}/pkg" +TMP_DIFFROOT="${KUBE_ROOT}/_tmp/pkg" +_tmp="${KUBE_ROOT}/_tmp" + +mkdir -p "${_tmp}" +cp -a "${DIFFROOT}" "${TMP_DIFFROOT}" + +"${KUBE_ROOT}/hack/update-generated-swagger-docs.sh" +echo "diffing ${DIFFROOT} against freshly generated swagger type documentation" +ret=0 +diff -Naupr -I 'Auto generated by' "${DIFFROOT}" "${TMP_DIFFROOT}" || ret=$? +cp -a "${TMP_DIFFROOT}" "${KUBE_ROOT}/" +rm -rf "${_tmp}" +if [[ $ret -eq 0 ]] +then + echo "${DIFFROOT} up to date." +else + echo "${DIFFROOT} is out of date. Please run hack/update-generated-swagger-docs.sh" + exit 1 +fi diff --git a/hack/verify-import-boss.sh b/hack/verify-import-boss.sh index c4aace20af10..89e96c1781fc 100755 --- a/hack/verify-import-boss.sh +++ b/hack/verify-import-boss.sh @@ -25,4 +25,4 @@ kube::golang::setup_env "${KUBE_ROOT}/hack/build-go.sh" cmd/libs/go2idl/import-boss -"${KUBE_ROOT}/hack/after-build/run-import-boss.sh" --verify-only +$(kube::util::find-binary "import-boss") --verify-only diff --git a/hack/verify-linkcheck.sh b/hack/verify-linkcheck.sh index c111f9e35d23..7aba555cac93 100755 --- a/hack/verify-linkcheck.sh +++ b/hack/verify-linkcheck.sh @@ -25,6 +25,37 @@ kube::golang::setup_env "${KUBE_ROOT}/hack/build-go.sh" cmd/linkcheck -"${KUBE_ROOT}/hack/after-build/verify-linkcheck.sh" "$@" +linkcheck=$(kube::util::find-binary "linkcheck") + +kube::util::ensure-temp-dir +OUTPUT="${KUBE_TEMP}"/linkcheck-output +cleanup() { + rm -rf "${OUTPUT}" +} +trap "cleanup" EXIT SIGINT +mkdir -p "$OUTPUT" + +APIROOT="${KUBE_ROOT}/pkg/api/" +APISROOT="${KUBE_ROOT}/pkg/apis/" +DOCROOT="${KUBE_ROOT}/docs/" +ROOTS=($APIROOT $APISROOT $DOCROOT) +found_invalid=false +for root in "${ROOTS[@]}"; do + "${linkcheck}" "--root-dir=${root}" 2> >(tee -a "${OUTPUT}/error" >&2) && ret=0 || ret=$? + if [[ $ret -eq 1 ]]; then + echo "Failed: found invalid links in ${root}." + found_invalid=true + fi + if [[ $ret -gt 1 ]]; then + echo "Error running linkcheck" + exit 1 + fi +done + +if [ ${found_invalid} = true ]; then + echo "Summary of invalid links:" + cat ${OUTPUT}/error + exit 1 +fi # ex: ts=2 sw=2 et filetype=sh diff --git a/hack/verify-swagger-spec.sh b/hack/verify-swagger-spec.sh index 0fcd252030c9..e73cb07a8b91 100755 --- a/hack/verify-swagger-spec.sh +++ b/hack/verify-swagger-spec.sh @@ -25,6 +25,27 @@ kube::golang::setup_env "${KUBE_ROOT}/hack/build-go.sh" cmd/kube-apiserver -"${KUBE_ROOT}/hack/after-build/verify-swagger-spec.sh" "$@" +apiserver=$(kube::util::find-binary "kube-apiserver") + +SPECROOT="${KUBE_ROOT}/api/swagger-spec" +TMP_SPECROOT="${KUBE_ROOT}/_tmp/swagger-spec" +_tmp="${KUBE_ROOT}/_tmp" + +mkdir -p "${_tmp}" +cp -a "${SPECROOT}" "${TMP_SPECROOT}" + +"${KUBE_ROOT}/hack/update-swagger-spec.sh" +echo "diffing ${SPECROOT} against freshly generated swagger spec" +ret=0 +diff -Naupr -I 'Auto generated by' "${SPECROOT}" "${TMP_SPECROOT}" || ret=$? +cp -a ${TMP_SPECROOT} "${KUBE_ROOT}/api" +rm -rf "${_tmp}" +if [[ $ret -eq 0 ]] +then + echo "${SPECROOT} up to date." +else + echo "${SPECROOT} is out of date. Please run hack/update-swagger-spec.sh" + exit 1 +fi # ex: ts=2 sw=2 et filetype=sh diff --git a/hack/verify-symbols.sh b/hack/verify-symbols.sh index c2c9afa336f3..220588a7d861 100755 --- a/hack/verify-symbols.sh +++ b/hack/verify-symbols.sh @@ -25,6 +25,25 @@ kube::golang::setup_env "${KUBE_ROOT}/hack/build-go.sh" cmd/hyperkube -"${KUBE_ROOT}/hack/after-build/verify-symbols.sh" +# add other BADSYMBOLS here. +BADSYMBOLS=( + "httptest" + "testify" + "testing[.]" +) + +# b/c hyperkube binds everything simply check that for bad symbols +SYMBOLS="$(nm ${KUBE_OUTPUT_HOSTBIN}/hyperkube)" + +RESULT=0 +for BADSYMBOL in "${BADSYMBOLS[@]}"; do + if FOUND=$(echo "$SYMBOLS" | grep "$BADSYMBOL"); then + echo "Found bad symbol '${BADSYMBOL}':" + echo "$FOUND" + RESULT=1 + fi +done + +exit $RESULT # ex: ts=2 sw=2 et filetype=sh diff --git a/hooks/pre-commit b/hooks/pre-commit index e3ca4a24e061..0553a034574e 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -103,7 +103,7 @@ files_need_description=() # Check API schema definitions for field descriptions for file in $(git diff --cached --name-only --diff-filter ACM | egrep "pkg/api/v.[^/]*/types\.go" | grep -v "third_party"); do # Check for files with fields without description tags - descriptionless=$(hack/after-build/verify-description.sh "${file}" > /dev/null; echo $?) + descriptionless=$(hack/verify-description.sh "${file}" > /dev/null; echo $?) if [[ "$descriptionless" -ne "0" ]]; then files_need_description+=("${file}") fi @@ -123,7 +123,7 @@ fi echo "${reset}" echo -ne "Checking for docs that need updating... " -if ! hack/after-build/verify-generated-docs.sh > /dev/null; then +if ! hack/verify-generated-docs.sh > /dev/null; then echo "${red}ERROR!" echo "Some docs are out of sync between CLI and markdown." echo "To regenerate docs, run:" @@ -135,7 +135,7 @@ fi echo "${reset}" echo -ne "Checking for swagger type documentation that need updating... " -if ! hack/after-build/verify-generated-swagger-docs.sh > /dev/null; then +if ! hack/verify-generated-swagger-docs.sh > /dev/null; then echo "${red}ERROR!" echo "Swagger type documentation needs to be updated." echo "To regenerate the spec, run:" @@ -147,7 +147,7 @@ fi echo "${reset}" echo -ne "Checking for swagger spec that need updating... " -if ! hack/after-build/verify-swagger-spec.sh > /dev/null; then +if ! hack/verify-swagger-spec.sh > /dev/null; then echo "${red}ERROR!" echo "Swagger spec needs to be updated." echo "To regenerate the spec, run:" From 7aff0f14865d29119fad9349274dfd12fc1da411 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 5 May 2016 20:51:23 -0700 Subject: [PATCH 15/16] Rename codecgen "testdata" dir so ugorji works Go mistreats "testdata" and can't find vendor/ dirs. --- cmd/libs/go2idl/client-gen/main.go | 7 ++++--- cmd/libs/go2idl/client-gen/test_apis/README | 4 ++++ .../apis => test_apis}/testgroup.k8s.io/install/install.go | 6 +++--- .../apis => test_apis}/testgroup.k8s.io/register.go | 0 .../apis => test_apis}/testgroup.k8s.io/types.generated.go | 0 .../{testdata/apis => test_apis}/testgroup.k8s.io/types.go | 0 .../apis => test_apis}/testgroup.k8s.io/v1/register.go | 0 .../testgroup.k8s.io/v1/types.generated.go | 0 .../apis => test_apis}/testgroup.k8s.io/v1/types.go | 0 .../testgroup.k8s.io/unversioned/fake/fake_testtype.go | 2 +- .../typed/testgroup.k8s.io/unversioned/testgroup_test.go | 4 ++-- .../typed/testgroup.k8s.io/unversioned/testtype.go | 2 +- examples/apiserver/apiserver.go | 4 ++-- examples/apiserver/apiserver_test.go | 2 +- examples/apiserver/rest/reststorage.go | 2 +- 15 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 cmd/libs/go2idl/client-gen/test_apis/README rename cmd/libs/go2idl/client-gen/{testdata/apis => test_apis}/testgroup.k8s.io/install/install.go (95%) rename cmd/libs/go2idl/client-gen/{testdata/apis => test_apis}/testgroup.k8s.io/register.go (100%) rename cmd/libs/go2idl/client-gen/{testdata/apis => test_apis}/testgroup.k8s.io/types.generated.go (100%) rename cmd/libs/go2idl/client-gen/{testdata/apis => test_apis}/testgroup.k8s.io/types.go (100%) rename cmd/libs/go2idl/client-gen/{testdata/apis => test_apis}/testgroup.k8s.io/v1/register.go (100%) rename cmd/libs/go2idl/client-gen/{testdata/apis => test_apis}/testgroup.k8s.io/v1/types.generated.go (100%) rename cmd/libs/go2idl/client-gen/{testdata/apis => test_apis}/testgroup.k8s.io/v1/types.go (100%) diff --git a/cmd/libs/go2idl/client-gen/main.go b/cmd/libs/go2idl/client-gen/main.go index 29129f9ddf4b..c14fe6aa8a52 100644 --- a/cmd/libs/go2idl/client-gen/main.go +++ b/cmd/libs/go2idl/client-gen/main.go @@ -26,9 +26,10 @@ import ( "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/generators" "k8s.io/kubernetes/pkg/api/unversioned" + "strings" + "github.com/golang/glog" flag "github.com/spf13/pflag" - "strings" ) var ( @@ -105,12 +106,12 @@ func main() { if *test { arguments.InputDirs = append(dependencies, []string{ - "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io", + "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io", }...) arguments.CustomArgs = clientgenargs.Args{ GroupVersions: []unversioned.GroupVersion{{Group: "testgroup.k8s.io", Version: ""}}, GroupVersionToInputPath: map[unversioned.GroupVersion]string{ - unversioned.GroupVersion{Group: "testgroup.k8s.io", Version: ""}: "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io", + unversioned.GroupVersion{Group: "testgroup.k8s.io", Version: ""}: "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io", }, ClientsetName: "test_internalclientset", ClientsetOutputPath: "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/", diff --git a/cmd/libs/go2idl/client-gen/test_apis/README b/cmd/libs/go2idl/client-gen/test_apis/README new file mode 100644 index 000000000000..454887a72a7f --- /dev/null +++ b/cmd/libs/go2idl/client-gen/test_apis/README @@ -0,0 +1,4 @@ +This dir can not be named "testdata" because of the way ugorji gnerates code. +Specifically, it emits a .go file and then calls `go run` on it. Because +"testdata" is a special name to Go, it decides NOT to find the vendor dir, and +therefore fails to compile. Just name it something else. diff --git a/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/install/install.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/install/install.go similarity index 95% rename from cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/install/install.go rename to cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/install/install.go index 43febdfc5214..d81633aab54e 100644 --- a/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/install/install.go +++ b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/install/install.go @@ -23,8 +23,8 @@ import ( "github.com/golang/glog" - "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io" - "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1" + "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io" + "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/meta" "k8s.io/kubernetes/pkg/api/unversioned" @@ -34,7 +34,7 @@ import ( "k8s.io/kubernetes/pkg/util/sets" ) -const importPrefix = "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io" +const importPrefix = "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io" var accessor = meta.NewAccessor() diff --git a/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/register.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/register.go similarity index 100% rename from cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/register.go rename to cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/register.go diff --git a/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/types.generated.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.generated.go similarity index 100% rename from cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/types.generated.go rename to cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.generated.go diff --git a/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/types.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.go similarity index 100% rename from cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/types.go rename to cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/types.go diff --git a/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1/register.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/register.go similarity index 100% rename from cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1/register.go rename to cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/register.go diff --git a/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1/types.generated.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.generated.go similarity index 100% rename from cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1/types.generated.go rename to cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.generated.go diff --git a/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1/types.go b/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.go similarity index 100% rename from cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1/types.go rename to cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1/types.go diff --git a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/fake/fake_testtype.go b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/fake/fake_testtype.go index b59a1ec512b0..dbc88d80ace4 100644 --- a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/fake/fake_testtype.go +++ b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/fake/fake_testtype.go @@ -17,7 +17,7 @@ limitations under the License. package fake import ( - testgroup_k8s_io "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io" + testgroup_k8s_io "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io" api "k8s.io/kubernetes/pkg/api" unversioned "k8s.io/kubernetes/pkg/api/unversioned" core "k8s.io/kubernetes/pkg/client/testing/core" diff --git a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/testgroup_test.go b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/testgroup_test.go index 0e55bc92573f..04817c91f19f 100644 --- a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/testgroup_test.go +++ b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/testgroup_test.go @@ -21,8 +21,8 @@ import ( "net/url" "testing" - testgroup "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io" - _ "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/install" + testgroup "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io" + _ "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/install" . "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/testapi" diff --git a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/testtype.go b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/testtype.go index 3125dd27cbb5..812f13a0a70c 100644 --- a/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/testtype.go +++ b/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned/testtype.go @@ -17,7 +17,7 @@ limitations under the License. package unversioned import ( - testgroup_k8s_io "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io" + testgroup_k8s_io "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io" api "k8s.io/kubernetes/pkg/api" watch "k8s.io/kubernetes/pkg/watch" ) diff --git a/examples/apiserver/apiserver.go b/examples/apiserver/apiserver.go index 7aeee2f67525..891e52363dae 100644 --- a/examples/apiserver/apiserver.go +++ b/examples/apiserver/apiserver.go @@ -20,7 +20,7 @@ import ( "fmt" "net" - "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1" + "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1" testgroupetcd "k8s.io/kubernetes/examples/apiserver/rest" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/rest" @@ -30,7 +30,7 @@ import ( "k8s.io/kubernetes/pkg/storage/storagebackend" // Install the testgroup API - _ "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/install" + _ "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/install" ) const ( diff --git a/examples/apiserver/apiserver_test.go b/examples/apiserver/apiserver_test.go index 5e5ab8140b80..73ace78a543d 100644 --- a/examples/apiserver/apiserver_test.go +++ b/examples/apiserver/apiserver_test.go @@ -24,7 +24,7 @@ import ( "testing" "time" - "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io/v1" + "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1" "github.com/stretchr/testify/assert" "k8s.io/kubernetes/pkg/api/unversioned" diff --git a/examples/apiserver/rest/reststorage.go b/examples/apiserver/rest/reststorage.go index c87a5aed1ad8..271f51bcc6d0 100644 --- a/examples/apiserver/rest/reststorage.go +++ b/examples/apiserver/rest/reststorage.go @@ -17,7 +17,7 @@ limitations under the License. package rest import ( - "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testdata/apis/testgroup.k8s.io" + "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/fields" "k8s.io/kubernetes/pkg/labels" From 2100016e0fe3219fc93274d6d66f5d4d8c863979 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 5 May 2016 21:29:30 -0700 Subject: [PATCH 16/16] Don't set the golang env for ginkgo a) it doesn't need it b) changing CWD to a path with symlinks breaks deep within ginkgo, where it crafts a relative path to ../../../../../../platforms/amd64/whatever which then traverses the physical path not the symlinked one, and breaks. --- hack/ginkgo-e2e.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hack/ginkgo-e2e.sh b/hack/ginkgo-e2e.sh index ae60dfba2ac5..4246b73f0060 100755 --- a/hack/ginkgo-e2e.sh +++ b/hack/ginkgo-e2e.sh @@ -18,21 +18,18 @@ set -o errexit set -o nounset set -o pipefail -GINKGO_PARALLEL=${GINKGO_PARALLEL:-n} # set to 'y' to run tests in parallel KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. - source "${KUBE_ROOT}/cluster/common.sh" source "${KUBE_ROOT}/hack/lib/init.sh" -# Ginkgo will build the e2e tests, so we need to make sure that the environment -# is set up correctly (including Godeps, etc). -kube::golang::setup_env # Find the ginkgo binary build as part of the release. ginkgo=$(kube::util::find-binary "ginkgo") e2e_test=$(kube::util::find-binary "e2e.test") # --- Setup some env vars. +GINKGO_PARALLEL=${GINKGO_PARALLEL:-n} # set to 'y' to run tests in parallel + : ${KUBECTL:="${KUBE_ROOT}/cluster/kubectl.sh"} : ${KUBE_CONFIG_FILE:="config-test.sh"}