diff options
author | Valery Piashchynski <[email protected]> | 2021-06-06 14:24:05 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-06 14:24:05 +0300 |
commit | 5879cf656302375ce751fd8a0de9dd9633ceb6f4 (patch) | |
tree | 4aeef442d25380864c502101ce7a3ef97a9aed02 /go.mod | |
parent | d24f2346f5fdccb7dd5251dd96d70d76cf6eafa2 (diff) |
Update dependencies
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( github.com/google/flatbuffers v2.0.0+incompatible github.com/google/uuid v1.2.0 github.com/json-iterator/go v1.1.11 - github.com/klauspost/compress v1.13.0 // indirect + github.com/klauspost/compress v1.13.0 github.com/olekukonko/tablewriter v0.0.5 github.com/prometheus/client_golang v1.10.0 github.com/savsgio/gotils v0.0.0-20210316171653-c54912823645 // indirect |