Skip to content

Commit

Permalink
Update major version
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed Jun 8, 2021
1 parent 8da6bf6 commit e2c8fd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ A [logr](https://github.com/go-logr/logr) implementation using

```go
import (
"github.com/sirupsen/logrus"
"github.com/bombsimon/logrusr"
"github.com/bombsimon/logrusr/v2"
"github.com/go-logr/logr"
"github.com/sirupsen/logrus"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"fmt"

"github.com/bombsimon/logrusr"
"github.com/bombsimon/logrusr/v2"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bombsimon/logrusr
module github.com/bombsimon/logrusr/v2

go 1.13

Expand Down

0 comments on commit e2c8fd9

Please sign in to comment.