Skip to content

Commit 67aae94

Browse files
authored
Merge pull request #966 from andrewheberle/patch-1
Add missing sqlite import
2 parents d9af611 + 1bfc946 commit 67aae94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/multirootca/ca.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818

1919
_ "github.com/go-sql-driver/mysql" // import to support MySQL
2020
_ "github.com/lib/pq" // import to support Postgres
21+
_ "github.com/mattn/go-sqlite3" // import to support SQLite
2122
)
2223

2324
func parseSigner(root *config.Root) (signer.Signer, error) {

0 commit comments

Comments
 (0)