Skip to content

Commit

Permalink
fixed logxi version
Browse files Browse the repository at this point in the history
  • Loading branch information
Janulka committed Jun 1, 2017
1 parent 17a471b commit e89eb8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"strconv"

"github.com/mgutz/logxi"
logxi "github.com/mgutz/logxi/v1"
)

var logger logxi.Logger
Expand Down
2 changes: 1 addition & 1 deletion kvs/init.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package kvs

import "github.com/mgutz/logxi"
import logxi "github.com/mgutz/logxi/v1"

var logger logxi.Logger

Expand Down
2 changes: 1 addition & 1 deletion sqlx-runner/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/cenkalti/backoff"
"github.com/mgutz/logxi"
logxi "github.com/mgutz/logxi/v1"
"gopkg.in/mgutz/dat.v1"
"gopkg.in/mgutz/dat.v1/kvs"
"gopkg.in/mgutz/dat.v1/postgres"
Expand Down
2 changes: 1 addition & 1 deletion sqlx-runner/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"time"

"github.com/mgutz/logxi"
logxi "github.com/mgutz/logxi/v1"

"gopkg.in/mgutz/dat.v1"
"gopkg.in/mgutz/dat.v1/kvs"
Expand Down

0 comments on commit e89eb8c

Please sign in to comment.