From f27d73c035878aa43427ce93bb220abc6e6a74b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 07:26:52 +0000 Subject: [PATCH] build(deps): bump github.com/hashicorp/go-set from 0.1.13 to 0.1.14 Bumps [github.com/hashicorp/go-set](https://github.com/hashicorp/go-set) from 0.1.13 to 0.1.14. - [Release notes](https://github.com/hashicorp/go-set/releases) - [Commits](https://github.com/hashicorp/go-set/compare/v0.1.13...v0.1.14) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-set dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ebe534e..39973ca 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/coredns/coredns v1.10.1 github.com/google/subcommands v1.2.0 github.com/hashicorp/go-cleanhttp v0.5.2 - github.com/hashicorp/go-set v0.1.13 + github.com/hashicorp/go-set v0.1.14 github.com/miekg/dns v1.1.54 github.com/shoenig/extractors v0.3.0 github.com/shoenig/go-landlock v0.1.7 diff --git a/go.sum b/go.sum index 8df1cd2..5a434bc 100644 --- a/go.sum +++ b/go.sum @@ -43,8 +43,8 @@ github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 h1 github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go.mod h1:6iZfnjpejD4L/4DwD7NryNaJyCQdzwWwH2MWhCA90Kw= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= -github.com/hashicorp/go-set v0.1.13 h1:k1B5goY3c7OKEzpK+gwAhJexxzAJwDN8kId8YvWrihA= -github.com/hashicorp/go-set v0.1.13/go.mod h1:0/D+R4MFUzJ6XmvjU7liXtznF1eQDxh84GJlhXw+lvo= +github.com/hashicorp/go-set v0.1.14 h1:ZU7JyS6QGueDuXYldjcuyKLR0XV14eOKcsQlGddXGgA= +github.com/hashicorp/go-set v0.1.14/go.mod h1:FH9zJxnQYHPlZ7j9JaoQjZOFPBStOrelKOE11Wjwirc= github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/miekg/dns v1.1.31/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM=