From 988ec0cbc254d4a81510551b13d2449aa1201e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:01:13 +0000 Subject: [PATCH] build(deps): bump github.com/ovh/kmip-go from 0.7.0 to 0.7.1 Bumps [github.com/ovh/kmip-go](https://github.com/ovh/kmip-go) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/ovh/kmip-go/releases) - [Commits](https://github.com/ovh/kmip-go/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: github.com/ovh/kmip-go dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c335f0e..c7f5079 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/knadh/koanf/providers/file v1.2.0 github.com/knadh/koanf/v2 v2.3.0 github.com/olekukonko/tablewriter v1.1.0 - github.com/ovh/kmip-go v0.7.0 + github.com/ovh/kmip-go v0.7.1 github.com/ovh/okms-sdk-go v0.4.3 github.com/pterm/pterm v0.12.81 github.com/schollz/progressbar/v3 v3.18.0 diff --git a/go.sum b/go.sum index ad95ed1..094c765 100644 --- a/go.sum +++ b/go.sum @@ -111,8 +111,8 @@ github.com/olekukonko/ll v0.1.1 h1:9Dfeed5/Mgaxb9lHRAftLK9pVfYETvHn+If6lywVhJc= github.com/olekukonko/ll v0.1.1/go.mod h1:2dJo+hYZcJMLMbKwHEWvxCUbAOLc/CXWS9noET22Mdo= github.com/olekukonko/tablewriter v1.1.0 h1:N0LHrshF4T39KvI96fn6GT8HEjXRXYNDrDjKFDB7RIY= github.com/olekukonko/tablewriter v1.1.0/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo= -github.com/ovh/kmip-go v0.7.0 h1:Y8vqWthQ/Gc5YGq8X7kGZlcrZAueCoWLb86XWWaAlOg= -github.com/ovh/kmip-go v0.7.0/go.mod h1:VHve33UU9Xo2fSzitS86vo5STaGZ97agTTTb+vYlxgk= +github.com/ovh/kmip-go v0.7.1 h1:ijP/8wcBkjDaMaHPS3uzrf6hex04AXYOTqGjNL7IsDA= +github.com/ovh/kmip-go v0.7.1/go.mod h1:0UZqQCIlZ4/W+cYFbmtRwZ4if582CjlEvy86Xx+ob8E= github.com/ovh/okms-sdk-go v0.4.3 h1:bRndJ723FAOJvdPXAJRVkP6bf/UaCvinNHIYxQ7VrTg= github.com/ovh/okms-sdk-go v0.4.3/go.mod h1:8iE9R7Wem6kNtcpJr0uRqN+o8A3XGhWnyEAG/V2OsEI= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=