From 0236a703cc94d1dc27d63af851508cdb9acc29d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:17:32 +0000 Subject: [PATCH] build(deps): 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 ff04bfe..e6c6413 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/muir/nject go 1.18 require ( - github.com/muir/reflectutils v0.10.0 + github.com/muir/reflectutils v0.11.0 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index 8ca3bac..183cd1c 100644 --- a/go.sum +++ b/go.sum @@ -5,8 +5,8 @@ github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfn github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -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=