11 lines
182 B
Modula-2
11 lines
182 B
Modula-2
module github.com/nightnoryu/anon3anon
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
)
|
|
|
|
require github.com/go-telegram/bot v1.13.3
|