From fbe0cf1c44ab9b4571e2ddfa52c59216e8090023 Mon Sep 17 00:00:00 2001 From: surdeus Date: Thu, 14 Dec 2023 21:16:26 +0300 Subject: [PATCH] YESS, MORE NAME CHANGING. BUT THIS IS THE LAST ONE, I PROMISE. --- cmd/test/main.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/test/main.go b/cmd/test/main.go index cffbc85..190067c 100644 --- a/cmd/test/main.go +++ b/cmd/test/main.go @@ -6,7 +6,7 @@ import ( "strings" "fmt" - "github.com/omnipunk/tg" + "github.com/di4f/tg" ) type BotData struct { diff --git a/go.mod b/go.mod index 0d0fe06..b5b2c8f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/omnipunk/tg +module github.com/di4f/tg go 1.20