mirror of
https://github.com/fengxxc/wechatmp2markdown.git
synced 2026-02-06 15:10:46 +08:00
11 lines
202 B
Modula-2
11 lines
202 B
Modula-2
module github.com/fengxxc/wechatmp2markdown
|
|
|
|
go 1.20
|
|
|
|
require github.com/PuerkitoBio/goquery v1.8.1
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
)
|