aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-04-03 17:59:14 +0200
committersalaaad2 <arthurdurant263@gmail.com>2022-04-03 17:59:14 +0200
commitf2f7654a416b7ad0715ddf93f635021c62eb6c87 (patch)
treefd0a7b4b474eb4b411692ed5b0c0b86b2ec3a711 /go.mod
parentsigning requests (diff)
downloadsmith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.tar.gz
smith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.tar.bz2
smith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.tar.xz
smith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.tar.zst
smith-f2f7654a416b7ad0715ddf93f635021c62eb6c87.zip
go: trimmed signature switched to termui \nc: added get_timestamp function
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
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
)