Add support for Gitea webhooks

This commit is contained in:
2022-12-23 21:54:12 -07:00
parent 4f72f9c366
commit 1c899982c1
3 changed files with 2379 additions and 5 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ module github.com/go-playground/webhooks/v6
go 1.15
require (
code.gitea.io/gitea v1.17.4
github.com/gogits/go-gogs-client v0.0.0-20200905025246-8bb8a50cb355
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.0
)