hashicorp / vault-plugin-secrets-openldap

OpenLDAP secret engine for Vault
Mozilla Public License 2.0
17 stars 7 forks source link

enable dependabot, update dependencies #61

Closed raymonstah closed 1 year ago

raymonstah commented 1 year ago

Enables dependabot and bump dependencies via:

go list -u -m -json all | jq -r 'select(.Indirect != true and .Update != null) | .Path+"@"+.Update.Version' | xargs -L1 go get