Skip to content

Commit ec63862

Browse files
committed
feat(服务器): 增加地址
1 parent b4040ca commit ec63862

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ require (
1111
require (
1212
github.com/goexl/exception v0.0.4
1313
github.com/goexl/log v0.1.0
14-
github.com/olekukonko/tablewriter v1.1.2
14+
github.com/olekukonko/tablewriter v1.1.3
1515
github.com/stretchr/testify v1.11.1
1616
github.com/zs5460/art v0.3.0
1717
)
1818

1919
require (
20-
github.com/clipperhouse/displaywidth v0.6.2 // indirect
20+
github.com/clipperhouse/displaywidth v0.7.0 // indirect
2121
github.com/clipperhouse/stringish v0.1.1 // indirect
22-
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
22+
github.com/clipperhouse/uax29/v2 v2.3.1 // indirect
2323
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2424
github.com/davecgh/go-spew v1.1.1 // indirect
2525
github.com/fatih/color v1.18.0 // indirect
2626
github.com/mattn/go-colorable v0.1.14 // indirect
2727
github.com/mattn/go-isatty v0.0.20 // indirect
2828
github.com/mattn/go-runewidth v0.0.19 // indirect
2929
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
30-
github.com/olekukonko/errors v1.1.0 // indirect
31-
github.com/olekukonko/ll v0.1.3 // indirect
30+
github.com/olekukonko/errors v1.2.0 // indirect
31+
github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect
3232
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3333
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3434
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
3535
go.uber.org/dig v1.19.0 // indirect
36-
golang.org/x/sys v0.39.0 // indirect
36+
golang.org/x/sys v0.40.0 // indirect
3737
gopkg.in/yaml.v3 v3.0.1 // indirect
3838
)

0 commit comments

Comments
 (0)