Skip to content

Commit 70ec14a

Browse files
fix(deps): update module golang.org/x/oauth2 to v0.30.0
1 parent 0190058 commit 70ec14a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

go.mod

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
module 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

57
require (
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
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ
1919
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
2020
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
2121
golang.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=
2224
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
2325
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2426
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)