add certs with import

This commit is contained in:
Gabe Farrell 2026-04-11 21:55:27 -04:00
parent ed1f68841d
commit 5b3a136542

View file

@ -8,7 +8,7 @@ import (
"os" "os"
"path" "path"
"strings" "strings"
_ "golang.org/x/crypto/x509roots/fallback"
"gopkg.in/yaml.v3" "gopkg.in/yaml.v3"
) )