diff --git a/go.mod b/go.mod index f0a8f8f..80d312c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ replace github.com/imdario/mergo v1.0.0 => github.com/imdario/mergo v0.3.16 require ( github.com/Masterminds/semver/v3 v3.3.1 - github.com/alitto/pond/v2 v2.2.0 + github.com/alitto/pond/v2 v2.3.0 github.com/apparentlymart/go-cidr v1.1.0 github.com/gardener/landscaper-service v0.122.0 github.com/onsi/ginkgo/v2 v2.22.2 diff --git a/go.sum b/go.sum index be06799..4f8fd1d 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7r github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= github.com/alitto/pond/v2 v2.2.0 h1:hX3B1Lu4b5PjSHR+IWNRDKD0Jfw2ew8V25J7Vu5j7RM= github.com/alitto/pond/v2 v2.2.0/go.mod h1:xkjYEgQ05RSpWdfSd1nM3OVv7TBhLdy7rMp3+2Nq+yE= +github.com/alitto/pond/v2 v2.3.0 h1:TEcLKNg4V86t3K9ZXVNnLbD24x6wS10c9ttEehTq3dM= +github.com/alitto/pond/v2 v2.3.0/go.mod h1:xkjYEgQ05RSpWdfSd1nM3OVv7TBhLdy7rMp3+2Nq+yE= github.com/apparentlymart/go-cidr v1.1.0 h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU= github.com/apparentlymart/go-cidr v1.1.0/go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=