Skip to content

Commit

Permalink
Update go-wilcard lib #156
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Kara <adrien@iglou.eu>
  • Loading branch information
IGLOU-EU authored and muesli committed Jan 13, 2022
1 parent af580c4 commit 9d0af04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ module github.com/muesli/duf
go 1.15

require (
git.iglou.eu/Imported/go-wildcard v1.0.1
github.com/IGLOU-EU/go-wildcard v1.0.2
github.com/jedib0t/go-pretty/v6 v6.2.4
github.com/mattn/go-runewidth v0.0.13
github.com/muesli/termenv v0.9.0
golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72
)

replace git.iglou.eu/Imported/go-wildcard => github.com/IGLOU-EU/go-wildcard v1.0.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/IGLOU-EU/go-wildcard v1.0.1 h1:c+fSJUP8QxS9Fyj5LT3V+sWd8XaDdsuMRBpCScrnKSA=
github.com/IGLOU-EU/go-wildcard v1.0.1/go.mod h1:ni+caI7lkwXjCtYujDMsXUfNLKnvnyKeM5P03eaPBxA=
github.com/IGLOU-EU/go-wildcard v1.0.2 h1:XLitXLt1Zt5ho4TZuqDbUSn8NDpu6bkLg25kJQ+YEXA=
github.com/IGLOU-EU/go-wildcard v1.0.2/go.mod h1:/qeV4QLmydCbwH0UMQJmXDryrFKJknWi/jjO8IiuQfY=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fzipp/gocyclo v0.3.1/go.mod h1:DJHO6AUmbdqj2ET4Z9iArSuwWgYDRryYt2wASxc7x3E=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
"strings"

wildcard "git.iglou.eu/Imported/go-wildcard"
wildcard "github.com/IGLOU-EU/go-wildcard"
"github.com/jedib0t/go-pretty/v6/table"
"github.com/muesli/termenv"
terminal "golang.org/x/term"
Expand Down

0 comments on commit 9d0af04

Please sign in to comment.