diff options
author | Alan Pearce | 2024-04-18 12:31:48 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-18 12:37:41 +0200 |
commit | c6917416ca0dcc36af98b7039fd19c57d8dcedb5 (patch) | |
tree | 5caf8d8ab4fccbaf1be3ca1d878678660e5b6992 /go.mod | |
parent | 100034677d2b4c4678c050ab08889b581c889840 (diff) | |
download | website-c6917416ca0dcc36af98b7039fd19c57d8dcedb5.tar.lz website-c6917416ca0dcc36af98b7039fd19c57d8dcedb5.tar.zst website-c6917416ca0dcc36af98b7039fd19c57d8dcedb5.zip |
prettify HTML
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod index 912c6e8..041b3cb 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.22.1 require ( github.com/BurntSushi/toml v1.2.1 github.com/PuerkitoBio/goquery v1.9.1 + github.com/a-h/htmlformat v0.0.0-20231108124658-5bd994fe268e github.com/adrg/frontmatter v0.2.0 github.com/ansrivas/fiberprometheus/v2 v2.6.1 github.com/antchfx/xmlquery v1.4.0 @@ -13,10 +14,10 @@ require ( github.com/getsentry/sentry-go v0.27.0 github.com/gofiber/contrib/fibersentry v1.0.4 github.com/gofiber/fiber/v2 v2.52.4 - github.com/jf-tech/go-corelib v0.0.1 github.com/pkg/errors v0.9.1 github.com/shengyanli1982/law v0.1.12 github.com/yuin/goldmark v1.7.1 + golang.org/x/net v0.21.0 ) require ( @@ -44,7 +45,6 @@ require ( github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.52.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect - golang.org/x/net v0.21.0 // indirect golang.org/x/sys v0.19.0 // indirect golang.org/x/text v0.14.0 // indirect google.golang.org/protobuf v1.30.0 // indirect |