fix(deps): update module github.com/charlievieth/fastwalk to v1.0.8 #108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.3
->v1.0.8
Release Notes
charlievieth/fastwalk (github.com/charlievieth/fastwalk)
v1.0.8
: Fix go1.20 buildCompare Source
v1.0.8
commit
1fb2d4d
Author: Charlie Vieth [email protected]
Date: Thu Jul 18 10:00:29 2024 -0400
v1.0.7
: Add optional sorting and automatically detect if forward slashes should be usedCompare Source
v1.0.7
This release changes the detection for ToSlash on Windows to only check is the
"MSYSTEM"
environment variable is set and removes the detection for Windows Subsystem on Linux (WSL) since it was unreliable (additionally tools likefd
do not attempt to detect if running under WSL).It also adds a new feature: the ability to sort directory entries before being processed. This does not make the order that directories and files are visited globally deterministic, but it does significantly improve the output Walk and is useful for tools that print said output.
commit
861d712
Author: Charlie Vieth [email protected]
Date: Thu Jul 11 00:39:35 2024 -0400
commit
875daa3
Author: Charlie Vieth [email protected]
Date: Tue Jul 16 12:50:55 2024 -0400
commit
87029d9
Author: Charlie Vieth [email protected]
Date: Wed Jul 3 14:59:17 2024 -0400
v1.0.6
: : fix go1.20 buildCompare Source
v1.0.6
commit
3ec5a9e
Author: Charlie Vieth [email protected]
Date: Wed Jul 3 02:58:43 2024 -0400
v1.0.5
: : add ToSlash option and replace getdirentries64 with readdir_r on macOSCompare Source
v1.0.5
commit
0446dfe
Author: Charlie Vieth [email protected]
Date: Wed Jul 3 01:21:34 2024 -0400
commit
22a282e
(master)Author: Charlie Vieth [email protected]
Date: Tue Jul 2 15:00:22 2024 -0400
commit
d4d0d43
Author: Charlie Vieth [email protected]
Date: Sat Jun 29 15:36:06 2024 -0400
commit
ca81468
Author: Charlie Vieth [email protected]
Date: Tue Jul 2 14:22:14 2024 -0400
commit
b2d5e56
Author: Charlie Vieth [email protected]
Date: Tue Jul 2 14:12:03 2024 -0400
commit
e515b65
Author: Charlie Vieth [email protected]
Date: Sat Jun 22 01:10:08 2024 -0400
v1.0.4
: unix fix stat on unknown file typeCompare Source
v1.0.4
commit
78ddd19
(HEAD -> master, origin/master)Author: Jan Palus [email protected]
Date: Mon Jun 17 15:55:32 2024 +0200
commit
9e83309
Author: Charlie Vieth [email protected]
Date: Sat Apr 6 01:25:18 2024 -0400
commit
386c69b
Author: Charlie Vieth [email protected]
Date: Sat Apr 6 01:07:16 2024 -0400
commit
f3655c0
Author: Charlie Vieth [email protected]
Date: Sat Apr 6 01:01:58 2024 -0400
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.