Backend: Update deps in go.mod, go.sum, and license NOTICE file

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-07-16 18:35:38 +02:00
parent c6f7a6f373
commit 6cccef7ae8
3 changed files with 9 additions and 9 deletions

2
go.mod
View file

@ -86,7 +86,7 @@ require (
github.com/ugjka/go-tz/v2 v2.2.6
github.com/urfave/cli/v2 v2.27.7
github.com/wamuir/graft v0.10.0
github.com/zitadel/oidc/v3 v3.39.1
github.com/zitadel/oidc/v3 v3.41.0
golang.org/x/mod v0.26.0
golang.org/x/sys v0.34.0
)