Skip to content

Bump github.com/c-robinson/iplib from 1.0.3 to 1.0.6#17

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/github.com/c-robinson/iplib-1.0.6
Open

Bump github.com/c-robinson/iplib from 1.0.3 to 1.0.6#17
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/github.com/c-robinson/iplib-1.0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 9, 2023

Copy link
Copy Markdown

Bumps github.com/c-robinson/iplib from 1.0.3 to 1.0.6.

Release notes

Sourced from github.com/c-robinson/iplib's releases.

1.0.6

c-robinson/iplib@v1.0.5...v1.0.6

  • exported previously internal function CopyIP() which will create a copy of an IP address
  • Net4 and Net6 now have RandomIP() functions that will return a random address within the given netblock. They both use crypto/rand because that package works gracefully with *big.Int

1.0.5

c-robinson/iplib@v1.0.4...v1.0.5

  • fix IPv4 NextNext returning the wrong value if the supplied netmask is lower than the current one, by @​luisdavim

1.0.4

c-robinson/iplib@v1.0.3...v1.0.4

  • fix an integer overflow on 32bit CPU's caused by MaxIPv4 being an int instead of uint32 found by @​CyrilBrulebois
Commits
  • 85813ef tests for CopyIP() and RandomIP()
  • f9d8083 add RandomIP() functions to Net4 and Net6
  • 5165d35 export utility function to make copy of net.IP
  • de5f50e fix: NextNet with mask length lower than current one (#13)
  • b203a7a cast MaxIPv4 to uint32, fixes #11
  • See full diff 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)

Bumps [github.com/c-robinson/iplib](https://github.com/c-robinson/iplib) from 1.0.3 to 1.0.6.
- [Release notes](https://github.com/c-robinson/iplib/releases)
- [Commits](c-robinson/iplib@v1.0.3...v1.0.6)

---
updated-dependencies:
- dependency-name: github.com/c-robinson/iplib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
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.

0 participants