File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ 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.7
5
+ require github.com/wechaty/go-wechaty v0.3.9
6
6
7
7
require (
8
8
github.com/bitly/go-simplejson v0.5.0 // indirect
@@ -16,9 +16,11 @@ require (
16
16
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 // indirect
17
17
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 // indirect
18
18
github.com/wechaty/go-grpc v0.18.12 // indirect
19
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
19
20
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
20
21
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
21
22
golang.org/x/text v0.3.7 // indirect
23
+ golang.org/x/tools v0.1.10 // indirect
22
24
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
23
25
google.golang.org/genproto v0.0.0-20200416231807-8751e049a2a0 // indirect
24
26
google.golang.org/grpc v1.28.1 // indirect
You can’t perform that action at this time.
0 commit comments