Merge pull request #516 from sosedoff/heroku-go-mod

Specify buildpack version for Heroku
This commit is contained in:
Dan Sosedoff 2021-05-10 09:18:27 -05:00 committed by GitHub
commit 9d1a3fd533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
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