forked from toolshed/abra
chore: bump deps
This commit is contained in:
6
vendor/github.com/moby/go-archive/diff_windows.go
generated
vendored
Normal file
6
vendor/github.com/moby/go-archive/diff_windows.go
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
package archive
|
||||
|
||||
// overrideUmask is a no-op on windows.
|
||||
func overrideUmask(newmask int) func() {
|
||||
return func() {}
|
||||
}
|
Reference in New Issue
Block a user