mastodon-markdown-archive/go.mod

25 lines
808 B
Modula-2
Raw Normal View History

2024-05-11 14:45:54 +00:00
module git.garrido.io/gabriel/mastodon-markdown-archive
2024-04-21 13:08:09 +00:00
go 1.21.6
2024-08-03 07:24:08 +00:00
require (
github.com/JohannesKaufmann/html-to-markdown v1.5.0
github.com/Masterminds/sprig/v3 v3.2.3
)
2024-04-21 16:43:55 +00:00
require (
2024-05-19 13:24:49 +00:00
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
2024-04-21 16:43:55 +00:00
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
2024-05-19 13:24:49 +00:00
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
2024-04-21 16:43:55 +00:00
)