diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-08 19:32:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-08 19:32:21 +0000 |
| commit | 12e87a568c218ebff8819512df9e7ebc98d87448 (patch) | |
| tree | 4b40ab2816b32f5c8fa59adb1812b93a818c30b4 /go.mod | |
| parent | 4272f7293a2c85de9d8d52f7b6f50cf89750b54d (diff) | |
Build(deps): Bump github.com/hashicorp/consul/api from 1.21.0 to 1.22.0 (#1778)
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.21.0...api/v1.22.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -17,7 +17,7 @@ require ( github.com/hairyhenderson/go-fsimpl v0.0.0-20230121155226-8aa24800449d github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf github.com/hairyhenderson/xignore v0.3.3-0.20230403012150-95fe86932830 // iofs-port branch - github.com/hashicorp/consul/api v1.21.0 + github.com/hashicorp/consul/api v1.22.0 github.com/hashicorp/go-sockaddr v1.0.2 github.com/hashicorp/vault/api v1.9.2 github.com/itchyny/gojq v0.12.13 @@ -73,7 +73,7 @@ require ( github.com/aws/smithy-go v1.13.5 // indirect github.com/cenkalti/backoff/v3 v3.2.2 // indirect github.com/cloudflare/circl v1.3.3 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/fatih/color v1.14.1 // indirect @@ -89,7 +89,7 @@ require ( github.com/gosimple/unidecode v1.0.1 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect - github.com/hashicorp/go-hclog v1.4.0 // indirect + github.com/hashicorp/go-hclog v1.5.0 // indirect github.com/hashicorp/go-immutable-radix v1.3.1 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/hashicorp/go-retryablehttp v0.7.2 // indirect @@ -110,7 +110,7 @@ require ( github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/ryanuber/go-glob v1.0.0 // indirect github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect github.com/sergi/go-diff v1.2.0 // indirect @@ -121,6 +121,7 @@ require ( go.opencensus.io v0.24.0 // indirect go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect go4.org/unsafe/assume-no-moving-gc v0.0.0-20230204201903-c31fa085b70e // indirect + golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect golang.org/x/mod v0.10.0 // indirect golang.org/x/net v0.11.0 // indirect golang.org/x/oauth2 v0.9.0 // indirect |
