Skip to content

Commit

Permalink
Vendor lataest 1.2.16 kdmp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbinnal-px committed Nov 22, 2024
1 parent 21dfd16 commit 963f863
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 32 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5.0
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/golang/mock v1.6.0
github.com/portworx/kdmp v0.4.1-0.20241120031124-aa96fee36449
github.com/portworx/kdmp v0.4.1-0.20241122124402-287bcdafb4cd
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
kubevirt.io/api v1.0.0
kubevirt.io/client-go v0.59.2
Expand Down Expand Up @@ -354,7 +354,7 @@ replace (
github.com/libopenstorage/autopilot-api => github.com/libopenstorage/autopilot-api v0.6.1-0.20210301232050-ca2633c6e114
github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20240416193513-1e07b4359307
github.com/libopenstorage/secrets => github.com/libopenstorage/secrets v0.0.0-20220413195519-57d1c446c5e9
github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20241120031124-aa96fee36449
github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20241122124402-287bcdafb4cd
github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20240812234304-948bf116243e
github.com/portworx/torpedo => github.com/portworx/torpedo v0.0.0-20240520065758-b58a5dd88529
gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4102,8 +4102,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/polyfloyd/go-errorlint v1.0.5/go.mod h1:APVvOesVSAnne5SClsPxPdfvZTVDojXh1/G3qb5wjGI=
github.com/portworx/dcos-secrets v0.0.0-20180616013705-8e8ec3f66611/go.mod h1:4hklRW/4DQpLqkcXcjtNprbH2tz/sJaNtqinfPWl/LA=
github.com/portworx/kdmp v0.4.1-0.20241120031124-aa96fee36449 h1:Ky+OmZ4HDOre+KawUPJ1QY5/YYde2/IdJmelILGDG3E=
github.com/portworx/kdmp v0.4.1-0.20241120031124-aa96fee36449/go.mod h1:egT1qhOi12eZvHrXf4pWrGFI4bK31TEoDME/zdFz3hA=
github.com/portworx/kdmp v0.4.1-0.20241122124402-287bcdafb4cd h1:Pef+fS9amW15PtkNom2ORQWABFWQqDTFJpLUlYe+rUs=
github.com/portworx/kdmp v0.4.1-0.20241122124402-287bcdafb4cd/go.mod h1:egT1qhOi12eZvHrXf4pWrGFI4bK31TEoDME/zdFz3hA=
github.com/portworx/kvdb v0.0.0-20190105022415-cccaa09abfc9/go.mod h1:Q8YyrNDvPp3DVF96BDcQuaC7fAYUCuUX+l58S7OnD2M=
github.com/portworx/kvdb v0.0.0-20200723230726-2734b7f40194/go.mod h1:Q8YyrNDvPp3DVF96BDcQuaC7fAYUCuUX+l58S7OnD2M=
github.com/portworx/kvdb v0.0.0-20200929023115-b312c7519467/go.mod h1:Q8YyrNDvPp3DVF96BDcQuaC7fAYUCuUX+l58S7OnD2M=
Expand Down
21 changes: 12 additions & 9 deletions vendor/github.com/portworx/kdmp/pkg/drivers/utils/common.go

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

37 changes: 20 additions & 17 deletions vendor/github.com/portworx/kdmp/pkg/drivers/utils/utils.go

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/portworx/kdmp v0.4.1-0.20241120031124-aa96fee36449 => github.com/portworx/kdmp v0.4.1-0.20241120031124-aa96fee36449
# github.com/portworx/kdmp v0.4.1-0.20241122124402-287bcdafb4cd => github.com/portworx/kdmp v0.4.1-0.20241122124402-287bcdafb4cd
## explicit; go 1.21
github.com/portworx/kdmp/pkg/apis/kdmp
github.com/portworx/kdmp/pkg/apis/kdmp/v1alpha1
Expand Down Expand Up @@ -2647,7 +2647,7 @@ sigs.k8s.io/yaml/goyaml.v2
# github.com/libopenstorage/autopilot-api => github.com/libopenstorage/autopilot-api v0.6.1-0.20210301232050-ca2633c6e114
# github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20240416193513-1e07b4359307
# github.com/libopenstorage/secrets => github.com/libopenstorage/secrets v0.0.0-20220413195519-57d1c446c5e9
# github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20241120031124-aa96fee36449
# github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20241122124402-287bcdafb4cd
# github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20240812234304-948bf116243e
# github.com/portworx/torpedo => github.com/portworx/torpedo v0.0.0-20240520065758-b58a5dd88529
# gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7
Expand Down

0 comments on commit 963f863

Please sign in to comment.