Skip to content

Commit 83fde0c

Browse files
committed
upgrade wechaty
1 parent 0095588 commit 83fde0c

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

go.mod

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,23 @@ module github.com/wechaty/go-wechaty-getting-started
22

33
go 1.18
44

5-
require github.com/wechaty/go-wechaty v0.3.9
5+
require github.com/wechaty/go-wechaty v0.4.0
66

77
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
1111
github.com/hashicorp/golang-lru v0.5.4 // indirect
12-
github.com/kr/text v0.2.0 // indirect
1312
github.com/lucsky/cuid v1.0.2 // indirect
1413
github.com/maruel/rs v0.0.0-20150922171536-2c81c4312fe4 // indirect
1514
github.com/otiai10/opengraph v1.1.1 // indirect
1615
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 // indirect
1716
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
2220
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
2824
)

0 commit comments

Comments
 (0)