From 7d3fb4cb31df3c07f2a0578e6143fac7881df4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 04:00:09 +0000 Subject: [PATCH] Bump github.com/spf13/pflag from 1.0.7 to 1.0.8 Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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..86cb6fe 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.6 require ( github.com/google/wire v0.6.0 - github.com/spf13/pflag v1.0.7 + github.com/spf13/pflag v1.0.8 go.uber.org/zap v1.27.0 go.uber.org/zap/exp v0.3.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1