Skip to content

Commit

Permalink
Merge pull request #6 from Venafi/d.subbotin-small-improvments
Browse files Browse the repository at this point in the history
D.subbotin small improvments
  • Loading branch information
arykalin authored Dec 17, 2018
2 parents b06a8e7 + 07df740 commit da9a24a
Show file tree
Hide file tree
Showing 133 changed files with 2,558 additions and 2,730 deletions.
92 changes: 45 additions & 47 deletions Gopkg.lock

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

37 changes: 5 additions & 32 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,41 +1,10 @@
# 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]]
name = "github.com/Venafi/vault-pki-vcert"
version = "0.2.0"

[[constraint]]
branch = "master"
name = "github.com/Venafi/vcert"

[[constraint]]
name = "github.com/hashicorp/vault"
version = "0.11.5"
version = "1.0.0-rc1"

[[constraint]]
name = "github.com/onsi/ginkgo"
Expand All @@ -49,6 +18,10 @@
branch = "master"
name = "github.com/rendon/testcli"

[[override]]
source = "https://github.com/fsnotify/fsnotify/archive/v1.4.7.tar.gz"
name = "gopkg.in/fsnotify.v1"

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

0 comments on commit da9a24a

Please sign in to comment.