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

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
	github.com/antchfx/xpath v1.3.0
	github.com/deckarep/golang-set/v2 v2.6.0
	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/otiai10/copy v1.14.0
	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
)

replace github.com/a-h/htmlformat => github.com/alanpearce/htmlformat v0.0.0-20240418170242-387207ca8d01

require (
	github.com/andybalholm/brotli v1.1.0 // indirect
	github.com/andybalholm/cascadia v1.3.2 // indirect
	github.com/beorn7/perks v1.0.1 // indirect
	github.com/cespare/xxhash/v2 v2.2.0 // indirect
	github.com/gofiber/adaptor/v2 v2.2.1 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/golang/protobuf v1.5.3 // indirect
	github.com/google/uuid v1.6.0 // indirect
	github.com/klauspost/compress v1.17.8 // indirect
	github.com/kr/text v0.1.0 // indirect
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/mattn/go-runewidth v0.0.15 // indirect
	github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
	github.com/philhofer/fwd v1.1.2 // indirect
	github.com/prometheus/client_golang v1.16.0 // indirect
	github.com/prometheus/client_model v0.4.0 // indirect
	github.com/prometheus/common v0.44.0 // indirect
	github.com/prometheus/procfs v0.11.0 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	github.com/tinylib/msgp v1.1.8 // indirect
	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/sync v0.3.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
	gopkg.in/yaml.v2 v2.4.0 // indirect
)