Skip to content

Commit

Permalink
fix #47: update godirwalk to v1.7.4
Browse files Browse the repository at this point in the history
godirwalk 1.7.3 fails with a bad checksum on some systems (Windows, some CircleCI builds)

updating to v1.7.4 fixes the issue
  • Loading branch information
AJ ONeal authored Jan 3, 2019
1 parent c581253 commit 4a43289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/bmatcuk/doublestar v1.1.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/karrick/godirwalk v1.7.3
github.com/karrick/godirwalk v1.7.4
github.com/labstack/echo v3.2.1+incompatible
github.com/labstack/gommon v0.2.7 // indirect
github.com/maruel/panicparse v1.1.1 // indirect
Expand Down

0 comments on commit 4a43289

Please sign in to comment.