File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package etcd
33import (
44 "time"
55
6+ "go.etcd.io/etcd/client/pkg/v3/transport"
67 clientv3 "go.etcd.io/etcd/client/v3"
78 "go.etcd.io/etcd/client/v3/namespace"
8- "go.etcd.io/etcd/client/pkg/v3/transport"
99
1010 "github.com/dexidp/dex/pkg/log"
1111 "github.com/dexidp/dex/storage"
Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ func toStorageClaims(i Claims) storage.Claims {
194194
195195// Keys is a mirrored struct from storage with JSON struct tags
196196type Keys struct {
197- SigningKey * jose.JSONWebKey `json:"signing_key,omitempty"`
198- SigningKeyPub * jose.JSONWebKey `json:"signing_key_pub,omitempty"`
197+ SigningKey * jose.JSONWebKey `json:"signing_key,omitempty"`
198+ SigningKeyPub * jose.JSONWebKey `json:"signing_key_pub,omitempty"`
199199 VerificationKeys []storage.VerificationKey `json:"verification_keys"`
200200 NextRotation time.Time `json:"next_rotation"`
201201}
You can’t perform that action at this time.
0 commit comments