From bdfd6008bd13f41b90644a17939c2334cc033dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:41:16 +0000 Subject: [PATCH] Bump github.com/muir/reflectutils from 0.10.0 to 0.11.0 Bumps [github.com/muir/reflectutils](https://github.com/muir/reflectutils) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/muir/reflectutils/releases) - [Commits](https://github.com/muir/reflectutils/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/muir/reflectutils dependency-type: direct:production update-type: version-update:semver-minor ... 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 2b485af..e66f21e 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/muir/commonerrors v0.0.2 github.com/muir/nflex v0.2.0 github.com/muir/nject v1.8.0 - github.com/muir/reflectutils v0.10.0 + github.com/muir/reflectutils v0.11.0 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index a27c512..1d22f31 100644 --- a/go.sum +++ b/go.sum @@ -25,8 +25,8 @@ github.com/muir/nflex v0.2.0 h1:PEXq83d2K03QtrOlHZuEAsErs9csY2g9eaBqP2nA17g= github.com/muir/nflex v0.2.0/go.mod h1:aa0/C0QVuyU07rAsBqT56G73KE+MMRUJw+Z2yI82OI4= github.com/muir/nject v1.8.0 h1:hCkm90xcGbCqu2lVl8thX4XbKm24MiKf3BoIyBtmG5I= github.com/muir/nject v1.8.0/go.mod h1:qfVLgjr5g834J10AhmE2gx11OSbAGIojbAD58WK6Ot8= -github.com/muir/reflectutils v0.10.0 h1:eJh/X1tXnUP3oSAQ7Ej25hedXg1i0tuoin4ge7HJv5U= -github.com/muir/reflectutils v0.10.0/go.mod h1:q/NHh230BgwnQX3fO3ooroT9c5y6Ymo44AEUnLPwYhc= +github.com/muir/reflectutils v0.11.0 h1:h3rJpAq3KcKh65DLcrFgkzXdpmTHNOX66ar8/VQGrRg= +github.com/muir/reflectutils v0.11.0/go.mod h1:q/NHh230BgwnQX3fO3ooroT9c5y6Ymo44AEUnLPwYhc= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=