27 lines
802 B
Modula-2
27 lines
802 B
Modula-2
module github.com/zakirullin/files.md
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.2-0.20221020003552-4126fa611266
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/spf13/afero v1.9.5
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/crypto v0.23.0
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/text v0.16.0
|
|
)
|
|
|
|
require github.com/rivo/uniseg v0.4.7
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|