soft-serve

Fork https://github.com/charmbracelet/soft-serve

git clone git://git.lin.moe/go/soft-serve.git

 1module github.com/charmbracelet/soft-serve
 2
 3go 1.24.0
 4
 5require (
 6	github.com/aymanbagabas/git-module v1.8.4-0.20250826192401-1f81c5471e53
 7	github.com/caarlos0/duration v0.0.0-20241219124531-2bb7dc683aa4
 8	github.com/caarlos0/env/v11 v11.3.1
 9	github.com/charmbracelet/git-lfs-transfer v0.1.1-0.20240708204110-bacbfdb68d92
10	github.com/charmbracelet/keygen v0.5.3
11	github.com/charmbracelet/log/v2 v2.0.0-20250226163916-c379e29ff706
12	github.com/charmbracelet/ssh v0.0.0-20250826160808-ebfa259c7309
13	github.com/charmbracelet/wish/v2 v2.0.0-20250505151211-5996fc7c1f33
14	github.com/dustin/go-humanize v1.0.1
15	github.com/go-git/go-git/v5 v5.16.2
16	github.com/go-jose/go-jose/v3 v3.0.4
17	github.com/gobwas/glob v0.2.3
18	github.com/golang-jwt/jwt/v5 v5.3.0
19	github.com/google/go-querystring v1.1.0
20	github.com/google/uuid v1.6.0
21	github.com/gorilla/handlers v1.5.2
22	github.com/gorilla/mux v1.8.1
23	github.com/hashicorp/golang-lru/v2 v2.0.7
24	github.com/jmoiron/sqlx v1.4.0
25	github.com/matryer/is v1.4.1
26	github.com/prometheus/client_golang v1.23.0
27	github.com/robfig/cron/v3 v3.0.1
28	github.com/rogpeppe/go-internal v1.14.1
29	github.com/sergi/go-diff v1.4.0
30	github.com/spf13/cobra v1.10.1
31	go.uber.org/automaxprocs v1.6.0
32	golang.org/x/crypto v0.41.0
33	golang.org/x/sync v0.16.0
34	gopkg.in/yaml.v3 v3.0.1
35	modernc.org/sqlite v1.38.2
36)
37
38require (
39	github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
40	github.com/beorn7/perks v1.0.1 // indirect
41	github.com/cespare/xxhash/v2 v2.3.0 // indirect
42	github.com/charmbracelet/bubbletea/v2 v2.0.0-beta.3.0.20250617194119-3f1d09f7d826 // indirect
43	github.com/charmbracelet/colorprofile v0.3.2 // indirect
44	github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.2.0.20250703152125-8e1c474f8a71 // indirect
45	github.com/charmbracelet/x/ansi v0.10.1 // indirect
46	github.com/charmbracelet/x/cellbuf v0.0.14-0.20250516160309-24eee56f89fa // indirect
47	github.com/charmbracelet/x/conpty v0.1.0 // indirect
48	github.com/charmbracelet/x/errors v0.0.0-20250902204034-1cdc10c66d5b // indirect
49	github.com/charmbracelet/x/input v0.3.7 // indirect
50	github.com/charmbracelet/x/term v0.2.1 // indirect
51	github.com/charmbracelet/x/termios v0.1.1 // indirect
52	github.com/charmbracelet/x/windows v0.2.2 // indirect
53	github.com/creack/pty v1.1.24 // indirect
54	github.com/felixge/httpsnoop v1.0.4 // indirect
55	github.com/git-lfs/pktline v0.0.0-20230103162542-ca444d533ef1 // indirect
56	github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
57	github.com/go-logfmt/logfmt v0.6.0 // indirect
58	github.com/inconshreveable/mousetrap v1.1.0 // indirect
59	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
60	github.com/mattn/go-isatty v0.0.20 // indirect
61	github.com/mattn/go-runewidth v0.0.16 // indirect
62	github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
63	github.com/muesli/cancelreader v0.2.2 // indirect
64	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
65	github.com/ncruces/go-strftime v0.1.9 // indirect
66	github.com/prometheus/client_model v0.6.2 // indirect
67	github.com/prometheus/common v0.65.0 // indirect
68	github.com/prometheus/procfs v0.17.0 // indirect
69	github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
70	github.com/rivo/uniseg v0.4.7 // indirect
71	github.com/spf13/pflag v1.0.10 // indirect
72	github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
73	golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
74	golang.org/x/sys v0.35.0 // indirect
75	golang.org/x/tools v0.36.0 // indirect
76	google.golang.org/protobuf v1.36.8 // indirect
77	gopkg.in/warnings.v0 v0.1.2 // indirect
78	modernc.org/libc v1.66.8 // indirect
79	modernc.org/mathutil v1.7.1 // indirect
80	modernc.org/memory v1.11.0 // indirect
81)