24 lines
583 B
Modula-2
24 lines
583 B
Modula-2
module notatio
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/JohannesKaufmann/html-to-markdown v1.4.2
|
|
github.com/google/uuid v1.4.0
|
|
github.com/lib/pq v1.10.9
|
|
golang.org/x/crypto v0.16.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/gomarkdown/markdown v0.0.0-20231115200524-a660076da3fd
|
|
github.com/microcosm-cc/bluemonday v1.0.26
|
|
golang.org/x/net v0.19.0 // indirect
|
|
)
|