Skip to content

Commit

Permalink
Stop using gopkg.in for logfmt package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHines committed Mar 28, 2016
1 parent b69f23a commit d7719eb
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
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
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 d7719eb

Please sign in to comment.