diff options
Diffstat (limited to 'cmd/hook.go')
-rw-r--r-- | cmd/hook.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/hook.go b/cmd/hook.go index c8448d5f..602690c6 100644 --- a/cmd/hook.go +++ b/cmd/hook.go @@ -21,8 +21,8 @@ import ( "github.com/gogits/git-module" "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/httplib" - "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/pkg/httplib" + "github.com/gogits/gogs/pkg/setting" http "github.com/gogits/gogs/routers/repo" ) |