use fzf for autocomplete

This commit is contained in:
2026-01-23 15:23:36 -05:00
parent 2517d0cb37
commit c5c733d14c
6 changed files with 59 additions and 112 deletions

5
go.mod
View File

@@ -1,10 +1,11 @@
module git.sunturtle.xyz/zephyr/horsebot
go 1.25.6
go 1.25.5
require (
git.sunturtle.xyz/zephyr/horse v0.0.0-20260123040553-4bfb06b6826f
github.com/disgoorg/disgo v0.19.0-rc.15
github.com/junegunn/fzf v0.67.0
)
require (
@@ -13,6 +14,8 @@ require (
github.com/disgoorg/snowflake/v2 v2.0.3 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/sys v0.39.0 // indirect