summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-03-20 18:15:41 +0300
committerValery Piashchynski <[email protected]>2020-03-20 18:15:41 +0300
commit96e6686c5fa55e5b055fe3d7a4635e272e69c3ac (patch)
treeeb8b7f243db993351bb7867de4f0a732b03a7a98 /go.mod
parentca497b21bcc33361867d16e1709c55f0313128a7 (diff)
Replace std json package with github.com/json-iterator/go
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 988a9856..05f2655f 100644
--- a/go.mod
+++ b/go.mod
@@ -8,6 +8,7 @@ require (
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
github.com/dustin/go-humanize v1.0.0
github.com/go-ole/go-ole v1.2.4 // indirect
+ github.com/json-iterator/go v1.1.9
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/olekukonko/tablewriter v0.0.4