summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRui Chen <chenrui333@gmail.com>2020-03-04 10:32:07 -0500
committerRui Chen <chenrui333@gmail.com>2020-03-04 10:32:07 -0500
commit3d57da71ebd7d76fbfe5f14fdfc0b71c865323c9 (patch)
tree537e9160d9b1583703bb326256e06199765f8545 /go.mod
parent0130fd36666ba6e8da67b3b700162f11435e77a4 (diff)
Add gox to vendor list
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 b3773a38b..eca4a2d3e 100644
--- a/go.mod
+++ b/go.mod
@@ -20,6 +20,7 @@ require (
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-runewidth v0.0.8
github.com/mgutz/str v1.2.0
+ github.com/mitchellh/gox v1.0.1 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect