6 Commits

Author SHA1 Message Date
77a9ed9651 Update module github.com/samber/lo to v1.52.0
Some checks failed
renovate/artifacts Artifact file update failure
2025-10-11 17:00:28 +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 13 additions and 5 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

6
go.mod
View File

@@ -3,12 +3,12 @@ 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.5
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
github.com/samber/lo v1.39.0 github.com/samber/lo v1.52.0
golang.org/x/text v0.16.0 golang.org/x/text v0.16.0
gopkg.in/telebot.v3 v3.2.1 gopkg.in/telebot.v3 v3.2.1
) )

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