grafana / mimir-prometheus

Apache License 2.0
35 stars 9 forks source link

Upgrade github.com/googleapis/enterprise-certificate-proxy to v0.3.4 #732

Closed aknuds1 closed 6 days ago

aknuds1 commented 6 days ago

Cherry-pick of https://github.com/prometheus/prometheus/pull/14897.

Upgrade github.com/googleapis/enterprise-certificate-proxy from v0.3.3 to v0.3.4, to fix the following error on OSX:

✗ go mod tidy
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.3
verifying github.com/googleapis/enterprise-certificate-proxy@v0.3.3: checksum mismatch
    downloaded: h1:G6q7VHBoU74wQHXFsZSLMPl0rFw0ZDrlZ3rt6/aTBII=
    go.sum:     h1:QRje2j5GZimBzlbhGA2V2QlGNgL8G6e+wGo/+/2bWI0=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

See issue for context. There are no actual changes in v0.3.4.