From e26aa0aff2450cf1d188f00bc12d2b1b47f8ce0c Mon Sep 17 00:00:00 2001 From: Raymond Ho Date: Wed, 5 Apr 2023 14:40:08 -0700 Subject: [PATCH] update vault-plugin-secrets-openldap@main (#19993) --- changelog/19993.txt | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 changelog/19993.txt diff --git a/changelog/19993.txt b/changelog/19993.txt new file mode 100644 index 000000000..90650863a --- /dev/null +++ b/changelog/19993.txt @@ -0,0 +1,3 @@ +```release-note:improvement +secrets/openldap: upgrades dependencies +``` \ No newline at end of file diff --git a/go.mod b/go.mod index 0c86012a3..f73584564 100644 --- a/go.mod +++ b/go.mod @@ -134,7 +134,7 @@ require ( github.com/hashicorp/vault-plugin-secrets-kubernetes v0.3.0 github.com/hashicorp/vault-plugin-secrets-kv v0.14.2 github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.1.0-beta1.0.20230330173411-06ce71bfa658 - github.com/hashicorp/vault-plugin-secrets-openldap v0.10.1 + github.com/hashicorp/vault-plugin-secrets-openldap v0.7.1-0.20230405171328-0ba92be486aa github.com/hashicorp/vault-plugin-secrets-terraform v0.1.1-0.20230321230503-ee76cdb16f93 github.com/hashicorp/vault-testing-stepwise v0.1.3 github.com/hashicorp/vault/api v1.9.0 diff --git a/go.sum b/go.sum index 8c1521f92..3a4e867b5 100644 --- a/go.sum +++ b/go.sum @@ -998,8 +998,8 @@ github.com/hashicorp/vault-plugin-secrets-kv v0.14.2 h1:13p50RIltQM/JH32uWZe9sAp github.com/hashicorp/vault-plugin-secrets-kv v0.14.2/go.mod h1:cAxt2o3BjRT5CbNLtgXuxTReaejvrgN/qk+no+DnwJ8= github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.1.0-beta1.0.20230330173411-06ce71bfa658 h1:OJY0lgSD08G7TX0bQPl1ohMviqvMciEHaAeMl4Ekq2I= github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.1.0-beta1.0.20230330173411-06ce71bfa658/go.mod h1:kfZeW5Tw3kMSBMO8P7ETrFsDFaSwD2BRifU1tWFPvFY= -github.com/hashicorp/vault-plugin-secrets-openldap v0.10.1 h1:EN3/iEjPPmcpX9yihybQNHvewc+YoJw7aoKsio1WK5s= -github.com/hashicorp/vault-plugin-secrets-openldap v0.10.1/go.mod h1:sYuxnuNY2O59fy+LACtvgrqUO/r0cnhAYTMqLajD9FE= +github.com/hashicorp/vault-plugin-secrets-openldap v0.7.1-0.20230405171328-0ba92be486aa h1:rBISa6G3uE34OrFhoPi1pHrSOPzQmobr6VG0/k1E5KQ= +github.com/hashicorp/vault-plugin-secrets-openldap v0.7.1-0.20230405171328-0ba92be486aa/go.mod h1:f4e12Tn2l0chODLEn59Ghr8OlP1APU6OQ9Zl4pdphFE= github.com/hashicorp/vault-plugin-secrets-terraform v0.1.1-0.20230321230503-ee76cdb16f93 h1:mVuMTt00vQSUIO+3ucfBSJHOQ6dsHewauVuozUXl484= github.com/hashicorp/vault-plugin-secrets-terraform v0.1.1-0.20230321230503-ee76cdb16f93/go.mod h1:57eSN4iSeGHzCZg0rOfV68RFnBWdG6WsinieexOmP4U= github.com/hashicorp/vault-testing-stepwise v0.1.3 h1:GYvm98EB4nUKUntkBcLicnKsebeV89KPHmAGJUCPU/c=