-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (32 loc) · 1.1 KB
/
Copy pathgo.mod
File metadata and controls
36 lines (32 loc) · 1.1 KB
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
module sr.ht/lvig/doizer
go 1.23.5
require (
github.com/carlmjohnson/requests v0.24.3
github.com/carlmjohnson/versioninfo v0.22.5
github.com/nickng/bibtex v1.4.0
github.com/urfave/cli/v3 v3.0.0-beta1
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.10.0 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sys v0.22.0 // indirect
)
require (
github.com/charmbracelet/log v0.4.0
github.com/sourcegraph/conc v0.3.0
github.com/tidwall/gjson v1.18.0
golang.org/x/net v0.27.0 // indirect
golang.org/x/time v0.9.0
)