Skip to content

Commit

Permalink
chore: update redel dependency to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jul 25, 2019
1 parent be0d0c4 commit 3fb6aa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/joseluisq/go-tspath
go 1.12

require (
github.com/joseluisq/redel v2.1.0+incompatible
github.com/joseluisq/redel/v3 v3.0.0
github.com/mattn/go-zglob v0.0.1
)
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
github.com/joseluisq/go-tspath v0.0.0-20190709225901-b056db4bdeb1/go.mod h1:asAMd6wZ1GxWdXBQksTvwukI36fWxP9Pgu+4pXqAWww=
github.com/joseluisq/redel v2.1.0+incompatible h1:AAYewJRsFcE3gd5+fsOJN+NtJgU9VRYxnGKItWY+raI=
github.com/joseluisq/redel v2.1.0+incompatible/go.mod h1:f4/9NWvWrCTEciiUu242vqmkCXNJG9gBtt+14bu5q7E=
github.com/joseluisq/redel/v3 v3.0.0 h1:n7Ri3OfKW+DT6ZVkhiCzTVoR0uJkfjyG4OWsTuozcf4=
github.com/joseluisq/redel/v3 v3.0.0/go.mod h1:TFDRmA0EGykaj8AffxaGpb/AkAG5YW3uKEvi2gkycMU=
github.com/mattn/go-zglob v0.0.1 h1:xsEx/XUoVlI6yXjqBK062zYhRTZltCNmYPx6v+8DNaY=
github.com/mattn/go-zglob v0.0.1/go.mod h1:9fxibJccNxU2cnpIKLRRFA7zX7qhkJIQWBb449FYHOo=
3 changes: 1 addition & 2 deletions pkg/replacer/replacer.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import (
"path/filepath"

"github.com/joseluisq/go-tspath/pkg/tsconfig"

"github.com/joseluisq/redel"
"github.com/joseluisq/redel/v3"
)

// Replace replaces every TS path occurence per file
Expand Down

0 comments on commit 3fb6aa2

Please sign in to comment.