upgrade go-oidc to fix GO-2024-2631 (#19884)

This commit is contained in:
Harshavardhana
2024-06-05 15:00:34 -07:00
committed by GitHub
parent d326ba52e9
commit 2107722829
4 changed files with 217 additions and 428 deletions

View File

@@ -38,7 +38,7 @@ import (
"sync"
"time"
"github.com/coreos/go-oidc"
"github.com/coreos/go-oidc/v3/oidc"
"github.com/dustin/go-humanize"
"github.com/felixge/fgprof"
"github.com/minio/madmin-go/v3"