mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-09-06 14:37:49 +08:00
chore(deps): bump github.com/WinterYukky/gorm-extra-clause-plugin
Bumps [github.com/WinterYukky/gorm-extra-clause-plugin](https://github.com/WinterYukky/gorm-extra-clause-plugin) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/WinterYukky/gorm-extra-clause-plugin/releases) - [Commits](https://github.com/WinterYukky/gorm-extra-clause-plugin/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: github.com/WinterYukky/gorm-extra-clause-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4248603f58
commit
9ea421e8e1
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module github.com/tgdrive/teldrive
|
|||
go 1.23.3
|
||||
|
||||
require (
|
||||
github.com/WinterYukky/gorm-extra-clause-plugin v0.2.1
|
||||
github.com/WinterYukky/gorm-extra-clause-plugin v0.3.0
|
||||
github.com/coocood/freecache v1.2.4
|
||||
github.com/divyam234/cors v1.4.2
|
||||
github.com/gin-contrib/pprof v1.5.1
|
||||
|
|
4
go.sum
4
go.sum
|
@ -2,8 +2,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
|
|||
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU=
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU=
|
||||
github.com/WinterYukky/gorm-extra-clause-plugin v0.2.1 h1:G0e4eFRrh3WdM1I3EKKidV2yF5J09uRIJlKYxt6zNR4=
|
||||
github.com/WinterYukky/gorm-extra-clause-plugin v0.2.1/go.mod h1:qAN5KRJJTCM49X2wUHZAVB3rfvO8A8L0ISd/uB1WM5s=
|
||||
github.com/WinterYukky/gorm-extra-clause-plugin v0.3.0 h1:fQfTkxoRso6mlm7eOfBIk94aqamJeqxCEfU+MyLWhgo=
|
||||
github.com/WinterYukky/gorm-extra-clause-plugin v0.3.0/go.mod h1:GFT8TzxeeGKYXNU/65PsiN2+zNHigm9HjybnbL1T7eg=
|
||||
github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
|
||||
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
|
||||
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
|
||||
|
|
Loading…
Add table
Reference in a new issue