From f3aa36b8bcf35fcfc27d97724b88c3e8a8de3d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:54:38 +0000 Subject: [PATCH] fix(deps): bump github.com/opentdf/platform/protocol/go in /service Bumps [github.com/opentdf/platform/protocol/go](https://github.com/opentdf/platform) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/opentdf/platform/releases) - [Changelog](https://github.com/opentdf/platform/blob/otdfctl/v0.26.0/CHANGELOG.md) - [Commits](https://github.com/opentdf/platform/compare/otdfctl/v0.25.0...otdfctl/v0.26.0) --- updated-dependencies: - dependency-name: github.com/opentdf/platform/protocol/go dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- service/go.mod | 2 +- service/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/service/go.mod b/service/go.mod index 064b4c9ba9..b0e9d16fa4 100644 --- a/service/go.mod +++ b/service/go.mod @@ -35,7 +35,7 @@ require ( github.com/opentdf/platform/lib/flattening v0.1.3 github.com/opentdf/platform/lib/identifier v0.4.0 github.com/opentdf/platform/lib/ocrypto v0.10.0 - github.com/opentdf/platform/protocol/go v0.25.0 + github.com/opentdf/platform/protocol/go v0.26.0 github.com/opentdf/platform/sdk v0.16.0 github.com/pressly/goose/v3 v3.24.3 github.com/spf13/cobra v1.9.1 diff --git a/service/go.sum b/service/go.sum index c6f8725f57..8e2307fd84 100644 --- a/service/go.sum +++ b/service/go.sum @@ -271,8 +271,8 @@ github.com/opentdf/platform/lib/identifier v0.4.0 h1:gJf4FqHxqpMdMdMwhI9QmvfHEfM github.com/opentdf/platform/lib/identifier v0.4.0/go.mod h1:+gONr5mVf1YlLorZUeRefxiudYfC6JeQN7EwrKMk4g8= github.com/opentdf/platform/lib/ocrypto v0.10.0 h1:7dn/z/1qH3p+gWCrfOoU7hj9XF/p5N+b2JBJuWF9aK0= github.com/opentdf/platform/lib/ocrypto v0.10.0/go.mod h1:WASkoHreqgTFImB/gJW42VTdpi9AkgkmaW19y/fU+Ew= -github.com/opentdf/platform/protocol/go v0.25.0 h1:CIlTmzmuo3cP+BtelW21vFf5JXNAYqF8icTU1d3MWC0= -github.com/opentdf/platform/protocol/go v0.25.0/go.mod h1:ufSzLVpcGv368L++kni7fzbN4ugtxmstcifmwI/o4T0= +github.com/opentdf/platform/protocol/go v0.26.0 h1:7pNF8zzQwG/Tchbh7ibBvxutY1G4xJ1rLSBHUK2hiC4= +github.com/opentdf/platform/protocol/go v0.26.0/go.mod h1:ufSzLVpcGv368L++kni7fzbN4ugtxmstcifmwI/o4T0= github.com/opentdf/platform/sdk v0.16.0 h1:LydiLcLUT2tb2rPR8a6h529dnR0jYg/Kuiv6n7bEkfU= github.com/opentdf/platform/sdk v0.16.0/go.mod h1:msqtkTI2JdUBMSXTRpBrjdawgfW+kaCELNLEsSm48Tk= github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=