Renaming module

This commit is contained in:
Robert Sigler 2023-02-23 14:39:39 -05:00
parent 9137335b5b
commit 2cc25a7242
2 changed files with 3 additions and 3 deletions

4
go.mod
View file

@ -1,6 +1,6 @@
module github.com/mattn/go-mastodon
module github.com/rmrfslashbin/go-mastodon
go 1.16
go 1.19
require (
github.com/gorilla/websocket v1.5.0