Taken from elastic/elastic-agent#4615 (comment):
In elastic/elastic-agent#4615, we're trying to upgrade the github.com/elastic/elastic-agent-system-metrics dependencyfrom0.9.2to0.9.3. However, this upgrade is indirectly also upgrading the github.com/docker/dockerdependency fromv25.0.5+incompatibletov26.0.2+incompatible`.
This indirect upgrade is conflicting with the version of the github.com/elastic/elastic-agent-autodiscover dependency being used by github.com/elastic/elastic-agent: v0.6.14 because that version depends on an older version of the github.com/docker/docker dependency: v24.0.9+incompatible.
We need to:
This will unblock elastic/elastic-agent#4615.
Taken from elastic/elastic-agent#4615 (comment):
In elastic/elastic-agent#4615, we're trying to upgrade the
github.com/elastic/elastic-agent-system-metricsdependencyfrom0.9.2to0.9.3. However, this upgrade is indirectly also upgrading thegithub.com/docker/dockerdependency fromv25.0.5+incompatibletov26.0.2+incompatible`.This indirect upgrade is conflicting with the version of the
github.com/elastic/elastic-agent-autodiscoverdependency being used bygithub.com/elastic/elastic-agent:v0.6.14because that version depends on an older version of thegithub.com/docker/dockerdependency:v24.0.9+incompatible.We need to:
github.com/docker/dockerdependency tov26.0.2+incompatiblein this repositorygithub.com/elastic/elastic-agent-autodiscoverdependency ingithub.com/elastic/elastic-agentto the new release's versionThis will unblock elastic/elastic-agent#4615.