Backend: Update deps in go.mod and go.sum #271

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-08-05 10:07:38 +02:00
parent 6a20ca45b5
commit 29c70cb0a9
2 changed files with 4 additions and 4 deletions

4
go.mod
View file

@ -86,9 +86,10 @@ 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.43.0
github.com/zitadel/oidc/v3 v3.43.1
golang.org/x/mod v0.26.0
golang.org/x/sys v0.34.0
google.golang.org/protobuf v1.36.6
)
require (
@ -154,7 +155,6 @@ require (
go.opentelemetry.io/otel/trace v1.37.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/tools v0.34.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)