Skip to content

Commit 959c838

Browse files
author
Release Bot
committed
chore: update dependencies to v0.17.1
1 parent 1319c3c commit 959c838

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.23.0
55
toolchain go1.23.8
66

77
require (
8-
github.com/farseer-go/collections v0.17.0
9-
github.com/farseer-go/fs v0.17.0
10-
github.com/farseer-go/utils v0.17.0
11-
github.com/farseer-go/webapi v0.17.0
8+
github.com/farseer-go/collections v0.17.1
9+
github.com/farseer-go/fs v0.17.1
10+
github.com/farseer-go/utils v0.17.1
11+
github.com/farseer-go/webapi v0.17.1
1212
)
1313

1414
require (
@@ -22,9 +22,9 @@ require (
2222
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2323
github.com/modern-go/reflect2 v1.0.2 // indirect
2424
github.com/timandy/routine v1.1.5 // indirect
25-
golang.org/x/crypto v0.37.0 // indirect
26-
golang.org/x/net v0.39.0 // indirect
27-
golang.org/x/sys v0.32.0 // indirect
28-
golang.org/x/text v0.24.0 // indirect
25+
golang.org/x/crypto v0.38.0 // indirect
26+
golang.org/x/net v0.40.0 // indirect
27+
golang.org/x/sys v0.33.0 // indirect
28+
golang.org/x/text v0.25.0 // indirect
2929
gopkg.in/yaml.v3 v3.0.1 // indirect
3030
)

0 commit comments

Comments
 (0)