Compare commits

...
2 Commits
Author SHA1 Message Date
Renovate Bot 6bcac64299 Update module github.com/oschwald/maxminddb-golang to v1.13.1
renovate/artifacts Artifact file update failure
2026-07-04 17:02:44 +00:00
thuanle cc5cf67c88 Update renovate.json
Build Docker Image / build (arm64) (push) Successful in 1m16s
Build Docker Image / build (amd64) (push) Successful in 1m54s
Build Docker Image / amend-manifest (push) Successful in 11s
2026-07-03 10:17:02 +07:00
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ require (
github.com/gin-gonic/gin v1.10.0
github.com/go-resty/resty/v2 v2.11.0
github.com/joho/godotenv v1.5.1
github.com/oschwald/maxminddb-golang v1.12.0
github.com/oschwald/maxminddb-golang v1.13.1
github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.33.0
github.com/safing/mmdbmeld v0.3.0
+7 -1
View File
@@ -1,3 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchManagers": ["gomod"],
"postUpdateOptions": ["gomodTidy", "gomodMassage"]
}
]
}