Skip to content

Commit

Permalink
Automated dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent ddbeb58 commit 383d898
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 87 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ module github.com/hashicorp/vault-plugin-auth-kerberos
go 1.12

require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/docker/docker v24.0.9+incompatible // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/go-ldap/ldap/v3 v3.4.4
github.com/go-ldap/ldap/v3 v3.4.6
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-hclog v1.6.2
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
github.com/hashicorp/vault/api v1.11.0
github.com/hashicorp/vault/sdk v0.10.2
github.com/hashicorp/vault/api v1.12.2
github.com/hashicorp/vault/sdk v0.11.1
github.com/imdario/mergo v0.3.13 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/ory/dockertest/v3 v3.10.0
google.golang.org/grpc v1.61.0 // indirect
Expand Down
Loading

0 comments on commit 383d898

Please sign in to comment.