fix: missing ca-certs
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
Felipe M 2025-04-21 15:50:28 +02:00
parent 6aedfc794f
commit e0ae0c2a0b
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
4 changed files with 6 additions and 1 deletions

1
go.mod
View file

@ -5,6 +5,7 @@ go 1.24
require (
github.com/gorilla/sessions v1.4.0
golang.org/x/crypto v0.37.0
golang.org/x/crypto/x509roots/fallback v0.0.0-20250418111936-9c1aa6af88df
modernc.org/sqlite v1.37.0
)