Compare commits
1 Commits
main
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fef49b3b7 |
@@ -1,5 +1,5 @@
|
||||
# DEB
|
||||
FROM golang:1.22 AS deps
|
||||
FROM golang:1.25 AS deps
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
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.8.5
|
||||
github.com/go-resty/resty/v2 v2.16.5
|
||||
github.com/adshao/go-binance/v2 v2.5.0
|
||||
github.com/go-resty/resty/v2 v2.15.3
|
||||
github.com/jedib0t/go-pretty/v6 v6.5.5
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/rs/zerolog v1.32.0
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
|
||||
"extends": ["config:recommended"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"postUpdateOptions": ["gomodTidy"]
|
||||
}
|
||||
]
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user