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
|
||
|
)
|