trivrost icon indicating copy to clipboard operation
trivrost copied to clipboard

Update module github.com/gofrs/flock to v0.13.0

Open renovate[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Change Age Confidence
github.com/gofrs/flock v0.8.1 -> v0.13.0 age confidence

Release Notes

gofrs/flock (github.com/gofrs/flock)

v0.13.0

Compare Source

What's Changed

Minimum Go version 1.24

  • feat: add Stat method by @​ferhatelmas in #​127
  • chore(deps): bump golang.org/x/sys from 0.22.0 to 0.37.0

Full Changelog: https://github.com/gofrs/flock/compare/v0.12.1...v0.13.0

v0.12.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/flock/compare/v0.12.0...v0.12.1

v0.12.0

Compare Source

What's Changed

  • feat: differentiation of Solaris and Illumos by @​ldez in #​80
  • feat(windows): replace custom implementation with golang.org/x/sys/windows by @​ldez in #​81
  • fix: update fnctl implementation by @​ldez in #​84
  • feat: use runtime errors instead of compilation errors for unsupported platforms by @​ldez in #​85
  • refactor: use x/sys/* instead of Syscall when possible by @​ldez in #​87

Full Changelog: https://github.com/gofrs/flock/compare/v0.11.0...v0.12.0

v0.11.0

Compare Source

What's Changed

  • feat: add options to define flag and permissions of the file by @​ldez in #​76
  • tests: remove files generated during tests by @​ldez in #​77

Full Changelog: https://github.com/gofrs/flock/compare/v0.10.0...v0.11.0

v0.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/flock/compare/v0.9.0...v0.10.0

v0.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/flock/compare/v0.8.1...v0.9.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Jun 26 '24 19:06 renovate[bot]

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
github.com/stretchr/testify v1.10.0 -> v1.11.1
golang.org/x/sys v0.30.0 -> v0.37.0
go 1.17 -> 1.24.0

renovate[bot] avatar Jun 26 '24 19:06 renovate[bot]

Needs go 1.23

dragetd avatar Oct 14 '24 14:10 dragetd