Closed RomainMuller closed 1 month ago
Should we do a v0.9.0 for this ?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.48%. Comparing base (
87351e4
) to head (715aa9a
). Report is 1 commits behind head on main.
Case-conflicting import paths cause issues when using
go mod vendor
as the layout on case-sensitive file systems is different from that on case-insensitive file system. This is a long-known issue with the Go toolchain, however fixing this is non-trivial and could have undesirable consequences.Since the capitalized form of
DataDog
(sic) is most common today, renaming theorchestrion
module is the most pragramtic solution today.Caused-By golang/go#38342 Fixes #287