11 lines
212 B
Modula-2
11 lines
212 B
Modula-2
|
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
|
||
|
)
|