bloat/mastodon/go.mod
2019-12-13 18:26:24 +00:00

9 lines
143 B
Modula-2

module mastodon
go 1.13
require (
github.com/gorilla/websocket v1.4.1
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
)