-
-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 802 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (22 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
)