From 7ec5fcef996b9eb70237ed907849d5db3a8cd97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 12:52:17 +0000 Subject: [PATCH] build(deps): bump go.uber.org/dig from 1.18.1 to 1.18.2 Bumps [go.uber.org/dig](https://github.com/uber-go/dig) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/uber-go/dig/releases) - [Changelog](https://github.com/uber-go/dig/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/dig/compare/v1.18.1...v1.18.2) --- updated-dependencies: - dependency-name: go.uber.org/dig dependency-version: 1.18.2 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 5bb01e1..64bede9 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/goexl/gox v1.9.2 github.com/pangum/config v0.1.0 github.com/urfave/cli/v2 v2.27.6 - go.uber.org/dig v1.18.1 + go.uber.org/dig v1.18.2 golang.org/x/sys v0.32.0 // indirect golang.org/x/text v0.24.0 // indirect )