Oidc: Update caos/oidc to 1.0.0 #782
This commit is contained in:
parent
56bf1c0b75
commit
02d9578f7b
1 changed files with 2 additions and 1 deletions
|
@ -9,10 +9,11 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
utils "github.com/caos/oidc/pkg/http"
|
||||
|
||||
"github.com/caos/oidc/pkg/client"
|
||||
"github.com/caos/oidc/pkg/client/rp"
|
||||
"github.com/caos/oidc/pkg/oidc"
|
||||
"github.com/caos/oidc/pkg/utils"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/photoprism/photoprism/internal/event"
|
||||
"github.com/photoprism/photoprism/internal/httpclient"
|
||||
|
|
Loading…
Add table
Reference in a new issue