Open
Description
Thanos imports github.com/prometheus/prometheus
which imports go-loser
here: https://github.com/prometheus/prometheus/blob/main/go.mod#L15
We would like to import the any
version of go-loser
however that leads to compilation errors because loser.New
accepts different parameters depending on which version is used.
So, it would be cool to either provide a different module name for the any
version or provide a differently named constructor method. Or we are forced to make a copy of the whole library.
Metadata
Metadata
Assignees
Labels
No labels