Commit 7ebb2fd 1 parent 1ba7128 commit 7ebb2fd Copy full SHA for 7ebb2fd
File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/bradleyfalzon/ghinstallation/v2 v2.0.3
7
- github.com/davecgh/go-spew v1.1.1 // indirect
8
7
github.com/go-playground/webhooks/v6 v6.0.0-rc.1
9
8
github.com/google/go-github/v41 v41.0.0
10
9
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
11
10
)
11
+
12
+ require (
13
+ github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
14
+ github.com/google/go-github/v39 v39.0.0 // indirect
15
+ github.com/google/go-querystring v1.1.0 // indirect
16
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
17
+ )
Original file line number Diff line number Diff line change 1
1
github.com/bradleyfalzon/ghinstallation/v2 v2.0.3 h1:ywF/8q+GVpvlsEuvRb1SGSDQDUxntW1d4kFu/9q/YAE =
2
2
github.com/bradleyfalzon/ghinstallation/v2 v2.0.3 /go.mod h1:tlgi+JWCXnKFx/Y4WtnDbZEINo31N5bcvnCoqieefmk =
3
+ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
3
4
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
- github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
- github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
5
github.com/go-playground/webhooks/v6 v6.0.0-rc.1 h1:U78wIkdcCGzMw38BGw2eep542XRsUr3/kGDSjmFFELU =
7
6
github.com/go-playground/webhooks/v6 v6.0.0-rc.1 /go.mod h1:GCocmfMtpJdkEOM1uG9p2nXzg1kY5X/LtvQgtPHUaaA =
8
7
github.com/gogits/go-gogs-client v0.0.0-20200905025246-8bb8a50cb355 /go.mod h1:cY2AIrMgHm6oOHmR7jY+9TtjzSjQ3iG7tURJG3Y6XH0 =
You can’t perform that action at this time.
0 commit comments