Merge pull request #8928 from LeviHarrison/kit/log-part2

Switch `go-kit/kit/log` to `go-kit/log` in HTTP SD
This commit is contained in:
Julien Pivotto 2021-06-11 21:47:21 +02:00 committed by GitHub
commit 39dbcd8e3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ import (
"net/url"
"time"
"github.com/go-kit/kit/log"
"github.com/go-kit/log"
"github.com/pkg/errors"
"github.com/prometheus/common/config"
"github.com/prometheus/common/model"