From 67f5247a9b41c68566255e9cb54f54d71283a427 Mon Sep 17 00:00:00 2001 From: Don Johnson Date: Sun, 12 May 2024 19:34:12 -0700 Subject: [PATCH] Update Go modules and actions setup --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 25d48a5..4f83932 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,9 @@ module github.com/copyleftdev/jsonviz go 1.21.4 +require github.com/gizak/termui/v3 v3.1.0 + require ( - github.com/gizak/termui/v3 v3.1.0 // indirect github.com/mattn/go-runewidth v0.0.2 // indirect github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect