@@ -5,16 +5,16 @@ go 1.23.0
55toolchain go1.23.8
66
77require (
8- github.com/farseer-go/collections v0.17.2
9- github.com/farseer-go/fs v0.17.2
10- github.com/farseer-go/utils v0.17.2
8+ github.com/farseer-go/collections v0.17.3
9+ github.com/farseer-go/fs v0.17.3
10+ github.com/farseer-go/utils v0.17.3
1111 github.com/go-playground/locales v0.14.1
1212 github.com/go-playground/universal-translator v0.18.1
13- github.com/go-playground/validator/v10 v10.26 .0
14- github.com/golang-jwt/jwt/v5 v5.2.2
13+ github.com/go-playground/validator/v10 v10.27 .0
14+ github.com/golang-jwt/jwt/v5 v5.2.3
1515 github.com/stretchr/testify v1.10.0
1616 github.com/timandy/routine v1.1.5
17- golang.org/x/net v0.41 .0
17+ golang.org/x/net v0.42 .0
1818)
1919
2020require (
@@ -25,8 +25,8 @@ require (
2525 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2626 github.com/modern-go/reflect2 v1.0.2 // indirect
2727 github.com/pmezard/go-difflib v1.0.0 // indirect
28- golang.org/x/crypto v0.39 .0 // indirect
29- golang.org/x/sys v0.33 .0 // indirect
30- golang.org/x/text v0.26 .0 // indirect
28+ golang.org/x/crypto v0.40 .0 // indirect
29+ golang.org/x/sys v0.34 .0 // indirect
30+ golang.org/x/text v0.27 .0 // indirect
3131 gopkg.in/yaml.v3 v3.0.1 // indirect
3232)
0 commit comments