From 5d603c5558fb30ffb5d2642b818eee8cf0691bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AE=8F=E7=8E=BA?= Date: Thu, 26 Dec 2019 09:19:38 +0800 Subject: [PATCH] Update authentication.md --- guides/authentication.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/authentication.md b/guides/authentication.md index 9adc6f1..07ecfa0 100644 --- a/guides/authentication.md +++ b/guides/authentication.md @@ -26,7 +26,8 @@ import ( "github.com/qor/auth/providers/facebook" "github.com/qor/auth/providers/twitter" "github.com/qor/session/manager" - "github.com/jinzhu/gorm” + "github.com/jinzhu/gorm" + _ "github.com/mattn/go-sqlite3" ) var (