aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2025-04-18 14:55:47 -0500
committerMatt Strapp <matt@mattstrapp.net>2025-04-18 14:55:47 -0500
commit378c40ab1874723da8f8c0c9133be51b9e148077 (patch)
tree93de17c56f3d544216c94246f0cc4cd7a43a28ff /go.mod
parentgo get -u (diff)
downloadwsl-tui-378c40ab1874723da8f8c0c9133be51b9e148077.tar
wsl-tui-378c40ab1874723da8f8c0c9133be51b9e148077.tar.gz
wsl-tui-378c40ab1874723da8f8c0c9133be51b9e148077.tar.bz2
wsl-tui-378c40ab1874723da8f8c0c9133be51b9e148077.tar.lz
wsl-tui-378c40ab1874723da8f8c0c9133be51b9e148077.tar.xz
wsl-tui-378c40ab1874723da8f8c0c9133be51b9e148077.tar.zst
wsl-tui-378c40ab1874723da8f8c0c9133be51b9e148077.zip
bump deps
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--go.mod21
1 files changed, 12 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 6e8f51e..b2139a1 100644
--- a/go.mod
+++ b/go.mod
@@ -4,20 +4,22 @@ go 1.23.2
require (
github.com/adrg/xdg v0.5.3
- github.com/charmbracelet/huh v0.6.0
- github.com/locusts-r-us/locusts v0.0.0-20250307224313-73ed1fa81e7f
- github.com/pelletier/go-toml/v2 v2.2.3
+ github.com/charmbracelet/huh v0.7.0
+ github.com/locusts-r-us/locusts v0.0.0-20250417222603-737a5ccf08ac
+ github.com/pelletier/go-toml/v2 v2.2.4
)
require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/catppuccin/go v0.3.0 // indirect
- github.com/charmbracelet/bubbles v0.20.0 // indirect
+ github.com/charmbracelet/bubbles v0.21.0 // indirect
github.com/charmbracelet/bubbletea v1.3.4 // indirect
- github.com/charmbracelet/lipgloss v1.0.0 // indirect
+ github.com/charmbracelet/colorprofile v0.3.0 // indirect
+ github.com/charmbracelet/lipgloss v1.1.0 // indirect
github.com/charmbracelet/x/ansi v0.8.0 // indirect
- github.com/charmbracelet/x/exp/strings v0.0.0-20250303111204-ce812b082f54 // indirect
+ github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
+ github.com/charmbracelet/x/exp/strings v0.0.0-20250417172821-98fd948af1b1 // indirect
github.com/charmbracelet/x/term v0.2.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
@@ -30,7 +32,8 @@ require (
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/termenv v0.16.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
- golang.org/x/sync v0.12.0 // indirect
- golang.org/x/sys v0.31.0 // indirect
- golang.org/x/text v0.23.0 // indirect
+ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
+ golang.org/x/sync v0.13.0 // indirect
+ golang.org/x/sys v0.32.0 // indirect
+ golang.org/x/text v0.24.0 // indirect
)