File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/adyen/adyen-go-api-library/v21
22
3- go 1.13
3+ go 1.23.0
4+
5+ toolchain go1.24.5
46
57require (
68 github.com/google/uuid v1.6.0
79 github.com/joho/godotenv v1.5.1
810 github.com/stretchr/testify v1.8.2
9- golang.org/x/oauth2 v0.27.0
11+ golang.org/x/oauth2 v0.30.0
12+ )
13+
14+ require (
15+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
16+ github.com/davecgh/go-spew v1.1.1 // indirect
17+ github.com/pmezard/go-difflib v1.0.0 // indirect
18+ github.com/stretchr/objx v0.5.0 // indirect
19+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
20+ gopkg.in/yaml.v3 v3.0.1 // indirect
1021)
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ
1919github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
2020golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
2121golang.org/x/oauth2 v0.27.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
22+ golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
23+ golang.org/x/oauth2 v0.30.0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
2224gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
2325gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2426gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments