Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/seancfoley/ipaddress-go from 1.5.5 to 1.6.0 in the all-go-deps group #7454

Merged
merged 1 commit into from
May 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the all-go-deps group with 1 update: github.com/seancfoley/ipaddress-go.

Updates github.com/seancfoley/ipaddress-go from 1.5.5 to 1.6.0

Release notes

Sourced from github.com/seancfoley/ipaddress-go's releases.

Version 1.6.0

  • added collection types DualIPv4v6Tries and DualIPv4v6AssociativeTries[V] for dual IPv4/v6 tries and for dual IPv4/v6 associative tries respectively
  • added Enumerate methods, the inverse of the Increment methods, to find the position of an address in a subnet, or to find the distance between two addresses
  • added Overlaps methods to check for overlapping subnets, and for checking sequential range overlap with a subnet
  • added an Increment method accepting a big.Int argument to IPv6Address and IPv6AddressSection
  • added Floor/Lower/Ceiling/Higher methods to the address trie types, similar to the existing FloorAddedNode/LowerAddedNode/CeilingAddedNode/HigherAddedNode methods
  • added the extraneous digits IPv4 parsing option allow_inet_aton_extraneous_digits
  • added ShortestPrefixMatch methods to associative tries and trie nodes
  • improved radix and bit-count validation

Download source: go get github.com/seancfoley/ipaddress-go@v1.6.0

In your go.mod file: require github.com/seancfoley/ipaddress-go v1.6.0

In your source: import "github.com/seancfoley/ipaddress-go/ipaddr"

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-go-deps group with 1 update: [github.com/seancfoley/ipaddress-go](https://github.com/seancfoley/ipaddress-go).


Updates `github.com/seancfoley/ipaddress-go` from 1.5.5 to 1.6.0
- [Release notes](https://github.com/seancfoley/ipaddress-go/releases)
- [Commits](seancfoley/ipaddress-go@v1.5.5...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/seancfoley/ipaddress-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2024
@kovidgoyal kovidgoyal merged commit d7b4699 into master May 20, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/all-go-deps-e39d54c629 branch May 20, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant