Skip to content

Commit

Permalink
Merge pull request #226 from dannykopping/dannykopping/go-kit
Browse files Browse the repository at this point in the history
Migrate from go-kit/kit/log to go-kit/log
  • Loading branch information
bboreham authored Oct 15, 2021
2 parents 36f2692 + 7c8a744 commit dd05e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions log/gokit.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"os"

"github.com/go-kit/kit/log"
"github.com/go-kit/kit/log/level"
"github.com/go-kit/log"
"github.com/go-kit/log/level"
)

// NewGoKitFormat creates a new Interface backed by a GoKit logger
Expand Down
2 changes: 1 addition & 1 deletion log/level.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package logging
import (
"flag"

"github.com/go-kit/kit/log/level"
"github.com/go-kit/log/level"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)
Expand Down

0 comments on commit dd05e1a

Please sign in to comment.