Skip to content

Commit 4db2460

Browse files
committed
tidy
1 parent e3b2a49 commit 4db2460

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

test/e2e-framework/components/command/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ go_library(
1717
"//test/e2e-framework/common/config",
1818
"//test/e2e-framework/common/namer",
1919
"//test/e2e-framework/common/utils",
20-
"@com_github_alessio_shellescape//:shellescape",
2120
"@com_github_pulumi_pulumi_command_sdk//go/command/local",
2221
"@com_github_pulumi_pulumi_command_sdk//go/command/remote",
2322
"@com_github_pulumi_pulumi_sdk_v3//go/pulumi",
23+
"@dev_essio_al_pkg_shellescape//:shellescape",
2424
],
2525
)
2626

test/e2e-framework/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/DataDog/datadog-agent/test/e2e-framework
33
go 1.26.0
44

55
require (
6+
al.essio.dev/pkg/shellescape v1.6.0
67
cloud.google.com/go/compute v1.64.0
78
dario.cat/mergo v1.0.2
89
github.com/DataDog/datadog-agent/pkg/util/option v0.76.0-rc.4
@@ -11,7 +12,6 @@ require (
1112
github.com/DataDog/datadog-agent/test/fakeintake v0.56.0-rc.3
1213
github.com/DataDog/datadog-api-client-go/v2 v2.60.0
1314
github.com/Masterminds/semver/v3 v3.5.0
14-
al.essio.dev/pkg/shellescape v1.6.0
1515
github.com/aws/aws-sdk-go-v2 v1.42.0
1616
github.com/aws/aws-sdk-go-v2/config v1.32.25
1717
github.com/aws/aws-sdk-go-v2/service/ec2 v1.307.0

test/e2e-framework/go.sum

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/new-e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ require (
240240
)
241241

242242
require (
243+
al.essio.dev/pkg/shellescape v1.6.0 // indirect
243244
cloud.google.com/go/auth v0.20.0 // indirect
244245
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
245246
cloud.google.com/go/compute v1.64.0 // indirect
@@ -280,7 +281,6 @@ require (
280281
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
281282
github.com/DataDog/sketches-go v1.4.8 // indirect
282283
github.com/Masterminds/semver/v3 v3.5.0 // indirect
283-
al.essio.dev/pkg/shellescape v1.6.0 // indirect
284284
github.com/aws/aws-sdk-go v1.55.8 // indirect
285285
github.com/aws/aws-sdk-go-v2/service/ecr v1.58.4 // indirect
286286
github.com/aws/aws-sdk-go-v2/service/signin v1.2.0 // indirect

test/new-e2e/go.sum

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)