Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/transport: remove dependency on pkg/fileutils
4a0f922 changed SelfCert to use a helper from pkg/fileutils which introduced a transitive dependency on coreos/pkg/capnslog. This means anyone who imports pkg/transport to use TLS with the clientv3 library has the default stdlib logger hijacked by capnslog. This PR reverts 4a0f922. There are no tests because 4a0f922 contained no test and was not attached to a PR. Fixes #7350
- Loading branch information