This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
clessy/mods/go.mod

17 lines
615 B
Modula-2
Raw Normal View History

2019-02-08 10:16:54 +00:00
module git.fromouter.space/crunchy-rocks/clessy/mods
2021-03-18 12:08:58 +00:00
go 1.16
2019-02-08 10:16:54 +00:00
require (
2021-11-04 12:54:24 +00:00
cloud.google.com/go v0.65.0
2019-02-08 10:16:54 +00:00
git.fromouter.space/crunchy-rocks/draw2d v0.0.0-20190208101535-675e82cb6412
git.fromouter.space/crunchy-rocks/emoji v0.0.0-20181116142102-2188aadaf093
git.fromouter.space/crunchy-rocks/freetype v0.0.0-20181116104610-3115318f2577
2021-03-18 12:08:58 +00:00
git.fromouter.space/hamcha/tg v0.0.6
2019-02-08 10:16:54 +00:00
github.com/disintegration/imaging v1.6.0
2019-05-23 12:20:09 +00:00
github.com/mattn/go-mastodon v0.0.4
2019-02-08 10:16:54 +00:00
github.com/simon-weber/gomarkov v0.0.0-20130729163204-a8c25822a453
2021-11-04 12:54:24 +00:00
google.golang.org/api v0.30.0
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987
2019-02-08 10:16:54 +00:00
)