juju / mutex

Provides a named machine level mutex shareable between processes.
Other
27 stars 11 forks source link

Remove legacy mutex and update to go mod #12

Closed wallyworld closed 2 years ago

wallyworld commented 2 years ago

Update to go mod and the package to v2.

Remove the legacy mutex lock based on an abstract domain socket. This was only needed for older Juju clients (ie in the 2.2 / 2.3 era).