Skip to content

Commit 7e5f33c

Browse files
Merge pull request #3903 from dexidp/dependabot/go_modules/examples/github.com/coreos/go-oidc/v3-3.12.0
build(deps): bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 in /examples
2 parents a7fdbd6 + b60ee9e commit 7e5f33c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/dexidp/dex/examples
33
go 1.23
44

55
require (
6-
github.com/coreos/go-oidc/v3 v3.11.0
6+
github.com/coreos/go-oidc/v3 v3.12.0
77
github.com/dexidp/dex/api/v2 v2.2.0
88
github.com/spf13/cobra v1.8.1
99
golang.org/x/oauth2 v0.24.0

examples/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/coreos/go-oidc/v3 v3.11.0 h1:Ia3MxdwpSw702YW0xgfmP1GVCMA9aEFWu12XUZ3/OtI=
2-
github.com/coreos/go-oidc/v3 v3.11.0/go.mod h1:gE3LgjOgFoHi9a4ce4/tJczr0Ai2/BoDhf0r5lltWI0=
1+
github.com/coreos/go-oidc/v3 v3.12.0 h1:sJk+8G2qq94rDI6ehZ71Bol3oUHy63qNYmkiSjrc/Jo=
2+
github.com/coreos/go-oidc/v3 v3.12.0/go.mod h1:gE3LgjOgFoHi9a4ce4/tJczr0Ai2/BoDhf0r5lltWI0=
33
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)