Skip to content

Commit

Permalink
Table bug fix from the latest gowid
Browse files Browse the repository at this point in the history
This bug prevented the pdml + pcaps views updating when the using the
gg/G keys to jump to the end or start of a large pcap.
  • Loading branch information
gcla committed Oct 25, 2020
1 parent 2c81218 commit 7ea620e
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 @@ -11,7 +11,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.20201020022806-471985383830
github.com/gcla/gowid v1.1.1-0.20201025040712-7638609e730f
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 @@ -46,6 +46,8 @@ github.com/gcla/gowid v1.1.1-0.20201019033342-0eac0b423871 h1:8Hma1WRjQSdt17iaC4
github.com/gcla/gowid v1.1.1-0.20201019033342-0eac0b423871/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/gowid v1.1.1-0.20201020022806-471985383830 h1:urAzCFXYOalFn++zQfJPUO8L/0Yhg5w/bFCj/L7w9GQ=
github.com/gcla/gowid v1.1.1-0.20201020022806-471985383830/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/gowid v1.1.1-0.20201025040712-7638609e730f h1:hmPoSKMAR+ChuK3qd35KUDfVyMU9MUn6xuhI3umVuVM=
github.com/gcla/gowid v1.1.1-0.20201025040712-7638609e730f/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 7ea620e

Please sign in to comment.