Skip to content

Commit

Permalink
fix al.essio.dev/pkg/shellescape v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trana authored and trana committed Oct 8, 2024
1 parent 4590b03 commit d9fc8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.22
toolchain go1.22.4

require (
al.essio.dev/pkg/shellescape v1.5.0
github.com/alexellis/go-execute v0.6.0
github.com/containerd/containerd v1.7.6
github.com/intertwin-eu/interlink v0.0.0-20240829090340-24c45973f3ec
Expand All @@ -16,7 +17,6 @@ require (
go.opentelemetry.io/otel/trace v1.27.0
google.golang.org/grpc v1.64.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/alessio/shellescape.v1 v1.5.0
k8s.io/api v0.29.1
k8s.io/apimachinery v0.29.1
k8s.io/client-go v0.29.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/slurm/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
"strings"
"time"

"al.essio.dev/pkg/shellescape"
exec2 "github.com/alexellis/go-execute/pkg/v1"
"github.com/containerd/containerd/log"
"gopkg.in/alessio/shellescape.v1"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

Expand Down

0 comments on commit d9fc8b5

Please sign in to comment.