|
1 | 1 | module github.com/k-kinzal/pr
|
2 | 2 |
|
3 |
| -go 1.13 |
| 3 | +go 1.21 |
| 4 | + |
| 5 | +toolchain go1.23.3 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/google/go-github/v28 v28.1.1
|
7 |
| - github.com/google/go-github/v59 v59.0.0 |
8 |
| - github.com/google/go-querystring v1.1.0 // indirect |
| 9 | + github.com/google/go-github/v67 v67.0.0 |
9 | 10 | github.com/jarcoal/httpmock v1.0.4
|
10 | 11 | github.com/jmespath/go-jmespath v0.4.0
|
11 | 12 | github.com/spf13/cobra v1.8.1
|
12 | 13 | golang.org/x/oauth2 v0.22.0
|
13 | 14 | golang.org/x/sync v0.8.0
|
14 | 15 | golang.org/x/time v0.6.0
|
15 | 16 | golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
|
| 17 | +) |
| 18 | + |
| 19 | +require ( |
| 20 | + cloud.google.com/go/compute/metadata v0.3.0 // indirect |
| 21 | + github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect |
| 22 | + github.com/davecgh/go-spew v1.1.0 // indirect |
| 23 | + github.com/golang/protobuf v1.5.2 // indirect |
| 24 | + github.com/google/go-cmp v0.6.0 // indirect |
| 25 | + github.com/google/go-querystring v1.1.0 // indirect |
| 26 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 27 | + github.com/jmespath/go-jmespath/internal/testify v1.5.1 // indirect |
| 28 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 29 | + github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 30 | + github.com/spf13/pflag v1.0.5 // indirect |
| 31 | + github.com/stretchr/objx v0.1.0 // indirect |
| 32 | + github.com/yuin/goldmark v1.4.13 // indirect |
| 33 | + golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect |
| 34 | + golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect |
| 35 | + golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect |
| 36 | + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect |
| 37 | + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
| 38 | + golang.org/x/text v0.3.8 // indirect |
| 39 | + golang.org/x/tools v0.1.12 // indirect |
16 | 40 | google.golang.org/appengine v1.6.8 // indirect
|
| 41 | + google.golang.org/protobuf v1.26.0 // indirect |
| 42 | + gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect |
| 43 | + gopkg.in/yaml.v2 v2.2.8 // indirect |
| 44 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
17 | 45 | )
|
0 commit comments