update for github.com/AlecAivazis/survey => gopkg.in/AlecAivazis/survey.v1 package

This commit is contained in:
Cory Bennett
2017-09-06 08:40:34 -07:00
parent 4d79af4f5e
commit 9453179251
67 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -1,7 +1,7 @@
hash: 3e4ada7ae3922b18b3492a45f1f31cdaaf68fa708327ce9b4f9730c3f0b3ca90
updated: 2017-08-30T18:15:39.909557691-07:00
imports:
- name: github.com/AlecAivazis/survey
- name: gopkg.in/AlecAivazis/survey.v1
version: 73fd4d7829877a72e03dbb42f84ed383fbbc5fa0
subpackages:
- core
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
)