Skip to content

Commit 0e7f7df

Browse files
lunnyzeripath
authored andcommitted
Move webhook to a standalone package under modules (#8747)
* Move webhook to a standalone package under modules * fix test * fix comments
1 parent ba336f6 commit 0e7f7df

File tree

20 files changed

+570
-478
lines changed

20 files changed

+570
-478
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ require (
6969
github.com/mattn/go-sqlite3 v1.11.0
7070
github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75
7171
github.com/microcosm-cc/bluemonday v0.0.0-20161012083705-f77f16ffc87a
72+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
73+
github.com/modern-go/reflect2 v1.0.1 // indirect
7274
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
7375
github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc
7476
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5

0 commit comments

Comments
 (0)