File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-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.20
3+ go 1.24.0
44
55require (
66 github.com/aws/aws-sdk-go v1.44.281
@@ -20,7 +20,7 @@ require (
2020 github.com/rubenv/sql-migrate v1.4.0
2121 github.com/sendgrid/sendgrid-go v3.16.1+incompatible
2222 github.com/sirupsen/logrus v1.9.3
23- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
23+ golang.org/x/exp v0.0.0-20260209203927-2842357ff358
2424 golang.org/x/oauth2 v0.8.0
2525)
2626
Original file line number Diff line number Diff line change @@ -1263,6 +1263,8 @@ golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMk
12631263golang.org/x/exp v0.0.0-20200908183739-ae8ad444f925 /go.mod h1:1phAWC201xIgDyaFpmDeZkgf70Q4Pd/CNqfRtVPtxNw =
12641264golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA =
12651265golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e /go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA =
1266+ golang.org/x/exp v0.0.0-20260209203927-2842357ff358 h1:kpfSV7uLwKJbFSEgNhWzGSL47NDSF/5pYYQw1V0ub6c =
1267+ golang.org/x/exp v0.0.0-20260209203927-2842357ff358 /go.mod h1:R3t0oliuryB5eenPWl3rrQxwnNM3WTwnsRZZiXLAAW8 =
12661268golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 /go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs =
12671269golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 /go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js =
12681270golang.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