mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 06:33:01 +00:00
9 lines
143 B
Modula-2
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
|
|
)
|