1 Commits

Author SHA1 Message Date
renovatebot facd8f3366 Update module golang.org/x/text to v0.36.0
renovate/artifacts Artifact file update failure
2026-04-11 17:00:43 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# DEB
FROM golang:1.26 AS deps
FROM golang:1.22 AS deps
WORKDIR /app
+1 -1
View File
@@ -9,7 +9,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/rs/zerolog v1.32.0
github.com/samber/lo v1.39.0
golang.org/x/text v0.16.0
golang.org/x/text v0.36.0
gopkg.in/telebot.v3 v3.2.1
)