Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Fixed docopt dep version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Mar 30, 2018
1 parent da98e54 commit 3cc1e4e
Show file tree
Hide file tree
Showing 11 changed files with 1,184 additions and 807 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

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

29 changes: 1 addition & 28 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,10 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
branch = "master"
name = "github.com/cjbassi/termui"

[[constraint]]
branch = "master"
name = "github.com/docopt/docopt-go"
version = "0.6.2"

[[constraint]]
name = "github.com/shirou/gopsutil"
Expand Down
7 changes: 4 additions & 3 deletions vendor/github.com/docopt/docopt-go/.travis.yml

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

1 change: 1 addition & 0 deletions vendor/github.com/docopt/docopt-go/LICENSE

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

80 changes: 54 additions & 26 deletions vendor/github.com/docopt/docopt-go/README.md

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

49 changes: 49 additions & 0 deletions vendor/github.com/docopt/docopt-go/doc.go

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

Loading

0 comments on commit 3cc1e4e

Please sign in to comment.