summaryrefslogtreecommitdiffstats
path: root/services/webhook/discord.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/webhook/discord.go')
-rw-r--r--services/webhook/discord.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/webhook/discord.go b/services/webhook/discord.go
index b0142b8509..7741ceb10d 100644
--- a/services/webhook/discord.go
+++ b/services/webhook/discord.go
@@ -26,7 +26,7 @@ import (
"code.gitea.io/gitea/services/forms"
"code.gitea.io/gitea/services/webhook/shared"
- "gitea.com/go-chi/binding"
+ "code.forgejo.org/go-chi/binding"
)
type discordHandler struct{}