all repos — bibel @ master

Unnamed repository; edit this file 'description' to name the repository.

go.mod (view raw)

 1module maxwelljensen/bibel
 2
 3go 1.25.8
 4
 5require (
 6	github.com/alexflint/go-arg v1.6.1
 7	github.com/charmbracelet/bubbletea v0.24.0
 8	github.com/charmbracelet/lipgloss v0.8.0
 9)
10
11require github.com/pelletier/go-toml/v2 v2.3.0 // indirect
12
13require (
14	github.com/adrg/xdg v0.5.3
15	github.com/alexflint/go-scalar v1.2.0 // indirect
16	github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
17	github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
18	github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
19	github.com/fsnotify/fsnotify v1.9.0 // indirect
20	github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
21	github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
22	github.com/mattn/go-isatty v0.0.20 // indirect
23	github.com/mattn/go-localereader v0.0.1 // indirect
24	github.com/mattn/go-runewidth v0.0.23 // indirect
25	github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
26	github.com/muesli/cancelreader v0.2.2 // indirect
27	github.com/muesli/reflow v0.3.0 // indirect
28	github.com/muesli/termenv v0.16.0 // indirect
29	github.com/rivo/uniseg v0.4.7 // indirect
30	github.com/sagikazarmark/locafero v0.11.0 // indirect
31	github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
32	github.com/spf13/afero v1.15.0 // indirect
33	github.com/spf13/cast v1.10.0 // indirect
34	github.com/spf13/pflag v1.0.10 // indirect
35	github.com/spf13/viper v1.21.0
36	github.com/subosito/gotenv v1.6.0 // indirect
37	go.yaml.in/yaml/v3 v3.0.4 // indirect
38	golang.org/x/sync v0.16.0 // indirect
39	golang.org/x/sys v0.43.0 // indirect
40	golang.org/x/term v0.6.0
41	golang.org/x/text v0.28.0 // indirect
42)