summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-03-09 22:21:53 +0300
committerValery Piashchynski <[email protected]>2020-03-09 22:21:53 +0300
commitaefaf982837bcb0eb46eb087a0c00f1e33689d1c (patch)
treea7876c4a4829054388215c47dbe6d053ce7969be /go.mod
parent939de6f8f6072f74f20cd99f5e6725030f546b9c (diff)
Corrected changelog
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e5868105..846a58dd 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,10 @@ go 1.13
require (
github.com/NYTimes/gziphandler v1.1.1
+ github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
github.com/dustin/go-humanize v1.0.0
+ github.com/go-ole/go-ole v1.2.4 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/olekukonko/tablewriter v0.0.4