File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/SIT-DigiCre/digicore_v3_backend
22
3- go 1.19
3+ go 1.22.0
4+
5+ toolchain go1.23.6
46
57require (
68 github.com/aws/aws-sdk-go v1.44.281
@@ -19,7 +21,7 @@ require (
1921 github.com/mattermost/mattermost-server/v5 v5.39.3
2022 github.com/rubenv/sql-migrate v1.4.0
2123 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-20250207012021-f9890c6ad9f3
2325 golang.org/x/oauth2 v0.8.0
2426)
2527
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
12591259golang.org/x/exp v0.0.0-20200908183739-ae8ad444f925 /go.mod h1:1phAWC201xIgDyaFpmDeZkgf70Q4Pd/CNqfRtVPtxNw =
12601260golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA =
12611261golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e /go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA =
1262+ golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 h1:qNgPs5exUA+G0C96DrPwNrvLSj7GT/9D+3WMWUcUg34 =
1263+ golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 /go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU =
12621264golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 /go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs =
12631265golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 /go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js =
12641266golang.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