-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (30 loc) · 1.23 KB
/
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
24
25
26
27
28
29
30
31
32
33
module su27bot
go 1.19
require (
github.com/ebogdanov/ewelink v0.0.0-20230428141713-5272d8dfa59a
github.com/go-sql-driver/mysql v1.7.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.16
github.com/py60800/tuya v0.0.0-20191029172724-8e4512ca366f
github.com/rs/zerolog v1.28.0
github.com/tuya/tuya-connector-go v1.0.5
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/golang/protobuf v1.3.3 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.3.0 // indirect
github.com/tuya/pulsar-client-go v0.0.0-20210318030624-2c99a816287b // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)