We should revert dependency on go.uber.org/atomic instead of the standard sync/atomic package. It's a follow-up to #836, and based on the same logic we should avoid forcing the dependency on go.uber.org/atomic also. See #836 for context.
From Slack:
@aknuds1:
Given the same logic, should I revert also my PR switching us over to go.uber.org/atomic dims?
@dims:
yes please!
We should revert dependency on
go.uber.org/atomicinstead of the standardsync/atomicpackage. It's a follow-up to #836, and based on the same logic we should avoid forcing the dependency ongo.uber.org/atomicalso. See #836 for context.From Slack:
@aknuds1:
@dims: