Rebranding.

This commit is contained in:
Andrey Parhomenko 2023-11-20 21:24:35 +03:00
parent 6c491fc04a
commit 4232ac8d2a
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ import (
"strings"
"fmt"
"github.com/reklesio/tg"
"github.com/omnipunk/tg"
)
type BotData struct {

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/reklesio/tg
module github.com/omnipunk/tg
go 1.20