diff options
author | 2023-05-29 13:55:51 +0100 | |
---|---|---|
committer | 2023-05-29 13:55:51 +0100 | |
commit | f620ee8da9ebb6f5ff25f72fb63f4231538f0b06 (patch) | |
tree | 0ad6dbab4bae76360ec3c6e70c23a1615b212191 /go.mod | |
parent | [chore]: Bump github.com/ulule/limiter/v3 from 3.11.1 to 3.11.2 (#1841) (diff) | |
download | gotosocial-f620ee8da9ebb6f5ff25f72fb63f4231538f0b06.tar.xz |
[chore]: Bump github.com/coreos/go-oidc/v3 from 3.5.0 to 3.6.0 (#1840)
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
@@ -19,7 +19,7 @@ require ( github.com/KimMachineGun/automemlimit v0.2.6 github.com/abema/go-mp4 v0.10.1 github.com/buckket/go-blurhash v1.1.0 - github.com/coreos/go-oidc/v3 v3.5.0 + github.com/coreos/go-oidc/v3 v3.6.0 github.com/disintegration/imaging v1.6.2 github.com/gin-contrib/cors v1.4.0 github.com/gin-contrib/gzip v0.0.6 |