This commit is contained in:
Lunny Xiao 2024-09-18 03:35:59 +08:00 committed by GitHub
parent f38e101448
commit 8cdf4e29c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

5
go.mod
View File

@ -2,6 +2,11 @@ module code.gitea.io/gitea
go 1.23
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
// But some CAs use negative serial number, just relax the check. related:
// Default TLS cert uses negative serial number #895 https://github.com/microsoft/mssql-docker/issues/895
godebug x509negativeserial=1
require (
code.gitea.io/actions-proto-go v0.4.0
code.gitea.io/gitea-vet v0.2.3