bloat/mastodon/go.mod

10 lines
186 B
Modula-2
Raw Normal View History

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
)