about summary refs log tree commit diff stats
path: root/go.mod
blob: 7d6d42b558d403e17d7163be8c19a8938f657ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module website

go 1.22.1

require (
	github.com/BurntSushi/toml v1.3.2
	github.com/PuerkitoBio/goquery v1.9.2
	github.com/a-h/htmlformat v0.0.0-20231108124658-5bd994fe268e
	github.com/a-h/templ v0.2.707
	github.com/adrg/frontmatter v0.2.0
	github.com/andybalholm/brotli v1.1.0
	github.com/antchfx/xmlquery v1.4.0
	github.com/antchfx/xpath v1.3.0
	github.com/ardanlabs/conf/v3 v3.1.7
	github.com/benpate/digit v0.12.0
	github.com/crewjam/csp v0.0.2
	github.com/deckarep/golang-set/v2 v2.6.0
	github.com/fatih/structtag v1.2.0
	github.com/fsnotify/fsnotify v1.7.0
	github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43
	github.com/osdevisnot/sorvor v0.4.4
	github.com/pkg/errors v0.9.1
	github.com/snabb/sitemap v1.0.4
	github.com/stefanfritsch/goldmark-fences v1.0.0
	github.com/sykesm/zap-logfmt v0.0.4
	github.com/thessem/zap-prettyconsole v0.4.0
	github.com/yuin/goldmark v1.7.1
	go.uber.org/zap v1.27.0
	golang.org/x/net v0.25.0
)

replace github.com/a-h/htmlformat => github.com/alanpearce/htmlformat v0.0.0-20240425000139-1244374b2562

require (
	github.com/Code-Hex/dd v1.1.0 // indirect
	github.com/andybalholm/cascadia v1.3.2 // indirect
	github.com/aymerick/douceur v0.2.0 // indirect
	github.com/benpate/derp v0.31.0 // indirect
	github.com/benpate/domain v0.2.1 // indirect
	github.com/benpate/exp v0.8.3 // indirect
	github.com/benpate/remote v0.15.0 // indirect
	github.com/benpate/rosetta v0.21.0 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/gorilla/css v1.0.1 // indirect
	github.com/microcosm-cc/bluemonday v1.0.26 // indirect
	github.com/snabb/diagio v1.0.4 // indirect
	go.uber.org/multierr v1.11.0 // indirect
	golang.org/x/sys v0.20.0 // indirect
	golang.org/x/text v0.16.0 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)