|
1 | 1 | module github.com/farseer-go/monitor |
2 | 2 |
|
3 | | -go 1.21 |
| 3 | +go 1.22 |
4 | 4 |
|
5 | 5 | toolchain go1.23.3 |
6 | 6 |
|
7 | 7 | 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 |
12 | 12 | ) |
13 | 13 |
|
14 | 14 | require ( |
15 | | - github.com/gabriel-vasile/mimetype v1.4.6 // indirect |
| 15 | + github.com/gabriel-vasile/mimetype v1.4.8 // indirect |
16 | 16 | github.com/go-playground/locales v0.14.1 // indirect |
17 | 17 | 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 |
20 | 21 | 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 |
26 | 29 | gopkg.in/yaml.v3 v3.0.1 // indirect |
27 | 30 | ) |
0 commit comments