From 3b1c5d2fb1718a378ce5cf6c3c1e36831209176e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 04:10:01 +0000 Subject: [PATCH] Bump github.com/google/wire from 0.6.0 to 0.7.0 Bumps [github.com/google/wire](https://github.com/google/wire) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/google/wire/releases) - [Commits](https://github.com/google/wire/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/google/wire dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7622541..2dfbf1b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/tpl-x/httpl go 1.22.6 require ( - github.com/google/wire v0.6.0 + github.com/google/wire v0.7.0 github.com/spf13/pflag v1.0.7 go.uber.org/zap v1.27.0 go.uber.org/zap/exp v0.3.0