mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 21:39:22 +00:00
Update vendor, move to labstack/echo/v4 Fixes #698
This commit is contained in:
2
vendor/github.com/kardianos/osext/osext_go18.go
generated
vendored
2
vendor/github.com/kardianos/osext/osext_go18.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
//+build go1.8
|
||||
//+build go1.8,!openbsd
|
||||
|
||||
package osext
|
||||
|
||||
|
4
vendor/github.com/kardianos/osext/osext_procfs.go
generated
vendored
4
vendor/github.com/kardianos/osext/osext_procfs.go
generated
vendored
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !go1.8,linux !go1.8,netbsd !go1.8,solaris !go1.8,dragonfly
|
||||
// +build !go1.8,android !go1.8,linux !go1.8,netbsd !go1.8,solaris !go1.8,dragonfly
|
||||
|
||||
package osext
|
||||
|
||||
@ -16,7 +16,7 @@ import (
|
||||
|
||||
func executable() (string, error) {
|
||||
switch runtime.GOOS {
|
||||
case "linux":
|
||||
case "linux", "android":
|
||||
const deletedTag = " (deleted)"
|
||||
execpath, err := os.Readlink("/proc/self/exe")
|
||||
if err != nil {
|
||||
|
2
vendor/github.com/kardianos/osext/osext_sysctl.go
generated
vendored
2
vendor/github.com/kardianos/osext/osext_sysctl.go
generated
vendored
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !go1.8,darwin !go1.8,freebsd !go1.8,openbsd
|
||||
// +build !go1.8,darwin !go1.8,freebsd openbsd
|
||||
|
||||
package osext
|
||||
|
||||
|
Reference in New Issue
Block a user