aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/externalaccount/link.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/externalaccount/link.go b/services/externalaccount/link.go
index e71a37090f..95ada22542 100644
--- a/services/externalaccount/link.go
+++ b/services/externalaccount/link.go
@@ -8,6 +8,7 @@ import (
"fmt"
user_model "code.gitea.io/gitea/models/user"
+
"github.com/markbates/goth"
)