From ea2898950a04be4d368e153801e5c322ef8a26a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:08:19 +0000 Subject: [PATCH] :seedling: Bump github.com/metal3-io/cluster-api-provider-metal3/api Bumps [github.com/metal3-io/cluster-api-provider-metal3/api](https://github.com/metal3-io/cluster-api-provider-metal3) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/metal3-io/cluster-api-provider-metal3/releases) - [Commits](https://github.com/metal3-io/cluster-api-provider-metal3/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/metal3-io/cluster-api-provider-metal3/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 7 +++---- go.sum | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index ad7e614..bed6527 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,7 @@ module github.com/telekom/cluster-api-ipam-provider-infoblox go 1.22.0 - -toolchain go1.22.3 +toolchain go1.22.5 require ( github.com/golang/mock v1.6.0 @@ -30,7 +29,7 @@ require ( github.com/go-task/slim-sprig/v3 v3.0.0 // indirect github.com/google/gnostic-models v0.6.8 // indirect github.com/klauspost/compress v1.17.9 // indirect - github.com/metal3-io/ip-address-manager/api v1.7.0 // indirect + github.com/metal3-io/ip-address-manager/api v1.8.0 // indirect github.com/shopspring/decimal v1.4.0 // indirect github.com/x448/float16 v0.8.4 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect @@ -61,7 +60,7 @@ require ( github.com/josharian/intern v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/metal3-io/cluster-api-provider-metal3/api v1.7.0 + github.com/metal3-io/cluster-api-provider-metal3/api v1.8.1 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect diff --git a/go.sum b/go.sum index b986b80..be4c666 100644 --- a/go.sum +++ b/go.sum @@ -105,10 +105,10 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0 github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= -github.com/metal3-io/cluster-api-provider-metal3/api v1.7.0 h1:9ALpFlMFacUTCZVChphg49xU/urSB+vvlAlxuICWLqU= -github.com/metal3-io/cluster-api-provider-metal3/api v1.7.0/go.mod h1:c0M3xS4zQxJpHDVNEb53wLdbYa0/kuWJHw6d9a9CjGQ= -github.com/metal3-io/ip-address-manager/api v1.7.0 h1:ie9SQPWDWTjBnnxnG+qSfoqIOs+4vp5k0tVI+/0HNGo= -github.com/metal3-io/ip-address-manager/api v1.7.0/go.mod h1:6q41s9Y1P1lGSlMxMwRbIFzfy/XBRX4stvugGx1Jp5o= +github.com/metal3-io/cluster-api-provider-metal3/api v1.8.1 h1:c0HtsTWQcRY2h/LebRN1dcHyDLTe7dckISsOz5/J8nI= +github.com/metal3-io/cluster-api-provider-metal3/api v1.8.1/go.mod h1:KHcF/nWOAndGur5wXb+ZTo4aSvJGk5RsTJqslKn+x0E= +github.com/metal3-io/ip-address-manager/api v1.8.0 h1:qEemVSb45uDbbQonr2StMV21RfSKNSO/NrPnhApV90w= +github.com/metal3-io/ip-address-manager/api v1.8.0/go.mod h1:0PjnN4ke64Jh6A3U04mMvV2sBwePa7HKkiZXazktCTk= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s= github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=