chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.26.0 to 0.27.0. - [Commits](https://github.com/golang/oauth2/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6a80712fbe
commit
f9f1a99184
2 changed files with 4 additions and 3 deletions
3
go.mod
3
go.mod
|
@ -1,6 +1,7 @@
|
|||
module github.com/zitadel/oidc/v3
|
||||
|
||||
go 1.21
|
||||
toolchain go1.23.6
|
||||
|
||||
require (
|
||||
github.com/bmatcuk/doublestar/v4 v4.8.1
|
||||
|
@ -19,7 +20,7 @@ require (
|
|||
github.com/zitadel/logging v0.6.1
|
||||
github.com/zitadel/schema v1.3.0
|
||||
go.opentelemetry.io/otel v1.29.0
|
||||
golang.org/x/oauth2 v0.26.0
|
||||
golang.org/x/oauth2 v0.27.0
|
||||
golang.org/x/text v0.22.0
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue