mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
make fmt fix (#22725)
This commit is contained in:
@@ -5,10 +5,11 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
wrapping "github.com/hashicorp/go-kms-wrapping/v2"
|
|
||||||
mathrand "math/rand"
|
mathrand "math/rand"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
wrapping "github.com/hashicorp/go-kms-wrapping/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// SealWrapper contains a Wrapper and related information needed by the seal that uses it.
|
// SealWrapper contains a Wrapper and related information needed by the seal that uses it.
|
||||||
|
|||||||
Reference in New Issue
Block a user