a3c1314968
glog has the same issue as k8s.io/klog, and is calling `user.Current()` inside an `init()`; see https://github.com/kubernetes/klog/commit/466fbb6507dbc90eba32172bb1c662640e78e0c3 Calling `user.Current()` on Windows can result in remove connections being made to get the user's information, which can be a heavy call. See https://github.com/docker/cli/issues/2420 glog was only used in a single location in compose-on-kubernetes, so we may as well remove it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>