From 877c7f3a1aad0daab5a82b467fe4cfde65b8ab2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 22:51:59 +0000 Subject: [PATCH] Bump github.com/junegunn/fzf from 0.62.0 to 0.64.0 in /server Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.62.0 to 0.64.0. - [Release notes](https://github.com/junegunn/fzf/releases) - [Changelog](https://github.com/junegunn/fzf/blob/master/CHANGELOG.md) - [Commits](https://github.com/junegunn/fzf/compare/v0.62.0...v0.64.0) --- updated-dependencies: - dependency-name: github.com/junegunn/fzf dependency-version: 0.64.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/go.mod | 2 +- server/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/go.mod b/server/go.mod index 053d762e..c677ead4 100644 --- a/server/go.mod +++ b/server/go.mod @@ -10,7 +10,7 @@ require ( github.com/gorilla/handlers v1.5.2 github.com/gorilla/mux v1.8.1 github.com/gorilla/websocket v1.5.3 - github.com/junegunn/fzf v0.62.0 + github.com/junegunn/fzf v0.64.0 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/outrigdev/goid v0.2.0 github.com/outrigdev/outrig v0.9.0 diff --git a/server/go.sum b/server/go.sum index 42024d99..86e28c75 100644 --- a/server/go.sum +++ b/server/go.sum @@ -22,8 +22,8 @@ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aN github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/junegunn/fzf v0.62.0 h1:K0QYdmEHJvkY47JLdcvGKFXDFUBOfbseEjXcaVR4wfE= -github.com/junegunn/fzf v0.62.0/go.mod h1:uiEstR1c3Oq4VFh0QvOAmvinYQt8ed9L8lxGHGGqbNk= +github.com/junegunn/fzf v0.64.0 h1:vy9QgDhf6lGX0+E3acBto1alpc6XSJFOSLIP9iL60iw= +github.com/junegunn/fzf v0.64.0/go.mod h1:0PctWYfS0aCfyLFEIUjtE+PIXD2UFKaHgbIHiECG7Bo= github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs= github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=