From 5d5820e542e48c500cf294be56a0badbe540324f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:58:00 +0000 Subject: [PATCH] build(deps): bump github.com/pangum/config from 0.0.6 to 0.0.8 Bumps [github.com/pangum/config](https://github.com/pangum/config) from 0.0.6 to 0.0.8. - [Commits](https://github.com/pangum/config/compare/v0.0.6...v0.0.8) --- updated-dependencies: - dependency-name: github.com/pangum/config 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 51317b1..b82c595 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23 require ( github.com/goexl/exception v0.0.1 github.com/goexl/gox v1.8.5 - github.com/pangum/config v0.0.6 + github.com/pangum/config v0.0.8 github.com/pangum/pangu v1.4.2 gopkg.in/yaml.v3 v3.0.1 )