8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94e044 commit 7c2aa53Copy full SHA for 7c2aa53
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