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

Switch `go-kit/kit/log` to `go-kit/log` in HTTP SD
pull/8931/head
Julien Pivotto 5 years ago committed by GitHub
commit 39dbcd8e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discovery/http/http.go

@ -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"

Loading…
Cancel
Save