From cd41be5d04324183ce26425a8f93cf77899ed147 Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 26 Jan 2023 14:41:26 -0800 Subject: [PATCH] use relative path for mshell --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c928ff76..9efde402 100644 --- a/go.mod +++ b/go.mod @@ -26,4 +26,4 @@ require ( mvdan.cc/sh/v3 v3.5.1 // indirect ) -replace github.com/scripthaus-dev/mshell v0.0.0 => /Users/mike/work/gopath/src/github.com/scripthaus-dev/mshell/ +replace github.com/scripthaus-dev/mshell v0.0.0 => ../mshell/