jlelse
/
hugo-micropub
Archived
1
Fork 0
This repository has been archived on 2020-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-micropub/go.mod

13 lines
411 B
Modula-2
Raw Normal View History

2019-11-07 10:00:24 +00:00
module codeberg.org/jlelse/hugo-micropub
go 1.13
2019-11-14 17:46:49 +00:00
2019-12-03 17:12:10 +00:00
require (
2020-01-01 12:44:44 +00:00
github.com/caarlos0/env/v6 v6.1.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.5-0.20190904012038-b33efeebc785+incompatible
2020-01-19 09:55:18 +00:00
github.com/gwpp/tinify-go v0.0.0-20170613055357-77b9df15f343
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
2019-12-03 17:12:10 +00:00
gopkg.in/yaml.v2 v2.2.7
willnorris.com/go/webmention v0.0.0-20191104072158-c7fb13569b62
2019-12-03 17:12:10 +00:00
)