about summary refs log tree commit diff stats
path: root/go.mod
blob: 151e3604e59dcac0a32ad0632cb346baf7dc1cde (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
module go.alanpearce.eu/website

go 1.22.3

require (
	github.com/BurntSushi/toml v1.4.0
	github.com/PuerkitoBio/goquery v1.9.2
	github.com/a-h/templ v0.2.793
	github.com/adrg/frontmatter v0.2.0
	github.com/alanpearce/certmagic v0.21.5-0.20241130183548-380075cf3bb8
	github.com/alanpearce/certmagic-storage-redis v1.5.1
	github.com/andybalholm/brotli v1.1.0
	github.com/antchfx/xmlquery v1.4.1
	github.com/antchfx/xpath v1.3.1
	github.com/ardanlabs/conf/v3 v3.1.7
	github.com/benpate/digit v0.12.1
	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/go-git/go-git/v5 v5.12.0
	github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43
	github.com/libdns/powerdns v0.1.3
	github.com/osdevisnot/sorvor v0.4.4
	github.com/snabb/sitemap v1.0.4
	github.com/stefanfritsch/goldmark-fences v1.0.0
	github.com/yuin/goldmark v1.7.4
	gitlab.com/tozd/go/errors v0.8.1
	go.alanpearce.eu/x v0.0.0-20241130104132-5465cb5315da
)

require (
	dario.cat/mergo v1.0.0 // indirect
	github.com/Code-Hex/dd v1.1.0 // indirect
	github.com/Microsoft/go-winio v0.6.2 // indirect
	github.com/ProtonMail/go-crypto v1.0.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.2 // indirect
	github.com/benpate/exp v0.8.3 // indirect
	github.com/benpate/remote v0.16.0 // indirect
	github.com/benpate/rosetta v0.21.2 // indirect
	github.com/bsm/redislock v0.9.4 // indirect
	github.com/caddyserver/zerossl v0.1.3 // indirect
	github.com/cespare/xxhash/v2 v2.3.0 // indirect
	github.com/cloudflare/circl v1.3.9 // indirect
	github.com/cyphar/filepath-securejoin v0.2.5 // indirect
	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
	github.com/emirpasic/gods v1.18.1 // indirect
	github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
	github.com/go-git/go-billy/v5 v5.5.0 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/gorilla/css v1.0.1 // indirect
	github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
	github.com/kevinburke/ssh_config v1.2.0 // indirect
	github.com/klauspost/cpuid/v2 v2.2.9 // indirect
	github.com/libdns/libdns v0.2.2 // indirect
	github.com/mholt/acmez/v2 v2.0.3 // indirect
	github.com/microcosm-cc/bluemonday v1.0.26 // indirect
	github.com/miekg/dns v1.1.62 // indirect
	github.com/mittwald/go-powerdns v0.6.6 // indirect
	github.com/onsi/gomega v1.34.2 // indirect
	github.com/pjbgf/sha1cd v0.3.0 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
	github.com/redis/go-redis/v9 v9.7.0 // indirect
	github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
	github.com/skeema/knownhosts v1.2.2 // indirect
	github.com/snabb/diagio v1.0.4 // indirect
	github.com/sykesm/zap-logfmt v0.0.4 // indirect
	github.com/thessem/zap-prettyconsole v0.5.0 // indirect
	github.com/xanzy/ssh-agent v0.3.3 // indirect
	github.com/zeebo/blake3 v0.2.4 // indirect
	go.uber.org/multierr v1.11.0 // indirect
	go.uber.org/zap v1.27.0 // indirect
	golang.org/x/crypto v0.29.0 // indirect
	golang.org/x/mod v0.22.0 // indirect
	golang.org/x/net v0.31.0 // indirect
	golang.org/x/sync v0.9.0 // indirect
	golang.org/x/sys v0.27.0 // indirect
	golang.org/x/text v0.20.0 // indirect
	golang.org/x/tools v0.27.0 // indirect
	gopkg.in/warnings.v0 v0.1.2 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
	moul.io/zapfilter v1.7.0 // indirect
)