Switch Repo to notatio/notatio

This commit is contained in:
James Musselman 2023-11-20 22:10:40 -06:00
commit 9da51a1e6b
26 changed files with 4117 additions and 0 deletions

24
go.mod Normal file
View file

@ -0,0 +1,24 @@
module notatio
go 1.21
require (
github.com/JohannesKaufmann/html-to-markdown v1.4.1
github.com/google/uuid v1.3.1
github.com/lib/pq v1.10.9
golang.org/x/crypto v0.14.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gorilla/css v1.0.0 // 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-20230922112808-5421fefb8386
github.com/microcosm-cc/bluemonday v1.0.26
golang.org/x/net v0.17.0 // indirect
)