Renaming module

pull/175/head
Robert Sigler 2023-02-23 14:39:39 -05:00
parent 9137335b5b
commit 2cc25a7242
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import (
"log" "log"
"time" "time"
"github.com/mattn/go-mastodon" "github.com/rmrfslashbin/go-mastodon"
) )
func ExampleRegisterApp() { func ExampleRegisterApp() {

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 ( require (
github.com/gorilla/websocket v1.5.0 github.com/gorilla/websocket v1.5.0