-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 680 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/ProgrammingLanguageLeader/randombot
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/Syfaro/telegram-bot-api v4.6.4+incompatible
github.com/go-redis/redis v6.15.7+incompatible
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/text v0.3.2
gopkg.in/yaml.v2 v2.2.8 // indirect
)