Skip to content

Commit 475e00a

Browse files
committed
missing import
1 parent 8c1b1e6 commit 475e00a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/tls_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626
"github.com/go-kit/log/level"
2727
"github.com/pkg/errors"
2828
config_util "github.com/prometheus/common/config"
29+
"gopkg.in/yaml.v2"
2930
)
3031

3132
var (

0 commit comments

Comments
 (0)