diff --git a/examples/signalfxgatewayprometheusremotewritereceiver/go.mod b/examples/signalfxgatewayprometheusremotewritereceiver/go.mod index e1e8806e30..b819adc1dd 100644 --- a/examples/signalfxgatewayprometheusremotewritereceiver/go.mod +++ b/examples/signalfxgatewayprometheusremotewritereceiver/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/gogo/protobuf v1.3.2 github.com/golang/snappy v0.0.4 - github.com/prometheus/common v0.50.0 + github.com/prometheus/common v0.51.1 github.com/prometheus/prometheus v0.51.0 ) diff --git a/examples/signalfxgatewayprometheusremotewritereceiver/go.sum b/examples/signalfxgatewayprometheusremotewritereceiver/go.sum index 5afa3fb64c..e8815711a0 100644 --- a/examples/signalfxgatewayprometheusremotewritereceiver/go.sum +++ b/examples/signalfxgatewayprometheusremotewritereceiver/go.sum @@ -350,8 +350,8 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8 github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= -github.com/prometheus/common v0.50.0 h1:YSZE6aa9+luNa2da6/Tik0q0A5AbR+U003TItK57CPQ= -github.com/prometheus/common v0.50.0/go.mod h1:wHFBCEVWVmHMUpg7pYcOm2QUR/ocQdYSJVQJKnHc3xQ= +github.com/prometheus/common v0.51.1 h1:eIjN50Bwglz6a/c3hAgSMcofL3nD+nFQkV6Dd4DsQCw= +github.com/prometheus/common v0.51.1/go.mod h1:lrWtQx+iDfn2mbH5GUzlH9TSHyfZpHkSiG1W7y3sF2Q= github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4= github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=