Skip to content

Commit 5bb285c

Browse files
authored
Merge pull request #38 from CoHDI/dependabot/go_modules/golang.org/x/oauth2-0.36.0
Bump golang.org/x/oauth2 from 0.31.0 to 0.36.0
2 parents b37c9de + 0d8e41a commit 5bb285c

File tree

2 files changed

+10
-74
lines changed

2 files changed

+10
-74
lines changed

go.mod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module cdi_dra
22

3-
go 1.24.1
3+
go 1.25.0
44

55
require (
66
github.com/go-playground/validator/v10 v10.28.0
77
github.com/urfave/cli/v2 v2.27.7
8-
golang.org/x/oauth2 v0.31.0
8+
golang.org/x/oauth2 v0.36.0
99
gopkg.in/yaml.v2 v2.4.0
1010
k8s.io/api v0.34.1
1111
k8s.io/apimachinery v0.34.1
@@ -34,7 +34,6 @@ require (
3434
go.yaml.in/yaml/v2 v2.4.3 // indirect
3535
go.yaml.in/yaml/v3 v3.0.4 // indirect
3636
golang.org/x/crypto v0.42.0 // indirect
37-
gopkg.in/yaml.v3 v3.0.1 // indirect
3837
sigs.k8s.io/randfill v1.0.0 // indirect
3938
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
4039
)
@@ -52,13 +51,10 @@ require (
5251
github.com/google/gnostic-models v0.7.0 // indirect
5352
github.com/google/go-cmp v0.7.0 // indirect
5453
github.com/google/uuid v1.6.0 // indirect
55-
github.com/josharian/intern v1.0.0 // indirect
5654
github.com/json-iterator/go v1.1.12 // indirect
57-
github.com/mailru/easyjson v0.9.1 // indirect
5855
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5956
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6057
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
61-
github.com/pkg/errors v0.9.1 // indirect
6258
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6359
github.com/spf13/pflag v1.0.10 // indirect
6460
github.com/x448/float16 v0.8.4 // indirect

0 commit comments

Comments
 (0)