diff options
author | Anton Titov <[email protected]> | 2020-02-23 16:49:43 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-23 16:49:43 +0300 |
commit | b0a4a0dd0b968ba4d5ef20b660621a3d48efc8bf (patch) | |
tree | f80a4d4cf8d7725491aa8aa3939fdbd4d17c13e3 /go.mod | |
parent | 0bc60171f9bf6800114fc0fcf931b1831fbd11f1 (diff) | |
parent | 954fa52704af5e9d7745de759743e16b3b7b563c (diff) |
Merge pull request #252 from spiral/rr_1.6.2
release 1.6.2
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 |