Skip to content

Commit 09467fe

Browse files
committed
chore: upgrade to csi-proxy v0.2.0 beta
1 parent ac86adb commit 09467fe

File tree

5 files changed

+35
-10
lines changed

5 files changed

+35
-10
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ require (
88
github.com/Azure/go-autorest/autorest/adal v0.9.0
99
github.com/Azure/go-autorest/autorest/to v0.3.0
1010
github.com/container-storage-interface/spec v1.3.0
11-
github.com/golang/protobuf v1.3.5
11+
github.com/golang/protobuf v1.4.1
1212
github.com/kubernetes-csi/csi-lib-utils v0.7.0
13-
github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200330215040-9eff16441b2a
13+
github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200907051941-1c32ab57cb4f
1414
github.com/kubernetes-csi/external-snapshotter/v2 v2.0.0-20200617021606-4800ca72d403
1515
github.com/onsi/ginkgo v1.11.0
1616
github.com/onsi/gomega v1.7.1
@@ -236,7 +236,7 @@ replace (
236236
github.com/kr/pretty => github.com/kr/pretty v0.1.0
237237
github.com/kr/pty => github.com/kr/pty v1.1.5
238238
github.com/kr/text => github.com/kr/text v0.1.0
239-
github.com/kubernetes-csi/csi-proxy/client => github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200330215040-9eff16441b2a
239+
github.com/kubernetes-csi/csi-proxy/client => github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200907051941-1c32ab57cb4f
240240
github.com/kylelemons/godebug => github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
241241
github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.0
242242
github.com/liggitt/tabwriter => github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de

go.sum

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
259259
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
260260
github.com/kubernetes-csi/csi-lib-utils v0.7.0 h1:t1cS7HTD7z5D7h9iAdjWuHtMxJPb9s1fIv34rxytzqs=
261261
github.com/kubernetes-csi/csi-lib-utils v0.7.0/go.mod h1:bze+2G9+cmoHxN6+WyG1qT4MDxgZJMLGwc7V4acPNm0=
262-
github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200330215040-9eff16441b2a h1:oUzd0gIsXuEaPLqOBc7h7KmoQaCEDrZcgEVFIlKVzsw=
263-
github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200330215040-9eff16441b2a/go.mod h1:AEGb6PeX4XUKjEGycToqZQxHQS01Ch3C+C42FgORhOE=
262+
github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200907051941-1c32ab57cb4f h1:GLqHBmavdyCUPDxjbAxDcfTsw1V73GBEpDl093CUQyk=
263+
github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200907051941-1c32ab57cb4f/go.mod h1:6ptQQmti5QHwBxSsh8Cy00oGdogj0JXewFnu8FFjgOs=
264264
github.com/kubernetes-csi/csi-test v2.0.0+incompatible/go.mod h1:YxJ4UiuPWIhMBkxUKY5c267DyA0uDZ/MtAimhx/2TA0=
265265
github.com/kubernetes-csi/external-snapshotter/v2 v2.0.0-20200617021606-4800ca72d403 h1:FMqYb5aUkq8JLzdm5m/abJPoclqdo9k446E4mNU7qsE=
266266
github.com/kubernetes-csi/external-snapshotter/v2 v2.0.0-20200617021606-4800ca72d403/go.mod h1:ArR2bKKq4dEfoRwRH69kt/xYOliLUlaqCZ+LM1teU8Q=
@@ -449,6 +449,7 @@ google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 h1:gSJIx1SDwno+2El
449449
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
450450
google.golang.org/grpc v1.27.0 h1:rRYRFMVgRv6E0D70Skyfsr28tDXIuuPZyWGMPdMcnXg=
451451
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
452+
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
452453
gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U=
453454
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
454455
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=

vendor/github.com/kubernetes-csi/csi-proxy/client/go.mod

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

vendor/github.com/kubernetes-csi/csi-proxy/client/go.sum

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

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ github.com/gogo/protobuf/protoc-gen-gogo/descriptor
5454
github.com/gogo/protobuf/sortkeys
5555
# github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef => github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
5656
github.com/golang/groupcache/lru
57-
# github.com/golang/protobuf v1.3.5 => github.com/golang/protobuf v1.3.5
57+
# github.com/golang/protobuf v1.4.1 => github.com/golang/protobuf v1.3.5
5858
github.com/golang/protobuf/descriptor
5959
github.com/golang/protobuf/proto
6060
github.com/golang/protobuf/protoc-gen-go/descriptor
@@ -63,7 +63,7 @@ github.com/golang/protobuf/ptypes/any
6363
github.com/golang/protobuf/ptypes/duration
6464
github.com/golang/protobuf/ptypes/timestamp
6565
github.com/golang/protobuf/ptypes/wrappers
66-
# github.com/google/go-cmp v0.4.0 => github.com/google/go-cmp v0.3.0
66+
# github.com/google/go-cmp v0.5.0 => github.com/google/go-cmp v0.3.0
6767
github.com/google/go-cmp/cmp
6868
github.com/google/go-cmp/cmp/internal/diff
6969
github.com/google/go-cmp/cmp/internal/flags
@@ -92,7 +92,7 @@ github.com/imdario/mergo
9292
github.com/json-iterator/go
9393
# github.com/kubernetes-csi/csi-lib-utils v0.7.0
9494
github.com/kubernetes-csi/csi-lib-utils/protosanitizer
95-
# github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200330215040-9eff16441b2a => github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200330215040-9eff16441b2a
95+
# github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200907051941-1c32ab57cb4f => github.com/kubernetes-csi/csi-proxy/client v0.0.0-20200907051941-1c32ab57cb4f
9696
github.com/kubernetes-csi/csi-proxy/client
9797
github.com/kubernetes-csi/csi-proxy/client/api/filesystem/v1alpha1
9898
github.com/kubernetes-csi/csi-proxy/client/api/smb/v1alpha1
@@ -269,7 +269,7 @@ google.golang.org/appengine/internal/log
269269
google.golang.org/appengine/internal/remote_api
270270
google.golang.org/appengine/internal/urlfetch
271271
google.golang.org/appengine/urlfetch
272-
# google.golang.org/genproto v0.0.0-20191220175831-5c49e3ecc1c1 => google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
272+
# google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 => google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
273273
google.golang.org/genproto/googleapis/rpc/status
274274
# google.golang.org/grpc v1.28.0 => google.golang.org/grpc v1.27.0
275275
google.golang.org/grpc

0 commit comments

Comments
 (0)