kube-burner / kube-burner-ocp

OpenShift integrations and workloads for kube-burner
https://kube-burner.github.io/kube-burner-ocp/
Apache License 2.0
4 stars 14 forks source link

Revert replace-import as it not required #38

Closed vishnuchalla closed 3 months ago

vishnuchalla commented 3 months ago

Type of change

Description

Reverting this change as someone can simply clone the latest KB and replace it using the below command in their local

go mod edit  -replace  github.com/kube-burner/kube-burner=/home/rsevilla/labs/kube-burner

This is very specific to having knowledge in GO and contributors using KB as dependency are expected to have knowledge about fixing dependency issues.

Checklist before requesting a review