From 4330b7271ef867a9904169f5d2dd312a53acb714 Mon Sep 17 00:00:00 2001 From: Olivier FAURAX Date: Tue, 14 Jan 2025 14:10:19 +0000 Subject: [PATCH] Update to go-oidc v3 --- internal/store/serverservice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/store/serverservice.go b/internal/store/serverservice.go index f185591..e81ab72 100644 --- a/internal/store/serverservice.go +++ b/internal/store/serverservice.go @@ -5,7 +5,7 @@ import ( "net/url" "time" - "github.com/coreos/go-oidc" + "github.com/coreos/go-oidc/v3/oidc" "github.com/hashicorp/go-retryablehttp" "github.com/metal-toolbox/bomservice/internal/app" "github.com/pkg/errors"