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

Update module github.com/seancfoley/ipaddress-go to v1.6.0 #135

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/seancfoley/ipaddress-go v1.5.5 -> v1.6.0 age adoption passing confidence

Release Notes

seancfoley/ipaddress-go (github.com/seancfoley/ipaddress-go)

v1.6.0: Version 1.6.0

Compare Source

  • 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/[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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge August 13, 2024 10:21
Copy link
Contributor Author

renovate bot commented Aug 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading k8s.io/apimachinery v0.30.3
go: downloading sigs.k8s.io/controller-runtime v0.18.5
go: downloading k8s.io/client-go v0.30.3
go: downloading github.com/seancfoley/ipaddress-go v1.6.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading go.uber.org/zap v1.27.0
go: downloading golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/onsi/ginkgo/v2 v2.20.0
go: downloading github.com/onsi/gomega v1.34.1
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/google/gopacket v1.1.20-0.20220810144506-32ee38206866
go: downloading golang.org/x/net v0.28.0
go: downloading github.com/pion/stun v0.6.1
go: downloading github.com/cilium/ebpf v0.16.0
go: downloading github.com/vishvananda/netlink v1.2.1-beta.2
go: downloading github.com/mdlayher/netlink v1.7.2
go: downloading golang.org/x/sys v0.23.0
go: downloading github.com/vishvananda/netns v0.0.4
go: downloading golang.org/x/sync v0.8.0
go: downloading golang.org/x/crypto v0.26.0
go: downloading golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
go: downloading github.com/containernetworking/cni v1.2.3
go: downloading golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b
go: downloading github.com/containernetworking/plugins v1.5.1
go: downloading github.com/coreos/go-iptables v0.7.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading k8s.io/api v0.30.3
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/seancfoley/bintree v1.3.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/pion/dtls/v2 v2.2.7
go: downloading github.com/pion/transport/v2 v2.2.1
go: downloading github.com/josharian/native v1.1.0
go: downloading github.com/mdlayher/socket v0.4.1
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/term v0.23.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading k8s.io/apiextensions-apiserver v0.30.1
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading golang.org/x/oauth2 v0.12.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/safchain/ethtool v0.4.0
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/pion/logging v0.2.2
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/prometheus/client_golang v1.18.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/mdlayher/genetlink v1.3.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading golang.org/x/tools v0.24.0
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading golang.org/x/text v0.17.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading github.com/prometheus/common v0.45.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8
go: downloading google.golang.org/protobuf v1.34.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: github.com/miscord-dev/tetrapod/tetrad/api/v1alpha1 imports
	sigs.k8s.io/controller-runtime/pkg/config/v1alpha1: cannot find module providing package sigs.k8s.io/controller-runtime/pkg/config/v1alpha1

@renovate renovate bot added this pull request to the merge queue Aug 13, 2024
Merged via the queue into main with commit a7e17ed Aug 13, 2024
3 of 8 checks passed
@github-actions github-actions bot mentioned this pull request Aug 13, 2024
@renovate 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants