Update vendor

This commit is contained in:
Ettore Di Giacinto
2021-10-29 16:02:15 +02:00
parent eac621aaf7
commit 0f7ba8ce05
65 changed files with 4618 additions and 3392 deletions

12
vendor/github.com/vbatts/go-mtree/stat_windows.go generated vendored Normal file
View File

@@ -0,0 +1,12 @@
// +build windows
package mtree
import "os"
func statIsUID(stat os.FileInfo, uid int) bool {
return false
}
func statIsGID(stat os.FileInfo, uid int) bool {
return false
}