@@ -2,43 +2,24 @@ module github.com/wechaty/go-wechaty-getting-started
2
2
3
3
go 1.18
4
4
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
11
6
12
7
require (
13
- github.com/fsnotify/fsnotify v1.5.1 // indirect
14
8
github.com/golang/protobuf v1.5.2 // indirect
15
9
github.com/google/uuid v1.1.2 // indirect
16
10
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0 // indirect
17
11
github.com/hashicorp/golang-lru v0.5.4 // indirect
18
- github.com/hashicorp/hcl v1.0.0 // indirect
19
12
github.com/lucsky/cuid v1.0.2 // indirect
20
- github.com/magiconair/properties v1.8.6 // indirect
21
13
github.com/maruel/rs v0.0.0-20150922171536-2c81c4312fe4 // indirect
22
- github.com/mitchellh/mapstructure v1.4.3 // indirect
23
14
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
26
15
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
32
16
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 // indirect
33
17
github.com/wechaty/go-grpc v1.5.2 // indirect
34
18
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
35
19
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
36
20
golang.org/x/text v0.3.7 // indirect
21
+ golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
37
22
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
38
23
google.golang.org/grpc v1.45.0 // indirect
39
24
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
44
25
)
0 commit comments