We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9af611 + 1bfc946 commit 67aae94Copy full SHA for 67aae94
1 file changed
cmd/multirootca/ca.go
@@ -18,6 +18,7 @@ import (
18
19
_ "github.com/go-sql-driver/mysql" // import to support MySQL
20
_ "github.com/lib/pq" // import to support Postgres
21
+ _ "github.com/mattn/go-sqlite3" // import to support SQLite
22
)
23
24
func parseSigner(root *config.Root) (signer.Signer, error) {
0 commit comments