Skip to content

build(deps): bump github.com/goexl/xiren from 0.0.5 to 0.0.8 #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
module github.com/goexl/ft

go 1.18
toolchain go1.24.1

require (
github.com/emmansun/gmsm v0.29.8
github.com/go-resty/resty/v2 v2.16.5
github.com/goexl/exc v0.0.5
github.com/goexl/gox v0.1.6
github.com/goexl/gox v1.8.8
github.com/goexl/simaqian v0.2.5
github.com/goexl/structer v0.0.3
github.com/goexl/xiren v0.0.5
github.com/goexl/xiren v0.0.8
)

require (
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.22.1 // indirect
github.com/goexl/baozheng v0.0.1 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/goexl/exception v0.0.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
Expand Down