From 70e368741d74b97bf8bce76bf8952954b61216bb Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 29 Nov 2024 22:05:43 +0100 Subject: [PATCH] app/vmctl/testdata: fix tests broken after updating Prometheus dependencies in the commit 7c40b95224b14942bf339ad928ebe57b132e957f This is a follow-up for 765ce1b181261e3b2d3adb1679873dc15a71ec83 Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7700 --- app/vmctl/remoteread/remoteread.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/vmctl/remoteread/remoteread.go b/app/vmctl/remoteread/remoteread.go index c76024a8f..6f39f0037 100644 --- a/app/vmctl/remoteread/remoteread.go +++ b/app/vmctl/remoteread/remoteread.go @@ -18,7 +18,6 @@ import ( "github.com/prometheus/prometheus/config" "github.com/prometheus/prometheus/prompb" "github.com/prometheus/prometheus/storage/remote" - "github.com/prometheus/prometheus/tsdb/chunkenc" )