forked from vmware/govmomi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch introduces support for the Golang dependency management tool, dep. The GVT manifest has been converted into the Gopkg.toml and Gopkg.lock files. For more information on dep, please see https://github.com/golang/dep. For information on the format of the Gopkg.toml file, please see https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md.
- Loading branch information
Showing
14 changed files
with
72 additions
and
891 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md | ||
# for detailed Gopkg.toml documentation. | ||
# | ||
# Refer to https://github.com/toml-lang/toml for detailed TOML docs. | ||
|
||
[prune] | ||
non-go = true | ||
go-tests = true | ||
unused-packages = true | ||
|
||
[[constraint]] | ||
branch = "improvements" | ||
name = "github.com/davecgh/go-xdr" | ||
source = "https://github.com/rasky/go-xdr" | ||
|
||
[[constraint]] | ||
branch = "govmomi" | ||
name = "github.com/kr/pretty" | ||
source = "https://github.com/dougm/pretty" |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.