add support to actually specify prompt
This commit is contained in:
@@ -3,12 +3,14 @@ module github.com/roodletoof/dotfiles/raymenu
|
||||
go 1.26.2
|
||||
|
||||
require (
|
||||
github.com/alexflint/go-arg v1.6.1
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20260309161816-4c350487f71d
|
||||
github.com/gen2brain/raylib-go/raylib v0.55.1
|
||||
github.com/ktr0731/go-fuzzyfinder v0.9.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/alexflint/go-scalar v1.2.0 // indirect
|
||||
github.com/ebitengine/purego v0.10.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a // indirect
|
||||
golang.org/x/sys v0.44.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user