forked from TrueCloudLab/rclone
vendor: update all dependencies
This commit is contained in:
parent
b221d79273
commit
d61ba7ef78
281 changed files with 25277 additions and 12559 deletions
11
vendor/github.com/sevlyar/go-daemon/os_executable_pre18.go
generated
vendored
Normal file
11
vendor/github.com/sevlyar/go-daemon/os_executable_pre18.go
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
// +build !go1.8
|
||||
|
||||
package daemon
|
||||
|
||||
import (
|
||||
"github.com/kardianos/osext"
|
||||
)
|
||||
|
||||
func osExecutable() (string, error) {
|
||||
return osext.Executable()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue