From 986e28942c7c67c3f00d637a74c5f22982efb429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:53:32 +0000 Subject: [PATCH] fix(deps): bump github.com/opentdf/platform/protocol/go in /examples Bumps [github.com/opentdf/platform/protocol/go](https://github.com/opentdf/platform) from 0.16.0 to 0.19.0. - [Release notes](https://github.com/opentdf/platform/releases) - [Commits](https://github.com/opentdf/platform/compare/protocol/go/v0.16.0...protocol/go/v0.19.0) --- updated-dependencies: - dependency-name: github.com/opentdf/platform/protocol/go dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/go.mod | 2 +- examples/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index b7f28a57d4..f241e9c2a6 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -7,7 +7,7 @@ toolchain go1.25.8 require ( connectrpc.com/connect v1.19.1 github.com/opentdf/platform/lib/ocrypto v0.10.0 - github.com/opentdf/platform/protocol/go v0.16.0 + github.com/opentdf/platform/protocol/go v0.19.0 github.com/opentdf/platform/sdk v0.12.0 github.com/spf13/cobra v1.10.2 github.com/stretchr/testify v1.11.1 diff --git a/examples/go.sum b/examples/go.sum index 2663370f59..5ef32dc7d1 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -116,8 +116,8 @@ github.com/opentdf/platform/lib/fixtures v0.4.0 h1:p3Y5MLJEBaWiSmo+QyRNTirvI8LqY github.com/opentdf/platform/lib/fixtures v0.4.0/go.mod h1:ctyrVn+eTObHAPy3vrdPO0O1mc3vgQ6lc9pBTdhBAfo= 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.16.0 h1:/EumdEZY7ujYyQF+EzCBCtIMiJPvGIZpgFgg8bORiFk= -github.com/opentdf/platform/protocol/go v0.16.0/go.mod h1:4lsBu86yrOWdhqIko8/x5ndamOtM8iDNZYBguF9ZiQQ= +github.com/opentdf/platform/protocol/go v0.19.0 h1:R3+1/doB5S53w4d3ApN2JuapWCXCSK3CYhXXrU6eZ9g= +github.com/opentdf/platform/protocol/go v0.19.0/go.mod h1:jeDa0o2jce1yELNxZ92hscz0mxxqq7GtqC9EoYCpNW0= github.com/opentdf/platform/sdk v0.12.0 h1:5LkVf5Ktjt5tsc5YBxloJUYNHJ9pE5IMqjswZwBwrRE= github.com/opentdf/platform/sdk v0.12.0/go.mod h1:jLXYHV3Am2Fq5RSaCLUDLVocwA9iO7mJkGTUqX/HOr8= github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=