diff --git a/.github/renovate.json b/.github/renovate.json index a733c196..03a48b3a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -29,5 +29,5 @@ ] } ], - "ignoreDeps": ["vue3-apexcharts"] + "ignoreDeps": ["vue3-apexcharts", "gorm.io/gorm", "gorm.io/plugin/dbresolver"] } diff --git a/go.mod b/go.mod index 2da9a0f0..2934d63a 100644 --- a/go.mod +++ b/go.mod @@ -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 +)