about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-05-28 14:51:33 +0530
committerAndinus <andinus@nand.sh>2020-05-28 14:57:11 +0530
commitdd552f65b60da7f7fd76723efced0ee6fd61b337 (patch)
tree7c893b6c0417cd5145f0a1b5c1ca84f6637121a3
parent8a52ddeecf08d7cabf880aadc0dac817a258159b (diff)
downloadmyCovidCLI-dd552f65b60da7f7fd76723efced0ee6fd61b337.tar.gz
Update go.mod & go.sum
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f50afa0..50cf929 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
 module git.tilde.institute/kneezle/myCovidCLI
 
 go 1.13
+
+require github.com/olekukonko/tablewriter v0.0.4
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..99b40fc
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,4 @@
+github.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=
+github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
+github.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=
+github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA=