Skip to content

Commit

Permalink
update for github.com/AlecAivazis/survey => gopkg.in/AlecAivazis/surv…
Browse files Browse the repository at this point in the history
…ey.v1 package
  • Loading branch information
coryb committed Sep 6, 2017
1 parent 4d79af4 commit 9453179
Show file tree
Hide file tree
Showing 67 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import:
version: ^2.2.4
- package: gopkg.in/op/go-logging.v1
version: ^1.0.0
- package: github.com/AlecAivazis/survey
- package: gopkg.in/AlecAivazis/survey.v1
version: ^1.2.4
- package: github.com/tmc/keyring
- package: github.com/kballard/go-shellquote
Expand Down
2 changes: 1 addition & 1 deletion jiracli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
"reflect"
"strings"

"github.com/AlecAivazis/survey"
"github.com/coryb/figtree"
"github.com/coryb/oreo"
"github.com/jinzhu/copier"
shellquote "github.com/kballard/go-shellquote"
"gopkg.in/AlecAivazis/survey.v1"
kingpin "gopkg.in/alecthomas/kingpin.v2"
yaml "gopkg.in/coryb/yaml.v2"
logging "gopkg.in/op/go-logging.v1"
Expand Down
2 changes: 1 addition & 1 deletion jiracli/password.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os/exec"
"strings"

"github.com/AlecAivazis/survey"
"gopkg.in/AlecAivazis/survey.v1"
"gopkg.in/Netflix-Skunkworks/go-jira.v1/jiradata"
)

Expand Down

0 comments on commit 9453179

Please sign in to comment.