my local k6 extension wants to use my own local package. I add my local projects in the extension go.mod by go “replace”. But in the extension, when i use xk6 build --with command to build extension, it just found my local projects in the website, not local, which is not existed ,of course. How can i do?