Skip to content

Commit

Permalink
Prepare test release
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlemmer committed Mar 27, 2020
1 parent 1df42bf commit 15d916e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"math"
"testing"

log "github.com/inconshreveable/log15/v3"
log "github.com/usrpro/log15/v3"
)

func testHandler() (log.Handler, *log.Record) {
Expand Down
2 changes: 1 addition & 1 deletion ext/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync/atomic"
"unsafe"

log "github.com/inconshreveable/log15/v3"
log "github.com/usrpro/log15/v3"
)

// EscalateErrHandler wraps another handler and passes all records through
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/inconshreveable/log15/v3
module github.com/usrpro/log15/v3

go 1.9

Expand Down

0 comments on commit 15d916e

Please sign in to comment.