diff options
Diffstat (limited to 'models/repo_editor.go')
-rw-r--r-- | models/repo_editor.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/models/repo_editor.go b/models/repo_editor.go index a9990c99..3d01de6e 100644 --- a/models/repo_editor.go +++ b/models/repo_editor.go @@ -21,8 +21,8 @@ import ( git "github.com/gogits/git-module" - "github.com/gogits/gogs/modules/process" - "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/pkg/process" + "github.com/gogits/gogs/pkg/setting" ) // ___________ .___.__ __ ___________.__.__ |