Compare commits
5 Commits
renovate/g
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 248d3153e7 | |||
| 7fe49ec3ae | |||
| 955fa43d04 | |||
| cf410da46a | |||
| af935fd754 |
4
go.mod
4
go.mod
@@ -3,8 +3,8 @@ module me.thuanle/bbot
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/adshao/go-binance/v2 v2.5.0
|
||||
github.com/go-resty/resty/v2 v2.15.3
|
||||
github.com/adshao/go-binance/v2 v2.8.5
|
||||
github.com/go-resty/resty/v2 v2.16.5
|
||||
github.com/jedib0t/go-pretty/v6 v6.5.5
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/rs/zerolog v1.32.0
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
|
||||
"extends": ["config:recommended"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"postUpdateOptions": ["gomodTidy"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user