shoenig / nomad-pledge-driver

Nomad task driver capable of blocking unwanted syscall and filesystem access. Based on the pledge utility for Linux by Justine Tunney
Mozilla Public License 2.0
22 stars 2 forks source link

build(deps): bump github.com/hashicorp/go-set from 0.1.10 to 0.1.12 #38

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/hashicorp/go-set from 0.1.10 to 0.1.12.

Release notes

Sourced from github.com/hashicorp/go-set's releases.

v0.1.12

What's Changed

Changes

Full Changelog: https://github.com/hashicorp/go-set/compare/v0.1.11...v0.1.12

v0.1.11

What's Changed

Changes

New Contributors

Full Changelog: https://github.com/hashicorp/go-set/compare/v0.1.10...v0.1.11

Commits
  • 946a087 examples: start on Go doc examples
  • 0e21b54 readme: update readme with new treeset methods
  • e8de2b2 tree: methods for FirstAbove / FirstBelow and Equal variants
  • 6e04095 treeset: implement Above and Below helper functions
  • e2bf808 repo: run tests on pull requests
  • dda33a2 lint: cleanup use of deprecated functions
  • 34207cd lint: make linter happy
  • d4225bf lint: setup golangci-lint in ci
  • 615f94e repo: fixup formatting in serialization test (#40)
  • 6ea02bd sets: support json marshal/unmarshal. (#22) (#39)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)