update Gopkg.toml file
This commit is contained in:
parent
248de0f691
commit
3c6480a1eb
10
Gopkg.lock
generated
10
Gopkg.lock
generated
@ -70,14 +70,14 @@
|
|||||||
version = "v1.7.6"
|
version = "v1.7.6"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
|
branch = "master"
|
||||||
name = "github.com/manifoldco/promptui"
|
name = "github.com/manifoldco/promptui"
|
||||||
packages = [
|
packages = [
|
||||||
".",
|
".",
|
||||||
"list",
|
"list",
|
||||||
"screenbuf"
|
"screenbuf"
|
||||||
]
|
]
|
||||||
revision = "f6438f6153008ee1b9ba5446d5333bbe63b622b7"
|
revision = "c0c0d3afc6a03bcb5c1df10b70b862a650db9f9b"
|
||||||
version = "v0.2.1"
|
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/mattn/go-colorable"
|
name = "github.com/mattn/go-colorable"
|
||||||
@ -125,10 +125,10 @@
|
|||||||
version = "v1.2.0"
|
version = "v1.2.0"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
|
branch = "master"
|
||||||
name = "github.com/spf13/cobra"
|
name = "github.com/spf13/cobra"
|
||||||
packages = ["."]
|
packages = ["."]
|
||||||
revision = "7b2c5ac9fc04fc5efafb60700713d4fa609b777b"
|
revision = "a1f051bc3eba734da4772d60e2d677f47cf93ef4"
|
||||||
version = "v0.0.1"
|
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
@ -176,6 +176,6 @@
|
|||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
analyzer-version = 1
|
analyzer-version = 1
|
||||||
inputs-digest = "0a938a511eb543614b64dfd3af17775ff0da8175339e2da9fbb7ebe7069793e5"
|
inputs-digest = "8464d599dcf135d93620269e89212e2950fd6ae460f52366e646fea5f1793ec0"
|
||||||
solver-name = "gps-cdcl"
|
solver-name = "gps-cdcl"
|
||||||
solver-version = 1
|
solver-version = 1
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/manifoldco/promptui"
|
name = "github.com/manifoldco/promptui"
|
||||||
version = "0.2.1"
|
branch = "master"
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/spf13/cobra"
|
name = "github.com/spf13/cobra"
|
||||||
version = "0.0.1"
|
branch = "master"
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/spf13/viper"
|
name = "github.com/spf13/viper"
|
||||||
|
Loading…
Reference in New Issue
Block a user