From 4e91ce73e1dee8ccaa6d8dadd7e74227bbfc1465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:31:14 +0000 Subject: [PATCH] Bump github.com/junegunn/fzf from 0.59.0 to 0.61.0 Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.59.0 to 0.61.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.59.0...v0.61.0) --- updated-dependencies: - dependency-name: github.com/junegunn/fzf dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 17d50db73..1e1bdd786 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/gorilla/websocket v1.5.3 github.com/invopop/jsonschema v0.13.0 github.com/jmoiron/sqlx v1.4.0 - github.com/junegunn/fzf v0.59.0 + github.com/junegunn/fzf v0.61.0 github.com/kevinburke/ssh_config v1.2.0 github.com/mattn/go-sqlite3 v1.14.24 github.com/mitchellh/mapstructure v1.5.0 diff --git a/go.sum b/go.sum index d1aa2b96a..bfdedb330 100644 --- a/go.sum +++ b/go.sum @@ -114,8 +114,8 @@ github.com/invopop/jsonschema v0.13.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uO github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o= github.com/jmoiron/sqlx v1.4.0/go.mod h1:ZrZ7UsYB/weZdl2Bxg6jCRO9c3YHl8r3ahlKmRT4JLY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= -github.com/junegunn/fzf v0.59.0 h1:WzJo+rODEm7Kg+VSPuCR0SaV59LL5W4svgpbqP7fabQ= -github.com/junegunn/fzf v0.59.0/go.mod h1:6XnH75DDRsbLkNkxsOztqbL6gcGYqzckiWwG+Upg740= +github.com/junegunn/fzf v0.61.0 h1:i60y2bi0/5Hq+FyK4AjN8QfXW8S++vWX2thQn4A0zFU= +github.com/junegunn/fzf v0.61.0/go.mod h1:uiEstR1c3Oq4VFh0QvOAmvinYQt8ed9L8lxGHGGqbNk= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=