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