From baed4d37258eca25ae33c32de647d59dee3ecffd Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 7 Nov 2015 11:37:43 -0500 Subject: [PATCH] fix vendor import --- cmd/jsonstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/jsonstream.go b/cmd/jsonstream.go index 3bdc4e7..f15ab1f 100644 --- a/cmd/jsonstream.go +++ b/cmd/jsonstream.go @@ -5,8 +5,8 @@ import ( "io" "os" + "github.com/alexflint/go-arg" "github.com/brettlangdon/jsonstream" - "github.com/brettlangdon/jsonstream/vendor/github.com/alexflint/go-arg" ) var args struct {