module github.com/mattn/go-mastodon

go 1.16

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