Skip to content

Commit

Permalink
add replace for go.pedge lib
Browse files Browse the repository at this point in the history
  • Loading branch information
strivedi-px committed Nov 27, 2024
1 parent 0141199 commit f9b60c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ require (
replace (
github.com/kubernetes-incubator/external-storage => github.com/libopenstorage/external-storage v5.1.1-0.20190919185747-9394ee8dd536+incompatible
github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20221025212856-bc6579d2592c
go.pedge.io/time => github.com/libopenstorage/openstorage/pkg/proto/time v1.0.1-0.20221025212856-bc6579d2592c

// Replacing k8s.io dependencies is required if a dependency or any dependency of a dependency
// depends on k8s.io/kubernetes. See https://github.com/kubernetes/kubernetes/issues/79384#issuecomment-505725449
Expand Down
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
sigs.k8s.io/yaml
# github.com/kubernetes-incubator/external-storage => github.com/libopenstorage/external-storage v5.1.1-0.20190919185747-9394ee8dd536+incompatible
# github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20221025212856-bc6579d2592c
# go.pedge.io/time => github.com/libopenstorage/openstorage/pkg/proto/time v1.0.1-0.20221025212856-bc6579d2592c
# k8s.io/api => k8s.io/api v0.21.0
# k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.21.0
# k8s.io/apimachinery => k8s.io/apimachinery v0.21.0
Expand Down

0 comments on commit f9b60c7

Please sign in to comment.