From 3248bc6b6cfbfee8c14937ce29b644112f373afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 12:04:34 -0700 Subject: [PATCH] Bump github.com/muir/nject from 1.6.0 to 1.7.1 (#48) Bumps [github.com/muir/nject](https://github.com/muir/nject) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/muir/nject/releases) - [Commits](https://github.com/muir/nject/compare/v1.6.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/muir/nject dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 327086c..e4dfcd5 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/muir/commonerrors v0.0.2 github.com/muir/nflex v0.1.6 - github.com/muir/nject v1.6.0 + github.com/muir/nject v1.7.1 github.com/muir/reflectutils v0.7.0 github.com/pkg/errors v0.9.1 github.com/rogpeppe/go-internal v1.8.0 // indirect diff --git a/go.sum b/go.sum index bcc6e3a..7bcfbed 100644 --- a/go.sum +++ b/go.sum @@ -29,8 +29,8 @@ github.com/muir/commonerrors v0.0.2 h1:vT/rSpbvv1jCRW2FIJUq1+WgwrDLJT/SdRwDXIFGG github.com/muir/commonerrors v0.0.2/go.mod h1:y/SeHiWvyBd87GUg3HsojnHETMvm2lF3GrXmTq46FnU= github.com/muir/nflex v0.1.6 h1:VMrRW8GyitlDak8Anq2VpRJqsocdO25Z01EtENxuvSQ= github.com/muir/nflex v0.1.6/go.mod h1:i02aECygUFKTN0lsjae9mPWFJFASt+KnpWd0kCSIhVk= -github.com/muir/nject v1.6.0 h1:i6wh1aSE7/71yqxgeuBaG+ApivPOoHkg6yJ5b7ERMsc= -github.com/muir/nject v1.6.0/go.mod h1:YkPfCewGnkFnr8z+hmIxHZXYPvdRQ+DlDfbq9M2bBng= +github.com/muir/nject v1.7.1 h1:AtARVsFdG2FidfgKZZjXIZsZydPS4r+STmWxJO6JMmw= +github.com/muir/nject v1.7.1/go.mod h1:YkPfCewGnkFnr8z+hmIxHZXYPvdRQ+DlDfbq9M2bBng= github.com/muir/reflectutils v0.7.0 h1:7ez7OLYTThDQ5kpEpxtOgFvJgtE4E11D6PVTVw+Lwl0= github.com/muir/reflectutils v0.7.0/go.mod h1:l8W7iTj6zMdmsWcPfsdnaAYLEuipJ7baVROqpfuonIc= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=