Fix handling of empty directories (#44)

* Add test checking whether empty directories are included in backups

* Update targz library to include fix
This commit is contained in:
Frederik Ring
2021-12-29 10:10:12 +01:00
committed by GitHub
parent 32575c831e
commit 1f9582df51
3 changed files with 6 additions and 4 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/gofrs/flock v0.8.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/leekchan/timeutil v0.0.0-20150802142658-28917288c48d
github.com/m90/targz v0.0.0-20210904082215-2e9a4529a615
github.com/m90/targz v0.0.0-20211229090208-2f22c2d9278e
github.com/minio/minio-go/v7 v7.0.16
github.com/otiai10/copy v1.7.0
github.com/sirupsen/logrus v1.8.1