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"