From 14415f3a7eecedf7d590d7ada66f8078e9bc57ca Mon Sep 17 00:00:00 2001 From: Felisia Martini Date: Wed, 13 Nov 2019 11:22:34 +0000 Subject: [PATCH] Delete go.mod We want this folder to exist only for backwards compatibility, but we'll continue to develop out of the root of the directory. We need to remove the go.mod for go mod to work, given that they both export the same "module" Co-authored-by: Derik Evangelista --- v7/go.mod | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 v7/go.mod diff --git a/v7/go.mod b/v7/go.mod deleted file mode 100644 index c13b7c60..00000000 --- a/v7/go.mod +++ /dev/null @@ -1,13 +0,0 @@ -module github.com/pivotal-cf/brokerapi/v7 - -require ( - code.cloudfoundry.org/lager v1.1.1-0.20191008172124-a9afc05ee5be - github.com/drewolson/testflight v1.0.0 - github.com/google/uuid v1.1.0 // indirect - github.com/gorilla/mux v1.7.3 - github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2 - github.com/onsi/ginkgo v1.10.3 - github.com/onsi/gomega v1.7.1 - github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 - github.com/pkg/errors v0.8.1 -)