blob: 505f461256ab0b2190c5dd2b48cd327fec9b7048 (
plain)
1
2
3
4
5
6
7
8
9
|
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
)
|