blob: 664c1a177ad14e23c113d186d147fcda81b7be91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
module searchix
go 1.22.2
require (
github.com/ardanlabs/conf/v3 v3.1.7
github.com/bcicen/jstream v1.0.1
github.com/crewjam/csp v0.0.2
github.com/fsnotify/fsnotify v1.7.0
github.com/getsentry/sentry-go v0.27.0
github.com/mitchellh/mapstructure v1.5.0
github.com/osdevisnot/sorvor v0.4.4
github.com/pelletier/go-toml/v2 v2.2.1
github.com/pkg/errors v0.9.1
github.com/shengyanli1982/law v0.1.15
github.com/yuin/goldmark v1.7.1
)
require (
github.com/google/go-cmp v0.6.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
|