Alerting: Update prometheus version (#65688)

This commit is contained in:
Steve Simpson
2023-03-31 16:34:35 +02:00
committed by GitHub
parent 5a7602fee4
commit 04336d53a9
7 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import (
"testing"
"github.com/prometheus/alertmanager/api/v2/models"
"github.com/prometheus/prometheus/pkg/labels"
"github.com/prometheus/prometheus/model/labels"
"github.com/stretchr/testify/require"
)