Skip to content

Commit 124418a

Browse files
author
星冉
committed
完善 plug-in 仓库示例 📝
1 parent 171e32e commit 124418a

File tree

2 files changed

+3
-407
lines changed

2 files changed

+3
-407
lines changed

go.mod

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,24 @@ module github.com/wechaty/go-wechaty-getting-started
22

33
go 1.18
44

5-
require (
6-
github.com/blinkbean/dingtalk v0.0.0-20210905093040-7d935c0f7e19
7-
github.com/mdp/qrterminal/v3 v3.0.0
8-
github.com/spf13/viper v1.11.0
9-
github.com/wechaty/go-wechaty v0.4.1
10-
)
5+
require github.com/wechaty/go-wechaty v0.4.1
116

127
require (
13-
github.com/fsnotify/fsnotify v1.5.1 // indirect
148
github.com/golang/protobuf v1.5.2 // indirect
159
github.com/google/uuid v1.1.2 // indirect
1610
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0 // indirect
1711
github.com/hashicorp/golang-lru v0.5.4 // indirect
18-
github.com/hashicorp/hcl v1.0.0 // indirect
1912
github.com/lucsky/cuid v1.0.2 // indirect
20-
github.com/magiconair/properties v1.8.6 // indirect
2113
github.com/maruel/rs v0.0.0-20150922171536-2c81c4312fe4 // indirect
22-
github.com/mitchellh/mapstructure v1.4.3 // indirect
2314
github.com/otiai10/opengraph v1.1.1 // indirect
24-
github.com/pelletier/go-toml v1.9.4 // indirect
25-
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
2615
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 // indirect
27-
github.com/spf13/afero v1.8.2 // indirect
28-
github.com/spf13/cast v1.4.1 // indirect
29-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
30-
github.com/spf13/pflag v1.0.5 // indirect
31-
github.com/subosito/gotenv v1.2.0 // indirect
3216
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 // indirect
3317
github.com/wechaty/go-grpc v1.5.2 // indirect
3418
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
3519
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
3620
golang.org/x/text v0.3.7 // indirect
21+
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
3722
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
3823
google.golang.org/grpc v1.45.0 // indirect
3924
google.golang.org/protobuf v1.28.0 // indirect
40-
gopkg.in/ini.v1 v1.66.4 // indirect
41-
gopkg.in/yaml.v2 v2.4.0 // indirect
42-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
43-
rsc.io/qr v0.2.0 // indirect
4425
)

0 commit comments

Comments
 (0)