mirror of
https://github.com/fengxxc/wechatmp2markdown.git
synced 2026-02-20 05:50:44 +08:00
9 lines
170 B
Modula-2
9 lines
170 B
Modula-2
module github.com/fengxxc/wechatmp2markdown
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
|
|
)
|