Update module github.com/gofrs/flock to v0.12.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gofrs/flock | require | minor |
v0.8.1 -> v0.12.1
|
Release Notes
gofrs/flock (github.com/gofrs/flock)
v0.12.1
What's Changed
- tests: add tests about directory support by @ldez in https://github.com/gofrs/flock/pull/89
- chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all group by @dependabot in https://github.com/gofrs/flock/pull/90
- fix: missing read-write flag in reopenFDOnError by @crazy-max in https://github.com/gofrs/flock/pull/95
New Contributors
- @crazy-max made their first contribution in https://github.com/gofrs/flock/pull/95
Full Changelog: https://github.com/gofrs/flock/compare/v0.12.0...v0.12.1
v0.12.0
What's Changed
- feat: differentiation of Solaris and Illumos by @ldez in https://github.com/gofrs/flock/pull/80
- feat(windows): replace custom implementation with golang.org/x/sys/windows by @ldez in https://github.com/gofrs/flock/pull/81
- fix: update fnctl implementation by @ldez in https://github.com/gofrs/flock/pull/84
- feat: use runtime errors instead of compilation errors for unsupported platforms by @ldez in https://github.com/gofrs/flock/pull/85
- refactor: use x/sys/* instead of Syscall when possible by @ldez in https://github.com/gofrs/flock/pull/87
Full Changelog: https://github.com/gofrs/flock/compare/v0.11.0...v0.12.0
v0.11.0
What's Changed
- feat: add options to define flag and permissions of the file by @ldez in https://github.com/gofrs/flock/pull/76
- tests: remove files generated during tests by @ldez in https://github.com/gofrs/flock/pull/77
Full Changelog: https://github.com/gofrs/flock/compare/v0.10.0...v0.11.0
v0.10.0
What's Changed
- feat: add support for Illumos/Solaris by @gaige in https://github.com/gofrs/flock/pull/63
- chore: migrate from gopkg.in/check to stretchr/testify by @ldez in https://github.com/gofrs/flock/pull/70
- docs: remove reference to sync.Locker by @ldez in https://github.com/gofrs/flock/pull/66
New Contributors
- @gaige made their first contribution in https://github.com/gofrs/flock/pull/63
Full Changelog: https://github.com/gofrs/flock/compare/v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore: add go modules by @moskyb in https://github.com/gofrs/flock/pull/57
- chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in https://github.com/gofrs/flock/pull/65
- fix: replace Syscall6 with SyscallN on Windows by @ldez
New Contributors
- @moskyb made their first contribution in https://github.com/gofrs/flock/pull/57
- @ldez made their first contribution in https://github.com/gofrs/flock/pull/64
Full Changelog: https://github.com/gofrs/flock/compare/v0.8.1...v0.9.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.