17 lines
354 B
Modula-2
17 lines
354 B
Modula-2
|
module golangWechat
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
github.com/eatmoreapple/openwechat v1.4.3
|
||
|
github.com/joho/godotenv v1.5.1
|
||
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||
|
github.com/tidwall/gjson v1.14.4
|
||
|
github.com/zh-five/xdaemon v0.1.1
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/tidwall/match v1.1.1 // indirect
|
||
|
github.com/tidwall/pretty v1.2.0 // indirect
|
||
|
)
|