Commit 3d3d708 1 parent 4db14ec commit 3d3d708 Copy full SHA for 3d3d708
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/cozy/cozy-stack
2
2
3
- go 1.21
3
+ go 1.24
4
+
5
+ toolchain go1.24.1
4
6
5
7
require (
6
8
firebase.google.com/go/v4 v4.14.1
@@ -32,7 +34,7 @@ require (
32
34
github.com/mssola/user_agent v0.6.0
33
35
github.com/ncw/swift/v2 v2.0.3
34
36
github.com/nightlyone/lockfile v1.0.0
35
- github.com/ohler55/ojg v1.20.3
37
+ github.com/ohler55/ojg v1.26.2
36
38
github.com/oschwald/maxminddb-golang v1.13.1
37
39
github.com/pquerna/otp v1.4.0
38
40
github.com/prometheus/client_golang v1.18.0
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ github.com/nightlyone/lockfile v1.0.0/go.mod h1:rywoIealpdNse2r832aiD9jRk8ErCatR
242
242
github.com/nxadm/tail v1.4.4 /go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A =
243
243
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE =
244
244
github.com/nxadm/tail v1.4.8 /go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU =
245
- github.com/ohler55/ojg v1.20.3 h1:Z+fnElsA/GbI5oiT726qJaG4Ca9q5l7UO68Qd0PtkD4 =
246
- github.com/ohler55/ojg v1.20.3 /go.mod h1:uHcD1ErbErC27Zhb5Df2jUjbseLLcmOCo6oxSr3jZxo =
245
+ github.com/ohler55/ojg v1.26.2 h1:e0BHIgsihnU+I47tpgwFDk0xYCVygrTjYHyyNAQ9NXg =
246
+ github.com/ohler55/ojg v1.26.2 /go.mod h1:ogZ8vVK07fpsAQ898C5QfXDOk5hxzLbkP/Htr7RYs40 =
247
247
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
248
248
github.com/onsi/ginkgo v1.12.1 /go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk =
249
249
github.com/onsi/ginkgo v1.16.4 /go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0 =
You can’t perform that action at this time.
0 commit comments