Skip to content

Commit

Permalink
update go mod and the scheduler vendor file
Browse files Browse the repository at this point in the history
Signed-off-by: Pawan <pawan@mayadata.io>
  • Loading branch information
pawanpraka1 committed Jan 21, 2021
1 parent cb05b97 commit 7f4fbcd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
)

replace (
github.com/openebs/lib-csi => /home/pawan/Desktop/openebs/src/github.com/openebs/lib-csi
github.com/openebs/lib-csi => github.com/pawanpraka1/lib-csi v0.1.0
k8s.io/api => k8s.io/api v0.15.12
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.15.12
k8s.io/apimachinery => k8s.io/apimachinery v0.15.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ github.com/opencontainers/image-spec v0.0.0-20170604055404-372ad780f634/go.mod h
github.com/opencontainers/runc v0.0.0-20181113202123-f000fe11ece1/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U=
github.com/opencontainers/runtime-spec v1.0.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/opencontainers/selinux v0.0.0-20170621221121-4a2974bf1ee9/go.mod h1:+BLncwf63G4dgOzykXAxcmnFlUaOlkDdmw/CqsW6pjs=
github.com/openebs/lib-csi v0.0.0-20201218144414-a64be5d4731e h1:40mLG8RrhwHYSS3InWsWiYVcASRgGbLWrwJkP7TS0rA=
github.com/openebs/lib-csi v0.0.0-20201218144414-a64be5d4731e/go.mod h1:RqhCQqpcbFcAeNg54v9IOqLbY0/7S00WUa24ozC7cjI=
github.com/pawanpraka1/lib-csi v0.1.0 h1:cS1mtCVVMV14YgAFyvpZPIfurMu4a39M4QqQ+A0L13Y=
github.com/pawanpraka1/lib-csi v0.1.0/go.mod h1:RqhCQqpcbFcAeNg54v9IOqLbY0/7S00WUa24ozC7cjI=
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pelletier/go-toml v1.0.1/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
Expand Down
21 changes: 16 additions & 5 deletions vendor/github.com/openebs/lib-csi/pkg/scheduler/scheduler.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 @@ -106,7 +106,7 @@ github.com/onsi/gomega/matchers/support/goraph/edge
github.com/onsi/gomega/matchers/support/goraph/node
github.com/onsi/gomega/matchers/support/goraph/util
github.com/onsi/gomega/types
# github.com/openebs/lib-csi v0.0.0-20201218144414-a64be5d4731e => /home/pawan/Desktop/openebs/src/github.com/openebs/lib-csi
# github.com/openebs/lib-csi v0.0.0-20201218144414-a64be5d4731e => github.com/pawanpraka1/lib-csi v0.1.0
## explicit
github.com/openebs/lib-csi/pkg/btrfs
github.com/openebs/lib-csi/pkg/client/k8s
Expand Down Expand Up @@ -586,7 +586,7 @@ sigs.k8s.io/controller-runtime/pkg/manager/signals
sigs.k8s.io/controller-runtime/pkg/runtime/signals
# sigs.k8s.io/yaml v1.1.0
sigs.k8s.io/yaml
# github.com/openebs/lib-csi => /home/pawan/Desktop/openebs/src/github.com/openebs/lib-csi
# github.com/openebs/lib-csi => github.com/pawanpraka1/lib-csi v0.1.0
# k8s.io/api => k8s.io/api v0.15.12
# k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.15.12
# k8s.io/apimachinery => k8s.io/apimachinery v0.15.12
Expand Down

0 comments on commit 7f4fbcd

Please sign in to comment.