Skip to content

Commit 0d542f6

Browse files
committed
vendor: vendor torpedo change
1 parent aea1e9a commit 0d542f6

File tree

10 files changed

+64
-27
lines changed

10 files changed

+64
-27
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/portworx/px-object-controller v0.0.0-20220804234424-40d3b8a84987
3434
github.com/portworx/sched-ops v1.20.4-rc1.0.20240731224434-94e4e354c4b2
3535
github.com/prometheus/client_golang v1.17.0
36-
github.com/pure-px/torpedo v0.0.0-20241023070534-06238143a17a
36+
github.com/pure-px/torpedo v0.0.0-20241026064628-c9f6887a046f
3737
github.com/rancher/norman v0.0.0-20230222213531-275a3e921940
3838
github.com/rancher/rancher/pkg/client v0.0.0-20230203155537-a67566517525
3939
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4259,8 +4259,8 @@ github.com/proullon/ramsql v0.0.0-20211120092837-c8d0a408b939/go.mod h1:jG8oAQG0
42594259
github.com/pseudomuto/protoc-gen-doc v1.3.2/go.mod h1:y5+P6n3iGrbKG+9O04V5ld71in3v/bX88wUwgt+U8EA=
42604260
github.com/pseudomuto/protoc-gen-doc v1.5.1/go.mod h1:XpMKYg6zkcpgfpCfQ8GcWBDRtRxOmMR5w7pz4Xo+dYM=
42614261
github.com/pseudomuto/protokit v0.2.0/go.mod h1:2PdH30hxVHsup8KpBTOXTBeMVhJZVio3Q8ViKSAXT0Q=
4262-
github.com/pure-px/torpedo v0.0.0-20241023070534-06238143a17a h1:+NxH/ETna30GF8pHUJLXe+zFEHMdQSgxZu6aNOauEqo=
4263-
github.com/pure-px/torpedo v0.0.0-20241023070534-06238143a17a/go.mod h1:5eXclIRiV4TF1zqZqWmSJC6hPhZFRPhx7LaefJz9zKg=
4262+
github.com/pure-px/torpedo v0.0.0-20241026064628-c9f6887a046f h1:b1ex2H8kVKQRLWjyihnB/20HkhHNhcwN3FdWAePDigw=
4263+
github.com/pure-px/torpedo v0.0.0-20241026064628-c9f6887a046f/go.mod h1:5eXclIRiV4TF1zqZqWmSJC6hPhZFRPhx7LaefJz9zKg=
42644264
github.com/quasilyte/go-ruleguard v0.3.1-0.20210203134552-1b5a410e1cc8/go.mod h1:KsAh3x0e7Fkpgs+Q9pNLS5XpFSvYCEVl5gP9Pp1xp30=
42654265
github.com/quasilyte/go-ruleguard v0.3.18/go.mod h1:lOIzcYlgxrQ2sGJ735EHXmf/e9MJ516j16K/Ifcttvs=
42664266
github.com/quasilyte/go-ruleguard/dsl v0.3.0/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU=

vendor/github.com/pure-px/torpedo/drivers/scheduler/k8s/k8s.go

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

vendor/github.com/pure-px/torpedo/drivers/scheduler/scheduler.go

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pure-px/torpedo/drivers/volume/portworx/portworx.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pure-px/torpedo/drivers/volume/volume.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pure-px/torpedo/pkg/aetosutil/dashboardutil.go

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

vendor/github.com/pure-px/torpedo/pkg/asyncdr/asyncdr.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pure-px/torpedo/pkg/log/log.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ github.com/prometheus/procfs/internal/util
12161216
## explicit; go 1.13
12171217
github.com/prometheus/statsd_exporter/pkg/mapper
12181218
github.com/prometheus/statsd_exporter/pkg/mapper/fsm
1219-
# github.com/pure-px/torpedo v0.0.0-20241023070534-06238143a17a
1219+
# github.com/pure-px/torpedo v0.0.0-20241026064628-c9f6887a046f
12201220
## explicit; go 1.21.4
12211221
github.com/pure-px/torpedo/drivers/api
12221222
github.com/pure-px/torpedo/drivers/node

0 commit comments

Comments
 (0)