Skip to content

Commit 1187fdd

Browse files
authored
[chore] update module github.com/google/go-github/v64 to v65 (#35266)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> renovatebot couldn't handle the major dep upgrade properly, so I've done it manually for the whole repo. **Link to tracking Issue:** <Issue number if applicable> Supersedes update module github.com/google/go-github/v64 to v65
1 parent f4e1db5 commit 1187fdd

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

cmd/githubgen/codeowners.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"sort"
1111
"strings"
1212

13-
"github.com/google/go-github/v64/github"
13+
"github.com/google/go-github/v65/github"
1414
)
1515

1616
const allowlistHeader = `# Code generated by githubgen. DO NOT EDIT.

cmd/githubgen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/cmd/githubgen
33
go 1.22.0
44

55
require (
6-
github.com/google/go-github/v64 v64.0.0
6+
github.com/google/go-github/v65 v65.0.0
77
go.opentelemetry.io/collector/confmap v1.15.1-0.20240918193345-a3c0565031b0
88
go.opentelemetry.io/collector/confmap/provider/fileprovider v1.15.1-0.20240918193345-a3c0565031b0
99
gopkg.in/yaml.v3 v3.0.1

cmd/githubgen/go.sum

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

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ require (
514514
github.com/google/flatbuffers v24.3.25+incompatible // indirect
515515
github.com/google/gnostic-models v0.6.8 // indirect
516516
github.com/google/go-cmp v0.6.0 // indirect
517-
github.com/google/go-github/v64 v64.0.0 // indirect
517+
github.com/google/go-github/v65 v65.0.0 // indirect
518518
github.com/google/go-querystring v1.1.0 // indirect
519519
github.com/google/gofuzz v1.2.0 // indirect
520520
github.com/google/s2a-go v0.1.8 // indirect

cmd/otelcontribcol/go.sum

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

receiver/githubreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
require (
66
github.com/Khan/genqlient v0.7.0
77
github.com/google/go-cmp v0.6.0
8-
github.com/google/go-github/v64 v64.0.0
8+
github.com/google/go-github/v65 v65.0.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.109.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.109.0
1111
github.com/stretchr/testify v1.9.0

receiver/githubreceiver/go.sum

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

receiver/githubreceiver/internal/scraper/githubscraper/github_scraper_test.go

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

14-
"github.com/google/go-github/v64/github"
14+
"github.com/google/go-github/v65/github"
1515
"github.com/stretchr/testify/assert"
1616
"github.com/stretchr/testify/require"
1717
"go.opentelemetry.io/collector/component/componenttest"

receiver/githubreceiver/internal/scraper/githubscraper/helpers.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/Khan/genqlient/graphql"
15-
"github.com/google/go-github/v64/github"
15+
"github.com/google/go-github/v65/github"
1616
)
1717

1818
const (

receiver/githubreceiver/internal/scraper/githubscraper/helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"time"
1616

1717
"github.com/Khan/genqlient/graphql"
18-
"github.com/google/go-github/v64/github"
18+
"github.com/google/go-github/v65/github"
1919
"github.com/stretchr/testify/assert"
2020
"go.opentelemetry.io/collector/receiver/receivertest"
2121
)

0 commit comments

Comments
 (0)