File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ go 1.23.0
5
5
toolchain go1.23.8
6
6
7
7
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
12
12
)
13
13
14
14
require (
@@ -22,9 +22,9 @@ require (
22
22
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
23
23
github.com/modern-go/reflect2 v1.0.2 // indirect
24
24
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
29
29
gopkg.in/yaml.v3 v3.0.1 // indirect
30
30
)
You can’t perform that action at this time.
0 commit comments