diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 15a7589..2c12169 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -20,7 +20,7 @@ }, { "ImportPath": "github.com/golang/protobuf", - "Rev": "v1.1.0" + "Rev": "v1.2.0" }, { "ImportPath": "github.com/pmezard/go-difflib", diff --git a/go.mod b/go.mod index 82b696b..c939c2c 100644 --- a/go.mod +++ b/go.mod @@ -21,5 +21,4 @@ require ( replace ( github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9 - k8s.io/cri-api => ../cri-api )