From 2cc25a72420647baa8fe7a85cef3e409da6b647f Mon Sep 17 00:00:00 2001 From: Robert Sigler Date: Thu, 23 Feb 2023 14:39:39 -0500 Subject: [PATCH] Renaming module --- example_test.go | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example_test.go b/example_test.go index a25a3ca..94d1601 100644 --- a/example_test.go +++ b/example_test.go @@ -6,7 +6,7 @@ import ( "log" "time" - "github.com/mattn/go-mastodon" + "github.com/rmrfslashbin/go-mastodon" ) func ExampleRegisterApp() { diff --git a/go.mod b/go.mod index 5ab4e81..d432f54 100644 --- a/go.mod +++ b/go.mod @@ -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