mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-11-09 16:14:11 +00:00
8 lines
143 B
Modula-2
8 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
|
|
)
|