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" +}