Heroku buildpack support in go.mod (#388)

This commit is contained in:
My6UoT9 2022-03-01 13:40:42 +01:00 committed by GitHub
parent 560a677f50
commit b68092c6b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
go.mod
View file

@ -1,5 +1,6 @@
module github.com/go-shiori/shiori
// +heroku goVersion go1.17
go 1.17
require (