Skip to content

Commit 35e3a08

Browse files
committed
升级包
1 parent b1c13ea commit 35e3a08

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

go.mod

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
module github.com/farseer-go/monitor
22

3-
go 1.21
3+
go 1.22
44

55
toolchain go1.23.3
66

77
require (
8-
github.com/farseer-go/collections v0.15.0
9-
github.com/farseer-go/fs v0.15.0
10-
github.com/farseer-go/utils v0.15.0
11-
github.com/farseer-go/webapi v0.15.0
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
1212
)
1313

1414
require (
15-
github.com/gabriel-vasile/mimetype v1.4.6 // indirect
15+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
1616
github.com/go-playground/locales v0.14.1 // indirect
1717
github.com/go-playground/universal-translator v0.18.1 // indirect
18-
github.com/go-playground/validator/v10 v10.23.0 // indirect
19-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
18+
github.com/go-playground/validator/v10 v10.26.0 // indirect
19+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
20+
github.com/json-iterator/go v1.1.12 // indirect
2021
github.com/leodido/go-urn v1.4.0 // indirect
21-
github.com/timandy/routine v1.1.4 // indirect
22-
golang.org/x/crypto v0.29.0 // indirect
23-
golang.org/x/net v0.31.0 // indirect
24-
golang.org/x/sys v0.27.0 // indirect
25-
golang.org/x/text v0.20.0 // indirect
22+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
23+
github.com/modern-go/reflect2 v1.0.2 // indirect
24+
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
2629
gopkg.in/yaml.v3 v3.0.1 // indirect
2730
)

0 commit comments

Comments
 (0)