Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/hashicorp/vault/api to v1.8.0 #6022

Merged
merged 2 commits into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/dependencies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down