summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-04 02:31:08 +0000
committerGitHub <noreply@github.com>2024-10-04 02:31:08 +0000
commitbcb33a21fb3032fa71cc4e08894865ced77b22a3 (patch)
treeb1a4ca4f0fc1ec8b4c81e4cb89ffcadd156bf3c5 /go.mod
parent33faeb3d2850d502c74243de0189be0b92ddbe5a (diff)
deps(go): Bump github.com/hashicorp/go-sockaddr from 1.0.6 to 1.0.7 (#2229)
Bumps [github.com/hashicorp/go-sockaddr](https://github.com/hashicorp/go-sockaddr) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/hashicorp/go-sockaddr/releases) - [Commits](https://github.com/hashicorp/go-sockaddr/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-sockaddr dependency-type: direct:production update-type: version-update:semver-patch ... 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7a6d0fb2..230855b3 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
github.com/hairyhenderson/go-fsimpl v0.1.7
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/go-sockaddr v1.0.6
+ github.com/hashicorp/go-sockaddr v1.0.7
github.com/hashicorp/vault/api v1.15.0
github.com/hashicorp/vault/api/auth/aws v0.8.0
github.com/itchyny/gojq v0.12.16