Skip to content

Commit

Permalink
Use github/v53
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Aug 6, 2023
1 parent c4cc5d4 commit a7ce729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.14
require (
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0
github.com/google/go-github/v52 v52.0.0
github.com/google/go-github/v53 v53.2.0 // indirect
github.com/k0kubun/pp/v3 v3.2.0
golang.org/x/crypto v0.8.0 // indirect
)
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"time"

"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/google/go-github/v52/github"
"github.com/google/go-github/v53/github"
"github.com/k0kubun/pp/v3"
)

Expand Down

0 comments on commit a7ce729

Please sign in to comment.