Skip to content

Commit

Permalink
Dep Support
Browse files Browse the repository at this point in the history
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
akutz committed Mar 21, 2018
1 parent 63820dc commit ff68774
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 891 deletions.
44 changes: 44 additions & 0 deletions Gopkg.lock

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

19 changes: 19 additions & 0 deletions Gopkg.toml
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"
13 changes: 0 additions & 13 deletions vendor/github.com/davecgh/go-xdr/xdr2/LICENSE

This file was deleted.

9 changes: 9 additions & 0 deletions vendor/github.com/google/uuid/CONTRIBUTORS

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

73 changes: 0 additions & 73 deletions vendor/github.com/kr/text/cmd/agg/doc.go

This file was deleted.

112 changes: 0 additions & 112 deletions vendor/github.com/kr/text/cmd/agg/main.go

This file was deleted.

99 changes: 0 additions & 99 deletions vendor/github.com/kr/text/cmd/agg/num.go

This file was deleted.

Loading

0 comments on commit ff68774

Please sign in to comment.