-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update module github.com/seancfoley/ipaddress-go to v1.6.0 #135
Merged
renovate
merged 1 commit into
main
from
renovate/github.com-seancfoley-ipaddress-go-1.x
Aug 13, 2024
Merged
Update module github.com/seancfoley/ipaddress-go to v1.6.0 #135
renovate
merged 1 commit into
main
from
renovate/github.com-seancfoley-ipaddress-go-1.x
Aug 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
deleted the
renovate/github.com-seancfoley-ipaddress-go-1.x
branch
August 13, 2024 10:22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.5.5
->v1.6.0
Release Notes
seancfoley/ipaddress-go (github.com/seancfoley/ipaddress-go)
v1.6.0
: Version 1.6.0Compare Source
DualIPv4v6Tries
andDualIPv4v6AssociativeTries[V]
for dual IPv4/v6 tries and for dual IPv4/v6 associative tries respectivelyEnumerate
methods, the inverse of theIncrement
methods, to find the position of an address in a subnet, or to find the distance between two addressesOverlaps
methods to check for overlapping subnets, and for checking sequential range overlap with a subnetIncrement
method accepting abig.Int
argument toIPv6Address
andIPv6AddressSection
Floor
/Lower
/Ceiling
/Higher
methods to the address trie types, similar to the existingFloorAddedNode
/LowerAddedNode
/CeilingAddedNode
/HigherAddedNode
methodsallow_inet_aton_extraneous_digits
ShortestPrefixMatch
methods to associative tries and trie nodesDownload source:
go get github.com/seancfoley/[email protected]
In your go.mod file:
require github.com/seancfoley/ipaddress-go v1.6.0
In your source:
import "github.com/seancfoley/ipaddress-go/ipaddr"
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.