File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.0
44
55require (
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)
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
99github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1010github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
1111github.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 =
1414github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
1515github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
1616github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments