1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00

use forked version of package targz

This commit is contained in:
Frederik Ring
2021-09-03 19:06:42 +02:00
parent 70daa0308a
commit 8aba98c012
3 changed files with 9 additions and 2 deletions

View File

@@ -21,10 +21,10 @@ import (
"github.com/gofrs/flock"
"github.com/kelseyhightower/envconfig"
"github.com/leekchan/timeutil"
"github.com/m90/targz"
"github.com/minio/minio-go/v7"
"github.com/minio/minio-go/v7/pkg/credentials"
"github.com/sirupsen/logrus"
"github.com/walle/targz"
"golang.org/x/crypto/openpgp"
)