@@ -4,14 +4,14 @@ go 1.20
4
4
5
5
require (
6
6
github.com/DATA-DOG/go-sqlmock v1.5.2
7
- github.com/alexflint/go-arg v1.4.3
7
+ github.com/alexflint/go-arg v1.5.1
8
8
github.com/amacneil/dbmate/v2 v2.3.0
9
9
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible
10
10
github.com/dgrijalva/jwt-go v3.2.0+incompatible
11
11
github.com/drexedam/gravatar v0.0.0-20210327211422-e94eea8c338e
12
- github.com/fatih/color v1.16 .0
12
+ github.com/fatih/color v1.17 .0
13
13
github.com/glebarez/sqlite v1.11.0
14
- github.com/go-chi/chi/v5 v5.0.12
14
+ github.com/go-chi/chi/v5 v5.1.0
15
15
github.com/go-chi/cors v1.2.1
16
16
github.com/go-chi/jwtauth/v5 v5.3.1
17
17
github.com/jc21/go-sse v0.0.0-20230307071053-2e6b1dbcb7ec
@@ -22,11 +22,11 @@ require (
22
22
github.com/stretchr/testify v1.9.0
23
23
github.com/vrischmann/envconfig v1.3.0
24
24
go.uber.org/goleak v1.3.0
25
- golang.org/x/crypto v0.23 .0
26
- gorm.io/datatypes v1.2.0
27
- gorm.io/driver/mysql v1.5.6
28
- gorm.io/driver/postgres v1.5.7
29
- gorm.io/gorm v1.25.10
25
+ golang.org/x/crypto v0.27 .0
26
+ gorm.io/datatypes v1.2.1
27
+ gorm.io/driver/mysql v1.5.7
28
+ gorm.io/driver/postgres v1.5.9
29
+ gorm.io/gorm v1.25.11
30
30
gorm.io/plugin/soft_delete v1.2.1
31
31
)
32
32
@@ -67,10 +67,10 @@ require (
67
67
github.com/rogpeppe/go-internal v1.10.0 // indirect
68
68
github.com/segmentio/asm v1.2.0 // indirect
69
69
golang.org/x/mod v0.17.0 // indirect
70
- golang.org/x/sync v0.7 .0 // indirect
71
- golang.org/x/sys v0.20 .0 // indirect
72
- golang.org/x/text v0.15 .0 // indirect
73
- golang.org/x/tools v0.21.0 // indirect
70
+ golang.org/x/sync v0.8 .0 // indirect
71
+ golang.org/x/sys v0.25 .0 // indirect
72
+ golang.org/x/text v0.18 .0 // indirect
73
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
74
74
gopkg.in/yaml.v3 v3.0.1 // indirect
75
75
lukechampine.com/uint128 v1.3.0 // indirect
76
76
modernc.org/cc/v3 v3.41.0 // indirect
0 commit comments