smartcontractkit / chainlink

node of the decentralized oracle network, bridging on and off-chain computation
https://chain.link
MIT License
6.83k stars 1.65k forks source link

fix go-plugin version #13681

Closed makramkd closed 1 week ago

makramkd commented 1 week ago

Was getting this error running make gomodtidy locally:

github.com/hashicorp/go-getter: github.com/hashicorp/go-plugin@v1.6.0 (replaced by github.com/smartcontractkit/go-plugin@v0.0.0-20231003134350-e49dad63b306): version "v0.0.0-20231003134350-e49dad63b306" invalid: unknown revision e49dad63b306

Looks like the replace in load/go.mod is different than the integration-tests/go.mod and indeed github is saying that this commit does not exist in the repo https://github.com/smartcontractkit/go-plugin/commit/e49dad63b306:

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

integration-tests/go.mod references commit https://github.com/smartcontractkit/go-plugin/commit/b3b91517de16 which does exist and contents seem to be the same.

cl-sonarqube-production[bot] commented 1 week ago

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube