Skip to content

Commit 06e3680

Browse files
Bump github.com/junegunn/fzf from 0.62.0 to 0.65.1 in /server
Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.62.0 to 0.65.1. - [Release notes](https://github.com/junegunn/fzf/releases) - [Changelog](https://github.com/junegunn/fzf/blob/master/CHANGELOG.md) - [Commits](junegunn/fzf@v0.62.0...v0.65.1) --- updated-dependencies: - dependency-name: github.com/junegunn/fzf dependency-version: 0.65.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe98348 commit 06e3680

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/gorilla/handlers v1.5.2
1212
github.com/gorilla/mux v1.8.1
1313
github.com/gorilla/websocket v1.5.3
14-
github.com/junegunn/fzf v0.62.0
14+
github.com/junegunn/fzf v0.65.1
1515
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
1616
github.com/outrigdev/goid v0.3.0
1717
github.com/outrigdev/outrig v0.9.1

server/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aN
2424
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
2525
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
2626
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
27-
github.com/junegunn/fzf v0.62.0 h1:K0QYdmEHJvkY47JLdcvGKFXDFUBOfbseEjXcaVR4wfE=
28-
github.com/junegunn/fzf v0.62.0/go.mod h1:uiEstR1c3Oq4VFh0QvOAmvinYQt8ed9L8lxGHGGqbNk=
27+
github.com/junegunn/fzf v0.65.1 h1:vOr8+CeNGo38b8SXepDgiBEgjuDRTFAD+mNVyYFg55Q=
28+
github.com/junegunn/fzf v0.65.1/go.mod h1:0PctWYfS0aCfyLFEIUjtE+PIXD2UFKaHgbIHiECG7Bo=
2929
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=
3030
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
3131
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=

0 commit comments

Comments
 (0)