Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #966 from andrewheberle/patch-1
Add missing sqlite import
  • Loading branch information
cbroglie committed Oct 31, 2019
2 parents d9af611 + 1bfc946 commit 67aae94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/multirootca/ca.go
Expand Up @@ -18,6 +18,7 @@ import (

_ "github.com/go-sql-driver/mysql" // import to support MySQL
_ "github.com/lib/pq" // import to support Postgres
_ "github.com/mattn/go-sqlite3" // import to support SQLite
)

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

0 comments on commit 67aae94

Please sign in to comment.