From f2f7654a416b7ad0715ddf93f635021c62eb6c87 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sun, 3 Apr 2022 17:59:14 +0200 Subject: go: trimmed signature switched to termui \nc: added get_timestamp function --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8cfe057..569328a 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,6 @@ go 1.16 require ( github.com/ebuchman/go-shell-pipes v0.0.0-20150412091402-83e132480862 // indirect github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 // indirect + github.com/gizak/termui/v3 v3.1.0 // indirect github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 ) -- cgit v1.2.3