fix: downgrade golang.org/x/crypto to v0.28.0 for Go 1.21 compatibility
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 6s

This commit is contained in:
poignatov
2026-01-01 18:24:49 +03:00
parent 914998980e
commit 91d9b52524
2 changed files with 3 additions and 3 deletions

View File

@@ -9,5 +9,5 @@ require (
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/robfig/cron/v3 v3.0.1
golang.org/x/crypto v0.46.0
golang.org/x/crypto v0.28.0
)