-
Notifications
You must be signed in to change notification settings - Fork 838
Description
Describe the bug
you have cyclic dependencies between avalanchego and avalanche-network-runner, avalanchego and coreth
To Reproduce
Go mod tidy in verbose mode or go mod graph on any repo that uses avalanche
Expected behavior
It is very bad practice to create cyclic dependencies. This cause errors and superfluous dependencies
Logs
go: github.com/ava-labs/avalanchego@v1.9.8 requires
github.com/ava-labs/coreth@v0.11.7-rc.0 requires
github.com/ava-labs/avalanchego@v1.9.8-rc.9 requires
github.com/ava-labs/coreth@v0.11.6-rc.0 requires
github.com/ava-labs/avalanche-ledger-go@v0.0.13 requires
github.com/ava-labs/avalanchego@v1.9.2 requires
github.com/ava-labs/avalanche-ledger-go@v0.0.11 requires
github.com/ava-labs/avalanchego@v1.7.18 requires
github.com/ava-labs/coreth@v0.8.16-rc.2 requires
github.com/ava-labs/avalanchego@v1.7.17 requires
github.com/ava-labs/coreth@v0.8.15-rc.1 requires
github.com/ava-labs/avalanchego@v1.7.16 requires
github.com/ava-labs/avalanche-network-runner@v1.0.6 requires
github.com/ava-labs/avalanchego-operator@v0.0.0-20211115144351-99f07d2570bf: invalid version: git fetch -f origin refs/heads/:refs/heads/ refs
/tags/:refs/tags/ in C:\Users\Ivan\go\pkg\mod\cache\vcs\0d4bed232e5a07a14f862c3021d2ff8945d42678ff73dd641e3d6ea0cc529f27: exit status 128:
remote: Repository not found.
fatal: repository 'https://github.com/ava-labs/avalanchego-operator/' not found
Operating System
Windows 10/Windows 11/ Ubuntu 18.04