mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
another try
This commit is contained in:
parent
a6d3248741
commit
5c9f010a57
2 changed files with 9 additions and 1 deletions
1
go.mod
1
go.mod
|
@ -1,4 +1,3 @@
|
|||
// +heroku install ./cmd/...
|
||||
module github.com/christianselig/apollo-backend
|
||||
|
||||
go 1.16
|
||||
|
|
9
vendor/vendor.json
vendored
Normal file
9
vendor/vendor.json
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"comment": "",
|
||||
"heroku": {
|
||||
"install": [
|
||||
"./cmd/..."
|
||||
]
|
||||
},
|
||||
"rootPath": "github.com/christianselig/apollo-backend"
|
||||
}
|
Loading…
Reference in a new issue