-
Notifications
You must be signed in to change notification settings - Fork 92
/
go.mod
30 lines (27 loc) · 1.04 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
module github.com/wechaty/go-wechaty
go 1.18
require (
github.com/hashicorp/golang-lru v0.5.4
github.com/lucsky/cuid v1.0.2
github.com/mdp/qrterminal/v3 v3.0.0
github.com/otiai10/opengraph v1.1.1
github.com/sirupsen/logrus v1.9.0
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2
github.com/wechaty/go-grpc v1.5.2
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0 // indirect
github.com/maruel/rs v0.0.0-20150922171536-2c81c4312fe4 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/willf/bitset v1.1.10 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
rsc.io/qr v0.2.0 // indirect
)