all repos — weimar @ link-previews

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

go.mod (view raw)

 1module codeberg.org/maxwelljensen/weimar
 2
 3go 1.26.2
 4
 5require (
 6	github.com/spf13/cobra v1.10.2
 7	github.com/spf13/viper v1.21.0
 8	golang.org/x/crypto v0.51.0
 9	golang.org/x/image v0.40.0
10	modernc.org/sqlite v1.50.1
11)
12
13require (
14	github.com/dustin/go-humanize v1.0.1 // indirect
15	github.com/fsnotify/fsnotify v1.9.0 // indirect
16	github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
17	github.com/google/uuid v1.6.0 // indirect
18	github.com/inconshreveable/mousetrap v1.1.0 // indirect
19	github.com/mattn/go-isatty v0.0.20 // indirect
20	github.com/ncruces/go-strftime v1.0.0 // indirect
21	github.com/pelletier/go-toml/v2 v2.2.4 // indirect
22	github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
23	github.com/sagikazarmark/locafero v0.11.0 // indirect
24	github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
25	github.com/spf13/afero v1.15.0 // indirect
26	github.com/spf13/cast v1.10.0 // indirect
27	github.com/spf13/pflag v1.0.10 // indirect
28	github.com/subosito/gotenv v1.6.0 // indirect
29	go.yaml.in/yaml/v3 v3.0.4 // indirect
30	golang.org/x/sys v0.44.0 // indirect
31	golang.org/x/text v0.37.0 // indirect
32	modernc.org/libc v1.72.3 // indirect
33	modernc.org/mathutil v1.7.1 // indirect
34	modernc.org/memory v1.11.0 // indirect
35)