diff --git a/client_test.go b/client_test.go index f64d499..662371b 100644 --- a/client_test.go +++ b/client_test.go @@ -6,7 +6,7 @@ import ( "net/http/httptest" "testing" - "github.com/yanzay/tbot/v2" + "github.com/Cosmos-Harry/tbot/v2" ) const token = "TOKEN" diff --git a/go.mod b/go.mod index 1a1fcf9..0afdf20 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/yanzay/tbot/v2 +module github.com/Cosmos-Harry/tbot/v2 go 1.12