Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit e7289a4

Browse files
authored
Merge pull request #6 from wintoncode/vault_0.10
Update dependencies and support Vault 0.10
2 parents e383e88 + a6515a3 commit e7289a4

File tree

3,735 files changed

+23183
-1222524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,735 files changed

+23183
-1222524
lines changed

Gopkg.lock

Lines changed: 181 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
[[constraint]]
2-
name = "github.com/hashicorp/vault"
3-
version = "0.9.1"
2+
name = "github.com/fatih/structs"
3+
version = "1.0.0"
44

55
[[constraint]]
66
name = "github.com/go-ldap/ldap"
7-
revision = "23c4ee25d1434f2231f92afaeebfbfa7900ebbb0"
7+
revision = "0776dae456c9f852c74287dfa8475c16401ac9a9"
8+
9+
[[constraint]]
10+
branch = "master"
11+
name = "github.com/hashicorp/go-multierror"
12+
13+
[[constraint]]
14+
name = "github.com/hashicorp/vault"
15+
version = "0.10.0"
16+
17+
[[constraint]]
18+
name = "gopkg.in/jcmturner/gokrb5.v4"
19+
version = "4.1.2"
20+
21+
[prune]
22+
go-tests = true
23+
unused-packages = true

0 commit comments

Comments
 (0)