aboutsummaryrefslogtreecommitdiff
path: root/internal/db/backup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/backup_test.go')
-rw-r--r--internal/db/backup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/backup_test.go b/internal/db/backup_test.go
index 334b8d7d..fafaf28a 100644
--- a/internal/db/backup_test.go
+++ b/internal/db/backup_test.go
@@ -11,8 +11,8 @@ import (
"testing"
"time"
- "github.com/jinzhu/gorm"
"github.com/pkg/errors"
+ "gorm.io/gorm"
"gogs.io/gogs/internal/cryptoutil"
"gogs.io/gogs/internal/lfsutil"