From 5c9f010a5777aa8e974995aac2499fa5214d0550 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 5 Jul 2021 20:05:28 -0400 Subject: [PATCH] another try --- go.mod | 1 - vendor/vendor.json | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 vendor/vendor.json diff --git a/go.mod b/go.mod index e27119f..088f7ba 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,3 @@ -// +heroku install ./cmd/... module github.com/christianselig/apollo-backend go 1.16 diff --git a/vendor/vendor.json b/vendor/vendor.json new file mode 100644 index 0000000..cf1dc83 --- /dev/null +++ b/vendor/vendor.json @@ -0,0 +1,9 @@ +{ + "comment": "", + "heroku": { + "install": [ + "./cmd/..." + ] + }, + "rootPath": "github.com/christianselig/apollo-backend" +}