Skip to content

Commit 3c09db0

Browse files
Bump github.com/junegunn/fzf from 0.59.0 to 0.60.2
Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.59.0 to 0.60.2. - [Release notes](https://github.com/junegunn/fzf/releases) - [Changelog](https://github.com/junegunn/fzf/blob/master/CHANGELOG.md) - [Commits](junegunn/fzf@v0.59.0...v0.60.2) --- updated-dependencies: - dependency-name: github.com/junegunn/fzf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34e8d07 commit 3c09db0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/gorilla/websocket v1.5.3
2121
github.com/invopop/jsonschema v0.13.0
2222
github.com/jmoiron/sqlx v1.4.0
23-
github.com/junegunn/fzf v0.59.0
23+
github.com/junegunn/fzf v0.60.2
2424
github.com/kevinburke/ssh_config v1.2.0
2525
github.com/mattn/go-sqlite3 v1.14.24
2626
github.com/mitchellh/mapstructure v1.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ github.com/invopop/jsonschema v0.13.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uO
114114
github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=
115115
github.com/jmoiron/sqlx v1.4.0/go.mod h1:ZrZ7UsYB/weZdl2Bxg6jCRO9c3YHl8r3ahlKmRT4JLY=
116116
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
117-
github.com/junegunn/fzf v0.59.0 h1:WzJo+rODEm7Kg+VSPuCR0SaV59LL5W4svgpbqP7fabQ=
118-
github.com/junegunn/fzf v0.59.0/go.mod h1:6XnH75DDRsbLkNkxsOztqbL6gcGYqzckiWwG+Upg740=
117+
github.com/junegunn/fzf v0.60.2 h1:gTPtyirabd31+zPfi0rroYypcug3/FckkOLPXfQctVI=
118+
github.com/junegunn/fzf v0.60.2/go.mod h1:icvqtONF+40+qo83CmzduLON6p6X+228vLwYpUF/t2I=
119119
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
120120
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
121121
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=

0 commit comments

Comments
 (0)