go-mastodon/go.mod
Yasuhiro Matsumoto d272534ac7
Separate go.mod
2022-06-04 23:01:37 +09:00

9 lines
163 B
Modula-2

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
)