summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang-web.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 23d880632b0..ecf4d0c68e2 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11417,7 +11417,7 @@ It is to used for inputs in other packages.")
(define-public go-github-com-zitadel-oidc-v3
(package
(name "go-github-com-zitadel-oidc-v3")
- (version "3.39.1")
+ (version "3.43.0")
(source
(origin
(method git-fetch)
@@ -11426,14 +11426,14 @@ It is to used for inputs in other packages.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1vwqr8p75zxyghcjlm5n2d52amgpqagjwnmba9zhvcnd3cqpdjpb"))))
+ (base32 "01cpck1qy91r74q86qkw3dh62zrzwdpqlbzwrxzsv0gpqz5pixc9"))))
(build-system go-build-system)
(arguments
(list
- #:go go-1.23
#:import-path "github.com/zitadel/oidc/v3"
#:test-flags
- #~(list "-skip" (string-join
+ #~(list "-vet=off"
+ "-skip" (string-join
;; Tests requring Internet access.
(list "TestDiscover/spotify"
"TestIntrospect"
@@ -11459,6 +11459,7 @@ It is to used for inputs in other packages.")
go-github-com-zitadel-logging
go-github-com-zitadel-schema
go-go-opentelemetry-io-otel
+ go-go-opentelemetry-io-otel-trace
go-golang-org-x-oauth2
go-golang-org-x-text))
(home-page "https://github.com/zitadel/oidc")