swill/go.mod

10 lines
229 B
Modula-2
Raw Normal View History

2022-11-20 22:40:43 +01:00
module git.gutmet.org/swill.git
go 1.16
require (
git.gutmet.org/go-mastodon.git v0.0.0-20221123225006-154b90a90225
2022-11-20 22:40:43 +01:00
git.gutmet.org/goutil.git v0.0.0-20201108182825-c19893df11f9
2022-11-23 23:40:58 +01:00
github.com/grokify/html-strip-tags-go v0.0.1
2022-11-20 22:40:43 +01:00
)