Skip to content

Commit d49835a

Browse files
authored
Merge pull request #15 from dchaofei/master
only update wechaty
2 parents 881b573 + 87ff10e commit d49835a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: 1.14.4 # optional
2222
- name: Update Dependency
23-
run: go get -u ./...
23+
run: go get github.com/wechaty/go-wechaty
2424

2525
- name: Test
2626
run: |

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.14
44

55
require (
66
github.com/wechaty/go-wechaty v0.3.0
7-
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
8-
golang.org/x/tools v0.1.0 // indirect
7+
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
8+
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
9+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
910
)

0 commit comments

Comments
 (0)