-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
30 lines (27 loc) · 1.18 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-getting-started
go 1.18
require (
github.com/mdp/qrterminal/v3 v3.0.0
github.com/wechaty/go-wechaty v0.4.11
)
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/hashicorp/golang-lru v0.5.4 // indirect
github.com/lucsky/cuid v1.0.2 // indirect
github.com/maruel/rs v0.0.0-20150922171536-2c81c4312fe4 // indirect
github.com/otiai10/opengraph v1.1.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 // indirect
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 // indirect
github.com/wechaty/go-grpc v1.5.2 // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
rsc.io/qr v0.2.0 // indirect
)