Skip to content

Commit b4042f1

Browse files
build(deps): bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 (#1571)
Bumps [github.com/google/go-github/v50](https://github.com/google/go-github) from 50.0.0 to 50.1.0. - [Release notes](https://github.com/google/go-github/releases) - [Commits](google/go-github@v50.0.0...v50.1.0) --- updated-dependencies: - dependency-name: github.com/google/go-github/v50 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Keegan Campbell <[email protected]>
1 parent 7c003dd commit b4042f1

13 files changed

+637
-24
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/client9/misspell v0.3.4
77
github.com/golangci/golangci-lint v1.41.1
8-
github.com/google/go-github/v50 v50.0.0
8+
github.com/google/go-github/v50 v50.1.0
99
github.com/google/uuid v1.3.0
1010
github.com/hashicorp/terraform-plugin-sdk v1.17.2
1111
github.com/shurcooL/githubv4 v0.0.0-20221126192849-0b5c4c7994eb

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8
518518
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
519519
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
520520
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
521-
github.com/google/go-github/v50 v50.0.0 h1:gdO1AeuSZZK4iYWwVbjni7zg8PIQhp7QfmPunr016Jk=
522-
github.com/google/go-github/v50 v50.0.0/go.mod h1:Ev4Tre8QoKiolvbpOSG3FIi4Mlon3S2Nt9W5JYqKiwA=
521+
github.com/google/go-github/v50 v50.1.0 h1:hMUpkZjklC5GJ+c3GquSqOP/T4BNsB7XohaPhtMOzRk=
522+
github.com/google/go-github/v50 v50.1.0/go.mod h1:Ev4Tre8QoKiolvbpOSG3FIi4Mlon3S2Nt9W5JYqKiwA=
523523
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
524524
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
525525
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

vendor/github.com/google/go-github/v50/github/actions_artifacts.go

+23-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-github/v50/github/actions_variables.go

+293
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-github/v50/github/actions_workflow_jobs.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-github/v50/github/apps_marketplace.go

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-github/v50/github/event_types.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)