Hi, Recently I was looking at github.com/prometheus/common and I noticed that github.com/prometheus/common/sigv4 is its own separate Go module.
The interesting bit is that it depends on the github.com/prometheus/common Go module (the config package that it contains). This means that changing github.com/prometheus/common does not get immediately reflected in github.com/prometheus/common/sigv4: you have to update the version specified in sigv4's go.mod file, which in turn means you have to _merge_ changes to common before they are visible to the code in sigv4. Was this intentional? Am I missing something? -- Marcelo Magallón -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/CABiJYgYdZs4mgfV91j-DV1A2fghjWExw8hozvuKEjdtkNN85wg%40mail.gmail.com.

