Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 4 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 477 bytes | 477.00 KiB/s, done.
Total 4 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote: -----> Go app detected
remote: -----> Fetching jq... done
remote: -----> Fetching stdlib.sh.v8... done
remote: Detected go modules via go.mod
remote: Detected Module Name: heroku-app
remote: !! The go.mod file for this project does not specify a Go version
remote: !! Defaulting to go1.12.17
remote: !! For more details see: https://devcenter.heroku.com/articles/go-apps-with-modules#build-configuration
remote: -----> New Go Version, clearing old cache
remote: -----> Installing go1.12.17
remote: -----> Fetching go1.12.17.linux-amd64.tar.gz... done
remote: -----> Determining packages to install
remote: Detected the following main packages to install:
remote: -----> Running: go install -v -tags heroku heroku-app
remote: Installed the following binaries:
remote: Created a Procfile with the following entries:
remote: web: bin/heroku-app
remote: If these entries look incomplete or incorrect please create a Procfile with the required entries.
remote: See https://devcenter.heroku.com/articles/procfile for more details about Procfiles
remote: -----> Discovering process types
remote: Procfile declares types -> web
remote: -----> Compressing...
remote: -----> Launching...
remote: https://obscure-ocean-33068.herokuapp.com/ deployed to Heroku
remote: Verifying deploy... done.
To https://git.heroku.com/obscure-ocean-33068.git
* [new branch] master -> master