1module github.com/charmbracelet/soft-serve23go 1.24.045require (6 github.com/aymanbagabas/git-module v1.8.4-0.20250826192401-1f81c5471e537 github.com/caarlos0/duration v0.0.0-20241219124531-2bb7dc683aa48 github.com/caarlos0/env/v11 v11.3.19 github.com/charmbracelet/git-lfs-transfer v0.1.1-0.20240708204110-bacbfdb68d9210 github.com/charmbracelet/keygen v0.5.311 github.com/charmbracelet/log/v2 v2.0.0-20250226163916-c379e29ff70612 github.com/charmbracelet/ssh v0.0.0-20250826160808-ebfa259c730913 github.com/charmbracelet/wish/v2 v2.0.0-20250505151211-5996fc7c1f3314 github.com/dustin/go-humanize v1.0.115 github.com/go-git/go-git/v5 v5.16.216 github.com/go-jose/go-jose/v3 v3.0.417 github.com/gobwas/glob v0.2.318 github.com/golang-jwt/jwt/v5 v5.3.019 github.com/google/go-querystring v1.1.020 github.com/google/uuid v1.6.021 github.com/gorilla/handlers v1.5.222 github.com/gorilla/mux v1.8.123 github.com/hashicorp/golang-lru/v2 v2.0.724 github.com/jmoiron/sqlx v1.4.025 github.com/matryer/is v1.4.126 github.com/prometheus/client_golang v1.23.027 github.com/robfig/cron/v3 v3.0.128 github.com/rogpeppe/go-internal v1.14.129 github.com/sergi/go-diff v1.4.030 github.com/spf13/cobra v1.10.131 go.uber.org/automaxprocs v1.6.032 golang.org/x/crypto v0.41.033 golang.org/x/sync v0.16.034 gopkg.in/yaml.v3 v3.0.135 modernc.org/sqlite v1.38.236)3738require (39 github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect40 github.com/beorn7/perks v1.0.1 // indirect41 github.com/cespare/xxhash/v2 v2.3.0 // indirect42 github.com/charmbracelet/bubbletea/v2 v2.0.0-beta.3.0.20250617194119-3f1d09f7d826 // indirect43 github.com/charmbracelet/colorprofile v0.3.2 // indirect44 github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.2.0.20250703152125-8e1c474f8a71 // indirect45 github.com/charmbracelet/x/ansi v0.10.1 // indirect46 github.com/charmbracelet/x/cellbuf v0.0.14-0.20250516160309-24eee56f89fa // indirect47 github.com/charmbracelet/x/conpty v0.1.0 // indirect48 github.com/charmbracelet/x/errors v0.0.0-20250902204034-1cdc10c66d5b // indirect49 github.com/charmbracelet/x/input v0.3.7 // indirect50 github.com/charmbracelet/x/term v0.2.1 // indirect51 github.com/charmbracelet/x/termios v0.1.1 // indirect52 github.com/charmbracelet/x/windows v0.2.2 // indirect53 github.com/creack/pty v1.1.24 // indirect54 github.com/felixge/httpsnoop v1.0.4 // indirect55 github.com/git-lfs/pktline v0.0.0-20230103162542-ca444d533ef1 // indirect56 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect57 github.com/go-logfmt/logfmt v0.6.0 // indirect58 github.com/inconshreveable/mousetrap v1.1.0 // indirect59 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect60 github.com/mattn/go-isatty v0.0.20 // indirect61 github.com/mattn/go-runewidth v0.0.16 // indirect62 github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect63 github.com/muesli/cancelreader v0.2.2 // indirect64 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect65 github.com/ncruces/go-strftime v0.1.9 // indirect66 github.com/prometheus/client_model v0.6.2 // indirect67 github.com/prometheus/common v0.65.0 // indirect68 github.com/prometheus/procfs v0.17.0 // indirect69 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect70 github.com/rivo/uniseg v0.4.7 // indirect71 github.com/spf13/pflag v1.0.10 // indirect72 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect73 golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect74 golang.org/x/sys v0.35.0 // indirect75 golang.org/x/tools v0.36.0 // indirect76 google.golang.org/protobuf v1.36.8 // indirect77 gopkg.in/warnings.v0 v0.1.2 // indirect78 modernc.org/libc v1.66.8 // indirect79 modernc.org/mathutil v1.7.1 // indirect80 modernc.org/memory v1.11.0 // indirect81)