Skip to content

Commit

Permalink
Automated dependency upgrades (#98)
Browse files Browse the repository at this point in the history
* Automated dependency upgrades

* use ldap 3.4.4 to match Vault

* update changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
  • Loading branch information
3 people committed Sep 6, 2023
1 parent 4a9a6b3 commit 2f0912c
Show file tree
Hide file tree
Showing 3 changed files with 2,373 additions and 56 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## v0.10.1

### IMPROVEMENTS
* update dependencies
* `github.com/hashicorp/vault/api` v1.9.2
* `github.com/hashicorp/vault/sdk` v0.9.2

## v0.10.0

### IMPROVEMENTS
Expand Down
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ module github.com/hashicorp/vault-plugin-auth-kerberos
go 1.12

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/frankban/quicktest v1.13.0 // indirect
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/go-ldap/ldap/v3 v3.4.4
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
github.com/hashicorp/vault/api v1.9.1
github.com/hashicorp/vault/sdk v0.9.0
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/hashicorp/vault/api v1.9.2
github.com/hashicorp/vault/sdk v0.9.2
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/lib/pq v1.2.0 // indirect
github.com/ory/dockertest/v3 v3.10.0
golang.org/x/crypto v0.7.0 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0
)
Loading

0 comments on commit 2f0912c

Please sign in to comment.