diff options
Diffstat (limited to 'models/mirror.go')
-rw-r--r-- | models/mirror.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/models/mirror.go b/models/mirror.go index 2200d777..4820520e 100644 --- a/models/mirror.go +++ b/models/mirror.go @@ -17,9 +17,9 @@ import ( "github.com/gogits/git-module" "github.com/gogits/gogs/models/errors" - "github.com/gogits/gogs/modules/process" - "github.com/gogits/gogs/modules/setting" - "github.com/gogits/gogs/modules/sync" + "github.com/gogits/gogs/pkg/process" + "github.com/gogits/gogs/pkg/setting" + "github.com/gogits/gogs/pkg/sync" ) var MirrorQueue = sync.NewUniqueQueue(setting.Repository.MirrorQueueLength) |