From d903af647d01fc50aa13a5cda906796b937158e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:05:03 +0000 Subject: [PATCH] build(deps): bump github.com/pangum/pangu from 1.4.3 to 1.4.5 Bumps [github.com/pangum/pangu](https://github.com/pangum/pangu) from 1.4.3 to 1.4.5. - [Commits](https://github.com/pangum/pangu/compare/v1.4.3...v1.4.5) --- updated-dependencies: - dependency-name: github.com/pangum/pangu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index df0504a..0ae6285 100644 --- a/go.mod +++ b/go.mod @@ -9,32 +9,34 @@ require ( github.com/goexl/exception v0.0.1 github.com/goexl/gox v1.8.9 github.com/goexl/log v0.0.7 - github.com/pangum/pangu v1.4.3 + github.com/pangum/pangu v1.4.5 github.com/rubenv/sql-migrate v1.7.0 golang.org/x/crypto v0.27.0 ) require ( filippo.io/edwards25519 v1.1.0 // indirect - github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect + 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/gabriel-vasile/mimetype v1.4.5 // indirect github.com/go-gorp/gorp/v3 v3.1.0 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect - github.com/go-playground/validator/v10 v10.22.0 // indirect + github.com/go-playground/validator/v10 v10.22.1 // indirect github.com/goexl/baozheng v0.0.1 // indirect github.com/goexl/env v0.0.2 // indirect - github.com/goexl/gfx v0.2.1 // indirect + github.com/goexl/gfx v0.2.3 // indirect github.com/goexl/mengpo v0.2.6 // indirect - github.com/goexl/xiren v0.0.6 // indirect + github.com/goexl/structer v0.1.8 // indirect + github.com/goexl/xiren v0.0.7 // indirect github.com/google/go-cmp v0.5.9 // indirect github.com/google/uuid v1.6.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/mattn/go-runewidth v0.0.16 // indirect + github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect - github.com/pangum/config v0.0.6 // indirect + github.com/pangum/config v0.1.0 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/rs/xid v1.6.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect @@ -42,7 +44,7 @@ require ( github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect github.com/zs5460/art v0.3.0 // indirect go.uber.org/dig v1.18.0 // indirect - golang.org/x/net v0.28.0 // indirect + golang.org/x/net v0.29.0 // indirect golang.org/x/sys v0.25.0 // indirect golang.org/x/text v0.18.0 // indirect )