This repository has been archived on 2024-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
dlbot4/go.mod

20 lines
510 B
Modula-2
Raw Normal View History

2023-01-04 16:21:00 +00:00
module nulo.in/dlbot
go 1.19
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
nulo.in/dlbot/common v0.0.0-00010101000000-000000000000
nulo.in/dlbot/instagram v0.0.0-00010101000000-000000000000
nulo.in/dlbot/tiktok v0.0.0-00010101000000-000000000000
2023-12-29 02:29:28 +00:00
nulo.in/dlbot/youtube v0.0.0-00010101000000-000000000000
2023-01-04 16:21:00 +00:00
)
replace nulo.in/dlbot/common => ./common
replace nulo.in/dlbot/instagram => ./instagram
replace nulo.in/dlbot/tiktok => ./tiktok
2023-12-29 02:29:28 +00:00
replace nulo.in/dlbot/youtube => ./youtube