Skip to content

Commit

Permalink
Merge pull request #37 from ktr0731/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…gdamore/tcell/v2-2.1.0

Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.1.0
  • Loading branch information
ktr0731 authored Dec 26, 2020
2 parents 0555829 + de095b3 commit d3629b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ktr0731/go-fuzzyfinder

require (
github.com/Songmu/gocredits v0.2.0
github.com/gdamore/tcell/v2 v2.0.0
github.com/gdamore/tcell/v2 v2.1.0
github.com/golangci/golangci-lint v1.33.0
github.com/google/go-cmp v0.5.4
github.com/google/gofuzz v1.2.0
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdk
github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
github.com/gdamore/tcell/v2 v2.0.0 h1:GRWG8aLfWAlekj9Q6W29bVvkHENc6hp79XOqG4AWDOs=
github.com/gdamore/tcell/v2 v2.0.0/go.mod h1:vSVL/GV5mCSlPC6thFP5kfOFdM9MGZcalipmpTxTgQA=
github.com/gdamore/tcell/v2 v2.1.0/go.mod h1:vSVL/GV5mCSlPC6thFP5kfOFdM9MGZcalipmpTxTgQA=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0=
github.com/go-critic/go-critic v0.5.2 h1:3RJdgf6u4NZUumoP8nzbqiiNT8e1tC2Oc7jlgqre/IA=
Expand Down

0 comments on commit d3629b8

Please sign in to comment.