Update go.mod
This commit is contained in:
parent
39f2cbfdba
commit
6269ac83d4
26 changed files with 109 additions and 51 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/gdamore/tcell"
|
||||
"github.com/gdamore/tcell/v2"
|
||||
)
|
||||
|
||||
// Stream updates a StreamDisplay with new data updates
|
||||
|
|
|
|||
Reference in a new issue