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:
Davanum Srinivas
2021-06-20 17:18:02 -04:00
parent c07711c8c0
commit d9694b2976
2 changed files with 46 additions and 8 deletions

View File

@@ -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
)