Skip to content

Commit

Permalink
Adds dependecies for getopt library
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjl committed Jun 22, 2018
1 parent ea13d1e commit 37ccf70
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Gopkg.lock

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

7 changes: 7 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,18 @@
# go-tests = true
# unused-packages = true

required = ["github.com/pborman/getopt/v2"]

[[constraint]]
name = "github.com/pborman/getopt"
branch = "master"

[[constraint]]
name = "github.com/manifoldco/promptui"
branch = "master"


[prune]
go-tests = true
unused-packages = true

0 comments on commit 37ccf70

Please sign in to comment.