mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
update shellescape to latest with new vanity import
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
"math/rand"
|
||||
"time"
|
||||
|
||||
"github.com/alessio/shellescape"
|
||||
"al.essio.dev/pkg/shellescape"
|
||||
|
||||
"sigs.k8s.io/kind/pkg/cluster/internal/delete"
|
||||
"sigs.k8s.io/kind/pkg/cluster/internal/providers"
|
||||
|
||||
@@ -24,7 +24,7 @@ import (
|
||||
"path"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/alessio/shellescape"
|
||||
"al.essio.dev/pkg/shellescape"
|
||||
|
||||
"sigs.k8s.io/kind/pkg/cluster/nodes"
|
||||
"sigs.k8s.io/kind/pkg/errors"
|
||||
|
||||
Reference in New Issue
Block a user