diff options
Diffstat (limited to 'models/webhook_discord.go')
-rw-r--r-- | models/webhook_discord.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |