@@ -2,27 +2,23 @@ module github.com/wechaty/go-wechaty-getting-started
2
2
3
3
go 1.18
4
4
5
- require github.com/wechaty/go-wechaty v0.3.9
5
+ require github.com/wechaty/go-wechaty v0.4.0
6
6
7
7
require (
8
- github.com/bitly/go-simplejson v0 .5.0 // indirect
9
- github.com/golang/protobuf v1.4.0 // indirect
10
- github.com/google/uuid v1.1.1 // indirect
8
+ github.com/golang/protobuf v1 .5.2 // indirect
9
+ github.com/google/uuid v1.1.2 // indirect
10
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0 // indirect
11
11
github.com/hashicorp/golang-lru v0.5.4 // indirect
12
- github.com/kr/text v0.2.0 // indirect
13
12
github.com/lucsky/cuid v1.0.2 // indirect
14
13
github.com/maruel/rs v0.0.0-20150922171536-2c81c4312fe4 // indirect
15
14
github.com/otiai10/opengraph v1.1.1 // indirect
16
15
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 // indirect
17
16
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 // indirect
18
- github.com/wechaty/go-grpc v0.18.12 // indirect
19
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
20
- golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
21
- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
17
+ github.com/wechaty/go-grpc v1.5.2 // indirect
18
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
19
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
22
20
golang.org/x/text v0.3.7 // indirect
23
- golang.org/x/tools v0.1.10 // indirect
24
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
25
- google.golang.org/genproto v0.0.0-20200416231807-8751e049a2a0 // indirect
26
- google.golang.org/grpc v1.28.1 // indirect
27
- google.golang.org/protobuf v1.21.0 // indirect
21
+ google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
22
+ google.golang.org/grpc v1.45.0 // indirect
23
+ google.golang.org/protobuf v1.27.1 // indirect
28
24
)
0 commit comments