mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
24 lines
641 B
Modula-2
24 lines
641 B
Modula-2
module caos-test-op
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/zitadel/oidc v1.13.5
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/gorilla/schema v1.4.1 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/rs/cors v1.11.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/zitadel/logging v0.6.2 // indirect
|
|
golang.org/x/crypto v0.46.0 // indirect
|
|
golang.org/x/oauth2 v0.34.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
)
|