feat: use golang.org/x/crypto/x509roots/fallback

This commit is contained in:
Henrique Dias
2025-11-20 19:12:12 +01:00
parent f0e7e23ea8
commit bdfa98d00d
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@ package main
import (
"github.com/hacdias/webdav/v5/cmd"
_ "golang.org/x/crypto/x509roots/fallback"
)
func main() {