Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
12d66f6d
Commit
12d66f6d
authored
Apr 14, 2019
by
Jordan Liggitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
github.com/golang/protobuf v1.2.0
parent
2c6a6cd4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
61 changed files
with
311 additions
and
172 deletions
+311
-172
LICENSES
Godeps/LICENSES
+1
-4
go.mod
go.mod
+1
-1
go.sum
go.sum
+2
-2
go.mod
staging/src/k8s.io/api/go.mod
+0
-1
go.sum
staging/src/k8s.io/api/go.sum
+2
-2
go.mod
staging/src/k8s.io/apiextensions-apiserver/go.mod
+0
-1
go.sum
staging/src/k8s.io/apiextensions-apiserver/go.sum
+2
-2
go.mod
staging/src/k8s.io/apimachinery/go.mod
+0
-1
go.sum
staging/src/k8s.io/apimachinery/go.sum
+2
-2
go.mod
staging/src/k8s.io/apiserver/go.mod
+0
-1
go.sum
staging/src/k8s.io/apiserver/go.sum
+2
-2
go.mod
staging/src/k8s.io/cli-runtime/go.mod
+0
-1
go.sum
staging/src/k8s.io/cli-runtime/go.sum
+2
-2
go.mod
staging/src/k8s.io/client-go/go.mod
+0
-1
go.sum
staging/src/k8s.io/client-go/go.sum
+2
-2
go.mod
staging/src/k8s.io/cloud-provider/go.mod
+0
-1
go.sum
staging/src/k8s.io/cloud-provider/go.sum
+2
-2
go.mod
staging/src/k8s.io/cluster-bootstrap/go.mod
+0
-1
go.sum
staging/src/k8s.io/cluster-bootstrap/go.sum
+1
-1
go.mod
staging/src/k8s.io/component-base/go.mod
+0
-1
go.sum
staging/src/k8s.io/component-base/go.sum
+1
-1
go.mod
staging/src/k8s.io/cri-api/go.mod
+0
-1
go.sum
staging/src/k8s.io/cri-api/go.sum
+2
-2
go.mod
staging/src/k8s.io/csi-translation-lib/go.mod
+0
-1
go.sum
staging/src/k8s.io/csi-translation-lib/go.sum
+1
-1
go.mod
staging/src/k8s.io/kube-aggregator/go.mod
+0
-1
go.sum
staging/src/k8s.io/kube-aggregator/go.sum
+2
-2
go.mod
staging/src/k8s.io/kube-controller-manager/go.mod
+0
-1
go.sum
staging/src/k8s.io/kube-controller-manager/go.sum
+1
-1
go.mod
staging/src/k8s.io/kube-proxy/go.mod
+0
-1
go.sum
staging/src/k8s.io/kube-proxy/go.sum
+1
-1
go.mod
staging/src/k8s.io/kube-scheduler/go.mod
+0
-1
go.sum
staging/src/k8s.io/kube-scheduler/go.sum
+1
-1
go.mod
staging/src/k8s.io/kubelet/go.mod
+0
-1
go.sum
staging/src/k8s.io/kubelet/go.sum
+1
-1
go.mod
staging/src/k8s.io/metrics/go.mod
+0
-1
go.sum
staging/src/k8s.io/metrics/go.sum
+2
-2
go.mod
staging/src/k8s.io/node-api/go.mod
+0
-1
go.sum
staging/src/k8s.io/node-api/go.sum
+2
-2
go.mod
staging/src/k8s.io/sample-apiserver/go.mod
+0
-1
go.sum
staging/src/k8s.io/sample-apiserver/go.sum
+2
-2
go.mod
staging/src/k8s.io/sample-cli-plugin/go.mod
+0
-1
go.sum
staging/src/k8s.io/sample-cli-plugin/go.sum
+2
-2
go.mod
staging/src/k8s.io/sample-controller/go.mod
+0
-1
go.sum
staging/src/k8s.io/sample-controller/go.sum
+2
-2
LICENSE
vendor/github.com/golang/protobuf/LICENSE
+0
-3
jsonpb.go
vendor/github.com/golang/protobuf/jsonpb/jsonpb.go
+45
-15
encode.go
vendor/github.com/golang/protobuf/proto/encode.go
+0
-18
lib.go
vendor/github.com/golang/protobuf/proto/lib.go
+60
-2
properties.go
vendor/github.com/golang/protobuf/proto/properties.go
+8
-8
table_marshal.go
vendor/github.com/golang/protobuf/proto/table_marshal.go
+0
-0
table_unmarshal.go
vendor/github.com/golang/protobuf/proto/table_unmarshal.go
+113
-29
text.go
vendor/github.com/golang/protobuf/proto/text.go
+2
-2
text_parser.go
vendor/github.com/golang/protobuf/proto/text_parser.go
+3
-3
any.go
vendor/github.com/golang/protobuf/ptypes/any.go
+6
-4
any.pb.go
vendor/github.com/golang/protobuf/ptypes/any/any.pb.go
+1
-1
duration.pb.go
...github.com/golang/protobuf/ptypes/duration/duration.pb.go
+2
-2
struct.pb.go
vendor/github.com/golang/protobuf/ptypes/struct/struct.pb.go
+21
-11
timestamp.pb.go
...thub.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go
+2
-2
wrappers.pb.go
...github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go
+8
-8
modules.txt
vendor/modules.txt
+1
-1
No files found.
Godeps/LICENSES
View file @
12d66f6d
...
@@ -8749,10 +8749,7 @@ third-party archives.
...
@@ -8749,10 +8749,7 @@ third-party archives.
================================================================================
================================================================================
=
vendor
/
github
.
com
/
golang
/
protobuf
licensed
under
:
=
=
vendor
/
github
.
com
/
golang
/
protobuf
licensed
under
:
=
Go
support
for
Protocol
Buffers
-
Google
's data interchange format
Copyright
2010
The
Go
Authors
.
All
rights
reserved
.
Copyright
2010
The
Go
Authors
.
All
rights
reserved
.
https://github.com/golang/protobuf
Redistribution
and
use
in
source
and
binary
forms
,
with
or
without
Redistribution
and
use
in
source
and
binary
forms
,
with
or
without
modification
,
are
permitted
provided
that
the
following
conditions
are
modification
,
are
permitted
provided
that
the
following
conditions
are
...
@@ -8781,7 +8778,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
...
@@ -8781,7 +8778,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF
THIS
SOFTWARE
,
EVEN
IF
ADVISED
OF
THE
POSSIBILITY
OF
SUCH
DAMAGE
.
OF
THIS
SOFTWARE
,
EVEN
IF
ADVISED
OF
THE
POSSIBILITY
OF
SUCH
DAMAGE
.
= vendor/github.com/golang/protobuf/LICENSE
14db3a56c3796a940ba32948a15f97d0
=
vendor
/
github
.
com
/
golang
/
protobuf
/
LICENSE
939
cce1ec101726fa754e698ac871622
================================================================================
================================================================================
go.mod
View file @
12d66f6d
...
@@ -284,7 +284,7 @@ replace (
...
@@ -284,7 +284,7 @@ replace (
github.com/golang/glog => github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/glog => github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache => github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/groupcache => github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/mock => github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01
github.com/golang/mock => github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01
github.com/golang/protobuf => github.com/golang/protobuf v1.
1
.0
github.com/golang/protobuf => github.com/golang/protobuf v1.
2
.0
github.com/golangplus/bytes => github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450
github.com/golangplus/bytes => github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450
github.com/golangplus/fmt => github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995
github.com/golangplus/fmt => github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995
github.com/golangplus/testing => github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e
github.com/golangplus/testing => github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e
...
...
go.sum
View file @
12d66f6d
...
@@ -163,8 +163,8 @@ github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieF
...
@@ -163,8 +163,8 @@ github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieF
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01 h1:rtnkE5nwSSDcZrbt4gcVsFPeSXXe7Nq2vCn9DBb0Y8I=
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01 h1:rtnkE5nwSSDcZrbt4gcVsFPeSXXe7Nq2vCn9DBb0Y8I=
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 h1:7xqw01UYS+KCI25bMrPxwNYkSns2Db1ziQPpVq99FpE=
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 h1:7xqw01UYS+KCI25bMrPxwNYkSns2Db1ziQPpVq99FpE=
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450/go.mod h1:Bk6SMAONeMXrxql8uvOKuAZSu8aM5RUGv+1C6IJaEho=
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450/go.mod h1:Bk6SMAONeMXrxql8uvOKuAZSu8aM5RUGv+1C6IJaEho=
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 h1:f5gsjBiF9tRRVomCvrkGMMWI8W1f2OBFar2c5oakAP0=
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 h1:f5gsjBiF9tRRVomCvrkGMMWI8W1f2OBFar2c5oakAP0=
...
...
staging/src/k8s.io/api/go.mod
View file @
12d66f6d
...
@@ -12,7 +12,6 @@ require (
...
@@ -12,7 +12,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/api/go.sum
View file @
12d66f6d
...
@@ -7,8 +7,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
...
@@ -7,8 +7,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
...
...
staging/src/k8s.io/apiextensions-apiserver/go.mod
View file @
12d66f6d
...
@@ -39,7 +39,6 @@ require (
...
@@ -39,7 +39,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/apiextensions-apiserver/go.sum
View file @
12d66f6d
...
@@ -68,8 +68,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
...
@@ -68,8 +68,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
...
...
staging/src/k8s.io/apimachinery/go.mod
View file @
12d66f6d
...
@@ -37,7 +37,6 @@ require (
...
@@ -37,7 +37,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/apimachinery/go.sum
View file @
12d66f6d
...
@@ -11,8 +11,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
...
@@ -11,8 +11,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/uuid v1.0.0 h1:b4Gk+7WdP/d3HZH8EJsZpvV7EtDOgaZLtnaNGIu1adA=
github.com/google/uuid v1.0.0 h1:b4Gk+7WdP/d3HZH8EJsZpvV7EtDOgaZLtnaNGIu1adA=
...
...
staging/src/k8s.io/apiserver/go.mod
View file @
12d66f6d
...
@@ -75,7 +75,6 @@ require (
...
@@ -75,7 +75,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/apiserver/go.sum
View file @
12d66f6d
...
@@ -53,8 +53,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
...
@@ -53,8 +53,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ=
github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ=
...
...
staging/src/k8s.io/cli-runtime/go.mod
View file @
12d66f6d
...
@@ -28,7 +28,6 @@ require (
...
@@ -28,7 +28,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/cli-runtime/go.sum
View file @
12d66f6d
...
@@ -27,8 +27,8 @@ github.com/go-openapi/swag v0.17.2/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/
...
@@ -27,8 +27,8 @@ github.com/go-openapi/swag v0.17.2/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
...
...
staging/src/k8s.io/client-go/go.mod
View file @
12d66f6d
...
@@ -36,7 +36,6 @@ require (
...
@@ -36,7 +36,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/client-go/go.sum
View file @
12d66f6d
...
@@ -17,8 +17,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
...
@@ -17,8 +17,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
...
...
staging/src/k8s.io/cloud-provider/go.mod
View file @
12d66f6d
...
@@ -15,7 +15,6 @@ require (
...
@@ -15,7 +15,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/cloud-provider/go.sum
View file @
12d66f6d
...
@@ -31,8 +31,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5
...
@@ -31,8 +31,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
...
...
staging/src/k8s.io/cluster-bootstrap/go.mod
View file @
12d66f6d
...
@@ -11,7 +11,6 @@ require (
...
@@ -11,7 +11,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/cluster-bootstrap/go.sum
View file @
12d66f6d
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
...
...
staging/src/k8s.io/component-base/go.mod
View file @
12d66f6d
...
@@ -13,7 +13,6 @@ require (
...
@@ -13,7 +13,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/component-base/go.sum
View file @
12d66f6d
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
...
...
staging/src/k8s.io/cri-api/go.mod
View file @
12d66f6d
...
@@ -20,7 +20,6 @@ require (
...
@@ -20,7 +20,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
k8s.io/cri-api => ../cri-api
k8s.io/cri-api => ../cri-api
)
)
staging/src/k8s.io/cri-api/go.sum
View file @
12d66f6d
...
@@ -4,8 +4,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
...
@@ -4,8 +4,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
...
...
staging/src/k8s.io/csi-translation-lib/go.mod
View file @
12d66f6d
...
@@ -12,7 +12,6 @@ require (
...
@@ -12,7 +12,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/csi-translation-lib/go.sum
View file @
12d66f6d
...
@@ -30,7 +30,7 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
...
@@ -30,7 +30,7 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
...
...
staging/src/k8s.io/kube-aggregator/go.mod
View file @
12d66f6d
...
@@ -28,7 +28,6 @@ require (
...
@@ -28,7 +28,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kube-aggregator/go.sum
View file @
12d66f6d
...
@@ -53,8 +53,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
...
@@ -53,8 +53,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
...
...
staging/src/k8s.io/kube-controller-manager/go.mod
View file @
12d66f6d
...
@@ -11,7 +11,6 @@ require (
...
@@ -11,7 +11,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kube-controller-manager/go.sum
View file @
12d66f6d
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
...
...
staging/src/k8s.io/kube-proxy/go.mod
View file @
12d66f6d
...
@@ -11,7 +11,6 @@ require (
...
@@ -11,7 +11,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kube-proxy/go.sum
View file @
12d66f6d
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
...
...
staging/src/k8s.io/kube-scheduler/go.mod
View file @
12d66f6d
...
@@ -11,7 +11,6 @@ require (
...
@@ -11,7 +11,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kube-scheduler/go.sum
View file @
12d66f6d
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
...
...
staging/src/k8s.io/kubelet/go.mod
View file @
12d66f6d
...
@@ -11,7 +11,6 @@ require (
...
@@ -11,7 +11,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kubelet/go.sum
View file @
12d66f6d
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
...
@@ -7,7 +7,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
...
...
staging/src/k8s.io/metrics/go.mod
View file @
12d66f6d
...
@@ -15,7 +15,6 @@ require (
...
@@ -15,7 +15,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/metrics/go.sum
View file @
12d66f6d
...
@@ -12,8 +12,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
...
@@ -12,8 +12,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
...
...
staging/src/k8s.io/node-api/go.mod
View file @
12d66f6d
...
@@ -12,7 +12,6 @@ require (
...
@@ -12,7 +12,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/node-api/go.sum
View file @
12d66f6d
...
@@ -13,8 +13,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
...
@@ -13,8 +13,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
...
...
staging/src/k8s.io/sample-apiserver/go.mod
View file @
12d66f6d
...
@@ -18,7 +18,6 @@ require (
...
@@ -18,7 +18,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/sample-apiserver/go.sum
View file @
12d66f6d
...
@@ -51,8 +51,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
...
@@ -51,8 +51,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
...
...
staging/src/k8s.io/sample-cli-plugin/go.mod
View file @
12d66f6d
...
@@ -13,7 +13,6 @@ require (
...
@@ -13,7 +13,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/sample-cli-plugin/go.sum
View file @
12d66f6d
...
@@ -27,8 +27,8 @@ github.com/go-openapi/swag v0.17.2/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/
...
@@ -27,8 +27,8 @@ github.com/go-openapi/swag v0.17.2/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCPyPYZfqHdJmc8MK4wrBjMft6BAM=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e h1:JHB7F/4TJCrYBW8+GZO8VkWDj1jxcWuCl6uxKODiyi4=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
...
...
staging/src/k8s.io/sample-controller/go.mod
View file @
12d66f6d
...
@@ -14,7 +14,6 @@ require (
...
@@ -14,7 +14,6 @@ require (
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/sample-controller/go.sum
View file @
12d66f6d
...
@@ -13,8 +13,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
...
@@ -13,8 +13,8 @@ github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 h1:WSBJMqJbLxsn+bTCP
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 h1:LbsanbbD6LieFkXbj9YNNBupiGHJgFeLpO0j0Fza1h8=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.
1.0 h1:0iH4Ffd/meGoXqF2lSAhZHt8X+cPgkfn/cb6Cce5Vpc
=
github.com/golang/protobuf v1.
2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
=
github.com/golang/protobuf v1.
1
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.
2
.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v0.0.0-20160524151835-7d79101e329e/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf h1:+RRA9JqSOZFfKrOeqr2z77+8R2RKyh8PG66dcu1V0ck=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
...
...
vendor/github.com/golang/protobuf/LICENSE
View file @
12d66f6d
Go support for Protocol Buffers - Google's data interchange format
Copyright 2010 The Go Authors. All rights reserved.
Copyright 2010 The Go Authors. All rights reserved.
https://github.com/golang/protobuf
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
...
vendor/github.com/golang/protobuf/jsonpb/jsonpb.go
View file @
12d66f6d
...
@@ -106,6 +106,9 @@ func defaultResolveAny(typeUrl string) (proto.Message, error) {
...
@@ -106,6 +106,9 @@ func defaultResolveAny(typeUrl string) (proto.Message, error) {
// way they are marshaled to JSON. Messages that implement this should
// way they are marshaled to JSON. Messages that implement this should
// also implement JSONPBUnmarshaler so that the custom format can be
// also implement JSONPBUnmarshaler so that the custom format can be
// parsed.
// parsed.
//
// The JSON marshaling must follow the proto to JSON specification:
// https://developers.google.com/protocol-buffers/docs/proto3#json
type
JSONPBMarshaler
interface
{
type
JSONPBMarshaler
interface
{
MarshalJSONPB
(
*
Marshaler
)
([]
byte
,
error
)
MarshalJSONPB
(
*
Marshaler
)
([]
byte
,
error
)
}
}
...
@@ -114,6 +117,9 @@ type JSONPBMarshaler interface {
...
@@ -114,6 +117,9 @@ type JSONPBMarshaler interface {
// the way they are unmarshaled from JSON. Messages that implement this
// the way they are unmarshaled from JSON. Messages that implement this
// should also implement JSONPBMarshaler so that the custom format can be
// should also implement JSONPBMarshaler so that the custom format can be
// produced.
// produced.
//
// The JSON unmarshaling must follow the JSON to proto specification:
// https://developers.google.com/protocol-buffers/docs/proto3#json
type
JSONPBUnmarshaler
interface
{
type
JSONPBUnmarshaler
interface
{
UnmarshalJSONPB
(
*
Unmarshaler
,
[]
byte
)
error
UnmarshalJSONPB
(
*
Unmarshaler
,
[]
byte
)
error
}
}
...
@@ -565,6 +571,7 @@ func (m *Marshaler) marshalValue(out *errWriter, prop *proto.Properties, v refle
...
@@ -565,6 +571,7 @@ func (m *Marshaler) marshalValue(out *errWriter, prop *proto.Properties, v refle
out
.
write
(
m
.
Indent
)
out
.
write
(
m
.
Indent
)
}
}
// TODO handle map key prop properly
b
,
err
:=
json
.
Marshal
(
k
.
Interface
())
b
,
err
:=
json
.
Marshal
(
k
.
Interface
())
if
err
!=
nil
{
if
err
!=
nil
{
return
err
return
err
...
@@ -586,7 +593,11 @@ func (m *Marshaler) marshalValue(out *errWriter, prop *proto.Properties, v refle
...
@@ -586,7 +593,11 @@ func (m *Marshaler) marshalValue(out *errWriter, prop *proto.Properties, v refle
out
.
write
(
` `
)
out
.
write
(
` `
)
}
}
if
err
:=
m
.
marshalValue
(
out
,
prop
,
v
.
MapIndex
(
k
),
indent
+
m
.
Indent
);
err
!=
nil
{
vprop
:=
prop
if
prop
!=
nil
&&
prop
.
MapValProp
!=
nil
{
vprop
=
prop
.
MapValProp
}
if
err
:=
m
.
marshalValue
(
out
,
vprop
,
v
.
MapIndex
(
k
),
indent
+
m
.
Indent
);
err
!=
nil
{
return
err
return
err
}
}
}
}
...
@@ -778,7 +789,7 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
...
@@ -778,7 +789,7 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
return
nil
return
nil
case
"Duration"
:
case
"Duration"
:
unq
,
err
:=
strconv
.
U
nquote
(
string
(
inputValue
))
unq
,
err
:=
u
nquote
(
string
(
inputValue
))
if
err
!=
nil
{
if
err
!=
nil
{
return
err
return
err
}
}
...
@@ -795,7 +806,7 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
...
@@ -795,7 +806,7 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
target
.
Field
(
1
)
.
SetInt
(
ns
)
target
.
Field
(
1
)
.
SetInt
(
ns
)
return
nil
return
nil
case
"Timestamp"
:
case
"Timestamp"
:
unq
,
err
:=
strconv
.
U
nquote
(
string
(
inputValue
))
unq
,
err
:=
u
nquote
(
string
(
inputValue
))
if
err
!=
nil
{
if
err
!=
nil
{
return
err
return
err
}
}
...
@@ -842,7 +853,7 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
...
@@ -842,7 +853,7 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
target
.
Field
(
0
)
.
Set
(
reflect
.
ValueOf
(
&
stpb
.
Value_NullValue
{}))
target
.
Field
(
0
)
.
Set
(
reflect
.
ValueOf
(
&
stpb
.
Value_NullValue
{}))
}
else
if
v
,
err
:=
strconv
.
ParseFloat
(
ivStr
,
0
);
err
==
nil
{
}
else
if
v
,
err
:=
strconv
.
ParseFloat
(
ivStr
,
0
);
err
==
nil
{
target
.
Field
(
0
)
.
Set
(
reflect
.
ValueOf
(
&
stpb
.
Value_NumberValue
{
v
}))
target
.
Field
(
0
)
.
Set
(
reflect
.
ValueOf
(
&
stpb
.
Value_NumberValue
{
v
}))
}
else
if
v
,
err
:=
strconv
.
U
nquote
(
ivStr
);
err
==
nil
{
}
else
if
v
,
err
:=
u
nquote
(
ivStr
);
err
==
nil
{
target
.
Field
(
0
)
.
Set
(
reflect
.
ValueOf
(
&
stpb
.
Value_StringValue
{
v
}))
target
.
Field
(
0
)
.
Set
(
reflect
.
ValueOf
(
&
stpb
.
Value_StringValue
{
v
}))
}
else
if
v
,
err
:=
strconv
.
ParseBool
(
ivStr
);
err
==
nil
{
}
else
if
v
,
err
:=
strconv
.
ParseBool
(
ivStr
);
err
==
nil
{
target
.
Field
(
0
)
.
Set
(
reflect
.
ValueOf
(
&
stpb
.
Value_BoolValue
{
v
}))
target
.
Field
(
0
)
.
Set
(
reflect
.
ValueOf
(
&
stpb
.
Value_BoolValue
{
v
}))
...
@@ -878,6 +889,9 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
...
@@ -878,6 +889,9 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
target
.
Set
(
reflect
.
New
(
targetType
.
Elem
()))
target
.
Set
(
reflect
.
New
(
targetType
.
Elem
()))
target
=
target
.
Elem
()
target
=
target
.
Elem
()
}
}
if
targetType
.
Kind
()
!=
reflect
.
Int32
{
return
fmt
.
Errorf
(
"invalid target %q for enum %s"
,
targetType
.
Kind
(),
prop
.
Enum
)
}
target
.
SetInt
(
int64
(
n
))
target
.
SetInt
(
int64
(
n
))
return
nil
return
nil
}
}
...
@@ -1007,16 +1021,22 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
...
@@ -1007,16 +1021,22 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
k
=
reflect
.
ValueOf
(
ks
)
k
=
reflect
.
ValueOf
(
ks
)
}
else
{
}
else
{
k
=
reflect
.
New
(
targetType
.
Key
())
.
Elem
()
k
=
reflect
.
New
(
targetType
.
Key
())
.
Elem
()
// TODO: pass the correct Properties if needed.
var
kprop
*
proto
.
Properties
if
err
:=
u
.
unmarshalValue
(
k
,
json
.
RawMessage
(
ks
),
nil
);
err
!=
nil
{
if
prop
!=
nil
&&
prop
.
MapKeyProp
!=
nil
{
kprop
=
prop
.
MapKeyProp
}
if
err
:=
u
.
unmarshalValue
(
k
,
json
.
RawMessage
(
ks
),
kprop
);
err
!=
nil
{
return
err
return
err
}
}
}
}
// Unmarshal map value.
// Unmarshal map value.
v
:=
reflect
.
New
(
targetType
.
Elem
())
.
Elem
()
v
:=
reflect
.
New
(
targetType
.
Elem
())
.
Elem
()
// TODO: pass the correct Properties if needed.
var
vprop
*
proto
.
Properties
if
err
:=
u
.
unmarshalValue
(
v
,
raw
,
nil
);
err
!=
nil
{
if
prop
!=
nil
&&
prop
.
MapValProp
!=
nil
{
vprop
=
prop
.
MapValProp
}
if
err
:=
u
.
unmarshalValue
(
v
,
raw
,
vprop
);
err
!=
nil
{
return
err
return
err
}
}
target
.
SetMapIndex
(
k
,
v
)
target
.
SetMapIndex
(
k
,
v
)
...
@@ -1025,13 +1045,6 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
...
@@ -1025,13 +1045,6 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
return
nil
return
nil
}
}
// 64-bit integers can be encoded as strings. In this case we drop
// the quotes and proceed as normal.
isNum
:=
targetType
.
Kind
()
==
reflect
.
Int64
||
targetType
.
Kind
()
==
reflect
.
Uint64
if
isNum
&&
strings
.
HasPrefix
(
string
(
inputValue
),
`"`
)
{
inputValue
=
inputValue
[
1
:
len
(
inputValue
)
-
1
]
}
// Non-finite numbers can be encoded as strings.
// Non-finite numbers can be encoded as strings.
isFloat
:=
targetType
.
Kind
()
==
reflect
.
Float32
||
targetType
.
Kind
()
==
reflect
.
Float64
isFloat
:=
targetType
.
Kind
()
==
reflect
.
Float32
||
targetType
.
Kind
()
==
reflect
.
Float64
if
isFloat
{
if
isFloat
{
...
@@ -1041,10 +1054,25 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
...
@@ -1041,10 +1054,25 @@ func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMe
}
}
}
}
// integers & floats can be encoded as strings. In this case we drop
// the quotes and proceed as normal.
isNum
:=
targetType
.
Kind
()
==
reflect
.
Int64
||
targetType
.
Kind
()
==
reflect
.
Uint64
||
targetType
.
Kind
()
==
reflect
.
Int32
||
targetType
.
Kind
()
==
reflect
.
Uint32
||
targetType
.
Kind
()
==
reflect
.
Float32
||
targetType
.
Kind
()
==
reflect
.
Float64
if
isNum
&&
strings
.
HasPrefix
(
string
(
inputValue
),
`"`
)
{
inputValue
=
inputValue
[
1
:
len
(
inputValue
)
-
1
]
}
// Use the encoding/json for parsing other value types.
// Use the encoding/json for parsing other value types.
return
json
.
Unmarshal
(
inputValue
,
target
.
Addr
()
.
Interface
())
return
json
.
Unmarshal
(
inputValue
,
target
.
Addr
()
.
Interface
())
}
}
func
unquote
(
s
string
)
(
string
,
error
)
{
var
ret
string
err
:=
json
.
Unmarshal
([]
byte
(
s
),
&
ret
)
return
ret
,
err
}
// jsonProperties returns parsed proto.Properties for the field and corrects JSONName attribute.
// jsonProperties returns parsed proto.Properties for the field and corrects JSONName attribute.
func
jsonProperties
(
f
reflect
.
StructField
,
origName
bool
)
*
proto
.
Properties
{
func
jsonProperties
(
f
reflect
.
StructField
,
origName
bool
)
*
proto
.
Properties
{
var
prop
proto
.
Properties
var
prop
proto
.
Properties
...
@@ -1094,6 +1122,8 @@ func (s mapKeys) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
...
@@ -1094,6 +1122,8 @@ func (s mapKeys) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
func
(
s
mapKeys
)
Less
(
i
,
j
int
)
bool
{
func
(
s
mapKeys
)
Less
(
i
,
j
int
)
bool
{
if
k
:=
s
[
i
]
.
Kind
();
k
==
s
[
j
]
.
Kind
()
{
if
k
:=
s
[
i
]
.
Kind
();
k
==
s
[
j
]
.
Kind
()
{
switch
k
{
switch
k
{
case
reflect
.
String
:
return
s
[
i
]
.
String
()
<
s
[
j
]
.
String
()
case
reflect
.
Int32
,
reflect
.
Int64
:
case
reflect
.
Int32
,
reflect
.
Int64
:
return
s
[
i
]
.
Int
()
<
s
[
j
]
.
Int
()
return
s
[
i
]
.
Int
()
<
s
[
j
]
.
Int
()
case
reflect
.
Uint32
,
reflect
.
Uint64
:
case
reflect
.
Uint32
,
reflect
.
Uint64
:
...
...
vendor/github.com/golang/protobuf/proto/encode.go
View file @
12d66f6d
...
@@ -37,27 +37,9 @@ package proto
...
@@ -37,27 +37,9 @@ package proto
import
(
import
(
"errors"
"errors"
"fmt"
"reflect"
"reflect"
)
)
// RequiredNotSetError is the error returned if Marshal is called with
// a protocol buffer struct whose required fields have not
// all been initialized. It is also the error returned if Unmarshal is
// called with an encoded protocol buffer that does not include all the
// required fields.
//
// When printed, RequiredNotSetError reports the first unset required field in a
// message. If the field cannot be precisely determined, it is reported as
// "{Unknown}".
type
RequiredNotSetError
struct
{
field
string
}
func
(
e
*
RequiredNotSetError
)
Error
()
string
{
return
fmt
.
Sprintf
(
"proto: required field %q not set"
,
e
.
field
)
}
var
(
var
(
// errRepeatedHasNil is the error returned if Marshal is called with
// errRepeatedHasNil is the error returned if Marshal is called with
// a struct with a repeated field containing a nil element.
// a struct with a repeated field containing a nil element.
...
...
vendor/github.com/golang/protobuf/proto/lib.go
View file @
12d66f6d
...
@@ -265,7 +265,6 @@ package proto
...
@@ -265,7 +265,6 @@ package proto
import
(
import
(
"encoding/json"
"encoding/json"
"errors"
"fmt"
"fmt"
"log"
"log"
"reflect"
"reflect"
...
@@ -274,7 +273,66 @@ import (
...
@@ -274,7 +273,66 @@ import (
"sync"
"sync"
)
)
var
errInvalidUTF8
=
errors
.
New
(
"proto: invalid UTF-8 string"
)
// RequiredNotSetError is an error type returned by either Marshal or Unmarshal.
// Marshal reports this when a required field is not initialized.
// Unmarshal reports this when a required field is missing from the wire data.
type
RequiredNotSetError
struct
{
field
string
}
func
(
e
*
RequiredNotSetError
)
Error
()
string
{
if
e
.
field
==
""
{
return
fmt
.
Sprintf
(
"proto: required field not set"
)
}
return
fmt
.
Sprintf
(
"proto: required field %q not set"
,
e
.
field
)
}
func
(
e
*
RequiredNotSetError
)
RequiredNotSet
()
bool
{
return
true
}
type
invalidUTF8Error
struct
{
field
string
}
func
(
e
*
invalidUTF8Error
)
Error
()
string
{
if
e
.
field
==
""
{
return
"proto: invalid UTF-8 detected"
}
return
fmt
.
Sprintf
(
"proto: field %q contains invalid UTF-8"
,
e
.
field
)
}
func
(
e
*
invalidUTF8Error
)
InvalidUTF8
()
bool
{
return
true
}
// errInvalidUTF8 is a sentinel error to identify fields with invalid UTF-8.
// This error should not be exposed to the external API as such errors should
// be recreated with the field information.
var
errInvalidUTF8
=
&
invalidUTF8Error
{}
// isNonFatal reports whether the error is either a RequiredNotSet error
// or a InvalidUTF8 error.
func
isNonFatal
(
err
error
)
bool
{
if
re
,
ok
:=
err
.
(
interface
{
RequiredNotSet
()
bool
});
ok
&&
re
.
RequiredNotSet
()
{
return
true
}
if
re
,
ok
:=
err
.
(
interface
{
InvalidUTF8
()
bool
});
ok
&&
re
.
InvalidUTF8
()
{
return
true
}
return
false
}
type
nonFatal
struct
{
E
error
}
// Merge merges err into nf and reports whether it was successful.
// Otherwise it returns false for any fatal non-nil errors.
func
(
nf
*
nonFatal
)
Merge
(
err
error
)
(
ok
bool
)
{
if
err
==
nil
{
return
true
// not an error
}
if
!
isNonFatal
(
err
)
{
return
false
// fatal error
}
if
nf
.
E
==
nil
{
nf
.
E
=
err
// store first instance of non-fatal error
}
return
true
}
// Message is implemented by generated protocol buffer messages.
// Message is implemented by generated protocol buffer messages.
type
Message
interface
{
type
Message
interface
{
...
...
vendor/github.com/golang/protobuf/proto/properties.go
View file @
12d66f6d
...
@@ -139,7 +139,7 @@ type Properties struct {
...
@@ -139,7 +139,7 @@ type Properties struct {
Repeated
bool
Repeated
bool
Packed
bool
// relevant for repeated primitives only
Packed
bool
// relevant for repeated primitives only
Enum
string
// set for enum types only
Enum
string
// set for enum types only
proto3
bool
// whether this is known to be a proto3 field
; set for []byte only
proto3
bool
// whether this is known to be a proto3 field
oneof
bool
// whether this is a oneof field
oneof
bool
// whether this is a oneof field
Default
string
// default value
Default
string
// default value
...
@@ -148,9 +148,9 @@ type Properties struct {
...
@@ -148,9 +148,9 @@ type Properties struct {
stype
reflect
.
Type
// set for struct types only
stype
reflect
.
Type
// set for struct types only
sprop
*
StructProperties
// set for struct types only
sprop
*
StructProperties
// set for struct types only
mtype
reflect
.
Type
// set for map types only
mtype
reflect
.
Type
// set for map types only
mkeyp
rop
*
Properties
// set for map types only
MapKeyP
rop
*
Properties
// set for map types only
mvalp
rop
*
Properties
// set for map types only
MapValP
rop
*
Properties
// set for map types only
}
}
// String formats the properties in the protobuf struct field tag style.
// String formats the properties in the protobuf struct field tag style.
...
@@ -275,16 +275,16 @@ func (p *Properties) setFieldProps(typ reflect.Type, f *reflect.StructField, loc
...
@@ -275,16 +275,16 @@ func (p *Properties) setFieldProps(typ reflect.Type, f *reflect.StructField, loc
case
reflect
.
Map
:
case
reflect
.
Map
:
p
.
mtype
=
t1
p
.
mtype
=
t1
p
.
mkeyp
rop
=
&
Properties
{}
p
.
MapKeyP
rop
=
&
Properties
{}
p
.
mkeyp
rop
.
init
(
reflect
.
PtrTo
(
p
.
mtype
.
Key
()),
"Key"
,
f
.
Tag
.
Get
(
"protobuf_key"
),
nil
,
lockGetProp
)
p
.
MapKeyP
rop
.
init
(
reflect
.
PtrTo
(
p
.
mtype
.
Key
()),
"Key"
,
f
.
Tag
.
Get
(
"protobuf_key"
),
nil
,
lockGetProp
)
p
.
mvalp
rop
=
&
Properties
{}
p
.
MapValP
rop
=
&
Properties
{}
vtype
:=
p
.
mtype
.
Elem
()
vtype
:=
p
.
mtype
.
Elem
()
if
vtype
.
Kind
()
!=
reflect
.
Ptr
&&
vtype
.
Kind
()
!=
reflect
.
Slice
{
if
vtype
.
Kind
()
!=
reflect
.
Ptr
&&
vtype
.
Kind
()
!=
reflect
.
Slice
{
// The value type is not a message (*T) or bytes ([]byte),
// The value type is not a message (*T) or bytes ([]byte),
// so we need encoders for the pointer to this type.
// so we need encoders for the pointer to this type.
vtype
=
reflect
.
PtrTo
(
vtype
)
vtype
=
reflect
.
PtrTo
(
vtype
)
}
}
p
.
mvalp
rop
.
init
(
vtype
,
"Value"
,
f
.
Tag
.
Get
(
"protobuf_val"
),
nil
,
lockGetProp
)
p
.
MapValP
rop
.
init
(
vtype
,
"Value"
,
f
.
Tag
.
Get
(
"protobuf_val"
),
nil
,
lockGetProp
)
}
}
if
p
.
stype
!=
nil
{
if
p
.
stype
!=
nil
{
...
...
vendor/github.com/golang/protobuf/proto/table_marshal.go
View file @
12d66f6d
This diff is collapsed.
Click to expand it.
vendor/github.com/golang/protobuf/proto/table_unmarshal.go
View file @
12d66f6d
...
@@ -97,6 +97,8 @@ type unmarshalFieldInfo struct {
...
@@ -97,6 +97,8 @@ type unmarshalFieldInfo struct {
// if a required field, contains a single set bit at this field's index in the required field list.
// if a required field, contains a single set bit at this field's index in the required field list.
reqMask
uint64
reqMask
uint64
name
string
// name of the field, for error reporting
}
}
var
(
var
(
...
@@ -136,8 +138,8 @@ func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error {
...
@@ -136,8 +138,8 @@ func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error {
if
u
.
isMessageSet
{
if
u
.
isMessageSet
{
return
UnmarshalMessageSet
(
b
,
m
.
offset
(
u
.
extensions
)
.
toExtensions
())
return
UnmarshalMessageSet
(
b
,
m
.
offset
(
u
.
extensions
)
.
toExtensions
())
}
}
var
reqMask
uint64
// bitmask of required fields we've seen.
var
reqMask
uint64
// bitmask of required fields we've seen.
var
rnse
*
RequiredNotSetError
// an instance of a RequiredNotSetError returned by a submessage.
var
errLater
error
for
len
(
b
)
>
0
{
for
len
(
b
)
>
0
{
// Read tag and wire type.
// Read tag and wire type.
// Special case 1 and 2 byte varints.
// Special case 1 and 2 byte varints.
...
@@ -176,11 +178,20 @@ func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error {
...
@@ -176,11 +178,20 @@ func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error {
if
r
,
ok
:=
err
.
(
*
RequiredNotSetError
);
ok
{
if
r
,
ok
:=
err
.
(
*
RequiredNotSetError
);
ok
{
// Remember this error, but keep parsing. We need to produce
// Remember this error, but keep parsing. We need to produce
// a full parse even if a required field is missing.
// a full parse even if a required field is missing.
rnse
=
r
if
errLater
==
nil
{
errLater
=
r
}
reqMask
|=
f
.
reqMask
reqMask
|=
f
.
reqMask
continue
continue
}
}
if
err
!=
errInternalBadWireType
{
if
err
!=
errInternalBadWireType
{
if
err
==
errInvalidUTF8
{
if
errLater
==
nil
{
fullName
:=
revProtoTypes
[
reflect
.
PtrTo
(
u
.
typ
)]
+
"."
+
f
.
name
errLater
=
&
invalidUTF8Error
{
fullName
}
}
continue
}
return
err
return
err
}
}
// Fragments with bad wire type are treated as unknown fields.
// Fragments with bad wire type are treated as unknown fields.
...
@@ -239,20 +250,16 @@ func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error {
...
@@ -239,20 +250,16 @@ func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error {
emap
[
int32
(
tag
)]
=
e
emap
[
int32
(
tag
)]
=
e
}
}
}
}
if
rnse
!=
nil
{
if
reqMask
!=
u
.
reqMask
&&
errLater
==
nil
{
// A required field of a submessage/group is missing. Return that error.
return
rnse
}
if
reqMask
!=
u
.
reqMask
{
// A required field of this message is missing.
// A required field of this message is missing.
for
_
,
n
:=
range
u
.
reqFields
{
for
_
,
n
:=
range
u
.
reqFields
{
if
reqMask
&
1
==
0
{
if
reqMask
&
1
==
0
{
return
&
RequiredNotSetError
{
n
}
errLater
=
&
RequiredNotSetError
{
n
}
}
}
reqMask
>>=
1
reqMask
>>=
1
}
}
}
}
return
nil
return
errLater
}
}
// computeUnmarshalInfo fills in u with information for use
// computeUnmarshalInfo fills in u with information for use
...
@@ -351,7 +358,7 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
...
@@ -351,7 +358,7 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
}
}
// Store the info in the correct slot in the message.
// Store the info in the correct slot in the message.
u
.
setTag
(
tag
,
toField
(
&
f
),
unmarshal
,
reqMask
)
u
.
setTag
(
tag
,
toField
(
&
f
),
unmarshal
,
reqMask
,
name
)
}
}
// Find any types associated with oneof fields.
// Find any types associated with oneof fields.
...
@@ -366,10 +373,17 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
...
@@ -366,10 +373,17 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
f
:=
typ
.
Field
(
0
)
// oneof implementers have one field
f
:=
typ
.
Field
(
0
)
// oneof implementers have one field
baseUnmarshal
:=
fieldUnmarshaler
(
&
f
)
baseUnmarshal
:=
fieldUnmarshaler
(
&
f
)
tags
tr
:=
strings
.
Split
(
f
.
Tag
.
Get
(
"protobuf"
),
","
)[
1
]
tags
:=
strings
.
Split
(
f
.
Tag
.
Get
(
"protobuf"
),
","
)
tag
,
err
:=
strconv
.
Atoi
(
tagstr
)
fieldNum
,
err
:=
strconv
.
Atoi
(
tags
[
1
]
)
if
err
!=
nil
{
if
err
!=
nil
{
panic
(
"protobuf tag field not an integer: "
+
tagstr
)
panic
(
"protobuf tag field not an integer: "
+
tags
[
1
])
}
var
name
string
for
_
,
tag
:=
range
tags
{
if
strings
.
HasPrefix
(
tag
,
"name="
)
{
name
=
strings
.
TrimPrefix
(
tag
,
"name="
)
break
}
}
}
// Find the oneof field that this struct implements.
// Find the oneof field that this struct implements.
...
@@ -380,7 +394,7 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
...
@@ -380,7 +394,7 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
// That lets us know where this struct should be stored
// That lets us know where this struct should be stored
// when we encounter it during unmarshaling.
// when we encounter it during unmarshaling.
unmarshal
:=
makeUnmarshalOneof
(
typ
,
of
.
ityp
,
baseUnmarshal
)
unmarshal
:=
makeUnmarshalOneof
(
typ
,
of
.
ityp
,
baseUnmarshal
)
u
.
setTag
(
tag
,
of
.
field
,
unmarshal
,
0
)
u
.
setTag
(
fieldNum
,
of
.
field
,
unmarshal
,
0
,
name
)
}
}
}
}
}
}
...
@@ -401,7 +415,7 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
...
@@ -401,7 +415,7 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
// [0 0] is [tag=0/wiretype=varint varint-encoded-0].
// [0 0] is [tag=0/wiretype=varint varint-encoded-0].
u
.
setTag
(
0
,
zeroField
,
func
(
b
[]
byte
,
f
pointer
,
w
int
)
([]
byte
,
error
)
{
u
.
setTag
(
0
,
zeroField
,
func
(
b
[]
byte
,
f
pointer
,
w
int
)
([]
byte
,
error
)
{
return
nil
,
fmt
.
Errorf
(
"proto: %s: illegal tag 0 (wire type %d)"
,
t
,
w
)
return
nil
,
fmt
.
Errorf
(
"proto: %s: illegal tag 0 (wire type %d)"
,
t
,
w
)
},
0
)
},
0
,
""
)
// Set mask for required field check.
// Set mask for required field check.
u
.
reqMask
=
uint64
(
1
)
<<
uint
(
len
(
u
.
reqFields
))
-
1
u
.
reqMask
=
uint64
(
1
)
<<
uint
(
len
(
u
.
reqFields
))
-
1
...
@@ -413,8 +427,9 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
...
@@ -413,8 +427,9 @@ func (u *unmarshalInfo) computeUnmarshalInfo() {
// tag = tag # for field
// tag = tag # for field
// field/unmarshal = unmarshal info for that field.
// field/unmarshal = unmarshal info for that field.
// reqMask = if required, bitmask for field position in required field list. 0 otherwise.
// reqMask = if required, bitmask for field position in required field list. 0 otherwise.
func
(
u
*
unmarshalInfo
)
setTag
(
tag
int
,
field
field
,
unmarshal
unmarshaler
,
reqMask
uint64
)
{
// name = short name of the field.
i
:=
unmarshalFieldInfo
{
field
:
field
,
unmarshal
:
unmarshal
,
reqMask
:
reqMask
}
func
(
u
*
unmarshalInfo
)
setTag
(
tag
int
,
field
field
,
unmarshal
unmarshaler
,
reqMask
uint64
,
name
string
)
{
i
:=
unmarshalFieldInfo
{
field
:
field
,
unmarshal
:
unmarshal
,
reqMask
:
reqMask
,
name
:
name
}
n
:=
u
.
typ
.
NumField
()
n
:=
u
.
typ
.
NumField
()
if
tag
>=
0
&&
(
tag
<
16
||
tag
<
2
*
n
)
{
// TODO: what are the right numbers here?
if
tag
>=
0
&&
(
tag
<
16
||
tag
<
2
*
n
)
{
// TODO: what are the right numbers here?
for
len
(
u
.
dense
)
<=
tag
{
for
len
(
u
.
dense
)
<=
tag
{
...
@@ -442,11 +457,17 @@ func typeUnmarshaler(t reflect.Type, tags string) unmarshaler {
...
@@ -442,11 +457,17 @@ func typeUnmarshaler(t reflect.Type, tags string) unmarshaler {
tagArray
:=
strings
.
Split
(
tags
,
","
)
tagArray
:=
strings
.
Split
(
tags
,
","
)
encoding
:=
tagArray
[
0
]
encoding
:=
tagArray
[
0
]
name
:=
"unknown"
name
:=
"unknown"
proto3
:=
false
validateUTF8
:=
true
for
_
,
tag
:=
range
tagArray
[
3
:
]
{
for
_
,
tag
:=
range
tagArray
[
3
:
]
{
if
strings
.
HasPrefix
(
tag
,
"name="
)
{
if
strings
.
HasPrefix
(
tag
,
"name="
)
{
name
=
tag
[
5
:
]
name
=
tag
[
5
:
]
}
}
if
tag
==
"proto3"
{
proto3
=
true
}
}
}
validateUTF8
=
validateUTF8
&&
proto3
// Figure out packaging (pointer, slice, or both)
// Figure out packaging (pointer, slice, or both)
slice
:=
false
slice
:=
false
...
@@ -594,6 +615,15 @@ func typeUnmarshaler(t reflect.Type, tags string) unmarshaler {
...
@@ -594,6 +615,15 @@ func typeUnmarshaler(t reflect.Type, tags string) unmarshaler {
}
}
return
unmarshalBytesValue
return
unmarshalBytesValue
case
reflect
.
String
:
case
reflect
.
String
:
if
validateUTF8
{
if
pointer
{
return
unmarshalUTF8StringPtr
}
if
slice
{
return
unmarshalUTF8StringSlice
}
return
unmarshalUTF8StringValue
}
if
pointer
{
if
pointer
{
return
unmarshalStringPtr
return
unmarshalStringPtr
}
}
...
@@ -1448,9 +1478,6 @@ func unmarshalStringValue(b []byte, f pointer, w int) ([]byte, error) {
...
@@ -1448,9 +1478,6 @@ func unmarshalStringValue(b []byte, f pointer, w int) ([]byte, error) {
return
nil
,
io
.
ErrUnexpectedEOF
return
nil
,
io
.
ErrUnexpectedEOF
}
}
v
:=
string
(
b
[
:
x
])
v
:=
string
(
b
[
:
x
])
if
!
utf8
.
ValidString
(
v
)
{
return
nil
,
errInvalidUTF8
}
*
f
.
toString
()
=
v
*
f
.
toString
()
=
v
return
b
[
x
:
],
nil
return
b
[
x
:
],
nil
}
}
...
@@ -1468,9 +1495,6 @@ func unmarshalStringPtr(b []byte, f pointer, w int) ([]byte, error) {
...
@@ -1468,9 +1495,6 @@ func unmarshalStringPtr(b []byte, f pointer, w int) ([]byte, error) {
return
nil
,
io
.
ErrUnexpectedEOF
return
nil
,
io
.
ErrUnexpectedEOF
}
}
v
:=
string
(
b
[
:
x
])
v
:=
string
(
b
[
:
x
])
if
!
utf8
.
ValidString
(
v
)
{
return
nil
,
errInvalidUTF8
}
*
f
.
toStringPtr
()
=
&
v
*
f
.
toStringPtr
()
=
&
v
return
b
[
x
:
],
nil
return
b
[
x
:
],
nil
}
}
...
@@ -1488,11 +1512,69 @@ func unmarshalStringSlice(b []byte, f pointer, w int) ([]byte, error) {
...
@@ -1488,11 +1512,69 @@ func unmarshalStringSlice(b []byte, f pointer, w int) ([]byte, error) {
return
nil
,
io
.
ErrUnexpectedEOF
return
nil
,
io
.
ErrUnexpectedEOF
}
}
v
:=
string
(
b
[
:
x
])
v
:=
string
(
b
[
:
x
])
s
:=
f
.
toStringSlice
()
*
s
=
append
(
*
s
,
v
)
return
b
[
x
:
],
nil
}
func
unmarshalUTF8StringValue
(
b
[]
byte
,
f
pointer
,
w
int
)
([]
byte
,
error
)
{
if
w
!=
WireBytes
{
return
b
,
errInternalBadWireType
}
x
,
n
:=
decodeVarint
(
b
)
if
n
==
0
{
return
nil
,
io
.
ErrUnexpectedEOF
}
b
=
b
[
n
:
]
if
x
>
uint64
(
len
(
b
))
{
return
nil
,
io
.
ErrUnexpectedEOF
}
v
:=
string
(
b
[
:
x
])
*
f
.
toString
()
=
v
if
!
utf8
.
ValidString
(
v
)
{
if
!
utf8
.
ValidString
(
v
)
{
return
nil
,
errInvalidUTF8
return
b
[
x
:
]
,
errInvalidUTF8
}
}
return
b
[
x
:
],
nil
}
func
unmarshalUTF8StringPtr
(
b
[]
byte
,
f
pointer
,
w
int
)
([]
byte
,
error
)
{
if
w
!=
WireBytes
{
return
b
,
errInternalBadWireType
}
x
,
n
:=
decodeVarint
(
b
)
if
n
==
0
{
return
nil
,
io
.
ErrUnexpectedEOF
}
b
=
b
[
n
:
]
if
x
>
uint64
(
len
(
b
))
{
return
nil
,
io
.
ErrUnexpectedEOF
}
v
:=
string
(
b
[
:
x
])
*
f
.
toStringPtr
()
=
&
v
if
!
utf8
.
ValidString
(
v
)
{
return
b
[
x
:
],
errInvalidUTF8
}
return
b
[
x
:
],
nil
}
func
unmarshalUTF8StringSlice
(
b
[]
byte
,
f
pointer
,
w
int
)
([]
byte
,
error
)
{
if
w
!=
WireBytes
{
return
b
,
errInternalBadWireType
}
x
,
n
:=
decodeVarint
(
b
)
if
n
==
0
{
return
nil
,
io
.
ErrUnexpectedEOF
}
b
=
b
[
n
:
]
if
x
>
uint64
(
len
(
b
))
{
return
nil
,
io
.
ErrUnexpectedEOF
}
v
:=
string
(
b
[
:
x
])
s
:=
f
.
toStringSlice
()
s
:=
f
.
toStringSlice
()
*
s
=
append
(
*
s
,
v
)
*
s
=
append
(
*
s
,
v
)
if
!
utf8
.
ValidString
(
v
)
{
return
b
[
x
:
],
errInvalidUTF8
}
return
b
[
x
:
],
nil
return
b
[
x
:
],
nil
}
}
...
@@ -1674,6 +1756,7 @@ func makeUnmarshalMap(f *reflect.StructField) unmarshaler {
...
@@ -1674,6 +1756,7 @@ func makeUnmarshalMap(f *reflect.StructField) unmarshaler {
// Maps will be somewhat slow. Oh well.
// Maps will be somewhat slow. Oh well.
// Read key and value from data.
// Read key and value from data.
var
nerr
nonFatal
k
:=
reflect
.
New
(
kt
)
k
:=
reflect
.
New
(
kt
)
v
:=
reflect
.
New
(
vt
)
v
:=
reflect
.
New
(
vt
)
for
len
(
b
)
>
0
{
for
len
(
b
)
>
0
{
...
@@ -1694,7 +1777,7 @@ func makeUnmarshalMap(f *reflect.StructField) unmarshaler {
...
@@ -1694,7 +1777,7 @@ func makeUnmarshalMap(f *reflect.StructField) unmarshaler {
err
=
errInternalBadWireType
// skip unknown tag
err
=
errInternalBadWireType
// skip unknown tag
}
}
if
err
==
nil
{
if
nerr
.
Merge
(
err
)
{
continue
continue
}
}
if
err
!=
errInternalBadWireType
{
if
err
!=
errInternalBadWireType
{
...
@@ -1717,7 +1800,7 @@ func makeUnmarshalMap(f *reflect.StructField) unmarshaler {
...
@@ -1717,7 +1800,7 @@ func makeUnmarshalMap(f *reflect.StructField) unmarshaler {
// Insert into map.
// Insert into map.
m
.
SetMapIndex
(
k
.
Elem
(),
v
.
Elem
())
m
.
SetMapIndex
(
k
.
Elem
(),
v
.
Elem
())
return
r
,
n
il
return
r
,
n
err
.
E
}
}
}
}
...
@@ -1743,15 +1826,16 @@ func makeUnmarshalOneof(typ, ityp reflect.Type, unmarshal unmarshaler) unmarshal
...
@@ -1743,15 +1826,16 @@ func makeUnmarshalOneof(typ, ityp reflect.Type, unmarshal unmarshaler) unmarshal
// Unmarshal data into holder.
// Unmarshal data into holder.
// We unmarshal into the first field of the holder object.
// We unmarshal into the first field of the holder object.
var
err
error
var
err
error
var
nerr
nonFatal
b
,
err
=
unmarshal
(
b
,
valToPointer
(
v
)
.
offset
(
field0
),
w
)
b
,
err
=
unmarshal
(
b
,
valToPointer
(
v
)
.
offset
(
field0
),
w
)
if
err
!=
nil
{
if
!
nerr
.
Merge
(
err
)
{
return
nil
,
err
return
nil
,
err
}
}
// Write pointer to holder into target field.
// Write pointer to holder into target field.
f
.
asPointerTo
(
ityp
)
.
Elem
()
.
Set
(
v
)
f
.
asPointerTo
(
ityp
)
.
Elem
()
.
Set
(
v
)
return
b
,
n
il
return
b
,
n
err
.
E
}
}
}
}
...
...
vendor/github.com/golang/protobuf/proto/text.go
View file @
12d66f6d
...
@@ -353,7 +353,7 @@ func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) error {
...
@@ -353,7 +353,7 @@ func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) error {
return
err
return
err
}
}
}
}
if
err
:=
tm
.
writeAny
(
w
,
key
,
props
.
mkeyp
rop
);
err
!=
nil
{
if
err
:=
tm
.
writeAny
(
w
,
key
,
props
.
MapKeyP
rop
);
err
!=
nil
{
return
err
return
err
}
}
if
err
:=
w
.
WriteByte
(
'\n'
);
err
!=
nil
{
if
err
:=
w
.
WriteByte
(
'\n'
);
err
!=
nil
{
...
@@ -370,7 +370,7 @@ func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) error {
...
@@ -370,7 +370,7 @@ func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) error {
return
err
return
err
}
}
}
}
if
err
:=
tm
.
writeAny
(
w
,
val
,
props
.
mvalp
rop
);
err
!=
nil
{
if
err
:=
tm
.
writeAny
(
w
,
val
,
props
.
MapValP
rop
);
err
!=
nil
{
return
err
return
err
}
}
if
err
:=
w
.
WriteByte
(
'\n'
);
err
!=
nil
{
if
err
:=
w
.
WriteByte
(
'\n'
);
err
!=
nil
{
...
...
vendor/github.com/golang/protobuf/proto/text_parser.go
View file @
12d66f6d
...
@@ -630,17 +630,17 @@ func (p *textParser) readStruct(sv reflect.Value, terminator string) error {
...
@@ -630,17 +630,17 @@ func (p *textParser) readStruct(sv reflect.Value, terminator string) error {
if
err
:=
p
.
consumeToken
(
":"
);
err
!=
nil
{
if
err
:=
p
.
consumeToken
(
":"
);
err
!=
nil
{
return
err
return
err
}
}
if
err
:=
p
.
readAny
(
key
,
props
.
mkeyp
rop
);
err
!=
nil
{
if
err
:=
p
.
readAny
(
key
,
props
.
MapKeyP
rop
);
err
!=
nil
{
return
err
return
err
}
}
if
err
:=
p
.
consumeOptionalSeparator
();
err
!=
nil
{
if
err
:=
p
.
consumeOptionalSeparator
();
err
!=
nil
{
return
err
return
err
}
}
case
"value"
:
case
"value"
:
if
err
:=
p
.
checkForColon
(
props
.
mvalp
rop
,
dst
.
Type
()
.
Elem
());
err
!=
nil
{
if
err
:=
p
.
checkForColon
(
props
.
MapValP
rop
,
dst
.
Type
()
.
Elem
());
err
!=
nil
{
return
err
return
err
}
}
if
err
:=
p
.
readAny
(
val
,
props
.
mvalp
rop
);
err
!=
nil
{
if
err
:=
p
.
readAny
(
val
,
props
.
MapValP
rop
);
err
!=
nil
{
return
err
return
err
}
}
if
err
:=
p
.
consumeOptionalSeparator
();
err
!=
nil
{
if
err
:=
p
.
consumeOptionalSeparator
();
err
!=
nil
{
...
...
vendor/github.com/golang/protobuf/ptypes/any.go
View file @
12d66f6d
...
@@ -130,10 +130,12 @@ func UnmarshalAny(any *any.Any, pb proto.Message) error {
...
@@ -130,10 +130,12 @@ func UnmarshalAny(any *any.Any, pb proto.Message) error {
// Is returns true if any value contains a given message type.
// Is returns true if any value contains a given message type.
func
Is
(
any
*
any
.
Any
,
pb
proto
.
Message
)
bool
{
func
Is
(
any
*
any
.
Any
,
pb
proto
.
Message
)
bool
{
aname
,
err
:=
AnyMessageName
(
any
)
// The following is equivalent to AnyMessageName(any) == proto.MessageName(pb),
if
err
!=
nil
{
// but it avoids scanning TypeUrl for the slash.
if
any
==
nil
{
return
false
return
false
}
}
name
:=
proto
.
MessageName
(
pb
)
return
aname
==
proto
.
MessageName
(
pb
)
prefix
:=
len
(
any
.
TypeUrl
)
-
len
(
name
)
return
prefix
>=
1
&&
any
.
TypeUrl
[
prefix
-
1
]
==
'/'
&&
any
.
TypeUrl
[
prefix
:
]
==
name
}
}
vendor/github.com/golang/protobuf/ptypes/any/any.pb.go
View file @
12d66f6d
...
@@ -121,7 +121,7 @@ type Any struct {
...
@@ -121,7 +121,7 @@ type Any struct {
// Schemes other than `http`, `https` (or the empty scheme) might be
// Schemes other than `http`, `https` (or the empty scheme) might be
// used with implementation specific semantics.
// used with implementation specific semantics.
//
//
TypeUrl
string
`protobuf:"bytes,1,opt,name=type_url,json=typeUrl" json:"type_url,omitempty"`
TypeUrl
string
`protobuf:"bytes,1,opt,name=type_url,json=typeUrl
,proto3
" json:"type_url,omitempty"`
// Must be a valid serialized protocol buffer of the above specified type.
// Must be a valid serialized protocol buffer of the above specified type.
Value
[]
byte
`protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
Value
[]
byte
`protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
...
...
vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go
View file @
12d66f6d
...
@@ -82,14 +82,14 @@ type Duration struct {
...
@@ -82,14 +82,14 @@ type Duration struct {
// Signed seconds of the span of time. Must be from -315,576,000,000
// Signed seconds of the span of time. Must be from -315,576,000,000
// to +315,576,000,000 inclusive. Note: these bounds are computed from:
// to +315,576,000,000 inclusive. Note: these bounds are computed from:
// 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
// 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
Seconds
int64
`protobuf:"varint,1,opt,name=seconds" json:"seconds,omitempty"`
Seconds
int64
`protobuf:"varint,1,opt,name=seconds
,proto3
" json:"seconds,omitempty"`
// Signed fractions of a second at nanosecond resolution of the span
// Signed fractions of a second at nanosecond resolution of the span
// of time. Durations less than one second are represented with a 0
// of time. Durations less than one second are represented with a 0
// `seconds` field and a positive or negative `nanos` field. For durations
// `seconds` field and a positive or negative `nanos` field. For durations
// of one second or more, a non-zero value for the `nanos` field must be
// of one second or more, a non-zero value for the `nanos` field must be
// of the same sign as the `seconds` field. Must be from -999,999,999
// of the same sign as the `seconds` field. Must be from -999,999,999
// to +999,999,999 inclusive.
// to +999,999,999 inclusive.
Nanos
int32
`protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"`
Nanos
int32
`protobuf:"varint,2,opt,name=nanos
,proto3
" json:"nanos,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
...
vendor/github.com/golang/protobuf/ptypes/struct/struct.pb.go
View file @
12d66f6d
...
@@ -54,7 +54,7 @@ func (NullValue) XXX_WellKnownType() string { return "NullValue" }
...
@@ -54,7 +54,7 @@ func (NullValue) XXX_WellKnownType() string { return "NullValue" }
// The JSON representation for `Struct` is JSON object.
// The JSON representation for `Struct` is JSON object.
type
Struct
struct
{
type
Struct
struct
{
// Unordered map of dynamically typed values.
// Unordered map of dynamically typed values.
Fields
map
[
string
]
*
Value
`protobuf:"bytes,1,rep,name=fields
" json:"fields,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value
"`
Fields
map
[
string
]
*
Value
`protobuf:"bytes,1,rep,name=fields
,proto3" json:"fields,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3
"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -144,30 +144,40 @@ type isValue_Kind interface {
...
@@ -144,30 +144,40 @@ type isValue_Kind interface {
}
}
type
Value_NullValue
struct
{
type
Value_NullValue
struct
{
NullValue
NullValue
`protobuf:"varint,1,opt,name=null_value,json=nullValue,enum=google.protobuf.NullValue,oneof"`
NullValue
NullValue
`protobuf:"varint,1,opt,name=null_value,json=nullValue,
proto3,
enum=google.protobuf.NullValue,oneof"`
}
}
type
Value_NumberValue
struct
{
type
Value_NumberValue
struct
{
NumberValue
float64
`protobuf:"fixed64,2,opt,name=number_value,json=numberValue,oneof"`
NumberValue
float64
`protobuf:"fixed64,2,opt,name=number_value,json=numberValue,
proto3,
oneof"`
}
}
type
Value_StringValue
struct
{
type
Value_StringValue
struct
{
StringValue
string
`protobuf:"bytes,3,opt,name=string_value,json=stringValue,oneof"`
StringValue
string
`protobuf:"bytes,3,opt,name=string_value,json=stringValue,
proto3,
oneof"`
}
}
type
Value_BoolValue
struct
{
type
Value_BoolValue
struct
{
BoolValue
bool
`protobuf:"varint,4,opt,name=bool_value,json=boolValue,oneof"`
BoolValue
bool
`protobuf:"varint,4,opt,name=bool_value,json=boolValue,
proto3,
oneof"`
}
}
type
Value_StructValue
struct
{
type
Value_StructValue
struct
{
StructValue
*
Struct
`protobuf:"bytes,5,opt,name=struct_value,json=structValue,oneof"`
StructValue
*
Struct
`protobuf:"bytes,5,opt,name=struct_value,json=structValue,
proto3,
oneof"`
}
}
type
Value_ListValue
struct
{
type
Value_ListValue
struct
{
ListValue
*
ListValue
`protobuf:"bytes,6,opt,name=list_value,json=listValue,oneof"`
ListValue
*
ListValue
`protobuf:"bytes,6,opt,name=list_value,json=listValue,
proto3,
oneof"`
}
}
func
(
*
Value_NullValue
)
isValue_Kind
()
{}
func
(
*
Value_NullValue
)
isValue_Kind
()
{}
func
(
*
Value_NumberValue
)
isValue_Kind
()
{}
func
(
*
Value_NumberValue
)
isValue_Kind
()
{}
func
(
*
Value_StringValue
)
isValue_Kind
()
{}
func
(
*
Value_StringValue
)
isValue_Kind
()
{}
func
(
*
Value_BoolValue
)
isValue_Kind
()
{}
func
(
*
Value_BoolValue
)
isValue_Kind
()
{}
func
(
*
Value_StructValue
)
isValue_Kind
()
{}
func
(
*
Value_StructValue
)
isValue_Kind
()
{}
func
(
*
Value_ListValue
)
isValue_Kind
()
{}
func
(
*
Value_ListValue
)
isValue_Kind
()
{}
func
(
m
*
Value
)
GetKind
()
isValue_Kind
{
func
(
m
*
Value
)
GetKind
()
isValue_Kind
{
if
m
!=
nil
{
if
m
!=
nil
{
...
@@ -358,7 +368,7 @@ func _Value_OneofSizer(msg proto.Message) (n int) {
...
@@ -358,7 +368,7 @@ func _Value_OneofSizer(msg proto.Message) (n int) {
// The JSON representation for `ListValue` is JSON array.
// The JSON representation for `ListValue` is JSON array.
type
ListValue
struct
{
type
ListValue
struct
{
// Repeated field of dynamically typed values.
// Repeated field of dynamically typed values.
Values
[]
*
Value
`protobuf:"bytes,1,rep,name=values" json:"values,omitempty"`
Values
[]
*
Value
`protobuf:"bytes,1,rep,name=values
,proto3
" json:"values,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
...
vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go
View file @
12d66f6d
...
@@ -100,12 +100,12 @@ type Timestamp struct {
...
@@ -100,12 +100,12 @@ type Timestamp struct {
// Represents seconds of UTC time since Unix epoch
// Represents seconds of UTC time since Unix epoch
// 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
// 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
// 9999-12-31T23:59:59Z inclusive.
// 9999-12-31T23:59:59Z inclusive.
Seconds
int64
`protobuf:"varint,1,opt,name=seconds" json:"seconds,omitempty"`
Seconds
int64
`protobuf:"varint,1,opt,name=seconds
,proto3
" json:"seconds,omitempty"`
// Non-negative fractions of a second at nanosecond resolution. Negative
// Non-negative fractions of a second at nanosecond resolution. Negative
// second values with fractions must still have non-negative nanos values
// second values with fractions must still have non-negative nanos values
// that count forward in time. Must be from 0 to 999,999,999
// that count forward in time. Must be from 0 to 999,999,999
// inclusive.
// inclusive.
Nanos
int32
`protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"`
Nanos
int32
`protobuf:"varint,2,opt,name=nanos
,proto3
" json:"nanos,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
...
vendor/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go
View file @
12d66f6d
...
@@ -23,7 +23,7 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
...
@@ -23,7 +23,7 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
// The JSON representation for `DoubleValue` is JSON number.
// The JSON representation for `DoubleValue` is JSON number.
type
DoubleValue
struct
{
type
DoubleValue
struct
{
// The double value.
// The double value.
Value
float64
`protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
Value
float64
`protobuf:"fixed64,1,opt,name=value
,proto3
" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -66,7 +66,7 @@ func (m *DoubleValue) GetValue() float64 {
...
@@ -66,7 +66,7 @@ func (m *DoubleValue) GetValue() float64 {
// The JSON representation for `FloatValue` is JSON number.
// The JSON representation for `FloatValue` is JSON number.
type
FloatValue
struct
{
type
FloatValue
struct
{
// The float value.
// The float value.
Value
float32
`protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"`
Value
float32
`protobuf:"fixed32,1,opt,name=value
,proto3
" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -109,7 +109,7 @@ func (m *FloatValue) GetValue() float32 {
...
@@ -109,7 +109,7 @@ func (m *FloatValue) GetValue() float32 {
// The JSON representation for `Int64Value` is JSON string.
// The JSON representation for `Int64Value` is JSON string.
type
Int64Value
struct
{
type
Int64Value
struct
{
// The int64 value.
// The int64 value.
Value
int64
`protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
Value
int64
`protobuf:"varint,1,opt,name=value
,proto3
" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -152,7 +152,7 @@ func (m *Int64Value) GetValue() int64 {
...
@@ -152,7 +152,7 @@ func (m *Int64Value) GetValue() int64 {
// The JSON representation for `UInt64Value` is JSON string.
// The JSON representation for `UInt64Value` is JSON string.
type
UInt64Value
struct
{
type
UInt64Value
struct
{
// The uint64 value.
// The uint64 value.
Value
uint64
`protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
Value
uint64
`protobuf:"varint,1,opt,name=value
,proto3
" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -195,7 +195,7 @@ func (m *UInt64Value) GetValue() uint64 {
...
@@ -195,7 +195,7 @@ func (m *UInt64Value) GetValue() uint64 {
// The JSON representation for `Int32Value` is JSON number.
// The JSON representation for `Int32Value` is JSON number.
type
Int32Value
struct
{
type
Int32Value
struct
{
// The int32 value.
// The int32 value.
Value
int32
`protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
Value
int32
`protobuf:"varint,1,opt,name=value
,proto3
" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -238,7 +238,7 @@ func (m *Int32Value) GetValue() int32 {
...
@@ -238,7 +238,7 @@ func (m *Int32Value) GetValue() int32 {
// The JSON representation for `UInt32Value` is JSON number.
// The JSON representation for `UInt32Value` is JSON number.
type
UInt32Value
struct
{
type
UInt32Value
struct
{
// The uint32 value.
// The uint32 value.
Value
uint32
`protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
Value
uint32
`protobuf:"varint,1,opt,name=value
,proto3
" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -281,7 +281,7 @@ func (m *UInt32Value) GetValue() uint32 {
...
@@ -281,7 +281,7 @@ func (m *UInt32Value) GetValue() uint32 {
// The JSON representation for `BoolValue` is JSON `true` and `false`.
// The JSON representation for `BoolValue` is JSON `true` and `false`.
type
BoolValue
struct
{
type
BoolValue
struct
{
// The bool value.
// The bool value.
Value
bool
`protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
Value
bool
`protobuf:"varint,1,opt,name=value
,proto3
" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -324,7 +324,7 @@ func (m *BoolValue) GetValue() bool {
...
@@ -324,7 +324,7 @@ func (m *BoolValue) GetValue() bool {
// The JSON representation for `StringValue` is JSON string.
// The JSON representation for `StringValue` is JSON string.
type
StringValue
struct
{
type
StringValue
struct
{
// The string value.
// The string value.
Value
string
`protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
Value
string
`protobuf:"bytes,1,opt,name=value
,proto3
" json:"value,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
...
vendor/modules.txt
View file @
12d66f6d
...
@@ -404,7 +404,7 @@ github.com/gogo/protobuf/vanity/command
...
@@ -404,7 +404,7 @@ github.com/gogo/protobuf/vanity/command
github.com/golang/groupcache/lru
github.com/golang/groupcache/lru
# github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01 => github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01
# github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01 => github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01
github.com/golang/mock/gomock
github.com/golang/mock/gomock
# github.com/golang/protobuf v1.2.0 => github.com/golang/protobuf v1.
1
.0
# github.com/golang/protobuf v1.2.0 => github.com/golang/protobuf v1.
2
.0
github.com/golang/protobuf/jsonpb
github.com/golang/protobuf/jsonpb
github.com/golang/protobuf/proto
github.com/golang/protobuf/proto
github.com/golang/protobuf/protoc-gen-go/descriptor
github.com/golang/protobuf/protoc-gen-go/descriptor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment