Skip to content

Commit 1c24f0f

Browse files
committed
refactor(项目): 基于boot重构
1 parent f1d5836 commit 1c24f0f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/harluo/xorm
33
go 1.25
44

55
require (
6-
github.com/elliotchance/sshtunnel v1.6.1
6+
github.com/elliotchance/sshtunnel v1.6.2
77
github.com/goexl/db v0.0.7
88
github.com/goexl/exception v0.0.4
99
github.com/goexl/gox v1.9.2
@@ -16,17 +16,17 @@ require (
1616
)
1717

1818
require (
19-
github.com/clipperhouse/displaywidth v0.6.1 // indirect
19+
github.com/clipperhouse/displaywidth v0.6.2 // indirect
2020
github.com/clipperhouse/stringish v0.1.1 // indirect
2121
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
2222
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2323
github.com/drone/envsubst v1.0.3 // indirect
2424
github.com/fatih/color v1.18.0 // indirect
2525
github.com/fsnotify/fsnotify v1.9.0 // indirect
26-
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
26+
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
2727
github.com/go-playground/locales v0.14.1 // indirect
2828
github.com/go-playground/universal-translator v0.18.1 // indirect
29-
github.com/go-playground/validator/v10 v10.28.0 // indirect
29+
github.com/go-playground/validator/v10 v10.30.1 // indirect
3030
github.com/goccy/go-json v0.10.5 // indirect
3131
github.com/goexl/baozheng v0.0.1 // indirect
3232
github.com/goexl/env v0.0.2 // indirect

0 commit comments

Comments
 (0)