File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/gorilla/websocket v1.5.3
77 github.com/stretchr/testify v1.10.0
8- goyave.dev/goyave/v5 v5.5.1
8+ goyave.dev/goyave/v5 v5.5.2
99)
1010
1111require (
@@ -16,7 +16,7 @@ require (
1616 github.com/jinzhu/now v1.1.5 // indirect
1717 github.com/pmezard/go-difflib v1.0.0 // indirect
1818 github.com/samber/lo v1.49.1 // indirect
19- golang.org/x/text v0.21 .0 // indirect
19+ golang.org/x/text v0.22 .0 // indirect
2020 gopkg.in/yaml.v3 v3.0.1 // indirect
2121 gorm.io/gorm v1.25.12 // indirect
2222 goyave.dev/copier v0.4.4 // indirect
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ github.com/samber/lo v1.49.1 h1:4BIFyVfuQSEpluc7Fua+j1NolZHiEHEpaSEKdsH0tew=
2222github.com/samber/lo v1.49.1 /go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o =
2323github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2424github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
25- golang.org/x/text v0.21 .0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo =
26- golang.org/x/text v0.21 .0 /go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ =
25+ golang.org/x/text v0.22 .0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM =
26+ golang.org/x/text v0.22 .0 /go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY =
2727gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2828gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU =
2929gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
@@ -35,5 +35,5 @@ gorm.io/gorm v1.25.12 h1:I0u8i2hWQItBq1WfE0o2+WuL9+8L21K9e2HHSTE/0f8=
3535gorm.io/gorm v1.25.12 /go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ =
3636goyave.dev/copier v0.4.4 h1:yK+2h1udZVDJXzwNLMv7PCxfb7XM94awBniL2LqShAw =
3737goyave.dev/copier v0.4.4 /go.mod h1:zjuGXlfkYsx9cTpQ9uL0304/ouASGCrrfJ5hpZmtxpM =
38- goyave.dev/goyave/v5 v5.5.1 h1:IXzej5wYaiaoDcbh4awE4EwqdP8NDju2uXJ0H758u0Y =
39- goyave.dev/goyave/v5 v5.5.1 /go.mod h1:NaB693LHdLnfP+k3V8e5FnbQo8o/+gqvyUSv885IG/k =
38+ goyave.dev/goyave/v5 v5.5.2 h1:UCLA6XVbkrQGqar2MfEXLeHZEU0W1YasyK3tQ4FGulc =
39+ goyave.dev/goyave/v5 v5.5.2 /go.mod h1:+YFmI5ARTNAz0ZG8J3GWmi1yI30w7F318MgM4D+QEPo =
You can’t perform that action at this time.
0 commit comments