Skip to content

Commit f73e090

Browse files
committed
Updated deps
1 parent 16c0276 commit f73e090

File tree

4 files changed

+46
-140
lines changed

4 files changed

+46
-140
lines changed

backend/go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ go 1.20
44

55
require (
66
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
88
github.com/amacneil/dbmate/v2 v2.3.0
99
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible
1010
github.com/dgrijalva/jwt-go v3.2.0+incompatible
1111
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
1313
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
1515
github.com/go-chi/cors v1.2.1
1616
github.com/go-chi/jwtauth/v5 v5.3.1
1717
github.com/jc21/go-sse v0.0.0-20230307071053-2e6b1dbcb7ec
@@ -22,11 +22,11 @@ require (
2222
github.com/stretchr/testify v1.9.0
2323
github.com/vrischmann/envconfig v1.3.0
2424
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
3030
gorm.io/plugin/soft_delete v1.2.1
3131
)
3232

@@ -67,10 +67,10 @@ require (
6767
github.com/rogpeppe/go-internal v1.10.0 // indirect
6868
github.com/segmentio/asm v1.2.0 // indirect
6969
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
7474
gopkg.in/yaml.v3 v3.0.1 // indirect
7575
lukechampine.com/uint128 v1.3.0 // indirect
7676
modernc.org/cc/v3 v3.41.0 // indirect

0 commit comments

Comments
 (0)