Skip to content

Commit 72e4a78

Browse files
committed
Update backend packages
1 parent f3182c1 commit 72e4a78

File tree

2 files changed

+74
-138
lines changed

2 files changed

+74
-138
lines changed

backend/go.mod

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module npm
22

3-
go 1.23
3+
go 1.24
4+
5+
toolchain go1.24.3
46

57
require (
68
github.com/DATA-DOG/go-sqlmock v1.5.2
@@ -11,25 +13,25 @@ require (
1113
github.com/drexedam/gravatar v0.0.0-20210327211422-e94eea8c338e
1214
github.com/fatih/color v1.18.0
1315
github.com/glebarez/sqlite v1.11.0
14-
github.com/go-chi/chi/v5 v5.1.0
15-
github.com/go-chi/cors v1.2.1
16-
github.com/go-chi/jwtauth/v5 v5.3.1
17-
github.com/go-ldap/ldap/v3 v3.4.8
18-
github.com/jc21/go-sse v0.0.0-20230307071053-2e6b1dbcb7ec
19-
github.com/jc21/jsref v0.0.0-20210608024405-a97debfc4760
16+
github.com/go-chi/chi/v5 v5.2.2
17+
github.com/go-chi/cors v1.2.2
18+
github.com/go-chi/jwtauth/v5 v5.3.3
19+
github.com/go-ldap/ldap/v3 v3.4.11
20+
github.com/jc21/go-sse v1.7.0
21+
github.com/jc21/jsref v0.0.0-20250501111625-0ce4620b7d96
2022
github.com/patrickmn/go-cache v2.1.0+incompatible
2123
github.com/qri-io/jsonschema v0.2.1
2224
github.com/rotisserie/eris v0.5.4
23-
github.com/stretchr/testify v1.9.0
24-
github.com/vrischmann/envconfig v1.3.0
25+
github.com/stretchr/testify v1.10.0
26+
github.com/vrischmann/envconfig v1.4.1
2527
go.uber.org/automaxprocs v1.6.0
2628
go.uber.org/goleak v1.3.0
27-
golang.org/x/crypto v0.29.0
28-
golang.org/x/oauth2 v0.24.0
29-
gorm.io/datatypes v1.2.4
30-
gorm.io/driver/mysql v1.5.7
31-
gorm.io/driver/postgres v1.5.9
32-
gorm.io/gorm v1.25.12
29+
golang.org/x/crypto v0.39.0
30+
golang.org/x/oauth2 v0.30.0
31+
gorm.io/datatypes v1.2.6
32+
gorm.io/driver/mysql v1.6.0
33+
gorm.io/driver/postgres v1.6.0
34+
gorm.io/gorm v1.30.0
3335
gorm.io/plugin/soft_delete v1.2.1
3436
)
3537

@@ -41,7 +43,7 @@ require (
4143
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
4244
github.com/dustin/go-humanize v1.0.1 // indirect
4345
github.com/glebarez/go-sqlite v1.22.0 // indirect
44-
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
46+
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
4547
github.com/go-sql-driver/mysql v1.8.1 // indirect
4648
github.com/goccy/go-json v0.10.3 // indirect
4749
github.com/google/uuid v1.6.0 // indirect
@@ -57,7 +59,7 @@ require (
5759
github.com/lestrrat-go/httprc v1.0.6 // indirect
5860
github.com/lestrrat-go/iter v1.0.2 // indirect
5961
github.com/lestrrat-go/jspointer v0.0.0-20181205001929-82fadba7561c // indirect
60-
github.com/lestrrat-go/jwx/v2 v2.1.2 // indirect
62+
github.com/lestrrat-go/jwx/v2 v2.1.3 // indirect
6163
github.com/lestrrat-go/option v1.0.1 // indirect
6264
github.com/lestrrat-go/pdebug/v3 v3.0.1 // indirect
6365
github.com/lestrrat-go/structinfo v0.0.0-20210312050401-7f8bd69d6acb // indirect
@@ -73,11 +75,11 @@ require (
7375
github.com/segmentio/asm v1.2.0 // indirect
7476
github.com/stretchr/objx v0.5.2 // indirect
7577
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
76-
golang.org/x/mod v0.22.0 // indirect
77-
golang.org/x/sync v0.9.0 // indirect
78-
golang.org/x/sys v0.27.0 // indirect
79-
golang.org/x/text v0.20.0 // indirect
80-
golang.org/x/tools v0.26.0 // indirect
78+
golang.org/x/mod v0.25.0 // indirect
79+
golang.org/x/sync v0.15.0 // indirect
80+
golang.org/x/sys v0.33.0 // indirect
81+
golang.org/x/text v0.26.0 // indirect
82+
golang.org/x/tools v0.33.0 // indirect
8183
gopkg.in/yaml.v3 v3.0.1 // indirect
8284
lukechampine.com/uint128 v1.3.0 // indirect
8385
modernc.org/cc/v3 v3.41.0 // indirect

0 commit comments

Comments
 (0)