diff options
author | Wolfy-J <[email protected]> | 2020-02-23 14:14:05 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-02-23 14:14:05 +0300 |
commit | 9ef9dfed7928e9a96b9545074f8aeb1468fda46c (patch) | |
tree | a50850ed8d74cf72964ae755e7e4790c8694a043 /go.mod | |
parent | 6a23ccdcda44ea8d90eb174ce3aab99d6b67b495 (diff) |
- need batching
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 |