2019-12-13 18:08:26 +00:00
|
|
|
module mastodon
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2019-12-22 16:28:31 +00:00
|
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
2019-12-13 18:08:26 +00:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
|
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
|
|
)
|