File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ require (
3939 github.com/google/jsonschema-go v0.4.2
4040 github.com/google/uuid v1.6.0
4141 github.com/gorilla/websocket v1.5.3
42- github.com/junegunn/fzf v0.70 .0
42+ github.com/junegunn/fzf v0.71 .0
4343 github.com/k3a/html2text v1.4.0
4444 github.com/kofalt/go-memoize v0.0.0-20240506050413-9e5eb99a0f2a
4545 github.com/labstack/echo/v4 v4.15.1
@@ -74,6 +74,7 @@ require (
7474)
7575
7676require (
77+ github.com/junegunn/go-shellwords v0.0.0-20250127100254-2aa3b3277741 // indirect
7778 github.com/pb33f/jsonpath v0.8.2 // indirect
7879 github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
7980)
Original file line number Diff line number Diff line change @@ -296,8 +296,10 @@ github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/u
296296github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo =
297297github.com/jtolds/gls v4.20.0+incompatible /go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU =
298298github.com/julienschmidt/httprouter v1.2.0 /go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w =
299- github.com/junegunn/fzf v0.70.0 h1:TKwamTeB11uVqAHtJczhPmg/I1MtX4nBUiUKa+rMQ2k =
300- github.com/junegunn/fzf v0.70.0 /go.mod h1:xlXX2/rmsccKQUnr9QOXPDi5DyV9cM0UjKy/huScBeE =
299+ github.com/junegunn/fzf v0.71.0 h1:vPmJH1MUlysSczjn2HZ6+6KSMe8HxXUy323g9x9RmUQ =
300+ github.com/junegunn/fzf v0.71.0 /go.mod h1:xlXX2/rmsccKQUnr9QOXPDi5DyV9cM0UjKy/huScBeE =
301+ github.com/junegunn/go-shellwords v0.0.0-20250127100254-2aa3b3277741 h1:7dYDtfMDfKzjT+DVfIS4iqknSEKtZpEcXtu6vuaasHs =
302+ github.com/junegunn/go-shellwords v0.0.0-20250127100254-2aa3b3277741 /go.mod h1:6EILKtGpo5t+KLb85LNZLAF6P9LKp78hJI80PXMcn3c =
301303github.com/k3a/html2text v1.4.0 h1:e4xarrVgZST+h+5C/fbA6AI49VFDSlEWMmIcDWcxsd0 =
302304github.com/k3a/html2text v1.4.0 /go.mod h1:ieEXykM67iT8lTvEWBh6fhpH4B23kB9OMKPdIBmgUqA =
303305github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4 =
You can’t perform that action at this time.
0 commit comments