From 4232ac8d2aef36a87bfe6f54df81f9c186aa5d7a Mon Sep 17 00:00:00 2001 From: surdeus Date: Mon, 20 Nov 2023 21:24:35 +0300 Subject: [PATCH] Rebranding. --- 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 d3bbd44..cffbc85 100644 --- a/cmd/test/main.go +++ b/cmd/test/main.go @@ -6,7 +6,7 @@ import ( "strings" "fmt" - "github.com/reklesio/tg" + "github.com/omnipunk/tg" ) type BotData struct { diff --git a/go.mod b/go.mod index 798d13e..0d0fe06 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/reklesio/tg +module github.com/omnipunk/tg go 1.20