Closed nikitades closed 4 months ago
@nikitades the problem is that the xk6-proxy
extension is using an old version of k6 (v0.42.1
). The following command worked for me.
xk6 build --replace go.k6.io/k6=go.k6.io/k6@v0.52 --with github.com/gpiechnik2/xk6-proxy@latest
I want to build a custom binary with the following extension included: github.com/gpiechnik2/xk6-proxy@latest
So, what I do is:
mkdir xk6
cd xk6
xk6 build --with github.com/gpiechnik2/xk6-proxy@latest
And the output is always:
I tested it from various machines and even geographical locations and it always ends the same way. Can I skip prometheus dependency somehow?
Also, I tried to replace the broken package in the following fashion:
This looks like the new DNS record of the same package. But still it results in package name mismatch:
Is there a stable workaround?