Compare commits
6 Commits
renovate/g
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
| 59f7d68e38 | |||
| 248d3153e7 | |||
| 7fe49ec3ae | |||
| 955fa43d04 | |||
| cf410da46a | |||
| af935fd754 |
4
go.mod
4
go.mod
@@ -3,8 +3,8 @@ module me.thuanle/bbot
|
|||||||
go 1.22
|
go 1.22
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/adshao/go-binance/v2 v2.5.0
|
github.com/adshao/go-binance/v2 v2.8.7
|
||||||
github.com/go-resty/resty/v2 v2.15.3
|
github.com/go-resty/resty/v2 v2.16.5
|
||||||
github.com/jedib0t/go-pretty/v6 v6.5.5
|
github.com/jedib0t/go-pretty/v6 v6.5.5
|
||||||
github.com/joho/godotenv v1.5.1
|
github.com/joho/godotenv v1.5.1
|
||||||
github.com/rs/zerolog v1.32.0
|
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