rootlesskit
rootlesskit copied to clipboard
Build(deps): Bump github.com/gofrs/flock from 0.8.1 to 0.12.0
Bumps github.com/gofrs/flock from 0.8.1 to 0.12.0.
Release notes
Sourced from github.com/gofrs/flock's releases.
v0.12.0
What's Changed
- feat: differentiation of Solaris and Illumos by
@ldezin gofrs/flock#80- feat(windows): replace custom implementation with golang.org/x/sys/windows by
@ldezin gofrs/flock#81- fix: update fnctl implementation by
@ldezin gofrs/flock#84- feat: use runtime errors instead of compilation errors for unsupported platforms by
@ldezin gofrs/flock#85- refactor: use x/sys/* instead of Syscall when possible by
@ldezin gofrs/flock#87Full 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
@ldezin gofrs/flock#76- tests: remove files generated during tests by
@ldezin gofrs/flock#77Full 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
@gaigein gofrs/flock#63- chore: migrate from gopkg.in/check to stretchr/testify by
@ldezin gofrs/flock#70- docs: remove reference to sync.Locker by
@ldezin gofrs/flock#66New Contributors
@gaigemade their first contribution in gofrs/flock#63Full Changelog: https://github.com/gofrs/flock/compare/v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore: add go modules by
@moskybin gofrs/flock#57- chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 by
@dependabotin gofrs/flock#65- fix: replace Syscall6 with SyscallN on Windows by
@ldezNew Contributors
@moskybmade their first contribution in gofrs/flock#57@ldezmade their first contribution in gofrs/flock#64Full Changelog: https://github.com/gofrs/flock/compare/v0.8.1...v0.9.0
Commits
96fd11arefactor: use x/sys/* instead of Syscall when possible (#87)c527283feat: use runtime errors instead of compilation errors for unusupported platf...a0a31b7fix: update fnctl implementation (#84)e49f343chore: replace os.(FileMode,PathError) by fs.(...) (#83)eccd827docs: add more documentation about the origin of the source code (#82)9236f43feat(windows): replace custom implementation by golang.org/x/sys/windows (#81)b15a054feat: differentation of solaris and illumos (#80)c541671refactor: factorization of the reset (#79)1113ec8tests: improve errors managementc9b0b98chore: apply semantic line breaks- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)