File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11module github.com/farseer-go/monitor
22
3- go 1.22
3+ go 1.23.0
44
5- toolchain go1.23.3
5+ toolchain go1.23.8
66
77require (
8- github.com/farseer-go/collections v0.16.0
9- github.com/farseer-go/fs v0.16.0
10- github.com/farseer-go/utils v0.16.0
11- github.com/farseer-go/webapi v0.16.0
8+ github.com/farseer-go/collections v0.16.4
9+ github.com/farseer-go/fs v0.16.4
10+ github.com/farseer-go/utils v0.16.3
11+ github.com/farseer-go/webapi v0.16.3
1212)
1313
1414require (
@@ -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.36 .0 // indirect
26- golang.org/x/net v0.38 .0 // indirect
27- golang.org/x/sys v0.31 .0 // indirect
28- golang.org/x/text v0.23 .0 // 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
2929 gopkg.in/yaml.v3 v3.0.1 // indirect
3030)
You can’t perform that action at this time.
0 commit comments