File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/SIT-DigiCre/digicore_v3_backend
2
2
3
- go 1.19
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.3
4
6
5
7
require (
6
8
github.com/aws/aws-sdk-go v1.44.281
@@ -19,7 +21,7 @@ require (
19
21
github.com/mattermost/mattermost-server/v5 v5.39.3
20
22
github.com/rubenv/sql-migrate v1.4.0
21
23
github.com/sirupsen/logrus v1.9.3
22
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
24
+ golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
23
25
golang.org/x/oauth2 v0.8.0
24
26
)
25
27
Original file line number Diff line number Diff line change @@ -1259,6 +1259,8 @@ golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMk
1259
1259
golang.org/x/exp v0.0.0-20200908183739-ae8ad444f925 /go.mod h1:1phAWC201xIgDyaFpmDeZkgf70Q4Pd/CNqfRtVPtxNw =
1260
1260
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA =
1261
1261
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e /go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA =
1262
+ golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 h1:y5zboxd6LQAqYIhHnB48p0ByQ/GnQx2BE33L8BOHQkI =
1263
+ golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 /go.mod h1:U6Lno4MTRCDY+Ba7aCcauB9T60gsv5s4ralQzP72ZoQ =
1262
1264
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 /go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs =
1263
1265
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 /go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js =
1264
1266
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f /go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js =
You can’t perform that action at this time.
0 commit comments