commit | 4264b8c641109c05c4828b40cd2e01e686890903 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Jun 12 23:54:58 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Jun 13 09:40:46 2023 +0000 |
tree | c890d91434d3be41b12291338c55c7d0baf61315 | |
parent | 44cacd6bd39f0d70aab912e4d02f2ef2e453bc4d [diff] [blame] |
cloud: replace klog with klog/v2 Change-Id: Ie54ef593825fdc72409da38ab1a6244e94db9eb9 Reviewed-on: https://review.monogon.dev/c/monogon/+/1799 Reviewed-by: Serge Bazanski <serge@monogon.tech> Tested-by: Jenkins CI
diff --git a/cloud/shepherd/equinix/cli/main.go b/cloud/shepherd/equinix/cli/main.go index aa6f411..b4fe1dd 100644 --- a/cloud/shepherd/equinix/cli/main.go +++ b/cloud/shepherd/equinix/cli/main.go
@@ -5,7 +5,7 @@ "github.com/spf13/cobra" - "k8s.io/klog" + "k8s.io/klog/v2" "source.monogon.dev/cloud/shepherd/equinix/wrapngo" )