fix: downgrade x/crypto to fix dokploy build error

This commit is contained in:
2026-04-06 07:10:35 +02:00
parent dcadff38d7
commit 86243765fb
2 changed files with 5 additions and 3 deletions

2
go.mod
View File

@@ -7,5 +7,5 @@ require (
github.com/google/uuid v1.6.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/mattn/go-sqlite3 v1.14.40
golang.org/x/crypto v0.49.0
golang.org/x/crypto v0.31.0
)