From e8c0582b2f027b779d055a408c12bbe8d5205186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:02:47 +0000 Subject: [PATCH] Bump github.com/junegunn/fzf from 0.62.0 to 0.63.0 in /server Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.62.0 to 0.63.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.63.0) --- updated-dependencies: - dependency-name: github.com/junegunn/fzf dependency-version: 0.63.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 9987bde6..d11ace7f 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.63.0 github.com/outrigdev/outrig v0.0.0-00010101000000-000000000000 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.9.1 diff --git a/server/go.sum b/server/go.sum index 14ccecd2..cc031de3 100644 --- a/server/go.sum +++ b/server/go.sum @@ -20,8 +20,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.63.0 h1:qnTJBV6Zz/6RX1oVlnwD3vXmjdG6btyli00sAcHEHvg= +github.com/junegunn/fzf v0.63.0/go.mod h1:0PctWYfS0aCfyLFEIUjtE+PIXD2UFKaHgbIHiECG7Bo= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=