fix module

This commit is contained in:
Rasmus Lindroth 2022-05-01 17:52:09 +02:00
parent b1b367ca33
commit 7544964508
3 changed files with 13 additions and 1 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
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
)