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