diff options
author | Wolfy-J <[email protected]> | 2020-02-23 16:30:20 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-02-23 16:30:20 +0300 |
commit | 3eb34dbfabdb1dd8e158a5fbb3960c12f51c921b (patch) | |
tree | a1e3c951be977a4068f999eb75b633371d06dfb2 /go.mod | |
parent | 42b897b3e6ec564402dbe35c1ec0a0f5d99ef511 (diff) |
- cs
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ 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 |