From aff42082441715559bb2e62e11550af1a946a8c9 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 27 May 2018 08:53:48 +0800 Subject: *: rename "gogits" to "gogs" --- models/webhook_discord.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'models/webhook_discord.go') diff --git a/models/webhook_discord.go b/models/webhook_discord.go index 9cacc837..952d093a 100644 --- a/models/webhook_discord.go +++ b/models/webhook_discord.go @@ -10,10 +10,10 @@ import ( "strconv" "strings" - "github.com/gogits/git-module" - api "github.com/gogits/go-gogs-client" + "github.com/gogs/git-module" + api "github.com/gogs/go-gogs-client" - "github.com/gogits/gogs/pkg/setting" + "github.com/gogs/gogs/pkg/setting" ) type DiscordEmbedFooterObject struct { -- cgit v1.2.3