diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2022-03-28 18:44:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-28 18:44:44 -0400 |
| commit | ad2ef0ab113ee8ed04bddfbfe0c6b327aa983dc7 (patch) | |
| tree | 1243ae60cb6f9c50dd462b6be6b72bf344eed322 | |
| parent | 1054b862a00e667238e60c0c9b68df4f7a624c59 (diff) | |
| parent | 88f17355937d3a493e5d1a0661ab6a79a2949aaa (diff) | |
Merge pull request #1356 from hairyhenderson/dependabot/go_modules/github.com/hashicorp/vault/api-1.5.0
Bump github.com/hashicorp/vault/api from 1.4.1 to 1.5.0
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ require ( github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf github.com/hashicorp/consul/api v1.12.0 github.com/hashicorp/go-sockaddr v1.0.2 - github.com/hashicorp/vault/api v1.4.1 + github.com/hashicorp/vault/api v1.5.0 github.com/johannesboyne/gofakes3 v0.0.0-20220314170512-33c13122505e github.com/joho/godotenv v1.4.0 github.com/pkg/errors v0.9.1 @@ -503,8 +503,8 @@ github.com/hashicorp/memberlist v0.3.0/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOn github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= github.com/hashicorp/serf v0.9.7 h1:hkdgbqizGQHuU5IPqYM1JdSMV8nKfpuOnZYXssk9muY= github.com/hashicorp/serf v0.9.7/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= -github.com/hashicorp/vault/api v1.4.1 h1:mWLfPT0RhxBitjKr6swieCEP2v5pp/M//t70S3kMLRo= -github.com/hashicorp/vault/api v1.4.1/go.mod h1:LkMdrZnWNrFaQyYYazWVn7KshilfDidgVBq6YiTq/bM= +github.com/hashicorp/vault/api v1.5.0 h1:Bp6yc2bn7CWkOrVIzFT/Qurzx528bdavF3nz590eu28= +github.com/hashicorp/vault/api v1.5.0/go.mod h1:LkMdrZnWNrFaQyYYazWVn7KshilfDidgVBq6YiTq/bM= github.com/hashicorp/vault/sdk v0.4.1 h1:3SaHOJY687jY1fnB61PtL0cOkKItphrbLmux7T92HBo= github.com/hashicorp/vault/sdk v0.4.1/go.mod h1:aZ3fNuL5VNydQk8GcLJ2TV8YCRVvyaakYkhZRoVuhj0= github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM= |
