Update direct dependencies where possible
This commit is contained in:
11
vendor/gopkg.in/natefinch/lumberjack.v2/chown.go
generated
vendored
Normal file
11
vendor/gopkg.in/natefinch/lumberjack.v2/chown.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !linux
|
||||
|
||||
package lumberjack
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func chown(_ string, _ os.FileInfo) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user