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/instagram/go.mod

11 lines
212 B
Modula-2
Raw Normal View History

2023-01-03 02:30:01 +00:00
module nulo.in/dlbot/instagram
go 1.19
replace nulo.in/dlbot/common => ../common
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
nulo.in/dlbot/common v0.0.0-00010101000000-000000000000
)