diff options
author | Valery Piashchynski <[email protected]> | 2020-02-23 14:53:16 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-23 14:53:16 +0300 |
commit | d4d83ac0043cb15d19ae4fa49095434b1c594451 (patch) | |
tree | 54cf81eb136ff3c6c0b4fc766698e6c3891ddd36 /go.mod | |
parent | 9ef9dfed7928e9a96b9545074f8aeb1468fda46c (diff) |
Fix CR issues
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,8 +10,6 @@ require ( 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/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.4.1 |