Skip to content

Commit fcdf94d

Browse files
authored
Update dependencies
1 parent d814e7d commit fcdf94d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ module github.com/wechaty/go-wechaty-getting-started
33
go 1.14
44

55
require (
6-
github.com/wechaty/go-wechaty v0.3.1
7-
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
8-
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
9-
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
10-
golang.org/x/tools v0.1.0 // indirect
6+
github.com/wechaty/go-wechaty v0.3.2
7+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
8+
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
9+
golang.org/x/tools v0.1.5 // indirect
1110
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
1211
)

0 commit comments

Comments
 (0)