mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Backend: Update deps in go.mod and go.sum #271
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
6a20ca45b5
commit
29c70cb0a9
2 changed files with 4 additions and 4 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue