chore(deps): update module gorm and aws-sdk

fix(deps): update module gorm.io/gorm to v1.24.2 (#2436)

fix(deps): update module github.com/aws/aws-sdk-go to v1.44.142 (#2407)

Co-Authored-By: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-11-21 17:11:24 +08:00
committed by Noah Hsu
parent 518487e3df
commit 25fd343069
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -5,7 +5,7 @@ go 1.19
require (
github.com/SheltonZhu/115driver v1.0.12
github.com/Xhofe/go-cache v0.0.0-20220723083548-714439c8af9a
github.com/aws/aws-sdk-go v1.44.139
github.com/aws/aws-sdk-go v1.44.142
github.com/caarlos0/env/v6 v6.10.1
github.com/disintegration/imaging v1.6.2
github.com/gin-contrib/cors v1.4.0
@ -31,7 +31,7 @@ require (
gorm.io/driver/mysql v1.4.4
gorm.io/driver/postgres v1.4.5
gorm.io/driver/sqlite v1.4.3
gorm.io/gorm v1.24.1
gorm.io/gorm v1.24.2
)
require (