mirror of
https://github.com/prometheus/prometheus
synced 2026-05-01 07:30:30 +08:00
Fix imports
Signed-off-by: Jean-Baptiste Le Duigou <jb.leduigou@gmail.com>
This commit is contained in:
@@ -17,9 +17,9 @@ import (
|
||||
"errors"
|
||||
"testing"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"github.com/prometheus/common/model"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
|
||||
"github.com/prometheus/prometheus/util/testutil"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user