From 4f663312f9f3c8ac1132f5cff4403a8dc8d90c0d Mon Sep 17 00:00:00 2001 From: sabban <15465465+sabban@users.noreply.github.com> Date: Wed, 19 Oct 2022 18:55:02 +0200 Subject: [PATCH] fix path --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 22068ca95..cce071690 100644 --- a/go.mod +++ b/go.mod @@ -175,4 +175,5 @@ require ( ) replace golang.org/x/time/rate => github.com/crowdsecurity/crowdsec/pkg/time/rate v0.0.0 -replace github.com/golang/protobuf => pkg/golang-protobuf \ No newline at end of file + +replace github.com/golang/protobuf => ./pkg/golang-protobuf