-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/google/go-github/v59 to v66
- Loading branch information
1 parent
1237b07
commit 037ef6e
Showing
2 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,45 @@ | ||
module github.com/k-kinzal/pr | ||
|
||
go 1.13 | ||
go 1.21 | ||
|
||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/google/go-github/v28 v28.1.1 | ||
github.com/google/go-github/v59 v59.0.0 | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/go-github/v66 v66.0.0 | ||
github.com/jarcoal/httpmock v1.0.4 | ||
github.com/jmespath/go-jmespath v0.4.0 | ||
github.com/spf13/cobra v1.8.1 | ||
golang.org/x/oauth2 v0.22.0 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/time v0.6.0 | ||
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute/metadata v0.3.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jmespath/go-jmespath/internal/testify v1.5.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/objx v0.1.0 // indirect | ||
github.com/yuin/goldmark v1.4.13 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
golang.org/x/tools v0.1.12 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters