Files
anon3anon/go.mod
T
nightnoryu 9e38b000ec Refactoring
1. Move all pre-defined messages to constants in a separate file
2. Remove pkg/errors dependency
2025-05-15 22:20:37 +03:00

12 lines
250 B
Modula-2

module github.com/nightnoryu/anon3anon
go 1.24
require (
github.com/go-telegram/bot v1.13.3
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