Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing by "go install" not working because of replace in .mod #40

Closed
Jesibu opened this issue Mar 29, 2023 · 2 comments
Closed

Installing by "go install" not working because of replace in .mod #40

Jesibu opened this issue Mar 29, 2023 · 2 comments

Comments

@Jesibu
Copy link

Jesibu commented Mar 29, 2023

Hi,

I tried to install esbulk like documented in the readme:

go install github.com/miku/esbulk/cmd/esbulk@latest

that is not anymore because of the replace directive in the .mod file that was added two month ago.

The go.mod file for the module providing named packages contains one or  
        more replace directives. It must not contain directives that would cause 
        it to be interpreted differently than if it were the main module.

Docker is not possible for me. Is there another way to install the Tool? (new to go and its environment ;) )

@miku miku closed this as completed in cdcea02 Mar 29, 2023
@miku
Copy link
Owner

miku commented Mar 29, 2023

Thanks for the report, I updated the docker dependency (which is only used at test time). It should work now.

@Jesibu
Copy link
Author

Jesibu commented Mar 29, 2023

That was the quickest response and fix I have ever seen :) Thanks mate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants