terraform/internal/logging
Martin Atkins c77898c90d logging: Remove import github.com/coreos/pkg/capnslog
We were importing this to resolve an init-time conflict with this library
when it was indirectly loaded by the etcd libraries.

We removed the etcd backends a while back and so we no longer use any of
the etcd modules in Terraform, and so this tricky import was our only
remaining reference to github.com/coreos/pkg/capnslog.

Dropping this eliminates two unnecessary dependencies.
2024-04-24 09:55:55 -07:00
..
indent.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
indent_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
logging.go logging: Remove import github.com/coreos/pkg/capnslog 2024-04-24 09:55:55 -07:00
panic.go standardize panic output 2024-02-14 12:46:20 -08:00
panic_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00