From 9ff4b3decce5a71b6d2a4591481f6b08a8c6bbc7 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 20 Aug 2024 16:16:02 +0200 Subject: [PATCH] Bump libregraph to latest --- go.mod | 2 +- go.sum | 4 ++-- .../github.com/owncloud/libre-graph-api-go/model_identity.go | 2 +- vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index ba3fdfab21f..88a56f0ea4c 100644 --- a/go.mod +++ b/go.mod @@ -71,7 +71,7 @@ require ( github.com/onsi/gomega v1.34.1 github.com/open-policy-agent/opa v0.67.1 github.com/orcaman/concurrent-map v1.0.0 - github.com/owncloud/libre-graph-api-go v1.0.5-0.20240816082515-afcf4367b966 + github.com/owncloud/libre-graph-api-go v1.0.5-0.20240820135012-5fac8096ce9c github.com/pkg/errors v0.9.1 github.com/pkg/xattr v0.4.9 github.com/prometheus/client_golang v1.19.1 diff --git a/go.sum b/go.sum index 247756aaf28..5a15d75d909 100644 --- a/go.sum +++ b/go.sum @@ -936,8 +936,8 @@ github.com/oracle/oci-go-sdk v24.3.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35uk github.com/orcaman/concurrent-map v1.0.0 h1:I/2A2XPCb4IuQWcQhBhSwGfiuybl/J0ev9HDbW65HOY= github.com/orcaman/concurrent-map v1.0.0/go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CFcDWnWD9XkenwhI= github.com/ovh/go-ovh v1.1.0/go.mod h1:AxitLZ5HBRPyUd+Zl60Ajaag+rNTdVXWIkzfrVuTXWA= -github.com/owncloud/libre-graph-api-go v1.0.5-0.20240816082515-afcf4367b966 h1:HlbrRDfVqRo/URoIw3AUuPF0/1bIysP5qN1A6Im8djM= -github.com/owncloud/libre-graph-api-go v1.0.5-0.20240816082515-afcf4367b966/go.mod h1:yXI+rmE8yYx+ZsGVrnCpprw/gZMcxjwntnX2y2+VKxY= +github.com/owncloud/libre-graph-api-go v1.0.5-0.20240820135012-5fac8096ce9c h1:vWUozQREEAnxNMaN+ZRlp7BFXohJr2H8tc0M2oYoAEw= +github.com/owncloud/libre-graph-api-go v1.0.5-0.20240820135012-5fac8096ce9c/go.mod h1:yXI+rmE8yYx+ZsGVrnCpprw/gZMcxjwntnX2y2+VKxY= github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c h1:rp5dCmg/yLR3mgFuSOe4oEnDDmGLROTvMragMUXpTQw= github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c/go.mod h1:X07ZCGwUbLaax7L0S3Tw4hpejzu63ZrrQiUe6W0hcy0= github.com/pablodz/inotifywaitgo v0.0.7 h1:1ii49dGBnRn0t1Sz7RGZS6/NberPEDQprwKHN49Bv6U= diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_identity.go b/vendor/github.com/owncloud/libre-graph-api-go/model_identity.go index 7108355b2f2..330a65e5912 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_identity.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_identity.go @@ -25,7 +25,7 @@ type Identity struct { DisplayName string `json:"displayName"` // Unique identifier for the identity. Id *string `json:"id,omitempty"` - // The type of the identity. This can be either \"Member\" for regular user, \"Guest\" for guest users or \"Federated\" for users imported from a federated instance. Can be used by clients to indicate the type of user. For more details, clients should look up and cache the user at the /users enpoint. + // The type of the identity. This can be either \"Member\" for regular user, \"Guest\" for guest users or \"Federated\" for users imported from a federated instance. Can be used by clients to indicate the type of user. For more details, clients should look up and cache the user at the /users endpoint. LibreGraphUserType *string `json:"@libre.graph.userType,omitempty"` } diff --git a/vendor/modules.txt b/vendor/modules.txt index 1adeec353b3..03d618bdb90 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1625,7 +1625,7 @@ github.com/opentracing/opentracing-go/log # github.com/orcaman/concurrent-map v1.0.0 ## explicit github.com/orcaman/concurrent-map -# github.com/owncloud/libre-graph-api-go v1.0.5-0.20240816082515-afcf4367b966 +# github.com/owncloud/libre-graph-api-go v1.0.5-0.20240820135012-5fac8096ce9c ## explicit; go 1.18 github.com/owncloud/libre-graph-api-go # github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c