diff options
Diffstat (limited to 'models/webhook.go')
-rw-r--r-- | models/webhook.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/models/webhook.go b/models/webhook.go index a1f8c343..e4e77490 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -22,9 +22,9 @@ import ( api "github.com/gogits/go-gogs-client" "github.com/gogits/gogs/models/errors" - "github.com/gogits/gogs/modules/httplib" - "github.com/gogits/gogs/modules/setting" - "github.com/gogits/gogs/modules/sync" + "github.com/gogits/gogs/pkg/httplib" + "github.com/gogits/gogs/pkg/setting" + "github.com/gogits/gogs/pkg/sync" ) var HookQueue = sync.NewUniqueQueue(setting.Webhook.QueueLength) |