From c620644fea8b12bd5fbd3a87182597da0481cc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 12:29:44 +0000 Subject: [PATCH] build(deps): bump go.uber.org/dig from 1.18.1 to 1.19.0 Bumps [go.uber.org/dig](https://github.com/uber-go/dig) from 1.18.1 to 1.19.0. - [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.19.0) --- updated-dependencies: - dependency-name: go.uber.org/dig dependency-version: 1.19.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 5bb01e1..cb5f743 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.19.0 golang.org/x/sys v0.32.0 // indirect golang.org/x/text v0.24.0 // indirect )