go-mastodon/go.mod
Rasmus Lindroth 7544964508 fix module
2022-05-01 17:52:09 +02:00

8 lines
172 B
Modula-2

module github.com/RasmusLindroth/go-mastodon
go 1.18
require (
github.com/gorilla/websocket v1.5.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
)