diff options
author | Valery Piashchynski <[email protected]> | 2020-03-03 18:57:52 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-03 18:57:52 +0300 |
commit | aa0ba5496c101e41a497285b4e0f4e9f2820b5e7 (patch) | |
tree | dadbacfbbcd99e2306fa0996393b31106a0542bb /go.mod | |
parent | 9fabf648f1c3cb797ec03377c3e2182397fb7a1a (diff) |
Fix typos
Update signals handling mechanism
http proper stopping
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ require ( 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.4 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b github.com/olekukonko/tablewriter v0.0.4 |