---
name: cf-networking-acceptance

dependencies:
  - golang

files:
  - cli/cf-cli_6.30.0_linux_x86-64.tgz
  - example-apps/**/*  # need manifest files in addition golang source
  - cf-pusher/cf_cli_adapter/*.go # gosub
  - cf-pusher/cf_command/*.go # gosub
  - cf-pusher/cmd/cf-pusher/*.go # gosub
  - cf-pusher/config/*.go # gosub
  - cf-pusher/manifest_generator/*.go # gosub
  - cf-pusher/models/*.go # gosub
  - code.cloudfoundry.org/cf-networking-helpers/db/*.go # gosub
  - code.cloudfoundry.org/cf-networking-helpers/json_client/*.go # gosub
  - code.cloudfoundry.org/cf-networking-helpers/marshal/*.go # gosub
  - code.cloudfoundry.org/cf-networking-helpers/testsupport/*.go # gosub
  - code.cloudfoundry.org/lager/*.go # gosub
  - code.cloudfoundry.org/lager/lagertest/*.go # gosub
  - github.com/cf-container-networking/sql-migrate/*.go # gosub
  - github.com/cf-container-networking/sql-migrate/sqlparse/*.go # gosub
  - github.com/cf-container-networking/sql-migrate/vendor/gopkg.in/gorp.v1/*.go # gosub
  - github.com/cloudfoundry-incubator/cf-test-helpers/cf/*.go # gosub
  - github.com/cloudfoundry-incubator/cf-test-helpers/helpers/*.go # gosub
  - github.com/cloudfoundry-incubator/cf-test-helpers/runner/*.go # gosub
  - github.com/go-sql-driver/mysql/*.go # gosub
  - github.com/jmoiron/sqlx/*.go # gosub
  - github.com/jmoiron/sqlx/reflectx/*.go # gosub
  - github.com/lib/pq/*.go # gosub
  - github.com/lib/pq/oid/*.go # gosub
  - github.com/onsi/ginkgo/*.go # gosub
  - github.com/onsi/ginkgo/config/*.go # gosub
  - github.com/onsi/ginkgo/ginkgo/*.go # gosub
  - github.com/onsi/ginkgo/ginkgo/convert/*.go # gosub
  - github.com/onsi/ginkgo/ginkgo/interrupthandler/*.go # gosub
  - github.com/onsi/ginkgo/ginkgo/nodot/*.go # gosub
  - github.com/onsi/ginkgo/ginkgo/testrunner/*.go # gosub
  - github.com/onsi/ginkgo/ginkgo/testsuite/*.go # gosub
  - github.com/onsi/ginkgo/ginkgo/watch/*.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/spec_iterator/*.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/reporters/stenographer/support/go-colorable/*.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/oraclematcher/*.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-cf-experimental/warrant/*.go # gosub
  - github.com/pivotal-cf-experimental/warrant/internal/documents/*.go # gosub
  - github.com/pivotal-cf-experimental/warrant/internal/network/*.go # gosub
  - github.com/pivotal-cf-experimental/warrant/vendor/github.com/dgrijalva/jwt-go/*.go # gosub
  - github.com/square/certstrap/depot/*.go # gosub
  - github.com/square/certstrap/pkix/*.go # gosub
  - github.com/tedsuo/ifrit/*.go # gosub
  - gopkg.in/yaml.v2/*.go # gosub
  - lib/policy_client/*.go # gosub
  - lib/testsupport/*.go # gosub
  - policy-server/api/*.go # gosub
  - policy-server/api/api_v0/*.go # gosub
  - policy-server/store/*.go # gosub
  - policy-server/store/helpers/*.go # gosub
  - policy-server/store/migrations/*.go # gosub
  - test/acceptance/*.go # gosub
