mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
build(deps): bump github.com/libregraph/lico
Bumps [github.com/libregraph/lico](https://github.com/libregraph/lico) from 0.65.2-0.20250428103211-356e98f98457 to 0.66.0. - [Changelog](https://github.com/libregraph/lico/blob/master/CHANGELOG.md) - [Commits](https://github.com/libregraph/lico/commits/v0.66.0) --- updated-dependencies: - dependency-name: github.com/libregraph/lico dependency-version: 0.66.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -51,7 +51,7 @@ require (
|
||||
github.com/kovidgoyal/imaging v1.6.4
|
||||
github.com/leonelquinteros/gotext v1.7.1
|
||||
github.com/libregraph/idm v0.5.0
|
||||
github.com/libregraph/lico v0.65.2-0.20250428103211-356e98f98457
|
||||
github.com/libregraph/lico v0.66.0
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/mna/pigeon v1.3.0
|
||||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
||||
|
||||
4
go.sum
4
go.sum
@@ -718,8 +718,8 @@ github.com/leonelquinteros/gotext v1.7.1 h1:/JNPeE3lY5JeVYv2+KBpz39994W3W9fmZCGq
|
||||
github.com/leonelquinteros/gotext v1.7.1/go.mod h1:I0WoFDn9u2D3VbPnnDPT8mzZu0iSXG8iih+AH2fHHqg=
|
||||
github.com/libregraph/idm v0.5.0 h1:tDMwKbAOZzdeDYMxVlY5PbSqRKO7dbAW9KT42A51WSk=
|
||||
github.com/libregraph/idm v0.5.0/go.mod h1:BGMwIQ/6orJSPVzJ1x6kgG2JyG9GY05YFmbsnaD80k0=
|
||||
github.com/libregraph/lico v0.65.2-0.20250428103211-356e98f98457 h1:cwmUM+mSeqWYtZKAHn8QN7ns1nNf3Pc8nUfShka9+x0=
|
||||
github.com/libregraph/lico v0.65.2-0.20250428103211-356e98f98457/go.mod h1:2s2UkO0pY7/k1UlenXwio1qenfHZ217Npx22YyZJfSA=
|
||||
github.com/libregraph/lico v0.66.0 h1:7T6fD1YF0Ep9n0g4KN6dvWHTlDC3awrQpgsP5GdYCF4=
|
||||
github.com/libregraph/lico v0.66.0/go.mod h1:QI7NfmAkAWQ2y97iVfLv10S8tcvPQjc630uyfHGjIOw=
|
||||
github.com/libregraph/oidc-go v1.1.0 h1:RyudjL3UyQblqeBQI06W53PniWobqODeeyAy6v/HumA=
|
||||
github.com/libregraph/oidc-go v1.1.0/go.mod h1:qW9ubcXvZrfbbWZBaLMuk7bt5qAUMYyt9/NtXQt07Cw=
|
||||
github.com/linode/linodego v0.25.3/go.mod h1:GSBKPpjoQfxEfryoCRcgkuUOCuVtGHWhzI8OMdycNTE=
|
||||
|
||||
22
vendor/github.com/libregraph/lico/CHANGELOG.md
generated
vendored
22
vendor/github.com/libregraph/lico/CHANGELOG.md
generated
vendored
@@ -4,6 +4,28 @@
|
||||
|
||||
|
||||
|
||||
## v0.66.0 (2025-04-28)
|
||||
|
||||
- Remove built-in survey client from the licod runner
|
||||
- Bump caniuse-lite to latest
|
||||
- Bump github.com/beevik/etree from 1.5.0 to 1.5.1
|
||||
- Bump github.com/go-ldap/ldap/v3 from 3.4.6 to 3.4.11
|
||||
- Add optional URL to branding
|
||||
- Bump github.com/russellhaering/goxmldsig from 1.4.0 to 1.5.0
|
||||
- Bump golang.org/x/net from 0.24.0 to 0.38.0
|
||||
- Bump vite from 4.5.2 to 4.5.13 in /identifier
|
||||
- Bump golang.org/x/net from 0.24.0 to 0.36.0
|
||||
- Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.2
|
||||
- Bump Go minimal toolchain to 1.23.6
|
||||
- Bump project to Go 1.22 and update CI to Go 1.24
|
||||
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
|
||||
- Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4
|
||||
- Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0
|
||||
- Fix CI pipeline and bump CI to use Go 1.22
|
||||
- Bump golang.org/x/crypto from 0.22.0 to 0.31.0
|
||||
- Bump golang-jwt/jwt from 4.5.0 to 5.2.1
|
||||
|
||||
|
||||
## v0.65.1 (2024-12-09)
|
||||
|
||||
- Set focus to password field when login_hint is given
|
||||
|
||||
14
vendor/github.com/libregraph/lico/README.md
generated
vendored
14
vendor/github.com/libregraph/lico/README.md
generated
vendored
@@ -237,20 +237,6 @@ To use remote debugging, pass additional args like this.
|
||||
DLV_ARGS=--listen=:2345 make dlv
|
||||
```
|
||||
|
||||
## Usage survey
|
||||
|
||||
By default, any running licod regularly transmits survey data to a Kopano
|
||||
user survey service at https://stats.kopano.io . To disable participation, set
|
||||
the environment variable `KOPANO_SURVEYCLIENT_AUTOSURVEY` to `no`.
|
||||
|
||||
The survey data includes system and platform information and the following
|
||||
specific settings:
|
||||
|
||||
- Identify manager name (as selected when starting licod)
|
||||
|
||||
See [here](https://stash.kopano.io/projects/KGOL/repos/ksurveyclient-go) for further
|
||||
documentation and customization possibilities.
|
||||
|
||||
## License
|
||||
|
||||
See `LICENSE.txt` for licensing information of this project.
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -872,7 +872,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.2-0.20250428103211-356e98f98457
|
||||
# github.com/libregraph/lico v0.66.0
|
||||
## explicit; go 1.23.0
|
||||
github.com/libregraph/lico
|
||||
github.com/libregraph/lico/bootstrap
|
||||
|
||||
Reference in New Issue
Block a user