Skip to content

Commit

Permalink
Go mod test
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlemmer committed Mar 27, 2020
1 parent 699e53b commit 7464584
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ext/ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package ext

import (
"errors"
log "github.com/inconshreveable/log15"
"math"
"testing"

log "github.com/usrpro/log15"
)

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"
log "github.com/usrpro/log15"
)

// 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
module github.com/usrpro/log15

go 1.11

Expand Down

0 comments on commit 7464584

Please sign in to comment.