refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module github.com/TelegramExchange/tgex-parser
|
||||
module github.com/TelegramExchange/tgex-backend/tg_parser
|
||||
|
||||
go 1.25.0
|
||||
|
||||
@@ -8,6 +8,7 @@ require (
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/kelseyhightower/envconfig v1.4.0
|
||||
github.com/rs/zerolog v1.34.0
|
||||
github.com/TelegramExchange/pkg v0.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -49,3 +50,5 @@ require (
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
rsc.io/qr v0.2.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/TelegramExchange/pkg => ../pkg
|
||||
|
||||
Reference in New Issue
Block a user