about summary refs log tree commit diff stats
path: root/go.mod
blob: 4e8682e4ba214fa6f25b2db2feedd3a573050435 (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
module website

go 1.22.1

require (
	github.com/BurntSushi/toml v1.3.2
	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/antage/eventsource v0.0.0-20220422142129-c4aae935d5bd
	github.com/antchfx/xmlquery v1.4.0
	github.com/antchfx/xpath v1.3.0
	github.com/ardanlabs/conf/v3 v3.1.7
	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/getsentry/sentry-go v0.27.0
	github.com/gohugoio/hugo v0.125.4
	github.com/otiai10/copy v1.14.0
	github.com/pkg/errors v0.9.1
	github.com/shengyanli1982/law v0.1.13
	github.com/yuin/goldmark v1.7.1
	golang.org/x/net v0.24.0
)

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

require (
	github.com/andybalholm/cascadia v1.3.2 // indirect
	github.com/bep/godartsass v1.2.0 // indirect
	github.com/bep/godartsass/v2 v2.0.0 // indirect
	github.com/bep/golibsass v1.1.1 // indirect
	github.com/cli/safeexec v1.0.1 // indirect
	github.com/fsnotify/fsnotify v1.7.0 // indirect
	github.com/gobwas/glob v0.2.3 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/mitchellh/hashstructure v1.1.0 // indirect
	github.com/pelletier/go-toml/v2 v2.2.1 // indirect
	github.com/spf13/afero v1.11.0 // indirect
	github.com/spf13/cast v1.6.0 // indirect
	github.com/tdewolff/parse/v2 v2.7.13 // indirect
	golang.org/x/sync v0.7.0 // indirect
	golang.org/x/sys v0.19.0 // indirect
	golang.org/x/text v0.14.0 // indirect
	google.golang.org/protobuf v1.33.0 // indirect
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)