Skip to content

Commit

Permalink
fix(deps): update module github.com/google/go-github/v60 to v61
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent 7d5162a commit f080531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/bradleyfalzon/ghinstallation/v2 v2.10.0
github.com/golang/protobuf v1.5.4
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v60 v60.0.0
github.com/google/go-github/v61 v61.0.0
github.com/google/go-github/v61 v61.0.0
github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01
github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5
Expand Down
2 changes: 1 addition & 1 deletion scripts/trigger-depup/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/reviewdog/reviewdog/scripts/trigger-depup
go 1.21

require (
github.com/google/go-github/v60 v60.0.0
github.com/google/go-github/v61 v61.0.0
github.com/google/go-github/v61 v61.0.0
golang.org/x/oauth2 v0.19.0
)
Expand Down

0 comments on commit f080531

Please sign in to comment.