From 18f223afd16a312770372df875f815577e12901c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:40:10 +0000 Subject: [PATCH] build(deps): bump github.com/pangum/pangu from 1.4.8 to 1.5.7 Bumps [github.com/pangum/pangu](https://github.com/pangum/pangu) from 1.4.8 to 1.5.7. - [Commits](https://github.com/pangum/pangu/compare/v1.4.8...v1.5.7) --- updated-dependencies: - dependency-name: github.com/pangum/pangu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bc29416..fd8ff86 100644 --- a/go.mod +++ b/go.mod @@ -5,13 +5,13 @@ go 1.23 require ( github.com/goexl/log v0.0.7 github.com/goexl/task v0.1.5 - github.com/pangum/pangu v1.4.8 + github.com/pangum/pangu v1.5.7 ) require ( github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect github.com/drone/envsubst v1.0.3 // indirect - github.com/fsnotify/fsnotify v1.7.0 // indirect + github.com/fsnotify/fsnotify v1.8.0 // indirect github.com/gabriel-vasile/mimetype v1.4.6 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect @@ -19,7 +19,7 @@ require ( github.com/goexl/baozheng v0.0.1 // indirect github.com/goexl/env v0.0.2 // indirect github.com/goexl/exception v0.0.1 // indirect - github.com/goexl/gfx v0.2.3 // indirect + github.com/goexl/gfx v0.2.5 // indirect github.com/goexl/gox v1.8.9 // indirect github.com/goexl/mengpo v0.2.6 // indirect github.com/goexl/structer v0.1.9 // indirect