12 lines
250 B
Modula-2
12 lines
250 B
Modula-2
module github.com/nightnoryu/anon3anon
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/go-telegram/bot v1.15.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|