Skip to content

Commit 1b1b670

Browse files
Merge pull request #1273 from redhat-appstudio/konflux/mintmaker/main/github.com-google-go-github-scrape-digest
fix(deps): update github.com/google/go-github/scrape digest to 46f1bf2
2 parents ce610b1 + 93fa1fa commit 1b1b670

File tree

187 files changed

+2187
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+2187
-206
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ toolchain go1.24.5
77
require (
88
github.com/Masterminds/sprig/v3 v3.3.0
99
github.com/google/cel-go v0.26.1
10-
github.com/google/go-github/scrape v0.0.0-20250818135035-f137c94931a7
11-
github.com/google/go-github/v74 v74.0.0
10+
github.com/google/go-github/scrape v0.0.0-20250930143715-46f1bf23e6f9
11+
github.com/google/go-github/v75 v75.0.0
1212
github.com/mark3labs/mcp-go v0.41.1
1313
github.com/onsi/gomega v1.38.2
1414
github.com/openshift/api v0.0.0-20251001120622-fa7b3724847a

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
160160
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
161161
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
162162
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
163-
github.com/google/go-github/scrape v0.0.0-20250818135035-f137c94931a7 h1:Qy7vSO3YniqhXwPWo/J3T89eu05Hz+yQsbDwgP36zYQ=
164-
github.com/google/go-github/scrape v0.0.0-20250818135035-f137c94931a7/go.mod h1:+Ae/RiVqhp019m8zVNZfwc79GH6+6s20kX/j5MOylHQ=
165-
github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM=
166-
github.com/google/go-github/v74 v74.0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak=
163+
github.com/google/go-github/scrape v0.0.0-20250930143715-46f1bf23e6f9 h1:010UIoewwrmtJuBrhDN9t5BfOeGcru1zkyqgwB2gRI8=
164+
github.com/google/go-github/scrape v0.0.0-20250930143715-46f1bf23e6f9/go.mod h1:Dp9XfSwv9onCQJA+te5jNN3pkiXBfDgcTmOs2dtO2DI=
165+
github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic=
166+
github.com/google/go-github/v75 v75.0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI=
167167
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
168168
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
169169
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

pkg/githubapp/githubapp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"time"
1313

1414
"github.com/google/go-github/scrape"
15-
"github.com/google/go-github/v74/github"
15+
"github.com/google/go-github/v75/github"
1616
"github.com/spf13/cobra"
1717
)
1818

pkg/integration/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/redhat-appstudio/tssc-cli/pkg/k8s"
1212

1313
"github.com/google/go-github/scrape"
14-
"github.com/google/go-github/v74/github"
14+
"github.com/google/go-github/v75/github"
1515
"github.com/spf13/cobra"
1616
corev1 "k8s.io/api/core/v1"
1717
)

vendor/github.com/google/go-github/scrape/apps.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-github/v74/AUTHORS renamed to vendor/github.com/google/go-github/v75/AUTHORS

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-github/v74/github/actions_artifacts.go renamed to vendor/github.com/google/go-github/v75/github/actions_artifacts.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)