]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/ui.go
Refactor listener setup
[rbdr/mobius] / hotline / ui.go
index 79cb5e640909e5c67d96f211ced7e06e94c0e7e7..b9e45dd9bafaa662f9284ce2fe06c792e5b7dfd0 100644 (file)
@@ -2,10 +2,9 @@ package hotline
 
 import (
        "fmt"
-       "github.com/davecgh/go-spew/spew"
        "github.com/gdamore/tcell/v2"
        "github.com/rivo/tview"
-       "gopkg.in/yaml.v2"
+       "gopkg.in/yaml.v3"
        "io"
        "io/ioutil"
        "os"
@@ -108,7 +107,7 @@ func (ui *UI) showBookmarks() *tview.List {
 func (ui *UI) getTrackerList() *tview.List {
        listing, err := GetListing(ui.HLClient.pref.Tracker)
        if err != nil {
-               spew.Dump(err)
+               // TODO
        }
 
        list := tview.NewList()