Update module github.com/theckman/go-flock to v0.12.1 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/theckman/go-flock | require | minor |
v0.8.1 -> v0.12.1
|
Release Notes
theckman/go-flock (github.com/theckman/go-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.
Merge request reports
Activity
Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this MR as-is.
Renovate will retry this branch, including artifacts, only when one of the following happens:- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this MR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: go get -d -t ./... go: -d flag is deprecated. -d=true is a no-op go: github.com/theckman/go-flock@v0.12.1: parsing go.mod: module declares its path as: github.com/gofrs/flock but was required as: github.com/theckman/go-flock
mentioned in issue #4
added 6 commits
-
b846ef4f...dc207d26 - 5 commits from branch
master
- 44a6ac44 - Update module github.com/theckman/go-flock to v0.12.1
-
b846ef4f...dc207d26 - 5 commits from branch