refactor: remove osext dependency
Compare changes
Remove osext.
As of go 1.8+ Executable
is part of the std lib and osext is deprecated ( see https://github.com/kardianos/osext/issues/20 and https://github.com/kubernetes/kubernetes/issues/80127 )
Could potentially fix #1246 (closed)