-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 802 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module bot
go 1.18
require (
github.com/Sagleft/swiss-knife v1.3.0
github.com/Sagleft/uchatbot-engine v1.9.2
github.com/Sagleft/utopialib-go/v2 v2.8.0
github.com/fatih/color v1.14.1
gopkg.in/telebot.v3 v3.1.2
)
require (
github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 // indirect
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/ctengiz/evtwebsocket v0.0.0-20180717104640-fc3583982591 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/sagleft/simple-cron v1.5.0 // indirect
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
golang.org/x/sys v0.3.0 // indirect
gopkg.in/grignaak/tribool.v1 v1.0.0-20150312065122-d6bb19d816df // indirect
)