From 4247304f5aeb791e3e201947478eef4964744146 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 10 Nov 2016 17:24:48 +0100 Subject: Update import paths from github.com/go-gitea to code.gitea.io (#135) - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path --- models/webhook.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'models/webhook.go') diff --git a/models/webhook.go b/models/webhook.go index eb37338d2c..9ca217640b 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -15,12 +15,12 @@ import ( "github.com/go-xorm/xorm" gouuid "github.com/satori/go.uuid" - api "github.com/go-gitea/go-sdk/gitea" + api "code.gitea.io/go-sdk/gitea" - "github.com/go-gitea/gitea/modules/httplib" - "github.com/go-gitea/gitea/modules/log" - "github.com/go-gitea/gitea/modules/setting" - "github.com/go-gitea/gitea/modules/sync" + "code.gitea.io/gitea/modules/httplib" + "code.gitea.io/gitea/modules/log" + "code.gitea.io/gitea/modules/setting" + "code.gitea.io/gitea/modules/sync" ) var HookQueue = sync.NewUniqueQueue(setting.Webhook.QueueLength) -- cgit v1.2.3