diff options
author | Andinus <andinus@nand.sh> | 2020-05-28 14:51:33 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-05-28 14:57:11 +0530 |
commit | dd552f65b60da7f7fd76723efced0ee6fd61b337 (patch) | |
tree | 7c893b6c0417cd5145f0a1b5c1ca84f6637121a3 | |
parent | 8a52ddeecf08d7cabf880aadc0dac817a258159b (diff) | |
download | myCovidCLI-dd552f65b60da7f7fd76723efced0ee6fd61b337.tar.gz |
Update go.mod & go.sum
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
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= |