Browse Source

fix vendor import

master
Brett Langdon 10 years ago
parent
commit
baed4d3725
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/jsonstream.go

+ 1
- 1
cmd/jsonstream.go View File

@ -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 {


Loading…
Cancel
Save