Skip to content

Commit

Permalink
Update to the latest gowid
Browse files Browse the repository at this point in the history
This is to get widgets ready for vim-style navigation i.e. h, j, k and
l.
  • Loading branch information
gcla committed Aug 1, 2020
1 parent aa8a182 commit d53dcd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/gcla/deep v1.0.2
github.com/gcla/gowid v1.1.1-0.20200727022650-fcf8767b2efb
github.com/gcla/gowid v1.1.1-0.20200801025312-b6db1a298dd9
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359
github.com/gdamore/tcell v1.3.1-0.20200115030318-bff4943f9a29
github.com/go-test/deep v1.0.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ github.com/gcla/gowid v1.1.1-0.20200719021337-44a91c16b29b h1:ZdOA8iq7tP3kBSX/Sg
github.com/gcla/gowid v1.1.1-0.20200719021337-44a91c16b29b/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/gowid v1.1.1-0.20200727022650-fcf8767b2efb h1:8k8GFeUivRxdRfuN8yfvNbcHAL26Xcu1vj3nJ54jR7k=
github.com/gcla/gowid v1.1.1-0.20200727022650-fcf8767b2efb/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/gowid v1.1.1-0.20200801025312-b6db1a298dd9 h1:5vki4zDKlsADgPf8ZLMKW42TkA30MklzvmpmeY/pNpI=
github.com/gcla/gowid v1.1.1-0.20200801025312-b6db1a298dd9/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359 h1:3xEhacR7pIJV8daurdBygptxhzTJeYFqJp1V6SDl+pE=
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359/go.mod h1:Wn+pZpM98JHSOYkPDtmdvlqmc0OzQGHWOsHB2d28WtQ=
github.com/gcla/tcell v1.1.2-0.20200115035344-b90e69b9dbe0 h1:6fMu73gAbCSAYAGFhMU1G9h5IilNI9wlvEdV4KMF93U=
Expand Down

0 comments on commit d53dcd7

Please sign in to comment.