summaryrefslogtreecommitdiff
path: root/internal/db/db.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 18:59:38 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 18:59:38 +0100
commitcca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9 (patch)
tree0aef8a75cbd731eb1637fcac6964b9eea1adcb78 /internal/db/db.go
parentbit of experimenting and tidying (diff)
downloadgotosocial-cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9.tar.xz
tests
Diffstat (limited to 'internal/db/db.go')
-rw-r--r--internal/db/db.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/db.go b/internal/db/db.go
index 9ed196b2f..03e30b41b 100644
--- a/internal/db/db.go
+++ b/internal/db/db.go
@@ -24,8 +24,8 @@ import (
"strings"
"github.com/go-fed/activity/pub"
- "github.com/go-oauth2/oauth2/v4"
"github.com/gotosocial/gotosocial/internal/config"
+ "github.com/gotosocial/oauth2/v4"
"github.com/sirupsen/logrus"
)