Skip to content

Commit

Permalink
Initial setup of dep/vendor
Browse files Browse the repository at this point in the history
Add vendor files using `dep init`.
  • Loading branch information
Mr. Vendor authored and HeavyWombat committed Sep 8, 2018
1 parent d22bb9e commit 8764e05
Show file tree
Hide file tree
Showing 684 changed files with 416,407 additions and 0 deletions.
267 changes: 267 additions & 0 deletions Gopkg.lock

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

50 changes: 50 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# 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/HeavyWombat/dyff"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "1.6.0"

[[constraint]]
name = "github.com/onsi/gomega"
version = "1.4.1"

[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"

[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.1"

[prune]
go-tests = true
unused-packages = true
21 changes: 21 additions & 0 deletions vendor/github.com/HeavyWombat/dyff/LICENSE

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

Loading

0 comments on commit 8764e05

Please sign in to comment.