File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 66 "io/ioutil"
77 "net/http"
88
9- "github.com/naiba /webhooks"
9+ "gopkg.in/go-playground /webhooks.v3 "
1010)
1111
1212// Webhook instance contains all methods needed to process events
Original file line number Diff line number Diff line change 99 "io/ioutil"
1010 "net/http"
1111
12- "github.com/naiba /webhooks"
12+ "gopkg.in/go-playground /webhooks.v3 "
1313)
1414
1515// Webhook instance contains all methods needed to process events
Original file line number Diff line number Diff line change 66 "io/ioutil"
77 "net/http"
88
9- "github.com/naiba /webhooks"
9+ "gopkg.in/go-playground /webhooks.v3 "
1010)
1111
1212// Webhook instance contains all methods needed to process events
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2018, 奶爸<[email protected] > 3- * All rights reserved.
4- */
5-
61package gogs
72
83import (
@@ -11,7 +6,7 @@ import (
116 "io/ioutil"
127 "net/http"
138
14- "github.com/naiba /webhooks"
9+ "gopkg.in/go-playground /webhooks.v3 "
1510 client "github.com/gogits/go-gogs-client"
1611 "crypto/hmac"
1712 "crypto/sha256"
You can’t perform that action at this time.
0 commit comments