From 0dd481752f6ad08297b3793f57cb4ed29862ccc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 10:23:18 +0200 Subject: [PATCH] Update module github.com/hashicorp/vault/api to v1.8.0 (#6022) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thibault Richard --- NOTICE.txt | 12 ++++++------ docs/reference/dependencies.asciidoc | 4 ++-- go.mod | 4 ++-- go.sum | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index c0315c9e58..4e81895c28 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1288,11 +1288,11 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice -------------------------------------------------------------------------------- Module : github.com/hashicorp/vault/api -Version : v1.7.2 -Time : 2022-06-09T20:15:18Z +Version : v1.8.0 +Time : 2022-09-20T14:11:29Z Licence : MPL-2.0 -Contents of probable licence file $GOMODCACHE/github.com/hashicorp/vault/api@v1.7.2/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/hashicorp/vault/api@v1.8.0/LICENSE: Mozilla Public License, version 2.0 @@ -14641,11 +14641,11 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice -------------------------------------------------------------------------------- Module : github.com/hashicorp/vault/sdk -Version : v0.5.1 -Time : 2022-06-09T19:25:24Z +Version : v0.6.0 +Time : 2022-09-20T12:57:08Z Licence : MPL-2.0 -Contents of probable licence file $GOMODCACHE/github.com/hashicorp/vault/sdk@v0.5.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/hashicorp/vault/sdk@v0.6.0/LICENSE: Mozilla Public License, version 2.0 diff --git a/docs/reference/dependencies.asciidoc b/docs/reference/dependencies.asciidoc index 4e37619861..5be0d65da2 100644 --- a/docs/reference/dependencies.asciidoc +++ b/docs/reference/dependencies.asciidoc @@ -31,7 +31,7 @@ This page lists the third-party dependencies used to build {n}. | link:https://github.com/google/go-containerregistry[$$github.com/google/go-containerregistry$$] | v0.11.0 | Apache-2.0 | link:https://github.com/google/uuid[$$github.com/google/uuid$$] | v1.3.0 | BSD-3-Clause | link:https://github.com/hashicorp/go-multierror[$$github.com/hashicorp/go-multierror$$] | v1.1.1 | MPL-2.0 -| link:https://github.com/hashicorp/vault[$$github.com/hashicorp/vault/api$$] | v1.7.2 | MPL-2.0 +| link:https://github.com/hashicorp/vault[$$github.com/hashicorp/vault/api$$] | v1.8.0 | MPL-2.0 | link:https://github.com/imdario/mergo[$$github.com/imdario/mergo$$] | v0.3.13 | BSD-3-Clause | link:https://github.com/magiconair/properties[$$github.com/magiconair/properties$$] | v1.8.6 | BSD-2-Clause | link:https://github.com/pkg/errors[$$github.com/pkg/errors$$] | v0.9.1 | BSD-2-Clause @@ -127,7 +127,7 @@ This page lists the third-party dependencies used to build {n}. | link:https://github.com/hashicorp/go-version[$$github.com/hashicorp/go-version$$] | v1.2.0 | MPL-2.0 | link:https://github.com/hashicorp/golang-lru[$$github.com/hashicorp/golang-lru$$] | v0.5.4 | MPL-2.0 | link:https://github.com/hashicorp/hcl[$$github.com/hashicorp/hcl$$] | v1.0.0 | MPL-2.0 -| link:https://github.com/hashicorp/vault[$$github.com/hashicorp/vault/sdk$$] | v0.5.1 | MPL-2.0 +| link:https://github.com/hashicorp/vault[$$github.com/hashicorp/vault/sdk$$] | v0.6.0 | MPL-2.0 | link:https://github.com/hashicorp/yamux[$$github.com/hashicorp/yamux$$] | v0.0.0-20180604194846-3520598351bb | MPL-2.0 | link:https://github.com/huandu/xstrings[$$github.com/huandu/xstrings$$] | v1.3.1 | MIT | link:https://github.com/inconshreveable/mousetrap[$$github.com/inconshreveable/mousetrap$$] | v1.0.0 | Apache-2.0 diff --git a/go.mod b/go.mod index abf6fe693a..28911829ca 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/google/go-containerregistry v0.11.0 github.com/google/uuid v1.3.0 github.com/hashicorp/go-multierror v1.1.1 - github.com/hashicorp/vault/api v1.7.2 + github.com/hashicorp/vault/api v1.8.0 github.com/imdario/mergo v0.3.13 github.com/magiconair/properties v1.8.6 github.com/pkg/errors v0.9.1 @@ -96,7 +96,7 @@ require ( github.com/hashicorp/go-version v1.2.0 // indirect github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/hashicorp/hcl v1.0.0 // indirect - github.com/hashicorp/vault/sdk v0.5.1 // indirect + github.com/hashicorp/vault/sdk v0.6.0 // indirect github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect github.com/huandu/xstrings v1.3.1 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect diff --git a/go.sum b/go.sum index 71f24d86ca..50ad8992c3 100644 --- a/go.sum +++ b/go.sum @@ -360,10 +360,10 @@ github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+l github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/hashicorp/vault/api v1.7.2 h1:kawHE7s/4xwrdKbkmwQi0wYaIeUhk5ueek7ljuezCVQ= -github.com/hashicorp/vault/api v1.7.2/go.mod h1:xbfA+1AvxFseDzxxdWaL0uO99n1+tndus4GCrtouy0M= -github.com/hashicorp/vault/sdk v0.5.1 h1:zly/TmNgOXCGgWIRA8GojyXzG817POtVh3uzIwzZx+8= -github.com/hashicorp/vault/sdk v0.5.1/go.mod h1:DoGraE9kKGNcVgPmTuX357Fm6WAx1Okvde8Vp3dPDoU= +github.com/hashicorp/vault/api v1.8.0 h1:7765sW1XBt+qf4XKIYE4ebY9qc/yi9V2/egzGSUNMZU= +github.com/hashicorp/vault/api v1.8.0/go.mod h1:uJrw6D3y9Rv7hhmS17JQC50jbPDAZdjZoTtrCCxxs7E= +github.com/hashicorp/vault/sdk v0.6.0 h1:6Z+In5DXHiUfZvIZdMx7e2loL1PPyDjA4bVh9ZTIAhs= +github.com/hashicorp/vault/sdk v0.6.0/go.mod h1:+DRpzoXIdMvKc88R4qxr+edwy/RvH5QK8itmxLiDHLc= github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb h1:b5rjCoWHc7eqmAS4/qyk21ZsHyb6Mxv/jykxvNTkU4M= github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM= github.com/huandu/xstrings v1.3.1 h1:4jgBlKK6tLKFvO8u5pmYjG91cqytmDCDvGh7ECVFfFs=