1
1
module npm
2
2
3
- go 1.23
3
+ go 1.24
4
+
5
+ toolchain go1.24.3
4
6
5
7
require (
6
8
github.com/DATA-DOG/go-sqlmock v1.5.2
@@ -11,25 +13,25 @@ require (
11
13
github.com/drexedam/gravatar v0.0.0-20210327211422-e94eea8c338e
12
14
github.com/fatih/color v1.18.0
13
15
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
20
22
github.com/patrickmn/go-cache v2.1.0+incompatible
21
23
github.com/qri-io/jsonschema v0.2.1
22
24
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
25
27
go.uber.org/automaxprocs v1.6.0
26
28
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
33
35
gorm.io/plugin/soft_delete v1.2.1
34
36
)
35
37
@@ -41,7 +43,7 @@ require (
41
43
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
42
44
github.com/dustin/go-humanize v1.0.1 // indirect
43
45
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
45
47
github.com/go-sql-driver/mysql v1.8.1 // indirect
46
48
github.com/goccy/go-json v0.10.3 // indirect
47
49
github.com/google/uuid v1.6.0 // indirect
@@ -57,7 +59,7 @@ require (
57
59
github.com/lestrrat-go/httprc v1.0.6 // indirect
58
60
github.com/lestrrat-go/iter v1.0.2 // indirect
59
61
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
61
63
github.com/lestrrat-go/option v1.0.1 // indirect
62
64
github.com/lestrrat-go/pdebug/v3 v3.0.1 // indirect
63
65
github.com/lestrrat-go/structinfo v0.0.0-20210312050401-7f8bd69d6acb // indirect
@@ -73,11 +75,11 @@ require (
73
75
github.com/segmentio/asm v1.2.0 // indirect
74
76
github.com/stretchr/objx v0.5.2 // indirect
75
77
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
81
83
gopkg.in/yaml.v3 v3.0.1 // indirect
82
84
lukechampine.com/uint128 v1.3.0 // indirect
83
85
modernc.org/cc/v3 v3.41.0 // indirect
0 commit comments