chore: update renovate.json

This commit is contained in:
Jacky 2025-04-30 22:05:05 +08:00
parent b41733a139
commit 07c80ddacd
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 5 additions and 2 deletions

5
go.mod
View file

@ -311,4 +311,7 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)
replace github.com/tufanbarisyildirim/gonginx => github.com/0xJacky/gonginx v0.0.0-20250420001451-d120448e89a4
replace (
gorm.io/gorm => gorm.io/gorm v1.25.12
gorm.io/plugin/dbresolver => gorm.io/plugin/dbresolver v1.5.3
)