@@ -157,11 +157,11 @@ require (
157157	github.com/prometheus/blackbox_exporter  v0.24.1-0.20230623125439-bd22efa1c900 
158158	github.com/prometheus/client_golang  v1.20.5 
159159	github.com/prometheus/client_model  v0.6.1 
160- 	github.com/prometheus/common  v0.60.0  
160+ 	github.com/prometheus/common  v0.60.1  
161161	github.com/prometheus/common/sigv4  v0.1.0 
162162	github.com/prometheus/consul_exporter  v0.8.0 
163163	github.com/prometheus/memcached_exporter  v0.13.0 
164- 	github.com/prometheus/mysqld_exporter  v0.15.1  
164+ 	github.com/prometheus/mysqld_exporter  v0.16.0  
165165	github.com/prometheus/node_exporter  v1.6.0 
166166	github.com/prometheus/procfs  v0.15.1 
167167	github.com/prometheus/prometheus  v0.54.1  //  a.k.a. v2.51.2
@@ -829,7 +829,7 @@ require (
829829	github.com/moby/sys/userns  v0.1.0  //  indirect
830830	github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic  v0.112.0  //  indirect
831831	github.com/planetscale/vtprotobuf  v0.6.1-0.20240319094008-0393e58bdf10  //  indirect
832- 	github.com/prometheus/exporter-toolkit  v0.13.0   //  indirect
832+ 	github.com/prometheus/exporter-toolkit  v0.13.1   //  indirect
833833	go.opentelemetry.io/collector/connector/connectorprofiles  v0.112.0  //  indirect
834834	go.opentelemetry.io/collector/consumer/consumererror  v0.112.0  //  indirect
835835	go.opentelemetry.io/collector/consumer/consumererror/consumererrorprofiles  v0.112.0  //  indirect
@@ -904,7 +904,7 @@ replace (
904904	github.com/prometheus/exporter-toolkit  => github.com/prometheus/exporter-toolkit  v0.11.0 
905905
906906	//  TODO(marctc): remove once this PR is merged upstream: https://github.com/prometheus/mysqld_exporter/pull/774
907- 	github.com/prometheus/mysqld_exporter  => github.com/grafana/mysqld_exporter  v0.15 .1-0.20241014135602-1f5a8998ad7d  
907+ 	github.com/prometheus/mysqld_exporter  => github.com/grafana/mysqld_exporter  v0.16 .1-0.20241111085008-47b8ea9fab19  
908908
909909	//  TODO(marctc, mattdurham): Replace node_export with custom fork for multi usage. https://github.com/prometheus/node_exporter/pull/2812
910910	github.com/prometheus/node_exporter  => github.com/grafana/node_exporter  v0.18.1-grafana-r01.0.20231004161416-702318429731 
@@ -938,3 +938,5 @@ exclude (
938938)
939939
940940replace  github.com/prometheus/procfs  => github.com/prometheus/procfs  v0.12.0 
941+ 
942+ replace  github.com/grafana/mysqld_exporter  => github.com/grafana/mysqld_exporter  v0.16.1-0.20241111085008-47b8ea9fab19 
0 commit comments