Replace filepathx with fork (#16192)

This commit is contained in:
Klaus Post
2022-12-08 19:42:44 +01:00
committed by GitHub
parent 70986b6e6e
commit 3eb2d086b2
4 changed files with 6 additions and 6 deletions

View File

@@ -31,9 +31,9 @@ import (
"time"
"github.com/klauspost/compress/zip"
"github.com/klauspost/filepathx"
"github.com/minio/cli"
"github.com/tinylib/msgp/msgp"
"github.com/yargevad/filepathx"
)
func main() {