We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Cannot successfully build this extension using xk6 build.
To Reproduce Steps to reproduce the behavior:
Expected behavior Build is successful
Actual behavior Build fails with the following message:
#0 40.11 go: downloading github.com/dynatrace/xk6-output-dynatrace v0.0.0-20230403173834-93c29c10f8aa #0 40.36 go: github.com/dynatrace/[email protected]: parsing go.mod: #0 40.36 module declares its path as: github.com/Dynatrace/xk6-output-dynatrace #0 40.36 but was required as: github.com/dynatrace/xk6-output-dynatrace #0 40.37 2023/07/12 15:30:54 [INFO] Cleaning up temporary folder: /tmp/buildenv_2023-07-12-1530.1839432015 #0 40.37 2023/07/12 15:30:54 [FATAL] exit status 1
Screenshots N/A
Desktop (please complete the following information):
Additional context N/A
The text was updated successfully, but these errors were encountered:
Are you still having issues here? The D in Dynatrace is case sensitive. Try:
D
Dynatrace
xk6 build --output "/tmp/k6" --with github.com/Dynatrace/xk6-output-dynatrace
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Cannot successfully build this extension using xk6 build.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build is successful
Actual behavior
Build fails with the following message:
Screenshots
N/A
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: