Skip to content

Commit 1f306b0

Browse files
authored
Merge pull request #159 from davidz627/feature/csi10
Update CSI Spec dependency to v1.0.0-rc2
2 parents 03e6018 + 6edbdaa commit 1f306b0

File tree

24 files changed

+4357
-1221
lines changed

24 files changed

+4357
-1221
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
[[constraint]]
3232
name = "github.com/container-storage-interface/spec"
33-
version = "0.3.0"
33+
version = "1.0.0-rc2"
3434

3535
# Transitive dependency of CSI Spec
3636
[[override]]
@@ -75,8 +75,8 @@
7575
non-go = true
7676

7777
[[constraint]]
78-
branch = "master"
7978
name = "github.com/kubernetes-csi/csi-test"
79+
version = "v1.0.0-rc2"
8080

8181
[[constraint]]
8282
branch = "master"

pkg/gce-cloud-provider/compute/fake-gce.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"strconv"
2020
"strings"
2121

22-
csi "github.com/container-storage-interface/spec/lib/go/csi/v0"
22+
csi "github.com/container-storage-interface/spec/lib/go/csi"
2323
"github.com/golang/glog"
2424
"golang.org/x/net/context"
2525
computebeta "google.golang.org/api/compute/v0.beta"

pkg/gce-cloud-provider/compute/gce-compute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"strings"
2020
"time"
2121

22-
csi "github.com/container-storage-interface/spec/lib/go/csi/v0"
22+
csi "github.com/container-storage-interface/spec/lib/go/csi"
2323
"github.com/golang/glog"
2424
"golang.org/x/net/context"
2525
computebeta "google.golang.org/api/compute/v0.beta"

0 commit comments

Comments
 (0)