Skip to content

Commit c337405

Browse files
major(deps): update module github.com/google/go-github/v83 to v84 (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53446d9 commit c337405

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

cmd/sync-secrets-action/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"time"
77

88
"github.com/cenkalti/backoff/v5"
9-
"github.com/google/go-github/v83/github"
9+
"github.com/google/go-github/v84/github"
1010
"golang.org/x/oauth2"
1111
)
1212

cmd/sync-secrets-action/github_codespaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77

88
"github.com/cenkalti/backoff/v5"
9-
"github.com/google/go-github/v83/github"
9+
"github.com/google/go-github/v84/github"
1010
)
1111

1212
// GitHubCodespacesSecrets defines the interface for managing GitHub Codespaces secrets.

cmd/sync-secrets-action/github_dependabot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77

88
"github.com/cenkalti/backoff/v5"
9-
"github.com/google/go-github/v83/github"
9+
"github.com/google/go-github/v84/github"
1010
)
1111

1212
// GitHubDependabotSecrets for GitHub Dependabot secrets management.

cmd/sync-secrets-action/github_environments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77

88
"github.com/cenkalti/backoff/v5"
9-
"github.com/google/go-github/v83/github"
9+
"github.com/google/go-github/v84/github"
1010
)
1111

1212
// GitHubEnvSecrets for GitHub environment secrets management.

cmd/sync-secrets-action/github_repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77

88
"github.com/cenkalti/backoff/v5"
9-
"github.com/google/go-github/v83/github"
9+
"github.com/google/go-github/v84/github"
1010
)
1111

1212
// GitHubRepoSecrets for GitHub repository secrets management.

cmd/sync-secrets-action/github_search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55

66
"github.com/cenkalti/backoff/v5"
7-
"github.com/google/go-github/v83/github"
7+
"github.com/google/go-github/v84/github"
88
)
99

1010
// GitHubRepositorySearch for searching GitHub repositories.

cmd/sync-secrets-action/github_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"encoding/base64"
55
"fmt"
66

7-
"github.com/google/go-github/v83/github"
7+
"github.com/google/go-github/v84/github"
88
"golang.org/x/crypto/nacl/box"
99

1010
crypto_rand "crypto/rand"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/alexflint/go-arg v1.6.1
7-
github.com/google/go-github/v83 v83.0.0
7+
github.com/google/go-github/v84 v84.0.0
88
golang.org/x/crypto v0.48.0
99
golang.org/x/oauth2 v0.35.0
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
99
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1010
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1111
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
12-
github.com/google/go-github/v83 v83.0.0 h1:Ydy4gAfqxrnFUwXAuKl/OMhhGa0KtMtnJ3EozIIuHT0=
13-
github.com/google/go-github/v83 v83.0.0/go.mod h1:gbqarhK37mpSu8Xy7sz21ITtznvzouyHSAajSaYCHe8=
12+
github.com/google/go-github/v84 v84.0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA=
13+
github.com/google/go-github/v84 v84.0.0/go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ=
1414
github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0=
1515
github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU=
1616
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)