mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
Bump crypto, go-ffprobe, and sqlite GO dependencies in /api (#1140)
Updated dependencies for improved performance and security: - golang.org/x/crypto to version v0.31.0 - gopkg.in/vansante/go-ffprobe.v2 to version v2.2.1 - gorm.io/driver/sqlite to version v1.5.7 Co-authored-by: Konstantin Koval
This commit is contained in:
@@ -24,13 +24,13 @@ require (
|
||||
github.com/vektah/gqlparser/v2 v2.5.20
|
||||
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0
|
||||
github.com/xor-gate/goexif2 v1.1.0
|
||||
golang.org/x/crypto v0.30.0
|
||||
golang.org/x/crypto v0.31.0
|
||||
golang.org/x/image v0.23.0
|
||||
golang.org/x/text v0.21.0
|
||||
gopkg.in/vansante/go-ffprobe.v2 v2.2.0
|
||||
gopkg.in/vansante/go-ffprobe.v2 v2.2.1
|
||||
gorm.io/driver/mysql v1.5.7
|
||||
gorm.io/driver/postgres v1.5.11
|
||||
gorm.io/driver/sqlite v1.5.6
|
||||
gorm.io/driver/sqlite v1.5.7
|
||||
gorm.io/gorm v1.25.12
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user