Updated deps

This commit is contained in:
Jamie Curnow
2024-09-09 08:42:30 +10:00
parent 16c0276401
commit f73e09007a
4 changed files with 46 additions and 140 deletions

View File

@ -4,14 +4,14 @@ go 1.20
require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/alexflint/go-arg v1.4.3
github.com/alexflint/go-arg v1.5.1
github.com/amacneil/dbmate/v2 v2.3.0
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/drexedam/gravatar v0.0.0-20210327211422-e94eea8c338e
github.com/fatih/color v1.16.0
github.com/fatih/color v1.17.0
github.com/glebarez/sqlite v1.11.0
github.com/go-chi/chi/v5 v5.0.12
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/cors v1.2.1
github.com/go-chi/jwtauth/v5 v5.3.1
github.com/jc21/go-sse v0.0.0-20230307071053-2e6b1dbcb7ec
@ -22,11 +22,11 @@ require (
github.com/stretchr/testify v1.9.0
github.com/vrischmann/envconfig v1.3.0
go.uber.org/goleak v1.3.0
golang.org/x/crypto v0.23.0
gorm.io/datatypes v1.2.0
gorm.io/driver/mysql v1.5.6
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.10
golang.org/x/crypto v0.27.0
gorm.io/datatypes v1.2.1
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.5.9
gorm.io/gorm v1.25.11
gorm.io/plugin/soft_delete v1.2.1
)
@ -67,10 +67,10 @@ require (
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
modernc.org/cc/v3 v3.41.0 // indirect