go-mastodon/go.mod

9 lines
163 B
Modula-2
Raw Normal View History

2019-05-14 05:14:13 +02:00
module github.com/mattn/go-mastodon
2022-06-04 16:01:37 +02:00
go 1.16
2019-05-14 05:14:13 +02:00
require (
2022-06-04 16:01:37 +02:00
github.com/gorilla/websocket v1.5.0
2019-05-14 05:14:13 +02:00
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
)