another try

This commit is contained in:
Andre Medeiros 2021-07-05 20:05:28 -04:00
parent a6d3248741
commit 5c9f010a57
2 changed files with 9 additions and 1 deletions

1
go.mod
View file

@ -1,4 +1,3 @@
// +heroku install ./cmd/...
module github.com/christianselig/apollo-backend
go 1.16

9
vendor/vendor.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"comment": "",
"heroku": {
"install": [
"./cmd/..."
]
},
"rootPath": "github.com/christianselig/apollo-backend"
}