`vndr` omits the go-systemd package when `github.com/coreos/go-systemd` is specified in `vendor.conf`, due to the regression in #137. `vendor.conf`: ``` github.com/containerd/cgroups 918ed86e29ccef2bf3f0c70d76405781afc3bdf5 github.com/coreos/go-systemd v22.0.0 ... ``` `vndr` output: ``` ... 2020/01/09 16:35:37 WARNING: package github.com/coreos/go-systemd is unused, consider removing it from vendor.conf ``` If `github.com/coreos/go-systemd/v22` is specified in `vendor.conf` instead, `vndr` fails as follows: ``` 2020/01/09 16:38:59 WARNING: package github.com/coreos/go-systemd/v22 is not root import, should be github.com/coreos/go-systemd ``` `vndr` version: LK4D4/vndr@d87a91749c025d1154ae4ebbf228226c7d5423a7