mirror of
https://github.com/Warky-Devs/go-mdtopdf-helper.git
synced 2025-05-18 15:17:29 +00:00
9 lines
195 B
Modula-2
9 lines
195 B
Modula-2
module github.com/Warky-Devs/go-mdtopdf-helper.git
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.3
|
|
github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
|
|
)
|