From 67c83ee083298877a7f4847c0b8d8379860c1b8b Mon Sep 17 00:00:00 2001 From: Harry-Cosmos Date: Sun, 2 Jul 2023 23:14:07 -0400 Subject: [PATCH] go mod update 2 --- client_test.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client_test.go b/client_test.go index 662371b..e76956e 100644 --- a/client_test.go +++ b/client_test.go @@ -6,7 +6,7 @@ import ( "net/http/httptest" "testing" - "github.com/Cosmos-Harry/tbot/v2" + "github.com/Cosmos-Harry/tbot" ) const token = "TOKEN" diff --git a/go.mod b/go.mod index 0afdf20..d0d4182 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/Cosmos-Harry/tbot/v2 +module github.com/Cosmos-Harry/tbot go 1.12