Files
trbot/go.mod
2025-02-11 22:19:51 +08:00

12 lines
141 B
Modula-2

module tests
go 1.22.1
require (
github.com/go-telegram/bot v1.13.3
gopkg.in/yaml.v3 v3.0.1
common v0.0.1
)
replace common => ./common