mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 20:16:15 -04:00
Replace k8s.io/klog with k8s.io/klog/v2
This commit is contained in:
parent
d6eee42436
commit
d83bc8727b
5 changed files with 4 additions and 7 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"time"
|
||||
|
||||
cryptsetup "github.com/martinjungblut/go-cryptsetup"
|
||||
"k8s.io/klog"
|
||||
"k8s.io/klog/v2"
|
||||
mount "k8s.io/mount-utils"
|
||||
utilexec "k8s.io/utils/exec"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue