Compare commits
2
Commits
0440b8b418
...
0b7d66cec0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b7d66cec0 | ||
|
|
cc5cf67c88 |
@@ -4,7 +4,7 @@ go 1.22
|
||||
|
||||
require (
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
github.com/go-resty/resty/v2 v2.11.0
|
||||
github.com/go-resty/resty/v2 v2.17.2
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/oschwald/maxminddb-golang v1.12.0
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
|
||||
+7
-1
@@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user