Fix broken nodeploy setup

Fixes #11149
This commit is contained in:
Bjørn Erik Pedersen
2023-06-23 12:09:57 +02:00
parent 92f55f1121
commit 5b4bfc2db7
3 changed files with 5 additions and 4 deletions

View File

@@ -30,8 +30,9 @@
package commands
import (
"errors"
"context"
"github.com/bep/simplecobra"
"github.com/spf13/cobra"
)