Sync integration/go.mod with root go.mod
the root go.mod no longer pins these two imports to specific versions Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -33,9 +33,7 @@ replace (
|
||||
// root, because that's the actual version expected by the "containerd/containerd"
|
||||
// dependency above.
|
||||
github.com/gogo/googleapis => github.com/gogo/googleapis v1.3.2
|
||||
github.com/golang/protobuf => github.com/golang/protobuf v1.3.5
|
||||
// urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
|
||||
github.com/urfave/cli => github.com/urfave/cli v1.22.1
|
||||
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
||||
google.golang.org/grpc => google.golang.org/grpc v1.27.1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user