6 Commits

Author SHA1 Message Date
59f7d68e38 Update module github.com/adshao/go-binance/v2 to v2.8.7
Some checks failed
renovate/artifacts Artifact file update failure
2025-10-18 17:00:31 +00:00
248d3153e7 Update renovate.json
Some checks failed
Build Docker Image / build (amd64) (push) Failing after 46s
2025-10-09 09:14:24 +07:00
7fe49ec3ae Merge pull request 'Update module github.com/go-resty/resty/v2 to v2.16.5' (#4) from renovate/github.com-go-resty-resty-v2-2.x into main
Some checks failed
Build Docker Image / build (amd64) (push) Failing after 3m55s
Reviewed-on: #4
2025-10-03 04:11:29 +07:00
955fa43d04 Update module github.com/go-resty/resty/v2 to v2.16.5
Some checks failed
renovate/artifacts Artifact file update failure
2025-09-27 17:00:25 +00:00
cf410da46a Merge pull request 'Update module github.com/adshao/go-binance/v2 to v2.8.5' (#3) from renovate/github.com-adshao-go-binance-v2-2.x into main
Some checks failed
Build Docker Image / build (amd64) (push) Failing after 20s
Reviewed-on: #3
2025-09-24 09:08:56 +07:00
af935fd754 Update module github.com/adshao/go-binance/v2 to v2.8.5
Some checks failed
renovate/artifacts Artifact file update failure
2025-09-20 17:00:27 +00:00
3 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# DEB # DEB
FROM golang:1.25 AS deps FROM golang:1.22 AS deps
WORKDIR /app WORKDIR /app

4
go.mod
View File

@@ -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

View File

@@ -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"]
}
]
} }