binstreamio / lsa

lsa is simple Live Stream Analyzer running in console.
MIT License
23 stars 3 forks source link

termui version #1

Closed jens-bongartz closed 4 years ago

jens-bongartz commented 5 years ago

Hi binstreamio,

I tried to compile your lsa and found out that there is an issue with termui. Since it is upgraded to v3 ui.go is no longer compatible. Line 7 of ui.go should be changed to

ui "gopkg.in/gizak/termui.v2"

Cheers Jens

binstreamio commented 4 years ago

fixed, thanks