mirror of
https://github.com/rclone/rclone.git
synced 2025-12-19 01:33:25 +00:00
vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
4
vendor/github.com/sevlyar/go-daemon/lock_file_stub.go
generated
vendored
4
vendor/github.com/sevlyar/go-daemon/lock_file_stub.go
generated
vendored
@@ -9,7 +9,3 @@ func lockFile(fd uintptr) error {
|
||||
func unlockFile(fd uintptr) error {
|
||||
return errNotSupported
|
||||
}
|
||||
|
||||
func getFdName(fd uintptr) (name string, err error) {
|
||||
return "", errNotSupported
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user