Skip to content

Commit ee102bb

Browse files
sivakumar subraanisiva-portworx
authored andcommitted
pb-3683: vendored the latest kdmp from 1.2.5 branch
1 parent da1029b commit ee102bb

5 files changed

Lines changed: 10 additions & 13 deletions

File tree

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ require (
6262
sigs.k8s.io/sig-storage-lib-external-provisioner/v6 v6.3.0
6363
)
6464

65-
require (
66-
github.com/portworx/kdmp v0.4.1-0.20230315073130-7af86b10aacb
67-
github.com/portworx/torpedo v0.20.4-rc1.0.20210325154352-eb81b0cdd145
68-
)
65+
require github.com/portworx/kdmp v0.4.1-0.20230316085313-95fc97e8493b
6966

7067
require (
7168
cloud.google.com/go v0.107.0 // indirect
@@ -302,7 +299,7 @@ replace (
302299
github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc10 => github.com/kubernetes-incubator/external-storage v0.25.1-openstorage-rc1
303300
github.com/libopenstorage/autopilot-api => github.com/libopenstorage/autopilot-api v0.6.1-0.20210301232050-ca2633c6e114
304301
github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20221216200022-d1c57a8ea854
305-
github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20230315073130-7af86b10aacb
302+
github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20230316085313-95fc97e8493b
306303
github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203
307304
github.com/portworx/torpedo => github.com/portworx/torpedo v0.0.0-20230216213348-6ba0e5494ad5
308305
gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,8 +2172,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
21722172
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
21732173
github.com/polyfloyd/go-errorlint v1.0.5/go.mod h1:APVvOesVSAnne5SClsPxPdfvZTVDojXh1/G3qb5wjGI=
21742174
github.com/portworx/dcos-secrets v0.0.0-20180616013705-8e8ec3f66611/go.mod h1:4hklRW/4DQpLqkcXcjtNprbH2tz/sJaNtqinfPWl/LA=
2175-
github.com/portworx/kdmp v0.4.1-0.20230315073130-7af86b10aacb h1:e0F5fcYX1CAm2PmCRS/WYQ1fMxTQxatsToZ42D7Ajek=
2176-
github.com/portworx/kdmp v0.4.1-0.20230315073130-7af86b10aacb/go.mod h1:VtbY8ASrnXjt+kr5loODtsYV9HwA1DxuQRtt5fRnfh0=
2175+
github.com/portworx/kdmp v0.4.1-0.20230316085313-95fc97e8493b h1:LhSjQpdAOUReRqzy25b9lApPNzWJGWTb7nUoxhz/Yhc=
2176+
github.com/portworx/kdmp v0.4.1-0.20230316085313-95fc97e8493b/go.mod h1:VtbY8ASrnXjt+kr5loODtsYV9HwA1DxuQRtt5fRnfh0=
21772177
github.com/portworx/kvdb v0.0.0-20190105022415-cccaa09abfc9/go.mod h1:Q8YyrNDvPp3DVF96BDcQuaC7fAYUCuUX+l58S7OnD2M=
21782178
github.com/portworx/kvdb v0.0.0-20200723230726-2734b7f40194/go.mod h1:Q8YyrNDvPp3DVF96BDcQuaC7fAYUCuUX+l58S7OnD2M=
21792179
github.com/portworx/kvdb v0.0.0-20200929023115-b312c7519467 h1:jkqzdbOnejgSN5HG/FLt4enNrozWT/K+nlmaRm3P1II=

vendor/github.com/portworx/kdmp/pkg/controllers/dataexport/reconcile.go

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

vendor/github.com/portworx/kdmp/pkg/drivers/kopiabackup/kopiabackup.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/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ github.com/pkg/errors
897897
# github.com/pmezard/go-difflib v1.0.0
898898
## explicit
899899
github.com/pmezard/go-difflib/difflib
900-
# github.com/portworx/kdmp v0.4.1-0.20230315073130-7af86b10aacb => github.com/portworx/kdmp v0.4.1-0.20230315073130-7af86b10aacb
900+
# github.com/portworx/kdmp v0.4.1-0.20230316085313-95fc97e8493b => github.com/portworx/kdmp v0.4.1-0.20230316085313-95fc97e8493b
901901
## explicit; go 1.19
902902
github.com/portworx/kdmp/pkg/apis/kdmp
903903
github.com/portworx/kdmp/pkg/apis/kdmp/v1alpha1
@@ -2242,7 +2242,7 @@ sigs.k8s.io/yaml
22422242
# github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc10 => github.com/kubernetes-incubator/external-storage v0.25.1-openstorage-rc1
22432243
# github.com/libopenstorage/autopilot-api => github.com/libopenstorage/autopilot-api v0.6.1-0.20210301232050-ca2633c6e114
22442244
# github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20221216200022-d1c57a8ea854
2245-
# github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20230315073130-7af86b10aacb
2245+
# github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20230316085313-95fc97e8493b
22462246
# github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203
22472247
# github.com/portworx/torpedo => github.com/portworx/torpedo v0.0.0-20230216213348-6ba0e5494ad5
22482248
# gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7

0 commit comments

Comments
 (0)