Skip to content

Commit

Permalink
Merge pull request #227 from go-kit/github-logfmt
Browse files Browse the repository at this point in the history
Stop using gopkg.in for logfmt package.
  • Loading branch information
peterbourgon committed Mar 29, 2016
2 parents b69f23a + d7719eb commit f2622b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion log/logfmt_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package log
import (
"io"

"gopkg.in/logfmt.v0"
"github.com/go-logfmt/logfmt"
)

type logfmtLogger struct {
Expand Down
2 changes: 1 addition & 1 deletion log/logfmt_logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"

"github.com/go-kit/kit/log"
"gopkg.in/logfmt.v0"
"github.com/go-logfmt/logfmt"
)

func TestLogfmtLogger(t *testing.T) {
Expand Down

0 comments on commit f2622b9

Please sign in to comment.