From 8dc824f3262f9d70a8d6c62e75f3da4a8698bb4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:41:13 +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.21.0 to 0.22.0. - [Release notes](https://github.com/opentdf/platform/releases) - [Changelog](https://github.com/opentdf/platform/blob/otdfctl/v0.22.0/CHANGELOG.md) - [Commits](https://github.com/opentdf/platform/compare/otdfctl/v0.21.0...otdfctl/v0.22.0) --- updated-dependencies: - dependency-name: github.com/opentdf/platform/protocol/go dependency-version: 0.22.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 856b2f2fa1..f04a1accfa 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.3.0 github.com/opentdf/platform/lib/ocrypto v0.10.0 - github.com/opentdf/platform/protocol/go v0.21.0 + github.com/opentdf/platform/protocol/go v0.22.0 github.com/opentdf/platform/sdk v0.13.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 9eaf897e47..a47041b49a 100644 --- a/service/go.sum +++ b/service/go.sum @@ -271,8 +271,8 @@ github.com/opentdf/platform/lib/identifier v0.3.0 h1:kLVRVC8wE0kmuEIdodEhqIRym5O github.com/opentdf/platform/lib/identifier v0.3.0/go.mod h1:3RlXYY9sxH/VnMkgm/M6zryUrtBL0lnsOVyqb0hYYvs= 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.21.0 h1:OZo/GqdIDQMbICx0tVdFHaFjl8CpILTIt8dS9bLYSRI= -github.com/opentdf/platform/protocol/go v0.21.0/go.mod h1:ufSzLVpcGv368L++kni7fzbN4ugtxmstcifmwI/o4T0= +github.com/opentdf/platform/protocol/go v0.22.0 h1:wGkmNb83v9zfM/Y4bqryZrtRCHLoqyqmc04DgZi9OZ0= +github.com/opentdf/platform/protocol/go v0.22.0/go.mod h1:ufSzLVpcGv368L++kni7fzbN4ugtxmstcifmwI/o4T0= github.com/opentdf/platform/sdk v0.13.0 h1:jhhCLE1Y57Y20g6TUEg/zqCfid8m4KPfbaaBlg6oAsM= github.com/opentdf/platform/sdk v0.13.0/go.mod h1:x80F65+dGzxDTq8iqVIbCrbDDB9oYCYGjh4duoH6biM= github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=