diff options
author | 2021-03-15 18:59:38 +0100 | |
---|---|---|
committer | 2021-03-15 18:59:38 +0100 | |
commit | cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9 (patch) | |
tree | 0aef8a75cbd731eb1637fcac6964b9eea1adcb78 /internal/db/db.go | |
parent | bit of experimenting and tidying (diff) | |
download | gotosocial-cca676dcb3824e9f9ee21ecf0a2cf8c55b0d4ad9.tar.xz |
tests
Diffstat (limited to 'internal/db/db.go')
-rw-r--r-- | internal/db/db.go | 2 |
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" ) |