Skip to content

Commit 7e04aa7

Browse files
authored
Merge pull request #30 from wechaty/update-dependencies
Update dependencies
2 parents a328e6e + 9595a97 commit 7e04aa7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/wechaty/go-wechaty-getting-started
22

33
go 1.18
44

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

77
require (
88
github.com/bitly/go-simplejson v0.5.0 // indirect
@@ -16,9 +16,11 @@ require (
1616
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 // indirect
1717
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 // indirect
1818
github.com/wechaty/go-grpc v0.18.12 // indirect
19+
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
1920
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
2021
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
2122
golang.org/x/text v0.3.7 // indirect
23+
golang.org/x/tools v0.1.10 // indirect
2224
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2325
google.golang.org/genproto v0.0.0-20200416231807-8751e049a2a0 // indirect
2426
google.golang.org/grpc v1.28.1 // indirect

0 commit comments

Comments
 (0)