aboutsummaryrefslogtreecommitdiff
path: root/mastodon/go.mod
blob: ea24109c4dec3e50aa56a4f10d2898bf79ca6656 (plain)
1
2
3
4
5
6
7
8
module mastodon

go 1.13

require (
	github.com/gorilla/websocket v1.4.1
	github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
)