Skip to content

Commit

Permalink
vendor: vendor torpedo change
Browse files Browse the repository at this point in the history
  • Loading branch information
strivedi-px committed Oct 29, 2024
1 parent 121223d commit a0fb7aa
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 27 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/portworx/px-object-controller v0.0.0-20220804234424-40d3b8a84987
github.com/portworx/sched-ops v1.20.4-rc1.0.20240731224434-94e4e354c4b2
github.com/prometheus/client_golang v1.17.0
github.com/pure-px/torpedo v0.0.0-20241023070534-06238143a17a
github.com/pure-px/torpedo v0.0.0-20241029143232-611042c497eb
github.com/rancher/norman v0.0.0-20230222213531-275a3e921940
github.com/rancher/rancher/pkg/client v0.0.0-20230203155537-a67566517525
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4259,8 +4259,8 @@ github.com/proullon/ramsql v0.0.0-20211120092837-c8d0a408b939/go.mod h1:jG8oAQG0
github.com/pseudomuto/protoc-gen-doc v1.3.2/go.mod h1:y5+P6n3iGrbKG+9O04V5ld71in3v/bX88wUwgt+U8EA=
github.com/pseudomuto/protoc-gen-doc v1.5.1/go.mod h1:XpMKYg6zkcpgfpCfQ8GcWBDRtRxOmMR5w7pz4Xo+dYM=
github.com/pseudomuto/protokit v0.2.0/go.mod h1:2PdH30hxVHsup8KpBTOXTBeMVhJZVio3Q8ViKSAXT0Q=
github.com/pure-px/torpedo v0.0.0-20241023070534-06238143a17a h1:+NxH/ETna30GF8pHUJLXe+zFEHMdQSgxZu6aNOauEqo=
github.com/pure-px/torpedo v0.0.0-20241023070534-06238143a17a/go.mod h1:5eXclIRiV4TF1zqZqWmSJC6hPhZFRPhx7LaefJz9zKg=
github.com/pure-px/torpedo v0.0.0-20241029143232-611042c497eb h1:0oC9O+54iFsheWDoy8zJjVLo3QXSycfhQJLl6Wjuzrw=
github.com/pure-px/torpedo v0.0.0-20241029143232-611042c497eb/go.mod h1:5eXclIRiV4TF1zqZqWmSJC6hPhZFRPhx7LaefJz9zKg=
github.com/quasilyte/go-ruleguard v0.3.1-0.20210203134552-1b5a410e1cc8/go.mod h1:KsAh3x0e7Fkpgs+Q9pNLS5XpFSvYCEVl5gP9Pp1xp30=
github.com/quasilyte/go-ruleguard v0.3.18/go.mod h1:lOIzcYlgxrQ2sGJ735EHXmf/e9MJ516j16K/Ifcttvs=
github.com/quasilyte/go-ruleguard/dsl v0.3.0/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU=
Expand Down
51 changes: 36 additions & 15 deletions vendor/github.com/pure-px/torpedo/drivers/scheduler/k8s/k8s.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion vendor/github.com/pure-px/torpedo/drivers/scheduler/scheduler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/github.com/pure-px/torpedo/drivers/volume/volume.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/pure-px/torpedo/pkg/asyncdr/asyncdr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/pure-px/torpedo/pkg/log/log.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ github.com/prometheus/procfs/internal/util
## explicit; go 1.13
github.com/prometheus/statsd_exporter/pkg/mapper
github.com/prometheus/statsd_exporter/pkg/mapper/fsm
# github.com/pure-px/torpedo v0.0.0-20241023070534-06238143a17a
# github.com/pure-px/torpedo v0.0.0-20241029143232-611042c497eb
## explicit; go 1.21.4
github.com/pure-px/torpedo/drivers/api
github.com/pure-px/torpedo/drivers/node
Expand Down

0 comments on commit a0fb7aa

Please sign in to comment.