diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-31 11:55:47 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-31 11:55:47 -0700 |
| commit | 0197c3f5f7ac92d83711d28739670cba2e018701 (patch) | |
| tree | 8e9a4d77f785329b30fd8ec4c90ca8e473677c3b /hotline/ui.go | |
| parent | 3a6449909263128b8d7e60194031db0eff81b3f2 (diff) | |
Update dependencies
Diffstat (limited to 'hotline/ui.go')
| -rw-r--r-- | hotline/ui.go | 2 |
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" |