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

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-10-13 16:45:25 +02:00
parent 01cb95ae74
commit 297b3adcc2
2 changed files with 1193 additions and 17 deletions

12
go.mod
View file

@ -61,10 +61,10 @@ require github.com/google/uuid v1.3.1
require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/zitadel/oidc v1.13.4
github.com/zitadel/oidc v1.13.5
)
require github.com/gabriel-vasile/mimetype v1.4.2
require github.com/gabriel-vasile/mimetype v1.4.3
require (
golang.org/x/sync v0.4.0
@ -99,14 +99,16 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
@ -119,13 +121,11 @@ require (
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/sunfish-shogi/bufseekio v0.1.0
golang.org/x/arch v0.5.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
require (
github.com/emersion/go-webdav v0.4.0
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
)

1198
go.sum

File diff suppressed because it is too large Load diff