bump to changes in upstream PR

Signed-off-by: Christian Richter <c.richter@opencloud.eu>
This commit is contained in:
Christian Richter
2025-04-16 16:12:36 +02:00
parent 2882119c0b
commit 96d83dbcd9
8 changed files with 10 additions and 10 deletions

2
go.mod
View File

@@ -345,7 +345,7 @@ replace github.com/go-micro/plugins/v4/store/nats-js-kv => github.com/kobergj/pl
replace go-micro.dev/v4 => github.com/butonic/go-micro/v4 v4.11.1-0.20241115112658-b5d4de5ed9b3
replace github.com/libregraph/lico => github.com/dragonchaser/lico v0.0.0-20250416122745-696f1eb05e9c
replace github.com/libregraph/lico => github.com/dragonchaser/lico v0.0.0-20250416140806-144ca6e74bce
// exclude the v2 line of go-sqlite3 which was released accidentally and prevents pulling in newer versions of go-sqlite3
// see https://github.com/mattn/go-sqlite3/issues/965 for more details

4
go.sum
View File

@@ -279,8 +279,8 @@ github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E
github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
github.com/dnaeon/go-vcr v1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E=
github.com/dnsimple/dnsimple-go v0.63.0/go.mod h1:O5TJ0/U6r7AfT8niYNlmohpLbCSG+c71tQlGr9SeGrg=
github.com/dragonchaser/lico v0.0.0-20250416122745-696f1eb05e9c h1:JeR9yGofF08fNQthvr1DekPg0Ug7FGYNkFoJe7dfemg=
github.com/dragonchaser/lico v0.0.0-20250416122745-696f1eb05e9c/go.mod h1:GLIhLiUD3QUvbdZ+d7tKdkTwaotVQ3qhC8t1biWzFf8=
github.com/dragonchaser/lico v0.0.0-20250416140806-144ca6e74bce h1:b3gVyNYR1R/WKWEcZd3YkebJt0toJ/s+gyjeqdkHsQs=
github.com/dragonchaser/lico v0.0.0-20250416140806-144ca6e74bce/go.mod h1:GLIhLiUD3QUvbdZ+d7tKdkTwaotVQ3qhC8t1biWzFf8=
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e h1:rcHHSQqzCgvlwP0I/fQ8rQMn/MpHE5gWSLdtpxtP6KQ=

View File

@@ -145,7 +145,7 @@ func NewIdentityManager(bs bootstrap.Bootstrap) (identity.Manager, error) {
DefaultBannerLogo: config.IdentifierDefaultBannerLogo,
DefaultSignInPageText: config.IdentifierDefaultSignInPageText,
DefaultSignInPageLogoUri: config.IdentifierDefaultLogoTargetURI,
DefaultSignInPageLogoURI: config.IdentifierDefaultLogoTargetURI,
DefaultUsernameHintText: config.IdentifierDefaultUsernameHintText,
UILocales: config.IdentifierUILocales,

View File

@@ -128,7 +128,7 @@ func NewIdentityManager(bs bootstrap.Bootstrap) (identity.Manager, error) {
DefaultBannerLogo: config.IdentifierDefaultBannerLogo,
DefaultSignInPageText: config.IdentifierDefaultSignInPageText,
DefaultSignInPageLogoUri: config.IdentifierDefaultLogoTargetURI,
DefaultSignInPageLogoURI: config.IdentifierDefaultLogoTargetURI,
DefaultUsernameHintText: config.IdentifierDefaultUsernameHintText,
UILocales: config.IdentifierUILocales,

View File

@@ -50,7 +50,7 @@ func (i Identifier) writeHelloResponse(rw http.ResponseWriter, req *http.Request
BannerLogo: i.defaultBannerLogo,
UsernameHintText: i.Config.DefaultUsernameHintText,
SignInPageText: i.Config.DefaultSignInPageText,
SignInPageLogoUri: i.Config.DefaultSignInPageLogoUri,
SignInPageLogoURI: i.Config.DefaultSignInPageLogoURI,
Locales: i.Config.UILocales,
},
}

View File

@@ -48,7 +48,7 @@ type Config struct {
DefaultBannerLogo []byte
DefaultSignInPageText *string
DefaultSignInPageLogoUri *string
DefaultSignInPageLogoURI *string
DefaultUsernameHintText *string
UILocales []string

View File

@@ -22,6 +22,6 @@ type Branding struct {
BannerLogo *string `json:"bannerLogo,omitempty"`
SignInPageText *string `json:"signinPageText,omitempty"`
UsernameHintText *string `json:"usernameHintText,omitempty"`
SignInPageLogoUri *string `json:"signinPageLogoUri,omitempty"`
SignInPageLogoURI *string `json:"signinPageLogoUri,omitempty"`
Locales []string `json:"locales,omitempty"`
}

4
vendor/modules.txt vendored
View File

@@ -870,7 +870,7 @@ github.com/libregraph/idm/server
github.com/libregraph/idm/server/handler
github.com/libregraph/idm/server/handler/boltdb
github.com/libregraph/idm/server/handler/ldif
# github.com/libregraph/lico v0.65.1 => github.com/dragonchaser/lico v0.0.0-20250416122745-696f1eb05e9c
# github.com/libregraph/lico v0.65.1 => github.com/dragonchaser/lico v0.0.0-20250416140806-144ca6e74bce
## explicit; go 1.18
github.com/libregraph/lico
github.com/libregraph/lico/bootstrap
@@ -2434,4 +2434,4 @@ stash.kopano.io/kgol/rndm
# github.com/unrolled/secure => github.com/DeepDiver1975/secure v0.0.0-20240611112133-abc838fb797c
# github.com/go-micro/plugins/v4/store/nats-js-kv => github.com/kobergj/plugins/v4/store/nats-js-kv v0.0.0-20240807130109-f62bb67e8c90
# go-micro.dev/v4 => github.com/butonic/go-micro/v4 v4.11.1-0.20241115112658-b5d4de5ed9b3
# github.com/libregraph/lico => github.com/dragonchaser/lico v0.0.0-20250416122745-696f1eb05e9c
# github.com/libregraph/lico => github.com/dragonchaser/lico v0.0.0-20250416140806-144ca6e74bce