aboutsummaryrefslogtreecommitdiff
path: root/hotline/ui.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-31 11:55:47 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-31 11:55:47 -0700
commit0197c3f5f7ac92d83711d28739670cba2e018701 (patch)
tree8e9a4d77f785329b30fd8ec4c90ca8e473677c3b /hotline/ui.go
parent3a6449909263128b8d7e60194031db0eff81b3f2 (diff)
Update dependencies
Diffstat (limited to 'hotline/ui.go')
-rw-r--r--hotline/ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/ui.go b/hotline/ui.go
index 79cb5e6..168bf3a 100644
--- a/hotline/ui.go
+++ b/hotline/ui.go
@@ -5,7 +5,7 @@ import (
"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"