From 0315acd07f6116b508ef3c310f264a4ef2c4f26f Mon Sep 17 00:00:00 2001 From: Honnix Date: Fri, 24 Jan 2020 08:07:15 +0100 Subject: [PATCH] remove unused replacement --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index f78995e18..d88aed8ce 100644 --- a/go.mod +++ b/go.mod @@ -65,7 +65,6 @@ require ( ) replace ( - github.com/vektra/mockery => github.com/enghabu/mockery v0.0.0-20191009061720-9d0c8670c2f0 k8s.io/api => github.com/lyft/api v0.0.0-20191031200350-b49a72c274e0 k8s.io/apimachinery => github.com/lyft/apimachinery v0.0.0-20191031200210-047e3ea32d7f )