diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2025-10-31 14:23:49 -0500 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2025-10-31 14:23:49 -0500 |
| commit | 244c8880d1f445ab064e319a51ec4fe3620510af (patch) | |
| tree | e6725652c54f9daae443ce74c29bd99111fca479 /go.mod | |
| parent | Bump dependencies (diff) | |
| download | wsl-tui-244c8880d1f445ab064e319a51ec4fe3620510af.tar wsl-tui-244c8880d1f445ab064e319a51ec4fe3620510af.tar.gz wsl-tui-244c8880d1f445ab064e319a51ec4fe3620510af.tar.bz2 wsl-tui-244c8880d1f445ab064e319a51ec4fe3620510af.tar.lz wsl-tui-244c8880d1f445ab064e319a51ec4fe3620510af.tar.xz wsl-tui-244c8880d1f445ab064e319a51ec4fe3620510af.tar.zst wsl-tui-244c8880d1f445ab064e319a51ec4fe3620510af.zip | |
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5,7 +5,7 @@ go 1.24.0 require ( github.com/adrg/xdg v0.5.3 github.com/charmbracelet/huh v0.8.0 - github.com/locusts-r-us/locusts v0.0.0-20251021221336-42acd37d2c40 + github.com/locusts-r-us/locusts v0.0.0-20251030221410-666498550244 github.com/pelletier/go-toml/v2 v2.2.4 ) @@ -19,9 +19,10 @@ require ( github.com/charmbracelet/lipgloss v1.1.0 // indirect github.com/charmbracelet/x/ansi v0.10.2 // indirect github.com/charmbracelet/x/cellbuf v0.0.13 // indirect - github.com/charmbracelet/x/exp/strings v0.0.0-20251020183722-ee4914f58d13 // indirect - github.com/charmbracelet/x/term v0.2.1 // indirect - github.com/clipperhouse/uax29/v2 v2.2.0 // indirect + github.com/charmbracelet/x/exp/strings v0.0.0-20251031172406-4542a189d0fb // indirect + github.com/charmbracelet/x/term v0.2.2 // indirect + github.com/clipperhouse/stringish v0.1.1 // indirect + github.com/clipperhouse/uax29/v2 v2.3.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect github.com/lucasb-eyer/go-colorful v1.3.0 // indirect |
