mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-04 20:19:22 +02:00
10 lines
186 B
Modula-2
10 lines
186 B
Modula-2
module mastodon
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
)
|