fix module
This commit is contained in:
parent
b1b367ca33
commit
7544964508
3 changed files with 13 additions and 1 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue