---
name: route_emitter

dependencies:
  - golang_1.4

files:
  - github.com/cloudfoundry-incubator/route-emitter/cmd/route-emitter/*.go # gosub
  - code.google.com/p/gogoprotobuf/proto/*.go # gosub
  - github.com/apcera/nats/*.go # gosub
  - github.com/bmizerany/pat/*.go # gosub
  - github.com/cloudfoundry-incubator/auctioneer/*.go # gosub
  - github.com/cloudfoundry-incubator/cf-debug-server/*.go # gosub
  - github.com/cloudfoundry-incubator/cf-lager/*.go # gosub
  - github.com/cloudfoundry-incubator/cf_http/*.go # gosub
  - github.com/cloudfoundry-incubator/receptor/*.go # gosub
  - github.com/cloudfoundry-incubator/route-emitter/cfroutes/*.go # gosub
  - github.com/cloudfoundry-incubator/route-emitter/nats_emitter/*.go # gosub
  - github.com/cloudfoundry-incubator/route-emitter/routing_table/*.go # gosub
  - github.com/cloudfoundry-incubator/route-emitter/syncer/*.go # gosub
  - github.com/cloudfoundry-incubator/route-emitter/watcher/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/bbserrors/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/domain_bbs/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/lock_bbs/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/lrp_bbs/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/lrp_bbs/internal/actuallrprepository/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/prune/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/services_bbs/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/shared/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/bbs/task_bbs/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/cb/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/heartbeater/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/metric/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/models/*.go # gosub
  - github.com/cloudfoundry-incubator/runtime-schema/routes/*.go # gosub
  - github.com/cloudfoundry/dropsonde/*.go # gosub
  - github.com/cloudfoundry/dropsonde/control/*.go # gosub
  - github.com/cloudfoundry/dropsonde/emitter/*.go # gosub
  - github.com/cloudfoundry/dropsonde/events/*.go # gosub
  - github.com/cloudfoundry/dropsonde/factories/*.go # gosub
  - github.com/cloudfoundry/dropsonde/instrumented_handler/*.go # gosub
  - github.com/cloudfoundry/dropsonde/instrumented_round_tripper/*.go # gosub
  - github.com/cloudfoundry/dropsonde/log_sender/*.go # gosub
  - github.com/cloudfoundry/dropsonde/logs/*.go # gosub
  - github.com/cloudfoundry/dropsonde/metric_sender/*.go # gosub
  - github.com/cloudfoundry/dropsonde/metrics/*.go # gosub
  - github.com/cloudfoundry/dropsonde/runtime_stats/*.go # gosub
  - github.com/cloudfoundry/gosteno/*.go # gosub
  - github.com/cloudfoundry/gosteno/syslog/*.go # gosub
  - github.com/cloudfoundry/gunk/diegonats/*.go # gosub
  - github.com/cloudfoundry/gunk/workpool/*.go # gosub
  - github.com/cloudfoundry/storeadapter/*.go # gosub
  - github.com/cloudfoundry/storeadapter/etcdstoreadapter/*.go # gosub
  - github.com/coreos/etcd/etcdserver/etcdhttp/httptypes/*.go # gosub
  - github.com/coreos/etcd/pkg/types/*.go # gosub
  - github.com/coreos/go-etcd/etcd/*.go # gosub
  - github.com/nu7hatch/gouuid/*.go # gosub
  - github.com/onsi/ginkgo/*.go # gosub
  - github.com/onsi/ginkgo/config/*.go # gosub
  - github.com/onsi/ginkgo/internal/codelocation/*.go # gosub
  - github.com/onsi/ginkgo/internal/containernode/*.go # gosub
  - github.com/onsi/ginkgo/internal/failer/*.go # gosub
  - github.com/onsi/ginkgo/internal/leafnodes/*.go # gosub
  - github.com/onsi/ginkgo/internal/remote/*.go # gosub
  - github.com/onsi/ginkgo/internal/spec/*.go # gosub
  - github.com/onsi/ginkgo/internal/specrunner/*.go # gosub
  - github.com/onsi/ginkgo/internal/suite/*.go # gosub
  - github.com/onsi/ginkgo/internal/testingtproxy/*.go # gosub
  - github.com/onsi/ginkgo/internal/writer/*.go # gosub
  - github.com/onsi/ginkgo/reporters/*.go # gosub
  - github.com/onsi/ginkgo/reporters/stenographer/*.go # gosub
  - github.com/onsi/ginkgo/types/*.go # gosub
  - github.com/onsi/gomega/*.go # gosub
  - github.com/onsi/gomega/format/*.go # gosub
  - github.com/onsi/gomega/gbytes/*.go # gosub
  - github.com/onsi/gomega/gexec/*.go # gosub
  - github.com/onsi/gomega/internal/assertion/*.go # gosub
  - github.com/onsi/gomega/internal/asyncassertion/*.go # gosub
  - github.com/onsi/gomega/internal/testingtsupport/*.go # gosub
  - github.com/onsi/gomega/matchers/*.go # gosub
  - github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/*.go # gosub
  - github.com/onsi/gomega/matchers/support/goraph/edge/*.go # gosub
  - github.com/onsi/gomega/matchers/support/goraph/node/*.go # gosub
  - github.com/onsi/gomega/matchers/support/goraph/util/*.go # gosub
  - github.com/onsi/gomega/types/*.go # gosub
  - github.com/pivotal-golang/clock/*.go # gosub
  - github.com/pivotal-golang/lager/*.go # gosub
  - github.com/tedsuo/ifrit/*.go # gosub
  - github.com/tedsuo/ifrit/ginkgomon/*.go # gosub
  - github.com/tedsuo/ifrit/grouper/*.go # gosub
  - github.com/tedsuo/ifrit/http_server/*.go # gosub
  - github.com/tedsuo/ifrit/restart/*.go # gosub
  - github.com/tedsuo/ifrit/sigmon/*.go # gosub
  - github.com/tedsuo/rata/*.go # gosub
  - github.com/vito/go-sse/sse/*.go # gosub
