10 lines
197 B
Modula-2
10 lines
197 B
Modula-2
module github.com/nightnoryu/anon3anon
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
)
|