summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-14 18:30:50 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-14 21:26:05 +0200
commit0093eaa6831f026af5cebefae8ab3cd04b677cfe (patch)
treead32bd2de270b06b6f21bba245773c37ad9a70d6 /go.mod
parentd0f731c0397722b8d7b02637164e3df9103bead8 (diff)
deps: Upgrade github.com/bep/overlayfs v0.4.0 => v0.5.0
That version implement file.Readdir/Readdirnames for n > 0. Closes #9783
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4465d5b42..397be1fad 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/bep/godartsass v0.14.0
github.com/bep/golibsass v1.0.0
github.com/bep/gowebp v0.1.0
- github.com/bep/overlayfs v0.4.0
+ github.com/bep/overlayfs v0.5.0
github.com/bep/tmc v0.5.1
github.com/clbanning/mxj/v2 v2.5.5
github.com/cli/safeexec v1.0.0