diff options
author | 2023-12-11 10:00:24 +0000 | |
---|---|---|
committer | 2023-12-11 10:00:24 +0000 | |
commit | a968a03ab892d66730d96754582429a0443feff7 (patch) | |
tree | 4a4b3cc5e4d8d5edcdea684ce657d2708278be3f /go.mod | |
parent | [bugfix] Make screenreaders read out Language of posts properly (#2436) (diff) | |
download | gotosocial-a968a03ab892d66730d96754582429a0443feff7.tar.xz |
[chore]: Bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0 (#2442)
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.7.0 to 3.9.0.
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](https://github.com/coreos/go-oidc/compare/v3.7.0...v3.9.0)
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ require ( github.com/KimMachineGun/automemlimit v0.3.0 github.com/abema/go-mp4 v1.1.1 github.com/buckket/go-blurhash v1.1.0 - github.com/coreos/go-oidc/v3 v3.7.0 + github.com/coreos/go-oidc/v3 v3.9.0 github.com/disintegration/imaging v1.6.2 github.com/gin-contrib/cors v1.5.0 github.com/gin-contrib/gzip v0.0.6 |