Specify buildpack version for Heroku

This commit is contained in:
Dan Sosedoff 2021-05-10 09:00:09 -05:00
parent cef4ab7eaa
commit 8284c41d6e
No known key found for this signature in database
GPG Key ID: 26186197D282B164

3
go.mod
View File

@ -1,6 +1,7 @@
module github.com/sosedoff/pgweb
go 1.16
// +heroku goVersion go1.16
require (
github.com/BurntSushi/toml v0.3.1
@ -29,4 +30,4 @@ require (
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.1 // indirect
gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556 // indirect
)
)