Is your feature request related to a problem? Please describe.
We currently work in a sealed off environment with our local Artifactory that mirrors external sources for us. There is no direct connection to the outside otherwise. We're trying to build a docker container containing the bi client, but it currently hardcodes the dependency repo - https://github.com/jfrog/build-info-go/blob/main/utils/dependenciesutils.go#L37
Describe the solution you'd like to see
It would be nice to have the dependency repo as a parameter we can set.
Describe alternatives you've considered
There are no workarounds because the value is hardcoded in the source file.
Is your feature request related to a problem? Please describe.
We currently work in a sealed off environment with our local Artifactory that mirrors external sources for us. There is no direct connection to the outside otherwise. We're trying to build a docker container containing the bi client, but it currently hardcodes the dependency repo - https://github.com/jfrog/build-info-go/blob/main/utils/dependenciesutils.go#L37
Describe the solution you'd like to see
It would be nice to have the dependency repo as a parameter we can set.
Describe alternatives you've considered
There are no workarounds because the value is hardcoded in the source file.