Skip to content

Commit 7ebb2fd

Browse files
committed
feat: go version update
1 parent 1ba7128 commit 7ebb2fd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

go.mod

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ go 1.17
44

55
require (
66
github.com/bradleyfalzon/ghinstallation/v2 v2.0.3
7-
github.com/davecgh/go-spew v1.1.1 // indirect
87
github.com/go-playground/webhooks/v6 v6.0.0-rc.1
98
github.com/google/go-github/v41 v41.0.0
109
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
1110
)
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+
)

go.sum

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
github.com/bradleyfalzon/ghinstallation/v2 v2.0.3 h1:ywF/8q+GVpvlsEuvRb1SGSDQDUxntW1d4kFu/9q/YAE=
22
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=
34
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=
65
github.com/go-playground/webhooks/v6 v6.0.0-rc.1 h1:U78wIkdcCGzMw38BGw2eep542XRsUr3/kGDSjmFFELU=
76
github.com/go-playground/webhooks/v6 v6.0.0-rc.1/go.mod h1:GCocmfMtpJdkEOM1uG9p2nXzg1kY5X/LtvQgtPHUaaA=
87
github.com/gogits/go-gogs-client v0.0.0-20200905025246-8bb8a50cb355/go.mod h1:cY2AIrMgHm6oOHmR7jY+9TtjzSjQ3iG7tURJG3Y6XH0=

0 commit comments

Comments
 (0)