-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 775 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/gohouse/gotgbot
go 1.15
require (
github.com/go-redis/redis/v7 v7.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/go-telegram-bot-api/telegram-bot-api v1.0.1-0.20201003041727-05e04b526c69
github.com/gohouse/gorose/v2 v2.1.10
github.com/gohouse/t v0.0.0-20201007094014-630049a6bfe9
github.com/golang/protobuf v1.4.0 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20200501052902-10377860bb8e // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
replace (
github.com/go-telegram-bot-api/telegram-bot-api => ../../go-telegram-bot-api/telegram-bot-api
)